 @font-face{font-family:Playfair Display Medium;
 src:url(../fonts/Playfair-Display-Medium.ttf);
 }
 @font-face{font-family:Playfair Display SemiBold;
 src:url(../fonts/Playfair-Display-SemiBold.ttf);
 }
@font-face{font-family:Lato Regular;
 src:url(../fonts/Lato-Regular.ttf);
 }
@font-face{font-family:Lato Bold;
 src:url(../fonts/Lato-Bold.ttf);
 }

 
 
/*-----------------------*/
html {scroll-behavior:smooth;}
body { padding: 0; margin: 0 auto;font-family:Lato Regular; position: relative; font-weight: 400; overflow-x: hidden; color: #000; font-size: 16px;background:#fff;}
ul { list-style: none }
a { text-decoration: none; outline: none; }
body a:hover, body a:focus { text-decoration: none; color:#0075bc; }
a:focus { outline: none; text-decoration: underline }
textarea:focus { outline: none }
input { outline: none !important }
button, button:focus { outline: none }
a img { border: none }
img { border: 0; max-width: 100%; width: 100%;}
p {padding: 0px; margin: 0px;}h2{font-family:Inter Medium;} 
h1, h2, h3, h4, ul, p { padding: 0px; margin: 0px;}
textarea { resize: none }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff }
input:-moz-placeholder, textarea:-moz-placeholder { color: #fff }
input::-moz-placeholder { opacity: 1; outline: none }
textarea::-moz-placeholder { opacity: 1; outline: none }
.clr { clear: both; height: 0 }.latest-newsbox::placeholder {color:#666666; font-size:15px;}
.form-control:focus { box-shadow: none }
ul { padding: 0; list-style: none;}
a {color:#0075bc; text-decoration: none; -moz-transition: all .2s; -webkit-transition: all .2s; transition: all .2s }
a:hover { text-decoration: none; -moz-transition: all .2s; -webkit-transition: all .2s; transition: all .2s }
 


/*===============header===============*/
#header-id {
    height: auto;
}
#header-id {
  background:none;
  height:auto;
  transition: transform .3s ease-in-out;
  width:100%;padding:0px 0 5px;
  margin:0px auto;
  top:0px;
}
.header-inner {
    margin: 0 auto;
    max-width:1280px;
    width:100%;
}

.headerTertiary {
  align-items: center;
  display: flex;
height:auto;
position: relative;
z-index: 666;
background: none;
margin: auto;
max-width:90rem; width:100%;
padding:0% 30px;
justify-content: space-between;
}
.topnav-left {
  max-width:50%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.topnav-left {
  max-width:50%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.headerTertiary .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.headerTertiary .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.emergency-no a{color:#e30000 !important;}
.nav-topright{  padding-top:20px;margin-right: 0px;}
.sticky .nav-topright{padding-top:10px;padding-bottom: 8px;}
.nav-topright ul {
    display: flex;
    font-size:15px; font-weight:700;
    justify-content: flex-end;
    line-height: 1.25rem;
    margin-bottom: 0;
}
.nav-topright li {
    margin-left:.3rem;position: relative; padding-left:4px
}

.nav-topright li a {
    color:#6d6e71;
}
.nav-topright li a:hover{
    color:#2278b5;
}


.headnav-right{width:90%;display: flex;justify-content:right; margin:0px;}

.headerSecondry{
  align-items: center;
  background:none;
  display: flex;
  height:auto;
  position: relative;

}
.logo-scrollup{display:block;}
.logo-scrolldown{display:none;}


.logo-d > img {
  max-width: 200px;
  transform: translateY(-2px);
  position: absolute;
  transition: transform .3s ease-in-out;
  padding: 9px;
  top: 0px;
}
.logo1-d{
  max-width:230px !important;
  transform:translateY(-50px) !important;
  position: absolute;
  transition: transform .3s ease-in-out;
  padding-bottom: 40px;
  top: 0;
  margin-left: 120px;
  z-index: 999;
}
.sticky .logo-d > img {max-width:180px; transform:translateY(-4px);}
.sticky .logo1-d {max-width:200px !important; transform:translateY(15px) !important; margin-left:110px;}
.logo-m > img {
  max-width: 130px;
  transform:translateY(-1px);
  position:absolute;
  display:none;
  left: 20px;
  
}
.sticky{position:fixed;top:0;width:100% !important;  backdrop-filter: blur(40px); z-index: 999; box-shadow:1px 5px 10px rgba(0,0,0,0.15); height:80px !important; background:#fff8 !important; padding:0px 0 !important; }
/*.sticky .headerTertiary{display:none;}*/
.sticky .headerSecondry{height: auto;}

.sticky #top-head{display:none;}}
.sticky .page-header {padding:0.0rem 1rem 0rem 1rem;}
.sticky .logo-scrollup{display:none;}
.sticky .logo-scrolldown{display:block;}

 


.navbar__buttons{display: flex;align-items: center;gap:10px;/*flex-grow: 1;*/ justify-content: right; margin-left:15px;}
.navbar__buttons a {
    color: var(--text-gray-color);
    font-weight: 500;
    transition: 0.3s ease;
}
 

@media (min-width: 64rem){.navbar__buttons a {font-size:13px; }.page-header ul a{font-size:13px !important;}.page-header .top-menu > li > a{padding: 1.3rem 0.4rem !important;}
.sticky .page-header .top-menu > li > a{padding: 0.9rem 0.5rem !important;}
}

@media (min-width:90rem){.navbar__buttons a {font-size:15px; }.page-header ul a{font-size:15px !important;}.page-header .top-menu > li > a{padding: 1.3rem 0.8rem !important;}
.sticky .page-header .top-menu > li > a{padding: 0.9rem 1rem !important;}
}



.topnav-right{display:flex; margin:0px; padding:0px;  align-items: center;}
.topnav-right ul {
    display: flex;
    font-size:15px; 
    justify-content: flex-end;
    line-height: 1.25rem;
    margin-bottom: 0;
}
.topnav-right li {
    margin-left:1rem;position: relative; padding-left:8px
}

.topnav-right li a {
    color:#000000;padding:8px 6px;
}
.topnav-right li a:hover{
    color:#0075bc;
}

.topnav-right .active a {
    background: #0075bc !important;
    color: #ffffff !important;
    border-radius: 6px;
}
 
 
.phone-head-top{ width: max-content;
    background:#00ADED;
    color: #fff !important;
    border: 2px solid #00ADED;
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 10px 8px 40px;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;
}

.phone-head-top:hover{box-shadow: 1px 5px 10px rgba(0,0,0,0.1);}
.phone-head-top img {width:22px;position: absolute;left:12px;top:6px; filter: brightness(0) invert(1);}
.phone-head-top:hover img{filter: brightness(0) invert(1);}

.phone-head{width: max-content;
    background: #4dc247;
    color: #fff !important;
    border: 2px solid #4dc247;
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 10px 8px 40px;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #4dc247;
}
.phone-head:hover{box-shadow: 1px 5px 10px rgba(0,0,0,0.1);}
.phone-head img {width:22px;position: absolute;left:12px;top:6px;}
.content-head{width: max-content;
    background:rgba(0, 173, 237, 0.12);
    color:#00ADED !important;
    border: 2px solid #00ADED;
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 60px 8px 15px;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}

.content-head .fa-angle-right{margin-left:10px;}.content-head span{background: #1ea2b8;  padding: 6px 10px 10px;  position: absolute;  right: 0px;  top: 0px; border-radius:6px;}
.content-head img{width:auto;  height:15px;}

/*--Head END--*/
.wiki-mk {padding-left:40px;padding-right:40px;}
.midbox-inner{margin:auto;max-width:90rem;width:100%; position: relative;}
.get-started-m a {color:#fff;background: #0075bc;font-size:13px;border-radius:25px;padding:5px 10px;border:2px solid #0075bc;}
.get-started-m a:hover{color:#0075bc;background:#ffffff;}
.form-mob{display:none;}


#main-section{width:100%;background:#ffffff; height:100%; padding:60px 0px 60px; position: relative;margin-top:0px; z-index:1;}
.main-section{display:flex; gap:40px; margin:0px; padding:0px; position:relative;}
.main-section-left{width:74%; height:100%;  margin:0px; padding:0px; position:relative; overflow: hidden;}
.main-section-right{width:26%; padding:0px 0px;margin:-520px 0px 0px; height: 100%;top: 100px; position: sticky; align-items: center;justify-content: center;scroll-margin-top: 150px;}




#hometop-section{width:100%;background:#ffffff; height:100%;overflow:hidden;padding:0px 0px; position: relative;margin-top:0px; z-index:1;}
.home-slider-img {object-fit: cover; height:100%;}
.hometop-section-box{padding:0px 0px; margin:0px; position: relative;}
.hometop-section-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: none;
    z-index: 1;
	background: rgba(0, 0, 0, .0);
}

.hometop-section{
  display: flex;
  margin: 0px;
  padding:70px 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: min-content;
  align-items: center;
}
.hometop-section-left {
  width:65%;
  margin-left:0%;
 padding-right:20%;
}

.hometop-section-left h1 {
  font-size:45px; border-left:4px solid #ffffff;
  font-family:Lato Bold;
  color: #ffffff;
  padding-left:15px;
  margin:14px 0px;
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.hometop-section-left h1 span{color: #ffffff; display:block;}
.hometop-section-left h2{
  font-size:26px;  font-family:Lato Regular; font-weight: bold;
  color:#ffffff;
  padding-bottom:10px; 
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}


.hometop-section-left .dr-img{width:auto;  height:130px; border:2px solid #fff; border-radius:12px; margin-bottom:10px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}

.hometop-section-left h3{
  font-size:26px; font-family:Lato Bold; 
  color:#ffffff;
  padding-bottom:0px; 
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}
.hometop-section-left span{
  font-size:22px;  
  color:#ffffff;
  padding-bottom:0px; 
  z-index: 1;
  width:100%;
  position: relative;
  display: block;
}


.hometop-section-left p {
  font-size:16px;
  color: #ffffff;
  width:90%;
  margin:0px 0px 20px;
}
.hometop-section-left ul {
     align-items: center;
    margin:0px 0px 20px;
    padding: 0px 0;
    width: 100%;
}
.hometop-section-left li {
    width:auto;
    position: relative;
    color: #ffffff;
	padding-left: 20px;
	margin-bottom:8px;
	margin-left:17px;
	list-style: none;
	font-size:15px;
}
.hometop-section-left li::before {
    content: '';
    background:#ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top:10px;
    left: 0px;
}
.hometop-section-left li h2{
    font-size:44px;
    color: #ffffff;font-family:Inter SemiBold;
    padding:0px 0px 0px;
	margin:0px;
	display: flex;
    align-items: center;
    gap:8px;
}
.hometop-section-left li .fa-star{font-size:30px;}

.hometop-section-left li h5{
    font-size:14px;
    color: #ffffff;
    padding:0px 0px 0px;
	margin:0px;
}

.upload-doc-button{display:flex; gap:15px; align-items: center;margin: 0px;padding: 0px;}
.download-brochure{display:flex; gap:15px;align-items: center;  background:#fff;color: #0075bc !important;margin:10px 0;font-size: 16px;font-weight: 500;border-radius: 6px;padding:8px 20px;position: relative;border: 2px solid #0075bc;}
.download-brochure img{width:auto;  height:25px;}

.apply-now{display:flex; gap:15px;align-items: center; width: max-content; background: #00ADED; color: #ffffff !important;  margin:5px 0;font-size: 16px;font-weight: 500;border-radius: 6px;padding:8px 20px;position: relative;border: 2px solid #00ADED; box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}
.apply-now img{width:auto;  height:15px;}

 
.hometop-section-right {
 width:30%;
  margin-left:4%;
  margin-right:0%;
  padding-top:4%;
}

.hometop-form-box{border-radius:6px; border:0px solid #fff;background:#04a195; padding:10px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}
.hometop-section-form {
  border-radius: 8px;
  background:none;
  margin: 0px;
  padding:15px 15px 5px;
  position: relative;border: 1px solid #ddd;  background: #fff;
}
.form-text-doc{border-radius:6px;background:none; padding:1px; margin-bottom:10px;}
.form-text-doc h3{
  font-size:20px;font-family: Lato Bold; text-align:center;
  letter-spacing:1px;
  color: #ffffff;
  padding-bottom:0px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.form-text-doc h2 {
  font-size:28px;font-family: Lato Bold; text-align:center;
  letter-spacing:0.1px; 
  color:#fff;
  padding-bottom:0px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
}
.form-text-doc p{width:auto; text-align:center; font-size:12px; color:#fff; background:none; margin:5px auto; padding:0px 0px; border-radius:6px;}

.home-form-box1{display:flex; gap:15px; margin:0px; padding:0px; position:relative;}
.hometop-section-form .home-form-box {
margin-bottom:10px;display: block;width: 100%;}
.hometop-section-form input::placeholder {color:#797979; font-size:14px;}
.ding select::placeholder {color:#666666; font-size:14px;}
.hometop-section-form textarea::placeholder {color:#797979; font-size:14px;}
.hometop-section-form input:focus {border:1px solid #0075bc;}
.hometop-section-form textarea:focus {border:1px solid #0075bc;}
.hometop-section-form label {
  font-size: 12px;
  color: #fff;
  margin-bottom:5px;
}
.box-now1{height:80px; margin-bottom:5px;}
.hometop-section-form input, textarea {
  border:1px solid rgb(221, 221, 221);
  height:40px;
  color: #797E82;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border-radius:6px;
  background-color: #ffffff;
  outline: none;
  text-align: left;
}
.hometop-section-form p{font-size:14px; color:#797979;}

.hometop-section-form .submit-now {
  color: #FFFFFF;font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:15px 0px 0px;
  width: 100%;
  border:0px;
  border-radius:6px;border:2px solid #00ADED; 
  background:#00ADED;
  font-size:18px;
  padding:6px 20px;
  position: relative;
  box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;
  
}
.hometop-section-form .submit-now:hover{  background: #ffffff; color:#00ADED; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}

.hometop-section-form .magbox {
  width: 100%;
  height:80px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 16px;
  border-radius:8px;
}
.iti{width: 100%;}

.iti--separate-dial-code .iti__selected-flag{border-radius:8px 0px 0px 8px;}

.medical-report-all{position: relative;overflow: hidden;display: inline-block;width:100%; margin-top:10px; text-align:left;}.medical-report-all input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;}
.medical-report-file{background:#ffff; color:#0075bc !important;border: 2px solid #0075bc; font-size:16px;border-radius:8px;padding:6px 11px;position: relative;width: 100%;text-align:left; display:flex; align-items: center; justify-content: center;}
.medical-report-all img{display:inline-block;width:16px; height:16px; margin-right:10px;}

.hometop-section-form  .iti__country-list {width:315px;overflow-x: hidden;}

.cv-upload-box{background:#F6F0F0;border: 2px solid #0075bc;border-radius: 8px;padding:7px 11px;position: relative;width: 100%; display:block;cursor: pointer;align-items: center;justify-content: center;}
.custom-button{background:none; border:0px; width: 100%; text-align:center; font-size: 16px; color:#0075bc !important;}
.custom-button img {display:inline-block;width: 16px;height: 16px;margin-right: 10px;}
.custom-text{display: block;width: 100%; text-align:center; color:#444;}
 

.slider-bottom{position:absolute; width:90%; height:auto; padding:30px; margin:0px auto; left:0px; right: 0px; bottom:60px; align-items: center;backdrop-filter: blur(2px);background-color:#025a9495;border-radius: 16px;display: flex; z-index: 2; border: 1px solid #fff6;  box-shadow: -4px 4px 9.8px 0px rgba(65, 95, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}
.slider-bottom ul {
    display: flex;
  align-items: flex-start;
  margin:0px 0px 0px;
  padding:0px;
  width: 100%;
  gap: 20px;
}
.slider-bottom li {
    width:25%;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left:20px;
	padding-right:0px;
}
.slider-bottom li h2{
    font-size:30px;
    color:#ffffff;font-family:Lato Bold;
    padding:0px 0px 10px;
	margin:0px;
	display: flex;
    align-items: center;
    gap:8px;justify-content: center;
}
.slider-bottom li h5{
    font-size:14px;
    color:#ffffff; 
    padding:0px 0px 0px;
	margin:0px;
    width:auto;
	text-align:center;
}
.slider-bottom li:first-child{border-left:0px solid #fff; padding-left:0%;}
.flex-row-reverse {flex-direction: row-reverse;}

#overview-section{width:100%;background:linear-gradient(180.05deg, #f1fbff 0.22%, #f1fbff 99.78%); height:100%;overflow:hidden;padding:20px; position: relative;margin:0px 0px 0px; z-index:1; border-radius:8px;}
#overview-section h2{width:100%;font-size:35px; font-family:Lato Bold; font-weight:bold;  color:#00061A; padding:0px;margin:0px 0px 20px; display:block; position: relative;}
.about-button {display: flex;    gap: 20px;  justify-content:left;   margin: 0px;    padding: 0px;    position: relative;}
.about-button .book-app {width:max-content;  display:flex;   align-items: center; gap: 10px;    background:#00ADED;    color: #ffffff;    margin: 16px 0;    text-align: center;    font-size: 16px;    font-weight: bold;    padding: 10px 20px 10px;    transition: all 0.4s ease;    position: relative;    border-radius:8px;    border: 2px solid #00ADED;    cursor: pointer; box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}
.about-button a img{width: auto !important;    height:24px !important; filter: brightness(0) invert(1);   position: relative;}
.about-button .book-app:hover{ color:#00ADED; background:#fff;} .about-button a:hover img{filter:initial;}
#overview-section p {font-size: 17px;    color: #1F2632;    width:100%;    margin: 10px 0px 20px;}
#overview-section ul {align-items:center; margin:0px 0px 20px; padding: 0px 0;  width: 100%;}
#overview-section li {    width:auto;     position: relative;    color:#00061A;  	padding-left:30px;	margin-bottom:10px;	list-style: none;	font-size:16px;}
#overview-section li::before {   content: '';    background: url(../images/2025/01/r-arrow.png) no-repeat;    background-size: 17px;    width:30px;    height:30px;    position: absolute;    top:4px;left:0px;}
 
 
#treatments-overview-doc{width:100%;  height:100%; padding:20px; margin:0px 0px 0px; border-radius:8px;   position: relative; z-index:1; }
#treatments-overview-doc::before { content: "";position: absolute;top:0px;right: 0px;width: 100%;height:100%; background: url(../images/2025/01/apa-woman.png) no-repeat; background-size:20%; opacity:0.4; background-position:right bottom;   z-index:-1;}
.treatments-overview-doc{width:100%; display:flex; gap:10px; padding:0px 0px 0px; margin:0px; position: relative;}
.treatments-overview-left{width:50%; display:flex;  align-items: flex-end; padding-right:5%; margin:0px 0px 70px; position: relative;  z-index:1;}
.treatments-overview-left img{width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
border-radius: 0px 40px 40px 0px;}
.treatments-overview-right{width:50%;  padding:0px 0px 0px; margin:0px 0px 50px; position: relative;}
.treatments-overview-right h2{width:100%;font-size:38px;  font-family:Lato Bold; font-weight:bold; color:#1F2632; padding:0px;margin:14px 0px; display:block; position: relative;} 
.treatments-overview-right span{color:#00a0e3; width:100%;font-size:16px; font-weight:700;   padding-right:20px;margin:74px 0px 0px; display:block; position: relative;}
.treatments-overview-right p {  font-size:16px;   color:#212529;  width:90%;  margin:10px 0px 20px;}
.treatments-overview-right ul {align-items:center; margin:0px 0px 20px; padding: 0px 0;  width: 100%;}
.treatments-overview-right li {    width:auto;     position: relative;    color:#00061A;  	padding-left:30px;	margin-bottom:10px;	list-style: none;	font-size:16px;}
.treatments-overview-right li::before {   content: '';    background: url(../images/2025/01/r-arrow.png) no-repeat;    background-size: 17px;    width:30px;    height:30px;    position: absolute;    top:4px;left:0px;}
 
 
#keep-in-mind{background: #f1fbff; width:100%;  height:100%; padding:20px; margin:0px 0px 0px; border-radius:8px;   position: relative; z-index:1; }
.keep-in-mind{display:flex; gap:0px; align-items:center;  padding:0px 0px 0px;  position: relative;  margin: 0px 0px 0px;}
.keep-in-mind h2 {font-size:35px; font-weight:bold; font-family:Lato Bold;  color:#1F2632;  padding:0px;  margin:14px 0px 40px;  z-index: 1;   position: relative;  display: block;}
.keep-in-mind span{display:block; font-size:18px;  color:#00ADED;  padding-bottom:10px;   z-index: 1; font-family:Inter Bold; width:max-content;  position: relative;  display: block;}
.keep-in-mind  p{font-size:16px; line-height:24px; color:#00061ABA; padding:0px; margin:14px auto 0px; display:block; position: relative;}
#keep-in-mind ul{padding:0px 0px 0px;  position: relative;  margin: 0px 0px 0px;}
#keep-in-mind li{width: 100%;
  padding: 15px;
  position: relative;
  margin: 0px 0px 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px dashed #445;}
#keep-in-mind li h3{font-size:18px; font-weight:bold; color:#1F2632;  padding:0px;  margin:10px 0px 0px;  z-index: 1;  width:100%;  position: relative;  display: block;}
#keep-in-mind li  p{width:100%;font-size:15px; line-height:24px; color:#00061ABA; padding:0px; margin:10px 0px 20px; display:block; position: relative;}
#keep-in-mind li .jour-icon{width:auto; height:50px;}
#keep-in-mind li  a{width:max-content;font-size:16px; line-height:24px; display:flex; align-items:center; justify-content:center; gap:15px; color:#00061ABA; border:1px solid #4445; border-radius:12px; padding:10px 10px; margin:10px 0px; position: relative; transition: all .2s ease-in-out;}
#keep-in-mind li a img{width:auto; height:18px;}
#keep-in-mind li:hover a {scale: 1.1;}

.final-thoughts-ivf{display:flex; gap:0px; flex-direction: column;  padding:40px 0px 40px; border-top: 2px dotted #4443;  position: relative;  margin:20px 0px 0px;}
.final-thoughts-ivf h2 {font-size:30px; font-weight:bold; font-family:Lato Bold;  color:#1F2632;  padding:0px;  margin:14px 0px 0px;  z-index: 1;  width:100%;  position: relative;  display: block;}
.final-thoughts-ivf span{display:block; font-size:18px;  color:#00ADED;  padding-bottom:10px;   z-index: 1; font-family:Lato Bold; width:max-content;  position: relative;  display: block;}
.final-thoughts-ivf  p{width:100%;font-size:16px; line-height:24px; color:#00061ABA; padding:0px; margin:14px auto 0px; display:block; position: relative;}

 
 

#key-highlights-section{background:#ffffff; padding:20px; margin:40px 0px 40px;width: 100%; position: relative;}
.key-highlights-section{display:flex; gap:100px; padding:0px 0 0px; margin:0px 0px;width: 100%; position: relative}
.key-highlights-left{width:45%; padding:0px 0 0px; margin:0px 0px;  position: relative}.key-highlights-left img{border-radius: 0px 70px 0px 70px;}
#key-highlights-section h2 {  font-size:35px; margin-bottom:50px;  font-family: Lato Bold; font-weight:bold; color:#1F2632;  z-index: 1;  width: 100%;  position: relative;  display: block;}
.key-highlights-left h3{font-size:28px; padding:15px 0px;  font-family: Lato Bold;  color: #444;  z-index: 1;  width: 100%;  position: relative;display: block;}
.key-highlights-left p {font-size: 16px;color: #000000;width: 90%;margin:14px 0px 20px;}
.key-highlights-left ul {display:block; margin-top:15px; margin-bottom:15px; padding:0px;width: 100%;}
.key-highlights-left li{width:100%; position: relative;color:#000000;padding-left: 40px;margin-bottom:10px; font-size:16px;list-style: none;}
.key-highlights-left li:last-child{width:100%;}
.key-highlights-left li::before{content: '';background: url(../images/2023/01/home-arrow.png) no-repeat;background-size:17px;width:100%;height:65px;position: absolute;top:8px;left: 0px;}

.key-highlights-right{width:55%; padding:0px 10px 0px; margin:0px 0px;  position: relative}
 


#complete-treatment-section{width:100%; background: #f1fbff; height:100%; border-radius:8px;  padding:20px 20px 40px; position: relative;margin:0px 0px 0px; z-index:1;}
#complete-treatment-section h2{width:100%;font-size:35px; font-family:Lato Bold; font-weight:bold;  color:#00061A; padding:0px;margin:0px 0px 20px; display:block; position: relative;}
#complete-treatment-section p {font-size: 17px;    color: #1F2632;    width:100%;    margin: 10px 0px 20px;}
#complete-treatment-section ul {display:flex;  flex-wrap:wrap;  gap:20px; align-items: flex-start;  margin:0px 0px 30px; padding: 0px 0;  width: 100%;}
#complete-treatment-section li {width:48%;     position: relative;    color:#00061A;  	padding-left:30px;	margin-bottom:0px;	list-style: none;	font-size:16px;}
#complete-treatment-section li::before {   content: '';    background: url(../images/2025/01/r-arrow.png) no-repeat;    background-size: 17px;    width:30px;    height:30px;    position: absolute;    top:4px;left:0px;}
#complete-treatment-section .about-button .book-app{margin:40px 0px 0px;}
 
 
 
#about-why-choose{width:100%;  background:linear-gradient(180.05deg, #d0f0f4 0.22%, #d0f0f4 99.78%);    padding:20px 20px 30px;  border-radius:8px; position: relative;  margin:20px 0px 0px;  overflow:hidden;}
.about-why-choose{display:flex; gap:0px; flex-direction: column; padding:0px 0px 0px;  position: relative;  margin: 0px 0px 0px;}
.about-why-choose-left{width:100%;  padding:0px 0px 0px;  position: relative;  margin: 0px 0px 0px;}
.about-why-choose-left h4{font-size:20px;  color:#007e74;  padding-bottom:0px;   z-index: 1; width:max-content;  position: relative;  display: block;}
.about-why-choose-left h2 {font-size:35px; font-weight: bold; font-family:Lato Bold;  color:#1F2632;  padding:0px;  margin:0px 0px 15px;  z-index: 1;  width:100%;  position: relative;  display: block;}
.about-why-choose-left p {font-size:17px; color:#1F2632;  padding:0px;  margin:0px 0px 20px;  z-index: 1;  width:100%;  position: relative;  display: block;}
.about-why-choose-left a{width:max-content; display: flex; align-items: center; gap:10px;background:#00ADED; color:#ffffff; margin:0px 0px 60px;text-align:center;font-size: 16px; font-weight: bold; padding:10px 20px 10px; transition: all 0.4s ease;position: relative; border-radius:8px;     box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;  cursor:pointer;}
.about-why-choose-left a img{width:auto; height:16px; position:relative;}.treatmen-faqs-left a:hover{  background:#35A0ED; color:#fff;}


.about-why-choose-right{width:100%;  padding:0px 0px 0px;  position: relative;  margin: 0px 0px 0px;}
.about-why-choose-right h3{font-size:20px;  font-family:Lato Bold;  color:#1F2632;  padding:0px;  margin:0px 0px 30px;  z-index: 1;  width:100%;  position: relative;  display: block;}
.about-why-choose-right p {font-size:17px; color:#1F2632;  padding:0px;  margin:0px 0px 20px;  z-index: 1;  width:100%;  position: relative;  display: block;}
.about-why-choose-right  a{width:max-content; display: flex; align-items: center; gap:10px;background:#00ADED; color:#ffffff; margin:40px 0px 0px;text-align:center;font-size: 16px; font-weight: bold; padding:10px 20px 10px; transition: all 0.4s ease;position: relative; border-radius:8px;     box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;  cursor:pointer;}
.about-why-choose-right  a img{width:auto; height:16px; position:relative;}.about-why-choose-right  a:hover{  background:#35A0ED; color:#fff;}

.about-why-choose-right ul {align-items:center; margin:0px 0px 20px; padding: 0px 0;  width: 100%;}
.about-why-choose-right li {    width:auto;     position: relative;    color:#00061A;  padding:10px; 	padding-left:40px; background:#fff; border-radius: 8px;	margin-bottom:15px;	list-style: none;	font-size:16px;}
.about-why-choose-right li::before {   content: '';    background: url(../images/2025/01/logo-icon.png) no-repeat;    background-size:25px;    width:30px;    height:30px;    position: absolute;    top:12px;left:5px;}



#asian-team{width: 100%;height: auto;padding:40px 20px 60px;margin:0px 0px 0px;display: flex;position: relative;}
.asian-team{display: flex; gap:30px; margin:0px; background:none; padding:0px; border-radius:10px; align-items: center; position: relative;}
.asian-team-left{width:35%; margin:0px; padding:0px;}
.dr-box {position: relative;    padding:40px 20px;    border-radius: 8px;   border: 1px solid #00ADED;  background: rgba(0, 173, 237, 0.12); text-align: center;}
.dr-box h3 {font-size:22px;font-weight: bold;padding:15px 0px 8px;color:#000;text-align: center;}.dr-box img{padding:15px;}
.work-exp {text-align: center;display: block; font-size:16px; color: #067dc2;}
.dr-box strong{text-align:center;display: block;font-size:16px; color:#444}
.asian-team-right{width:65%; margin:0px; padding:0px;}
.asian-team-right h2 {font-size:35px; color:#000; margin:0px 0 20px;font-family:Lato Bold; font-weight: bold;}
.asian-team-right h3 {font-size:18px; line-height:30px; font-weight:bold; color:#009ced;margin: 0px 0 10px;padding: 0px;}
.asian-team-right p {font-size:16px;  color:#000;margin:10px 0 20px;padding: 0px;}
.asian-team-right a {font-size: 18px;background:#00ADED; color: #ffffff !important;margin-top: 30px;padding:10px 40px;display: flex;width: max-content;justify-content: center;border-radius: 8px; box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}


#quick-query-section{width:100%; background:linear-gradient(180.05deg, #f1fbff 0.22%, #f1fbff 99.78%); height:100%;overflow:hidden;padding:20px; border-radius:8px; position: relative;margin:0px 0px 20px; z-index:1;}

.quick-query-section { padding: 0px 0px 0px;  position: relative;  margin: 0px 0px 30px;}
.quick-query-section h2 {font-size:35px; font-weight:bold; font-family:Lato Bold;  color:#1F2632;  padding:0px;  margin:14px 0px 0px;  z-index: 1;  width:70%;  position: relative;  display: block;}
.quick-query-section span{display:block; font-size:18px;  color:#00ADED;  padding-bottom:10px;   z-index: 1; font-family:Inter Bold; width:max-content;  position: relative;  display: block;}
.quick-query-section  p{font-size:16px; line-height:24px; color:#00061ABA; padding:0px; margin:14px auto 0px; display:block; position: relative;}

#quick-query-section h4 {width:100%;  font-size:18px;   line-height: 24px;  font-family:Lato Bold;  color: #444;  padding: 0px;  margin:14px 0px 50px;  display: block;  position: relative;}
#quick-query-section ul{display:flex; flex-wrap:wrap; gap:20px;  padding:30px 0px 20px;  position: relative;  margin: 0px 0px 0px;}
#quick-query-section li{width:100%; display:flex;  gap:40px; align-items:center; padding:20px 20px 20px; margin: 0px 0px 0px;  border:1px dashed #00ADED;  border-radius: 8px; position: relative;}
#quick-query-section li h3{font-size:17px; font-weight:bold; height: 44px; color:#1F2632;  padding:0px;  margin:10px 0px 0px;  z-index: 1;  width:100%;  position: relative;  display: block;}
#quick-query-section li  p{width:100%;font-size:16px; line-height:24px; color:#00061ABA; padding:0px; margin:10px 0px 20px; display:block; position: relative;}
#quick-query-section li img{width:auto; height:65px;}

#quick-query-section li  a{width:60%;font-size:16px; line-height:24px;  background: #00ADED; font-weight:bold; display:flex; align-items:center; justify-content:center; gap:15px; color:#ffffff; border:2px solid #00ADED; border-radius:12px; padding:10px 10px; margin:0px 0px; position: relative; transition: all .2s ease-in-out; box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}
#quick-query-section li a img{width:auto; height:22px; filter: brightness(0) invert(1);}
#quick-query-section li:hover a {scale: 1.1; background:#ffffff; color: #00ADED;}
#quick-query-section li:hover a img{filter:inherit;}



#treatmen-faqs-section{width:100%;background:#ffffff; height:100%;overflow:hidden;padding:0px 20px; position: relative;margin:0px 0px 0px; z-index:1;}
.treatmen-faqs-section{display:flex; gap:20px; flex-direction: column; margin:0px; padding:0px; position:relative;}
.treatmen-faqs-left{width:100%; margin:0px; padding:0px; position:relative;}
.faqs-sud-head{ color:#00061A; font-size:16px;}
.treatmen-faqs-left h2{width:100%;font-size:35px; font-family:Lato Bold; font-weight:bold; color:#00061A; padding:0px;margin:14px 0px 0px; display:block; position: relative;}
.treatmen-faqs-left p{width:100%;font-size:16px; line-height: 24px;  color:#00061ABA; padding: 0px; margin:10px 0px 0px;display: block;position: relative;}
.treatmen-faqs-left a{width:max-content; display: flex; align-items: center; gap:10px;background:#00ADED; color:#ffffff; margin:0px 0px;text-align:center;font-size: 16px; font-weight: bold; padding:10px 20px 10px; transition: all 0.4s ease;position: relative; border-radius:30px;     box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;  cursor:pointer;}
.treatmen-faqs-left a img{width:auto; height:16px; position:relative;}.treatmen-faqs-left a:hover{  background:#35A0ED; color:#fff;}
.treatmen-faqs-right{width:100%; margin:0px; padding:0px; position:relative;}

 
#infrastructure-facilities{width:100%;background:#f1fbff; border-radius:8px; height:100%;overflow:hidden;padding:20px; position: relative;margin:40px 0px 0px; z-index:1;}
#infrastructure-facilities h2{width:100%;font-size:35px; font-family:Lato Bold; font-weight:bold; color:#00061A; padding:0px;margin:14px 0px 0px; display:block; position: relative;}
#facilities{margin:40px 0px 0px; padding-bottom:60px;} #facilities .item{padding:10px 0;}
.our-gallery {  border-radius:25px;  padding:20px; border: 1px solid #00a0e3;  position: relative;  height: 100%;  background: #fff;  margin:40px 0 20px;  box-shadow: 0 1px 6px rgb(0 0 0 / 15%);}
.our-gallery img {  width: 100%;  border-radius:25px;  margin: 0px;  border: 1px solid #00ADED; margin-top: -50px;  height: 250px;  object-fit: cover;}
.video-body{position: absolute;top: 0;align-items: center;display: flex;justify-content: center;width:90%;height:90%;}
.icon-play {
    background: url(../images/2025/01/icon-play.png) no-repeat center center transparent;
    width: 70px;
    height: 70px;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color:#00ADED;
    line-height:70px;
    text-align: center;
    padding-left:0px;
	font-size:22px;
}
.icon-play:hover {-webkit-transform: scale(.8);-ms-transform: scale(.8);-o-transform: scale(.8);transform: scale(.8);}




 
 
footer {display:flex; overflow:hidden; flex-direction: column;margin: 0px;padding:20px 0px 20px;position: relative;background: #F5F5F5;z-index: 1;}
.copyright {font-size: 14px;display: flex; align-items:center; color: #64656A;width: 100%;justify-content: center;flex-direction: column;}
.copyright .logo-footer{width:100%; text-align:center;}
.copyright .logo-footer img{width:200px; }
.copyright .wh{width:100%;text-align:center; border-top: 1px solid #ddd; padding-top:10px; margin-top:10px;}

footer ul{width:100%; display:flex; border-top: 1px solid #ddd; padding:10px 0px 0px; margin:10px 0px 0px; position:relative;}
footer li{display:flex;  gap:0px; justify-content: center; width:100%; margin:0px; padding:0px; position:relative;}
footer li span img{ width:30px; margin-right:15px;}
footer li a{font-size: 14px; color:#64656A; margin:0px; padding:0px; position:relative;}

/*----END footer ----*/




.mob-head-button{display:none;}
#button {
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index:999;
  -webkit-animation: button-top 4s ease-in-out infinite alternate;
  animation: button-top 4s ease-in-out infinite alternate;
}
 
#button:active {
  background:#fff; border:1px solid #F1862A;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*---------MOB Header------- */

.Whatsapp {display:none;position: fixed;bottom:30px;left: 55px; z-index: 800;cursor: pointer;background-color:#ffffff;border: 1px solid rgba(255, 104, 0, 0.39);border-radius:10px;padding:7px  14px;line-height: 18px;font-weight: 500;width:260px;text-align: center;}.Whatsapp a{color:#000; text-decoration:none; font-size:19px;}
.Whatsapp a span{color:#1dc839;}

.get-an-estimate{position: fixed;bottom:30px;right:30px;z-index: 800;cursor: pointer;background-color:#F1862A;border-radius: 6px;padding:3px 20px 3px 1px;font-weight: 500;width:max-content;text-align: center; border-bottom: 4px solid #984803; box-shadow: 0 10px 20px rgb(232 164 105 / 20%), 0 5px 10px rgb(232 164 105 / 10%);}
.get-an-estimate a{color:#ffffff !important;}
.get-an-estimate img{vertical-align:middle; background:#984803; padding:6px; border-radius:100%; width:40px; height:40px; margin:0 4px 0px 3px;}
.get-an-estimate:hover{border-bottom:4px solid #162a54; background-color:#0075bc;}
.get-an-estimate:hover img{background:#162a54;}

.find-boxht {display:none;}
.navigation-mobile-link {height:56px; color:#000 !important; text-align:center !important; justify-content:center !important; flex-grow:1 !important; flex-direction:column !important; display:flex !important; text-decoration:none; border-right:1px solid #f1f1f1;}
.f-12 {font-size: 12px;}
.navigation-mobile-link .mx-auto{margin-left: auto !important; width:25px; margin-right:auto !important; padding-top:10px;}

 .wikione-estimate{position: fixed;bottom: 30px;right: 55px;z-index: 800;cursor: pointer; font-weight: 500;width:240px;text-align: center; background:none; gap:12px;display:none;flex-direction: column;}
.wikione-estimate a{color:#fff; font-weight:bold; background:#00ADED; border: 2px solid #00ADED; box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED; height:42px; border-radius: 10px;padding:7px 14px 7px 50px;line-height:18px; display: flex; align-items: center;justify-content:left;}
.sticky-get{display:flex;}
.wikione-estimate a img{position: absolute;left:4px; filter: brightness(0) invert(1);width: 30px;height: 30px;margin: 0 6px;}
.wikione-estimate a:hover{background:#ffffff; color: #00ADED;}
.wikione-estimate a:hover img{filter:inherit;}


/*---------MOB Header------- */
.footer-bottom-mob {display: none; }


@media screen and (max-width:992px) {
.home-slider-img {object-fit: cover;height:395px;}
.hometop-section-left h1{font-size: 40px;}
.aster-heart-section-left{width:100%;}.aster-heart-section-right{Display:none;}
}

@media (min-width: 64rem){.hometop-section-left h1{font-size:40px;}.hometop-section-left h2{font-size:16px;}
.hometop-section-left p{font-size: 14px;}
.form-text-doc h2 {font-size:19px;}.hometop-section-form p{font-size:10px;}
.slider-bottom{padding: 15px; bottom:40px;}.hometop-section-right{padding-top:0%; width: 34%;}.form-text-doc p{font-size:11px;}
.we-help-you h3{width: 84%;}.big-box.violet-bg{width: 97%;}.main-section-right .form-text-doc h2{font-size:18px;}.main-section-right .form-text-doc p{font-size:11px;}
}

@media (min-width:90rem){
.hometop-section-left h1{font-size:65px; font-weight: bold;}.hometop-section-left h2{font-size:16px; line-height:25px;} 
.hometop-section-left p{font-size: 16px;}

.form-text-doc h2 {font-size:22px;} .hometop-section-form p{font-size:12px;}.slider-bottom{padding:25px; bottom:60px;}
.hometop-section-right{padding-top:4%; width: 30%;}.form-text-doc p{font-size: 12px;}.we-help-you h3{width: 80%;}
.big-box.violet-bg{width:100%;}  .main-section-right .form-text-doc h2{font-size:20px;}.main-section-right .form-text-doc p{font-size:12px;}
}



/*---------MOB Header------- */
@media screen and (max-width:880px) {
.footer-bottom-mob{position:fixed;bottom: 0;left: 0;right: 0;z-index: 3;background:#0075bc;box-shadow: 0 -1px 4px rgba(0,0,0,.08);display:none; border-radius:10px 10px 0px 0px;}
.navigation-mobile-link {height:70px;color:#ffffff !important;text-align: center !important;justify-content: center !important;flex-grow: 1 !important;flex-direction: column !important;display: flex !important;text-decoration: none;border-right:1px solid #e9f9ff;}
.navigation-mobile-link .mx-auto{margin-left:auto !important;width:22px;margin-right:auto !important; filter: brightness(0) invert(1);}
.f-12 {font-size:14px; color:#ffffff;   padding-top:5px;}
	
#enquiry-bottom-all{display:none;} .get-an-estimate{display:none;}.Whatsapp {display:none;}
.find-boxht {position: fixed;bottom: 0;left: 0;right: 0;z-index:3;background:#0075be; border-top: 1px solid #f7f7f7;box-shadow: 0 -1px 4px rgba(0,0,0,.08);display:flex !important; border-radius:20px 20px 0px 0px;}
	
.slider-des{display:none;}.slider-mob{display:block;} .iti__country-list{width:280px; overflow-x:hidden;}
.mob-head-button{display:flex; margin:0px; gap:10px; right:15px;top:9px;position: absolute; align-items: center;justify-content: center;}
.m-searchbox img{width:30px;height:auto;}	
.mob-phone img{width:30px;height:auto;}.get-started-m{display:flex; margin-top:7px !important;}	


.dropdown-phone1{z-index:999; right:0px; min-width:340px; padding-top:20px;}.sticky .dropdown-phone1{padding-top:8px;}
.dropdown-phone1 ul{z-index:999;}
.dropdown-phone1 a{font-size:14px;}
/*---------END Header------- */
.wikione-estimate{display:none;}

.m-search-box{display:flex;display: flex;align-items: center;justify-content: center;}
.m-search-box img {width: 25px;height: 25px;}
.m-phone{display:flex;display: flex;align-items: center;justify-content: center;}
.m-phone img {width: 25px;height: 25px;}
#header-id{height:70px; width: 100%;  padding:1px 0;}.headerSecondry{height:auto;}
 .headerTertiary{display:none !important;}  
.logo-m > img{max-width:150px; border-radius: 12px; z-index:9; display:block; padding: 9px; transform: translateY(0px); }
 .sticky .logo-m > img{transform: translateY(-4px);}
 .sticky .logo-d > img{max-width:134px; transform: translateY(17px); z-index: 666;}
.home-slider{height:220px;}#slider-section {height:100%; background:none;}
.sticky{backdrop-filter:none;  background:#fff !important; height:60px !important;}

.midbox-inner {margin: 0 auto;max-width:100%;width: 100%; }
.wiki-mk {padding-left:20px;padding-right:20px;}

#hometop-section{margin-top:0px; padding: 0px 0px;}.home-slider-img {object-fit: cover;height:auto;}
.hometop-section{display:none; position: relative;background:#1697ac; padding:40px 20px 10px; flex-direction: column; align-items: flex-start;}.form-mob{display:block; padding:0px 1px; margin-top:10px; margin-bottom: 20px; position:relative; z-index:1;}.hometop-section-right .hometop-form-box{display:none;}.hometop-section-form p{font-size:10px;}.form-text-doc h3{font-size:14px;}
.hometop-section-form input, textarea{height:35px;}
.home-form-box1{flex-direction: column; gap:0px;}.form-text-doc h2{font-size:20px;}
.hometop-section-left {width:100%;margin-left:0%;padding-right:0%;}
.hometop-section-left h3{color:#e0fbff; font-size:20px;}.hometop-section-left span{color:#fff; font-size:16px;} .hometop-section-left h1{color:#e0fbff; font-size:25px;}
.hometop-section-left h2{color:#ffffff; font-size:16px;}
.hometop-section-left p{color:#ffffff; font-size:14px; width:100%; margin:0px 0px 20px;}.upload-doc-button{gap: 10px;}
.download-brochure{font-size: 14px; padding: 8px 15px; gap: 10px;}.download-brochure img{height: 16px;}.apply-now{font-size: 14px; padding: 8px 10px; gap: 10px;}.apply-now img{height: 10px;}

.hometop-section-box::before{background:none;}
.slider-bottom{position: relative; background-color:#00ADED; width:100%; bottom:0px; border-radius:0px 0px 16px 16px; box-shadow: -4px 4px 9.8px 0px rgba(65, 95, 255, 0.29) inset, 0px 8px 19.2px -10px #00ADED;}.slider-bottom ul{flex-wrap: wrap;}
.slider-bottom li{width:45%; border-left:0px; padding-left: 0px;}.slider-bottom li h2{font-size: 25px; padding: 0px 0px 7px;}

#overview-section h2{font-size:25px;}#overview-section p{font-size:15px;}
.treatments-overview-doc{flex-direction: column; gap:20px;}
#treatments-overview-doc{padding:20px 0px;}
 .treatments-overview-left{width:100%; margin: 0px 20px 0px;} .treatments-overview-left img{height:auto;} .treatments-overview-right{width:100%; padding:0px 0px;}
 .treatments-overview-right span{margin:4px 0px 0px;}.treatments-overview-right h2{font-size:25px;}.treatments-overview-right p{font-size:15px;}

 #key-highlights-section{padding:0px;} #key-highlights-section h2{font-size:25px; padding: 0px 20px;}
 .key-highlights-section{flex-direction: column; gap:20px; padding:0px 20px}.key-highlights-left{width:100%;}
 .key-highlights-right{width:100%;}#overview-section li{font-size:15px;}
 
 
.keep-in-mind{flex-direction:column; gap:0px;}
.keep-in-mind h2{width:100%; font-size:25px; margin:0px 0px 25px;}.keep-in-mind span{font-size:14px;}
.keep-in-mind p{width:100%; font-size:15px;}
#keep-in-mind ul{flex-direction:column; gap:0px;}#keep-in-mind li{width:100%;}#keep-in-mind li p{font-size:15px; height:auto;}
.final-thoughts-ivf{flex-direction:column; gap:0px;}.final-thoughts-ivf h2{width:100%; font-size:25px; margin:10px 0px 10px;}.final-thoughts-ivf span{font-size:14px;}
.final-thoughts-ivf p{width:100%; font-size:15px;}
 
#complete-treatment-section h2{font-size:25px;}#complete-treatment-section p{font-size:15px;}#complete-treatment-section ul{gap:15px;}
#complete-treatment-section li{width:100%; font-size:15px;}

.quick-query-section h2{font-size:25px;}.quick-query-section p{font-size:15px;}#quick-query-section li{width:100%; flex-direction:column; gap:0px;}#quick-query-section li img{height:50px;}#quick-query-section li a{width:100%;}
#quick-query-section li h3{height:auto; text-align: center; font-size:16px; margin:15px 0px 15px;}
 

#about-why-choose{padding:20px 20px 30px;}
.about-why-choose{flex-direction: column; gap:20px;}.about-why-choose-left{width:100%;}.about-why-choose-left h4{font-size:15px;}.about-why-choose-left h2{font-size:25px;}
.about-why-choose-left p{font-size:15px;}
.about-why-choose-right{width:100%;}.about-why-choose-right h3{font-size:18px;}.about-why-choose-right p{font-size:15px;}.about-why-choose-right li{font-size:15px;}
 


.asian-team{flex-direction: column; gap:20px;}.asian-team-left{width:100%;}.dr-box{padding:20px 20px;}.dr-box img{padding:0px 40px;}.dr-box h3{font-size:18px;}.work-exp{font-size:15px;}.dr-box strong{font-size:14px;}.asian-team-right{width:100%;}.asian-team-right h2{font-size:25px;}.asian-team-right h3{font-size:16px; line-height:25px;}.asian-team-right p{font-size:14px;}
.asian-team-right a{font-size:16px; margin: 0px auto;}
#treatmen-faqs-section{padding:0px 0px 60px;}
.treatmen-faqs-section{flex-direction: column; gap:20px;}.treatmen-faqs-left{width:100%; padding: 0px 20px;}.treatmen-faqs-right{width:100%; padding:0px 10px;}.treatmen-faqs-left h2{font-size:30px;}
.treatmen-faqs-left p{font-size:15px; margin:10px 0px 20px;}
#infrastructure-facilities{padding:20px 20px 0px;}.our-gallery{margin: 40px 0 0px;}
#infrastructure-facilities h2{font-size:25px;}

.main-section{flex-direction: column; gap:20px;}.main-section-left{width:100%;}
.main-section-right{width:100%; margin:0px 0px 0px;}

footer{margin-bottom:70px;}.copyright .logo-footer{text-align: center; margin-bottom:20px;}
.copyright{flex-direction: column; justify-content: center;}.copyright .wh{text-align:center;}
.eye-checkup ul {column-count:1;}


  


}


