
@font-face {
  font-family: "Lato", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
}
@font-face {
  font-family: "Libre Baskerville", serif;
  src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
}
@font-face {
  font-family: "Montserrat Subrayada", sans-serif;
  src:url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&display=swap');

}

@font-face {
  font-family: "Roboto", sans-serif;
  src:url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

}



h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}




a{
    text-decoration: none !important;
}


html,body{
  height:100vh;
  width:100vw;
  margin: 0;
  padding: 0;
}

#logo{
  z-index: 1000;
  padding-top: 20px;
}

#top_marque{
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 900;
  height: 50px;
  /* box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26);
-webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26); */
box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.12) inset;
-webkit-box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.12) inset;
-moz-box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.12) inset;
}



.s-icon{
  font-size: 22px;
  color: #002145;
}
.telephone_top{
  font-size: 24px;
  font-weight: 600;
  color: #002145;
}

.navbar{
  margin-top: -10px;
}


.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: 500 !important;
    color: #000000 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: uppercase;
}
.nav-link:hover {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: 500 !important;
    color: #ffffff !important;
    background-color: #63251b;
    text-decoration: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: uppercase;
}











.sub_menu ul li{
 list-style: none;
 float: left;
}
.sub_menu ul li a{
  display: block;
 text-decoration: none;
 padding-right: 30px;
}

.sub_menu ul li a:hover{
 /* transform: scale(1.2);
 transition: transform .5s; */
 /* animation: zoom-in-zoom-out 1s ease infinite; */
 animation: zoom-in-zoom-out 1s ease;
 animation-timing-function: linear;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.sub_menu_iteam img{
  width: 130px;
  height: auto;
}
.top_menu{
  /* padding: 10px; */
  margin-right: 10px;
}

.top_menu_iteam{
  font-size: 18px;
  font-weight: 500;
  /* background-color: #f1fff1; */
  padding: 5px 10px;
  text-decoration: none;
  color: #e61b23;
}
.top_menu_iteam:hover{
  font-size: 18px;
  font-weight: 500;
  background-color: #212121;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
}
.sl_text{
  padding-top: 150px;
}


.plan_heading{
  font-family: "Libre Baskerville", serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.2;
  color: #e61b23;
  text-shadow: 1px 3px 3px rgba(0,0,0,0.27);
}
.plan_heading_2{
  font-family: "Libre Baskerville", serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 1px 3px 3px rgba(0,0,0,0.22);
}
.plan_heading_3{
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 1px 3px 3px rgba(0,0,0,0.22);
  color: #ffffff;
}



.carousel-caption h2{
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  text-shadow: 1px 3px 4px rgba(0,0,0,0.42);
}

.card_group ul li{
 list-style: none;
 float: left;
}
.card_group ul li a{
 display: block;
 text-decoration: none;
 padding: 10px 30px;
}

.card_1{
  width: 200px;
  height: auto;
  border:2px solid #fff4ea;
  background-color: #002145;
  box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
-webkit-box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
-moz-box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
}

.plan_icon img {
  padding: 20px 0px 5px 0px;
  /* font-size: 60px;
  color: #002145; */
}

.plan_text{
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .07rem;
}
.form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 2px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



/* ############################ why no cost health care css Start ##################################### */

.wbox_group ul li{
 list-style: none;
 float: left;
}
.wbox_group ul li a{
 display: block;
 text-decoration: none;
 padding: 10px 30px;
}
.wbox_group ul li a:hover{
 /* transform: scale(1.2);
 transition: transform .5s; */
 /* animation: zoom-in-zoom-out 1s ease infinite; */
 animation: zoom-in-out 3s ease;
 animation-timing-function: linear;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.wbox{
  width: 250px;
  height: auto;
  /* border:2px solid #000000; */
  border-radius: 4px;
  background-color: #6db184;
  box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
-webkit-box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
-moz-box-shadow: 3px 3px 17px -6px rgba(0,0,0,0.68);
padding: 10px;
}

.wbox_icon i {
  padding: 20px 0px 5px 0px;
  font-size: 60px;
  color: #8b01c3;
}

.wbox_text{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .07rem;
  padding-bottom: : 10px !important;
}

/* ############################ who we are css Start ##################################### */


/* .tab:hover{
  animation: rot 1s ease-in-out;
}
@keyframes rot {
  0% {
    transform: rotate3d(1, 2, -1, 0deg);

  }
  50% {
    transform: rotate3d(1, 2, -1, -10deg);

  }
  100% {
    transform: rotate3d(1, 2, -1, 0deg);

  }
} */


.who_we_images img{
  width: 50%;
  object-fit: contain;
  object-position: center;
  transition: transform 2s ease-in-out;
}

.who_we_images img:hover {
  animation: zoom 3s ease-in-out;
}
@keyframes zoom {
  0% {
    transform:scale(1, 1);

  }
  50% {
    /* transform: rotate(-30deg); */
    transform: rotate(-30deg) scale(1.3);

  }
  100% {
    transform:  scale(1, 1);

  }
}

/* ############################ who we are css End ##################################### */


/* ############################ why no cost health care css End ##################################### */

.f_bg{
  background-color: #323232;
opacity: 1;
background-image:  radial-gradient(#6a6868 0.6000000000000001px, transparent 0.6000000000000001px), radial-gradient(#6a6868 0.6000000000000001px, #323232 0.6000000000000001px);
background-size: 24px 24px;
background-position: 0 0,12px 12px;
}
.footer_icon ul li{
  list-style: none;
  margin: 0px 5px;
}

.footer_icon i{
  font-size: 24px;
  color: #ffffff;
}
.f_menu ul{
  margin-top: -15px;
}
.f_menu ul li{
 list-style: none;
 margin-left: -32px;
}
.f_tab a{
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.f_tab a:hover{
  color: #ffffff;
}
.f_menu span{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #e61b23;
  text-transform: uppercase;
  /* text-decoration: underline; */
}

.copyright_bg{
  display: flex;
  color: #000000;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  /* background: rgb(179,118,18);
  background: linear-gradient(360deg, rgba(179,118,18,1) 0%, rgba(236,158,31,1) 50%, rgba(179,118,18,1) 100%); */
  background-color: #F5DDDA;
}




.telephone{
  width:50%;
  justify-content: center;
  display: flex;
}

.telephone span{
  background-color: black;
  padding: 10px 20px;
  border-radius: 30px 30px 30px 30px;
   color: #fbd40a;
  font-size:22px;
  font-weight:500;
  border: 1px solid #ffffff;
}





/* #################### whyNoCost page bg CSS start ############################## */
  #page_bg{
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.27);
  /* border-left: .5px solid #212121;
  border-right: .5px solid #212121; */
  color: #212121;
  padding: 50px;
  }
  .page_heading p{
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
  }
  .whyNoCost_img img{
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    padding: 0px 30px 0px 30px;
  }
/* #################### whyNoCost page bg CSS End ############################## */
/* #################### Oppening page bg CSS End ############################## */
.Openings_arrow{
  /* width: 25%;
  height: 90px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background-color: #002145;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 30% 75%, 10% 100%, 10% 75%, 0% 75%);
}
.Openings_arrow span{
  padding: 10px 30px 30px 30px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500px;
  position: relative;
}

/* #################### Oppening page bg CSS End ############################## */
