<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@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&amp;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&amp;family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');
}




a{
    text-decoration: none !important;
}


html,body{
  height:100vh;
  width:100vw;
  margin: 0;
  padding: 0;
}

#logo{
  z-index: 1000;
  margin-top: 20px;
}

.navbar{
  margin-top: -40px;
}

.navbar-nav{
  margin-top: -30px;
  padding-bottom: 30px;
}

.top_bg{
  background: rgb(157,157,158);
background: linear-gradient(0deg, rgba(157,157,158,1) 0%, rgba(199,195,195,1) 24%, rgba(240,240,240,1) 47%, rgba(199,195,195,1) 72%, rgba(181,180,194,1) 100%);
}




.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: #562f8e !important;
    background-color: #4cfbff;
    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;
}




/* ############################ 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 #4cfbff; */
  border-radius: 5px;
  background-color: #562f8e;
  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: #ffffff;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .07rem;
  padding-bottom: : 10px !important;
}

/* ############################ who we are css Start ##################################### */





.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: #414141; */
  /* background-color: #7030a0; */
  background-color: #000000;
opacity: 1;
background-image: radial-gradient(#6b2792 0.35000000000000003px, #000000 0.35000000000000003px);
background-size: 7px 7px;
}
.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: #00ffea;
  text-transform: uppercase;
  /* text-decoration: underline; */
}

.copyright_bg{
  display: flex;
  color: #000000;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-color:#65f4f7;
  padding: 0px 20px;
}




.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;
}



.attach_img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* #################### 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 ############################## */



/* contact us page css start */
iframe{
  width: 100%;
  height: 355px;
}
/* contact us page css end */
</pre></body></html>