@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

/* Scss Document */

html {
  scroll-behavior: smooth;
}

body {
 font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  background:#fff;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover { color: #ffd607; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 17px;
  background: linear-gradient(135deg, #fff8dc, #ffd700 30%, #daa520 60%, #ffec8b 90%);
  color: #000;
  padding:16px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 10px;
  font-weight:500;
  transition: all 0.5s ease;
 }

.common-btn:hover {
  background: linear-gradient(135deg, #ffec8b, #daa520 30%, #ffd700 60%, #fff8dc 90%);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
  transform: translateY(-3px);
  color: #000;
  box-shadow: none; 
}

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:40px;
  font-weight:800;
  color:#1e1e1e;
  margin-bottom:20px; 
}

.title span{ color:#ffd607; display: block; font-size: 30px; font-weight: 400; margin-bottom:10px; }

.title-para{ 
  font-size:16px;
  text-align: center;
  max-width: 600px;
    margin: 20px auto 20px;
    width: 100%;
}

.form-control {
    border-radius:0px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	height:45px;
}

select.form-control { padding: 0; padding-left:15px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; }

/*------------------end common-css-------------------*/

.main-header{ padding:0px 0; transition: all 0.3s ease; background: #000000; }
.main-header .container{ max-width: 1300px; padding-left: 30px; padding-right: 30px;  }



.logo img{ max-height:100px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px;
    padding: 20px 0px;
    text-align: center;
}

.navbar-nav .nav-item:last-child .nav-link {
  background: linear-gradient(135deg, #fff8dc, #ffd700 30%, #daa520 60%, #ffec8b 90%);
  padding:8px 15px;
  color: #111;
  margin-left: 10px;
  margin-right:0px;
  border-radius: 10px;
}

.navbar-nav .nav-item:last-child .nav-link:hover { background: linear-gradient(135deg, #ffec8b, #daa520 30%, #ffd700 60%, #fff8dc 90%); color: #000 !important; }


.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color: #ffd607; }

header.main-header.fixed-nav {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 0px 0;
	  top: 0;
}


header.main-header.fixed-nav .logo img{ max-height:70px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 250px; }

ul.submenu.dropdown-menu a{ font-size: 14px; padding-top: 4px; padding-bottom: 4px; }

.dropdown-item{ padding: 7px 1.1rem; font-size: 15px; }

.dropdown-item.active, .dropdown-item:active{ background-color:#ffd607; color:#000; }
.dropdown-item:hover{ background-color:#ffd607; color:#000; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

.dropdown-item::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 10px;
  transform: rotate(-90deg);
}

ul.submenu.dropdown-menu .dropdown-item::after{ display: none; }

.topmenus-icon img{ max-height: 30px; margin-right: 10px; }


/*-------------banner---------------*/

.banner{
  position: relative;
  background: #fff;
}

.banner .banner_containt {
position: absolute;
left:0;
right:0;	
top: 50%;
transform: translateY(-50%);
z-index: 9;
max-width:1220px;
padding-left:30px;
padding-right:30px;
margin:auto;	
}


.banner .banner_containt h1 {
color: #fff;
margin-top: 0;
font-size:50px;
font-weight: 700;
max-width:500px;	
}


.banner .banner_containt p {
color: #fff;
font-size:20px;
margin:15px 0px 30px;
font-weight:500; 
max-width:400px;	
}

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px; 
z-index: 99;	
}

.banner .owl-nav span {
position: relative; }

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px;
z-index: 99;	
}

.banner .owl-nav i {
font-size:32px;
color: #fff; } 


.expertise-level{ padding:50px 0 70px; background: #fff9f5;  }

.expertise-level .title-col{ margin-bottom:20px; }

.expertise-4col{ position:relative; border-radius:8px; overflow: hidden; margin-top:35px;   }
.expertise-4col a{ display: block; z-index:1; position: relative;  }

.expertise-4col h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 94%;
    padding: 10px;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: auto;
}

.expertise-4col a:after {
    background: url(../images/expertise-overlay.png) no-repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.expertise-4col a img{ transition:all 0.3s ease-in;  }

.expertise-4col a:hover img{ transform: scale(1.3); }


.aboutus-sec { background: linear-gradient(135deg, #b8860b, #d4af37 30%, #a67c00 60%, #ffd700 90%);  }
.about-txt {
    padding: 60px 9%;
    height: 100%;
    width: 100%;
}

.about-txt .title{ margin-bottom:20px; color:#fff; }

.about-txt p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-big-flex{ display:flex; font-size:24px; font-weight:700; color:#fff; justify-content: space-between; margin-bottom:10px; }
.about-normal-flex{ display:flex; font-size:16px; font-weight:500; color:#fff; justify-content: space-between; }
.about-normal-flex i{ font-size:24px; vertical-align:middle; margin-right:5px; }

.about-service {
    height: 100%;
    border-top-right-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
}
.about-service img{ height: 100%; object-fit: cover; }

.about-botom p{ font-size:16px; line-height:26px;  }


.banner-3cols{ padding:60px 0; }

.inner-banner-3cols {
  padding: 20px 40px;
  text-align: center;
  display: block;
  height: 100%;
  position: relative;
}
.inba-txt {
  margin-top:40px;
}
.inba-txt h3 {
  font-size: 26px;
  color: #ffd607;
  font-weight: 500;
  margin-bottom: 15px;
}

.inba-txt p {
  margin-bottom: 5px;
  font-size: 16px;
}


.middlebanner-sec{ background:url(../images/patient-care.jpg) no-repeat #fff; background-size:cover; background-attachment: fixed; background-position: right;  }

.middlebanner-sec .container{ position: relative;  min-height:600px; }
.middlebanner-sec-text {
  max-width: 540px;
  width: 100%;
  left: 0;
  bottom: -80px;
  position: absolute;
  color: #fff;
  background: #2e5f79;
  padding: 40px;
  border-radius: 30px;
}

.middlebanner-sec-text .title{ color:#fff; font-size:36px; font-weight:500; margin-bottom:15px;   }

.middlebanner-sec-text p{ color:#fff; font-size:16px; font-weight: 300; margin-bottom: 0; margin-top: 20px;  } 
.middlebanner-sec-text ul{ padding-left: 17px; margin: 20px 0; }
.middlebanner-sec-text ul li{ margin:10px 0px; font-size: 17px; }

.afforcare-sec{ padding:20px 0px 70px; }

.afforcare-text { padding-right: 50px; }
.afforcare-text .title{ margin-bottom:25px; }
.afforcare-text p{ color:#666; margin: 15px 0px; }
.afforcare-text p b{ color:#f6a923; font-weight: 500; }
.afforcare-text p small{ font-size: 15px; }

.features i { color: #c89b3c; }

.affcare-ptag small{ display: block; margin-bottom: 10px; }
.affcare-ptag {
  font-size: 20px !important;
  margin-top: 25px !important;
  line-height: 40px;
}

.afforcare-text .common-box{ margin-top: 30px; }

.hometreatments-sec{ padding:70px 0px; }
.hometreat-col{ margin-bottom:35px; }
.hometreat-col a{ display: block; }
.hometreat-ico{ margin-bottom: 20px; }
.hometreat-col h3{ font-size: 22px; color: #4c4c4c; font-weight: 500; margin-bottom:5px; }
.hometreat-col p{ font-size:16px; color: #4c4c4c; font-weight:300; margin-bottom: 0px; }

.hometreat-col a:hover h3{ color: #f6a923; }

.homedr-sec { padding-bottom:80px; }

.inner-homedr-sec{ 
  background: #2e5f79;
  border-radius: 25px;
  padding:60px 60px 50px;
  margin-top: 140px;
}

.homedr-pic {
  border-radius: 30px;
  overflow: hidden;
  margin-top: -120px;
}

.homedr-txt { padding:0px 50px 0px 70px; }
.homedr-txt h4{ color: #fff; font-size: 32px; margin-bottom:25px; font-weight: 500; }
.homedr-txt p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}

.dr-phone{ 
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 40px;
 }

 .dr-phone img{ filter: brightness(1) invert(1); }

 .dr-phone b { margin-right: 15px; }
.dr-phone a {
  font-weight: 500;
  font-size: 26px;
  color: #ffd607;
}

.dr-phone a small {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}


.testimonial-wrapper {
  padding-bottom: 60px;
  padding-top: 20px;
  background-attachment: fixed;
  background-size: cover;
}

.testimonial-wrapper .title-col{ margin-bottom: 40px; }

#testimonial-slider .item{ padding:10px; }

.testi{ background:#fff; border-radius:8px; overflow: hidden;  text-align: center; padding:40px 30px;  }
.testi img{ width: auto !important; margin: auto; }
.user-quote { margin-bottom: 20px; }

.testi h4{ font-size:22px; font-weight: 500; margin-top:15px;  } 
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 14px;
  color: #626262;
  line-height: 22px;
}
.test-location{ color:#000; margin:10px 0px 0px;  }

#testimonial-slider2 .item { padding: 10px; text-align: center; }
.testi-video h4{ font-size: 17px; min-height: 45px; }

.hometest-tabs { text-align: center; margin-bottom: 40px; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background: #ffd607; color:#111; }
.nav-pills .nav-link {
  background: #fff;
  color: #666;
  margin: 0px 7px;
  padding: 10px 50px;
  border-radius:0px;
  font-weight: 400;
  min-width: 130px;
}

/* Footer */
footer {
  background-color: #101010;
  color: white;
  padding: 60px 0 30px;
}

.footer-container .footer-col:nth-child(2){ background: #282522; padding: 10px 30px; border-radius: 20px; }

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #e9b35f;
}

.footer-col p {
  margin-bottom: 15px;
  opacity: 0.8;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #000;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  opacity: 0.7;
}

footer *{ color: #fff; }











/*----------------inner page----------------*/

.list-item{ padding-left: 17px; margin: 20px 0; }
.list-item li {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 300;
}

.inner-commonpage-content ul{ padding-left: 17px; margin: 20px 0; }
.inner-commonpage-content ul li {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 300;
}

.st-shedule-wrap {
  padding: 20px;
  background: #f9fafc;
  margin-left: 30px;
}

.st-shedule {
  border: 1px solid #2e5f79;
  padding: 30px 20px;
}
.st-shedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #2e5f79;
  margin-bottom:20px;
}

.st-shedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-shedule-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
}

.welcome-about .title{ margin-bottom: 40px; }

.welcome-text h3{ margin-bottom: 20px; }

.welcome-text .dr-phone img{ filter: brightness(0) invert(0); }
.welcome-text .dr-phone a small{ color: #333; }

.welcome-about{ margin-bottom: 50px; }
.welcome-text { padding-right: 25px; }

.h-about-no {
  color: #3a3a3a;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

.h-about-no b {
  font-size: 60px;
  font-weight: 600;
  color: #2e5f79;
  display: block;
  line-height: 1.3;
  position: relative;
}

.afforcare-sec2{ margin-bottom:80px; margin-top: 30px; }


.materialContainer .row.g-4.mt-md-1.mt-2 .col-md-6 {
  margin-bottom:30px;
}


.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  transition: all 0.2s ease-in;
}

.contact-details .contact-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 20px;
  stroke: #fff;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2e5f79;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(80% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-title h2{ margin-bottom:20px; }
.contact-details h2{ margin-bottom: 30px; }

.contact-page{ margin: 50px 0px 60px; }

.contact-map{ margin-top: 50px; }

.testimonials-page{ margin-bottom: 60px; }

.testimonials-page .tab-content{ text-align: center; }

.read-testcol1 {
  margin: 1%;
  width: 46%;
  display: inline-block;
  vertical-align: text-top;
}

.read-testcol1 .testi-text {
  background: #f1f7f6;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  text-align: left;
}
.read-testcol1 .quote-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}

.read-testcol1 .test-head {
  display: flex;
  margin-bottom: 15px;
}
.read-testcol1 .user-pic {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 50%;
}
.read-testcol1 .user-pic img {
  min-height: 95px;
}
.read-testcol1 .user-text {
  margin-left: 18px;
}
.read-testcol1 .testi-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.read-testcol1 .rating-star {
  margin: 10px 0 15px;
}

.read-testcol1 .testi-text p {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.testipage-video .testi-video h4{ min-height: auto; }

.testimonials-page .nav-pills .nav-link{ background:#e7edf2; }
.testimonials-page .nav-pills .nav-link.active, .testimonials-page .nav-pills .show>.nav-link{ background:#ffd607; }

.treatment-page{ margin-bottom:80px; margin-top:-40px; }
.treatment-page .title-para{ margin: 50px 0px;}
.treatment-page .hometreat-col{ padding-left:30px; }

.treatment-page .service-col .row.flex-lg-row-reverse .hometreat-col{ padding-left: 0px; }

.maintreat-text h3{ margin-bottom:20px; }
.maintreat-text p{ line-height:28px; }

.service-col{ padding:110px 0px 0px; }

.cdetails-col { margin-top: 30px; }
.reinventing-col {
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  align-items: center;
}

.w-iconbox-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-size: 26px;
  background: #fff7d0;
  color: #414141;
  line-height: 2.7em;
  height: 2.5em;
  width: 2.5em;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(15px + 0.2em);
}

.w-iconbox-icon i { font-size: 34px; }

.reinventing-col .w-iconbox-title {
  font-size: 17px;
  color: #17183a;
}

.treatment-page .title{ font-size: 38px; margin-bottom: 50px; }

.maintreat-pic{ box-shadow: 20px 20px 30px rgb(0 0 0 / 8%); }
.maintreat-pic img{ width: 100%; }
.maintreat-text { padding-left: 40px; }
.service-col .flex-lg-row-reverse .maintreat-text { padding-left:0px; padding-right: 40px; }

.mobile-colpsd { display: none; }

.services-mainbull {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 20px;
}

.services-mainbull li a {
  font-size: 15px;
  font-weight: 400;
  margin:7px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff;
}

.services-mainbull li a:hover{ background: #ffd607; border-color:#ffd607; color:#000; }

.expertise-level .title-para{ max-width:900px; margin: auto; }

.inner-banner{ width: 100%; text-align: center; position: relative; }
.inner-banner:after{
  content: "";
width: 100%;
height: 100%;
background:rgb(0 0 0 / 50%);
position: absolute;
top: 0;
left: 0;
z-index: 1;
}


.innerbanner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.innerbanner-text h1{ color: #fff; font-size: 62px; margin-bottom: 0px; font-weight: 800; }

.inner-page{ background: #F1F1F1; padding:70px 0px; }

.inner-commonpage-content h3{ font-size:21px; font-style: italic; }
.inner-commonpage-content p{ font-size: 17px; font-weight: 300; line-height: 28px; }

.full-para{ padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin-bottom: 30px; }
.full-para p{ margin-bottom: 0px; }

.aboutdrappoint-tbl{ background: #fff; padding:25px 15px 15px; }
.appoi-tbl1 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
}

.appoi-tbl1 a{ background:#ffd607; padding:5px 10px; color: #000; font-size: 12px; font-weight: 500; }

.inner-appoi-tbl1{ max-width: 35%; flex: 0 0 35%; }
.inner-appoi-tbl2 {
  font-weight: 400;
  font-size: 14px;
}

.aboutdrappoint-tbl h2{ margin-bottom: 30px; font-size: 26px; }

.about-sec4 {
  text-align: center;
  padding: 0px 30px;
  margin-bottom:20px;
  margin-top: 25px;
}

.about-sec4 .icon-box{ font-size:42px; line-height: 1; }

.about-sec4 .feature-block-one h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top:15px;
  margin-bottom:10px;
}
.about-sec4 .feature-block-one p {
  color: #444;
  font-size: 15px;
  font-weight:300;
}

.feature-block-one {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 10px rgb(0 0 0 / 2%);
}

.about-sec2{ padding:90px 0px 70px; }

.band {
    background: linear-gradient(90deg, #6c2d5a, #ffbc30);
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(135deg, #007FA2, #ebb71d);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
  }
  .btn-gradient:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  .form-control, .form-select {
    border: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .form-control:focus, .form-select:focus {
    border-color: #007FA2;
    box-shadow: 0 0 0 0.2rem rgba(0,127,162,0.2);
  }

.pa-50{ padding: 80px 0px; }

.contactus-page{ background: linear-gradient(to right, #fdfbfb, #ebedee); padding-bottom: 50px; }

.contact-container {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.company-info {
    background: linear-gradient(90deg, #6c2d5a, #ffbc30);
    color: white;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-info h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-icon {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.company-info .social-links {
    margin-top: 0px;
    border-top: 1px dashed rgb(255 255 255 / 40%);
    padding-top: 30px;
}

.company-info .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.company-info .social-links a:hover {
    background: #ff6b6b;
    transform: translateY(-5px);
}

.contact-form {
    padding: 40px;
    background: white;
    height: 100%;
}

.contact-form h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #e99d08;
    position: relative;
}

.btn-primary {
    background: linear-gradient(135deg, #fff8dc, #ffd700 30%, #daa520 60%, #ffec8b 90%);
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    height: 200px;
}

.contact-detail a{ color: #fff; }

.homecontact-sec{ padding:70px 0px 90px; background:url(../images/connect-bg.jpg) no-repeat #E7F3FF; background-size: cover; }

.who-text { padding-left: 50px; }

.values-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.values-card h4{ font-size: 21px; font-weight: 600; }
.values-card p{ color: #666; font-size: 14px; line-height: 22px; margin-bottom: 8px; }
.values-card p b{ color: #000; font-weight: 600; }

.values-icon {
    font-size: 2rem;
    margin-bottom:12px;
    color: #dab800;
}

.pa-80{ padding: 80px 0px; }

.cta-bg{
  background: linear-gradient(90deg, #6c2d5a, #ffbc30);
    color: #fff;
    padding: 60px 0px;
}

.cta-bg p{ font-size: 18px; }

.event-sec2{ padding: 60px 0px; }

.we-specialize-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.we-specialize-list li {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 250px 0 rgba(0, 0, 0, .2509803922);
    text-align: center;
}
.we-specialize-list li img {
    margin: 0 auto 12px auto;
    display: block;
}
.we-specialize-list li p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.event-sec3{ background: #fff; padding: 60px 0px; }

.latestevent-col{ text-align: center; margin-top: 24px; }
.latestevent-col .latestevent-text{ padding-top: 15px; }
.latestevent-text h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.latestevent-text p{ color: #666; }

.eventdetail-sec {
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.whatsapp-fix{ position: fixed; right:20px; bottom:30px; z-index:1;   }
.whatsapp-fix img{ height: 42px; }

.welcome-pic img{ border-radius: 20px; }

.testi{ background:#f5f5f5; border-radius:8px; overflow: hidden;  text-align: center; padding:40px 30px;  }
.testi img{ width: auto !important; margin: auto; }
.user-quote { margin-bottom: 20px; }

.testi h4{ font-size:14px; font-weight: 500; margin-top:5px;  } 
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 14px;
  color: #626262;
  line-height: 22px;
}
.test-location{ color:#000; margin:10px 0px 0px;  }
.teststar i { color: #ffb800; font-size: 12px; margin: 0px 1px; }

.latestevent-col ul{ list-style: none; padding: 0px; margin: 0px; }
.latestevent-col ul li {
    font-weight: 500;
    background: #ffeb7e;
    display: inline-block;
    margin: 5px;
    border-radius: 40px;
    padding: 4px 10px 6px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #cfbc56;
    color: #111;
}

.event-sec2 h4{
  font-weight: 500;
    font-size: 18px;
    margin-bottom:10px;
    text-transform: capitalize;
}

.event-sec2{ background:#f5f5f5; }

.gifting-banner{ border-bottom: 1px solid #ccc;}
.gifting-banner:after{ display: none; }
.gifting-banner h1{ color: #daa520 !important; }




/*----------------media----------*/

@media (min-width: 992px){
  .navbar-nav li:hover > ul.dropdown-menu { display: block; }
}

@media (max-width:1180px){
.container{ max-width: 96%; }
.banner .banner_containt{ max-width: 1000px; }
.logo img { max-height: 60px; }
.innerbanner-text h1{ font-size: 52px; }
.who-text { padding-left: 20px; }
.values-card h4{ font-size: 18px; }



}

@media (max-width:1024px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 10px; }
.logo img { max-height: 55px; }
.banner-title{ font-size: 42px; line-height: 56px; }
.banner-text{ padding-left: 30px; padding-right: 50px; }
.banner-btns span a{ font-size: 22px; }
.title{ font-size: 36px; }
.inba-txt h3{ font-size: 24px; }
.inner-banner-3cols{ padding: 20px 10px; }
.middlebanner-sec-text{ left: 30px; }
.homedr-txt p{ font-size: 18px; }
.banner-vector{ max-width: 40%; flex: 0 0 40%; }
.banner .banner_containt { max-width: 900px; }
.banner .banner_containt h1{ font-size: 38px; }
.banner .banner_containt p{ font-size: 18px; }
.appoi-tbl1{ flex-direction: column; }
.inner-appoi-tbl2{ margin-top: 10px; margin-bottom: 10px; }
.appoi-tbl1 a{ padding: 7px 20px; }
.latestevent-col ul li{ font-size: 12px; }
.afforcare-text { padding-right: 20px; }



}

@media (max-width:980px){
.navbar-toggler{ font-size: 30px; color: #fff; }
.navbar-nav .nav-item{ width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ padding:10px 0px; margin: 0px; text-align: left; }
.navbar-nav .nav-item:last-child .nav-link{ padding-left: 15px; }
.banner-btns span{ display: none; }
.banner-title{ line-height: 64px; }
.main-header{ padding: 10px 0; }
.banner-btns{ margin-top: 15px; }
.banner-3cols { padding:40px 0 30px; }
.inba-ico img{ max-height: 60px; }
.title-col{ margin-bottom:40px; }
.afforcare-text {
    padding: 0px;
    margin-top: 25px;
}
.hometreatments-sec .col-lg-6{ order: 1; }
.hometreatments-sec .col-lg-3{ order: 3; }
.hometreat-col a{ text-align: center; }

.doctor-treatvector{ margin-bottom:50px; }
.hometreatments-sec { padding: 70px 0px 30px; }
.homedr-txt { padding: 0px; margin-top: 40px; }
.leftfoot-appoint{ max-width: 70%; flex: 0 0 70%; }
.quicklinks { padding-left: 0px; }
.footer-social{ margin-bottom: 30px; }
.inba-txt h3 { font-size: 22px; }

.afforcare-text p{ font-size: 22px; }
.contact-details{ margin-left: 0px; margin-top: 40px; }
.contact-details .contact-box .contact-title{ width: calc(100%); }
.h-about-no b{ font-size: 50px; }

.navbar-nav .dropdown-toggle::after{ display: none; }
.dropdown-item::after{ display: none; }	
	
.mobile-colpsd {
  font-size: 20px;
  text-align: right;
  color: #000;
  transform: translateY(-36px);
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  padding:0px 20px;
  float: right;
}	
	.navbar-nav .dropdown-menu{ border:none; }
	
.mobile-colpsd.dropdown-toggle::after{ display: none; }
.menu-large .dropdown-toggle::after{ display: none; }
.banner .banner_containt { max-width: 700px; }
.banner .banner_containt h1 { font-size: 34px; }

ul.submenu.dropdown-menu { max-height:150px; overflow-y: auto; }
.inner-banner h1{ font-size: 30px; }
.inner-commonpage-content p {
  font-size: 15px;
  line-height: 24px;
}
.inner-commonpage-content h3{ font-size: 18px; }
.about-sec4{ padding: 0px; }
.about-txt{ padding: 30px 4%; }
.about-txt p{ font-size: 15px; }
.about-big-flex{ font-size: 22px; }
.h-about-no{ font-size: 16px; }
.h-about-no b { font-size: 40px; }
.about-sec2 { padding: 90px 0px 50px; }
.treatment-page .hometreat-col { padding-left: 0px; margin-top:0px; }
.about-service{ border-top-right-radius: 0px; border-bottom-right-radius: 0px; }	
.afforcare-sec{ padding: 20px 0px 30px; }
.testimonial-wrapper{ padding-bottom: 30px; }
.who-text {
    padding-left: 0px;
    margin-top: 25px;
}
.values-card h4{ font-weight: 700; }


}


@media (max-width:820px){
header.main-header.fixed-nav .logo img { max-height: 40px; }
header.main-header.fixed-nav { padding: 10px 0; }
.read-testcol1 .quote-icon{ display: none; }
.maintreat-pic{ margin-bottom: 40px; }
.maintreat-text { padding-left: 0px; }
.treatment-page .title { font-size: 34px; margin-bottom: 30px; }
.read-testcol1 .testi-text h4{ font-size: 20px; }


}

@media (max-width:768px){
.banner-title{ font-size: 34px; line-height: 55px; }
.banner-title span{ line-height: 1; }
.small-text{ font-size: 18px; }
.title { font-size: 30px; }
.title span{ font-size:22px; }
.inba-txt h3 { font-size: 20px; }
.inner-banner-3cols{ padding: 20px 0px; }
.title-col { margin-bottom: 30px; }
.middlebanner-sec-text .title{ font-size: 30px; }
.inner-homedr-sec{ margin-top: 100px; }
.homedr-txt h4{ font-size: 28px; }
.dr-phone{ margin-top: 20px; }
.leftfoot-appoint {
  max-width: 65%;
  flex: 0 0 65%;
}
.contact-title h2, .contact-details h2{ font-size: 24px; }

}

@media (max-width:740px){
.dropdown-item a{ padding-left: 0px; padding-right: 0px; }
.dropdown-item{ padding:10px 0rem; font-size: 15px; }
ul.submenu.dropdown-menu {
  background: #f5f5f5;
  height: 207px;
  overflow-y: scroll;
}
	
	ul.submenu.dropdown-menu li a{ padding-left:10px; padding-right:10px; }	

.navbar-nav .dropdown-menu .container{ max-width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 15px; }
.afforcare-text {
  padding-left: 0px;
  margin-top: 30px;
  text-align: center;
}
.leftfoot-appoint {
  max-width: 100%;
  flex: 0 0 100%;
}
.footer-appoint-sec{ flex-direction: column; align-items: flex-start; }
.rightfoot-appoint{ margin-top:15px; }
.quicklinks{ margin-bottom: 35px; }
.copyright { margin-top: 0px; }
.copyright p{ padding: 0px 0 20px; flex-direction: column; }
.copyright p span{ margin-top: 10px; }

.st-shedule{ margin-top: 30px; }
.welcome-text h3{ font-size: 22px; }
.maintreat-text h3{ font-size: 24px; }
.read-testcol1 {
  margin: 0px 0px 30px;
  width: 100%;
  display: block;
  vertical-align: text-top;
}

.read-testcol1 .quote-icon { display: block; }
.materialContainer{ margin-top: 30px; }
.banner .banner_containt { max-width: 85%; }


}

@media (max-width:670px){
.banner-title{ font-size: 32px; }
.small-text { font-size: 16px; }
.about-normal-flex{ display: block; line-height: 34px; }


}

@media (max-width:520px){
.banner-container{ flex-direction: column; }
.banner-text {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 10px;
    padding-right: 10px;
}

.banner-vector {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 30px;
}
.banner-title { font-size: 34px; }
.middlebanner-sec-text{  border-radius:20px; left: 0px; padding:30px; }
.afforcare-text p { font-size: 16px; }
.inner-homedr-sec{ padding: 60px 30px 50px; }
.homedr-txt p { font-size: 16px; }
.homedr-txt h4{ font-size: 26px; margin-bottom: 15px; }
.leftappoint-ico { margin-right: 15px; }
.rightfoot-appoint{ width: 100%; }
.rightfoot-appoint .common-btn{ text-align: center; width: 100%; }
.copyright p{ padding: 0px; }

.welcome-text { padding-right: 0px; }
.cdetails-col { margin-top: 0px; }
.read-testcol1 .quote-icon { display:none; }
.testi-video{ margin-bottom: 30px; }
.testipage-video .testi-video h4{ margin-bottom: 15px; }
.materialContainer .row.g-4.mt-md-1.mt-2 .col-md-6 { margin-bottom: 15px; }
.contact-details .contact-box .contact-icon{ width: 53px; }
.title { font-size: 26px; }
.title span { font-size: 20px; }
.inba-txt { margin-top: 20px; }
.middlebanner-sec-text .title { font-size: 26px; }
.banner .banner_containt h1 { font-size: 24px; }
.banner .banner_containt p { font-size: 15px; margin: 15px 0px 15px; }
.banner .banner_containt .common-btn{ font-size: 15px; padding: 14px 18px; }
.about-txt { padding: 30px 9%; }
.about-big-flex{ flex-direction: column; font-size: 18px; }
.inner-banner h1 { font-size: 26px; }
.about-sec2 { padding: 50px 0px 30px; }
.main-header .container {
    max-width: 96%;
    padding-left: 12px;
    padding-right: 0px;
}
header.main-header.fixed-nav { padding: 0px 0; padding-bottom: 10px; }
.navbar-toggler{ border: none; font-size: 21px; }
.banner .owl-nav i{ font-size: 18px; }
.expertise-level{ padding: 30px 0 40px; }
.title-para{ font-size: 14px; }
.about-txt { padding: 20px 6%; }
.event-sec3{ padding: 30px 0px; }
.title-col { margin-bottom: 15px; }
.latestevent-col ul li { font-size: 13px; }
#testimonial-slider .item { padding: 0px; }
.card-body.p-5 {
    padding: 0px !important;
    background: none !important;
}
.card.border-0.shadow-lg.rounded-4 {
    background: none !important;
    box-shadow: none !important;
}
.contact-form{ background: none; }
.footer-container{ gap: 30px; margin-bottom: 0px; }
.footer-container .footer-col:nth-child(2){
  background: none;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.innerbanner-pic img{ height: 200px; object-fit: cover; }
.inner-page{ padding: 30px 0px; }
.values-card{ background: #fff; }
.event-sec2 { padding: 30px 0px;  }
.company-info{ padding: 20px; }
.contact-form{ padding: 20px; }


}
