/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
/* #Website Fonts
================================================== */
a.list-group-item {
    display: inline-block;
    width: 25%;
    border: none;
    padding: 5px 0;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.eot');
    src: url('../webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Bold.woff') format('woff'),
        url('../webfonts/Gilroy-Bold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-ExtraBold.eot');
    src: url('../webfonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../webfonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../webfonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Heavy.eot');
    src: url('../webfonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../webfonts/Gilroy-Heavy.woff') format('woff'),
        url('../webfonts/Gilroy-Heavy.ttf') format('truetype'),
        url('../webfonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Inter", sans-serif;
    transition: all 200ms linear;  
 }

h1,h2,h3,h4,h5,h6{
font-family: "Inter", sans-serif;
font-weight: 700;
}

h1{font-size:2.5rem;}
h2{ font-size:2rem;}
h3{ font-size:1.5rem;}
h4{ font-size:1.25rem;}
h5{ font-size:1.125rem;}


a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}


section {
  transition: all 200ms linear;
}


/* #Defined Colors and Font sizes
================================================== */
:root {
 
  --main-yellow-bg:#EFC611;
  --main-red:#E72429;
  --light-yellow-bg:#F5F1E4;
  --dark-grey-bg:#707070;
  --light-grey:#F3F3F9;
  --text-black:#000;
  --text-white:#fff;
  --footer-bg:#121212;

  
}

.text-theme-color{color: var(--main-yellow-bg);}
.bg-themed{background-color: var(--main-yellow-bg);}
.bg-themed img{width: 80px; height: 80px;}
.btn-main{background-color: var(--main-yellow-bg); font-weight: 700;}
.btn-main:hover, .btn-main:active, .btn-main:focus{background-color:#ddb60a !important;}


.btn-red{background-color: var(--main-red); font-weight: 700; color: #fff; padding: 10px 16px;}
.btn-red:hover, .btn-red:active, .btn-red:focus{background-color:#bb161c !important; color: #fff;}
.header-logo{
 width:200px;
}

.btn-outline-thme{color: var(--footer-bg); border: 1px solid var(--footer-bg);}
.btn-outline-thme:hover{border-color:var(--main-yellow-bg); background-color: var(--main-yellow-bg); color: #000;}

.contact-list-view {
    display: flex;
    gap: 30px;
    float: right;
}
.contact-box-icon {
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}

.contact-box-icon i {
    border: 1px solid var(--main-yellow-bg);
    height: 44px;
    width: 49px;
    border-radius: 8px;
    line-height: 40px;
    font-size: 22px;
    color: var(--main-yellow-bg);
}
.contact-box {
    display: flex;
}
.contact-box-text p {
    margin-bottom: 0;
    font-weight: 600;
}
.book-an-appoint a {
    background-color: var(--main-red);
    height: 44px;
}
.book-an-appoint i{
 color:var(--text-white);
}
.book-an-appoint a {
    background-color: var(--main-red);
    height: 44px;
    display: block;
    padding: 10px 16px;
    border-radius: 8px;
    color: var(--text-white);
    font-size: 15px;
    font-weight: 600;
}

section#navigation-list{
 background-color: var(--main-yellow-bg);
 z-index: 333;
}
.custom-mega-menu{width: 50%; transform: translate(-120px);}
.mega-menu {
  left: auto!important;
  right: 0;
 border-radius: 4px;
    padding: 10px;
}

.mega-menu .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
}

.mega-menu h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu .dropdown-item {
    transition: transform 0.3s ease;
}

.mega-menu .dropdown-item:hover {
    transform: translateX(8px);
    background-color: transparent;
    color: var(--main-yellow-bg);
}
/* Hover open on desktop */
.service-nav ul{display: flex; flex-wrap: wrap;}
.service-nav ul li{ width: 50%;
    }
.service-nav ul li a {
    display: flex;
   height: 100%;
    gap: 8px;
    align-items: center;
    line-height: 20px;
    font-size: 14px;    
    color: #383838;
    padding: 8px;
    transition: transform 0.3s ease;
    border-radius: 6px;
}


.service-nav ul li span {
    background-color: #FFE59E;
    padding: 6px;
    border-radius: 6px;
     transition: all 0.3s ease;
}

.service-nav ul li span img {
    width: 28px;
    opacity: .7;
     transition: all 0.3s ease;
}

.service-nav ul li a:hover{background-color: #FFF9E8; }

.service-nav ul li a:hover span img {
    transform: scale(1.08);
    opacity: 1;
}


@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
.custom-mega-menu{width: 100%; transform: translate(0px);}
.service-nav ul li{width: 100%;}
}
/* header control */
.book-appointment{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:20px;
}

.patient-login,
.patient-profile{
    color:#222;
    text-decoration:none;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
     border: 1px solid #222;
    padding: 8px 12px;
    border-radius: 7px;
}
.patient-login:hover,
.patient-profile:hover{ color:#000!important;}
.patient-login:hover{border-color: #000;}
.patient-login{    border: 1px solid #222;
    padding: 8px 12px;
    border-radius: 7px;}

.patient-login i,
.patient-profile i{
    font-size:18px;
}

.patient-login:hover,
.patient-profile:hover{
    color:var(--bs-primary);
}
.patient-dropdown ul{
box-shadow: rgb(6 6 6 / 18%) 1px 2px 10px 1px;
border: 0px;
font-size: 15px;
}

.patient-dropdown ul li a{padding: 6px 20px;}

@media(max-width:991px){

    .book-appointment{
        justify-content:center;
        flex-wrap:wrap;
        gap:10px;
    }

    .patient-dropdown .dropdown-menu{
        width:220px;
    }
}

section#navigation-list a.nav-link {
    padding: 5px 22px 5px 0px;
    font-weight: 600;
    font-size: 14px;
}

.book-appointment {
    float: right;
}


.more-about-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
}
.more-about-btn {
    margin-top: 40px;
}
.mt-7{
 margin-top:5rem;
}


.box-service h4 {
    font-size: 18px;
    font-weight: 600;
}
a.service {
    display: block;
    height: 100%;
    padding: 35px 0;
    color: var(--text-black);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 170px;
}

a.service:hover{
  border: 1px solid var(--main-yellow-bg);
}

.section-title-box span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.section-title-box h2 {
    margin-top: 10px;
}

.aboutus-section-content p {
    margin-top: 10px;
    line-height: 25px;
}

.company-exp {
    position: relative;
}
.exp-content {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 90px 0;
}
.exp-circle h2 {
    margin-bottom: 0;
    line-height: 28px;
}

.exp-circle {
    background-color: var(--main-yellow-bg);
    border: 5px solid #fff;
    width: 110px;
    text-align: center;
    margin: auto;
    height: 110px;
    border-radius: 100px;
    padding-top: 20px;
}


.expertise-box img {
    width: 100px!important;
    margin-bottom: 15px;
    margin: 0px auto 15px;
}
.expertise-box {
    margin-top: 20px;
    background-color: var(--main-yellow-bg);
    padding: 25px 15px;
    padding-bottom: 10px;
    border-radius: 20px;
    min-height: 340px;
    position: relative;
}
.read-more {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.read-more-btn a{
 color:var(--text-black);
 font-weight: 600;
 text-decoration: underline;
 font-size: 17px;
}

.expertise-box h4 {
    margin-bottom: 5px;
    font-weight: 700;
}


.view-all-service a {
    color: var(--text-black);
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}


.expert-doctor-list span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.expert-doctor-list h3{
  margin-top:10px;
}


/* Arrows */
.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: var(--main-yellow-bg) !important;
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}



/* Dots */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dots .owl-dot.active span {
  background: var(--main-yellow-bg);
}
.expert-doctors-div .item{
 border:1px solid #ddd;
 min-height: 150px;
 border-radius: 10px;
 padding:10px 10px;
}
.blog-slide {
    border: 1px solid #ddd;
    border-radius: 20px;
    min-height: 400px;
    padding: 10px;
}


.blog-img img {
    width: 100%;
    height: 100%;
}

#latest-blogs .owl-stage, #latest-blogs .owl-item{display: flex;}
 #latest-blogs .owl-item .item{display: flex; height: 100%;}

.blog-img {
    height: 290px;
    width: 340px;
}

.blog-details a {
    font-size: 1.35rem;
    line-height: 28px;
    color: var(--text-black);
    font-weight: 700;
}
.blog-details {
    margin-top: 10px;
    padding: 0 5px;
}
.blog-details p {
    margin-top: 5px;
}
.read-more-link a {
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--main-yellow-bg);
    padding: 9px 17px;
    border-radius: 10px;
}

.blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.blog-img img {
  transition: transform 0.4s ease;
}

.blog-slide:hover .blog-img img {
  transform: scale(1.1);
}

.custom-blog .csrow.row > [class*="col-"] {
    display: flex;
}

.custom-blog .blog-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.custom-blog .blog-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.custom-blog .item, .custom-blog .blog-slide {
    height: 100%;
}

.box-service .service i {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: var(--main-yellow-bg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.box-service .service:hover i {
  transform: translateY(-7px);
  color:var(--main-yellow-bg);
}


.aboutus-section-content span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.aboutus-section-content h2 {
    margin-top: 15px;
}

.aboutus-section-content ul{
    margin:0;
    padding:0;
}
.aboutus-section-content ul li {
    margin-bottom: 8px;
    list-style: none;
    font-weight: 500;
}
.aboutus-section-content ul li i{
 margin-right:5px;
 font-size:20px;
 color:var(--main-yellow-bg);
}
.aboutus-section-content {
    margin-top: 15px;
}



.expert-doctors-div .owl-nav {
    top: -40px;
    position: absolute;
    right: 25px;
}
.expert-doctors-div .owl-nav button {
    position: absolute;
    top: 0;;
    width: 40px;
    height: 40px;
    right: 26px;
}
.expert-doctors-div .owl-nav .owl-prev {
    left: -65px;
}
.expert-doctors-div .owl-nav .owl-next {
    right: -20px !important;
}


#expert-doctors .owl-stage{
display: flex;
width: 100%;
}

#expert-doctors .expert-doctors-div .item{height: 100%; display: flex; width: 100%; }


#expert-doctors .expert-doctors-div .item a{width: 100%;}
.doctor-bg, .serv-dcr{
 background-color: var(--light-grey);
 border-radius:10px;
    height: 300px;
    overflow: hidden;
    width: 100%;
 
}

.dl-doct{ border-radius:10px;
    height: 180px;
    overflow: hidden;
    width: 160px;
    }

.dl-doct img{
     border-radius: 10px;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    object-position: top center;
     transition: transform 0.3s ease;
}
.doctor-bg img, .serv-dcr img{
    border-radius: 10px;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    object-position: top center;
     transition: transform 0.3s ease;
}
.doctor-bg img:hover{ transform: scale(1.03);}
.doctor-list h4{
 margin-top:10px;
 margin-bottom:0;
 font-size:1rem;
}
.doctor-list p {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--dark-grey-bg);  

}
.degree-box p {
    background-color: transparent;
    padding: 0;
    border-radius: 100px;
    display: inline-block;
    font-weight: 400;
    color: #000;
}
.degree-box{
 margin-top: 2px;
}


a.doctor-link{
 color:var(--text-black);
}
.custom-bboking-number .custom-width{height: 40px;}
.error.text-danger, .error-text{font-size: 13px;}
.iti__country-list{font-size:13px}

section#why-choose{
 background-color: var(--light-yellow-bg);
 min-height: 300px;   
}

.why-choose-title span {
    background-color: var(--text-white);
    padding: 8px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.why-choose-title h2{
 margin-top:15px;
}
.choose-box-icon {
    float: left;
    margin-right: 20px;
}
.choose-box-icon img {
    width: 90px;
}
.choose-box-text {
    margin-left: 110px;
}
.choose-box {
    margin-bottom: 40px;
}
.stats-outline {
    border-radius: 15px;
    border: 1px solid var(--main-yellow-bg);
    min-height: 100px;
    padding: 40px 0;
    padding-bottom: 30px;
}
.stats-text h4 {
    background-color: var(--main-yellow-bg);
    padding: 10px 25px;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 8px;
}
.stats-text {
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}
.counter {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-right: 1px solid #ddd !important;
}
.last-border{
   border-right: none !important; 
}

.counter .counter-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
}
.counter .counter-value{
    font-size: 33px;
    font-weight: 800;
}
.counter h3 {
    font-size: 17px;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 10px;
    margin-bottom: 0;
}

@media screen and (max-width:990px){
   
}

span.counter-value.percent-icon{
  font-size: 40px;
}
span.counter-value.percent-icon::after {
  content: "%"; 
}

span.counter-value.plus-icon{
  font-size: 40px;
}
span.counter-value.plus-icon::after {
  content: "+"; 
}

section#testimonials {
    background: url(../img/testimonial.png) no-repeat;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}

section#testimonials .owl-stage, section#testimonials .owl-item{display: flex;}
section#testimonials .owl-item .item{     display: flex; height: 100%;
} 

.bg-white-box {
    background-color: #fff;
    min-height: 250px;
    border-radius: 10px;
    padding: 43px 20px;
    padding-bottom: 20px;
}
.testimonials-quotes {
    margin-bottom: 30px;
}
.quote-img {
    width: 75px;
position: absolute;
    display: inline-block;
    top: 4px;
    left: 14px;
}

section#testimonials .owl-item .item{padding-top: 30px;}

.testimonials-quotes p {
    font-style: italic;
    line-height: 24px;
}
.owl-carousel.testimonials-slider.owl-carousel .owl-item img {
    width: auto;
}
.user-info h5 {
    margin-bottom: 2px;
    font-weight: 700;
}
.user-info {
    margin-top: 5px;
}

.owl-dots .owl-dot span {
    margin: 3px !important;
}

footer {
    background: var(--footer-bg) url(../img/dark-section.png) no-repeat;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}
.footer-section {
    padding-top: 50px;
}
.footer-section p {
    color: var(--text-white);
    padding-top: 20px;
    font-size: 14px;
}
.footer-section ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.footer-section ul li{
 list-style: none;
 display: block;
}

.footer-section ul li a {
    color: var(--text-white);
    line-height: 33px;
    padding-left: 0;
    transition: all 0.5s ease;
    font-size: 14px;
}
.footer-section ul li a:hover{
 padding-left: 5px;
 color:var(--main-yellow-bg);
}

.footer-section h3 {
    color: var(--text-white);
    font-size: 1.5rem;
}
ul.social-media li i {
    border: 1px solid var(--text-white);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 17px;
    line-height: 38px;
}
ul.social-media li a:hover{
  padding-left: 0px;  
}
ul.social-media li i:hover{
 border:1px solid var(--main-yellow-bg);
 background-color: var(--main-yellow-bg);
 color:var(--text-black);
}

ul.social-media li {
    display: inline-block;
    margin-right: 5px;
}
.pl-30{
 padding-left: 30px;
}
.footer-section h4 {
    margin-top: 20px;
    color: var(--text-white);
    font-size: 1.3rem;
    font-weight: 600;
}
.medical-logo img {
    width: 150px;
}
.footer-contact {
    margin-top: 30px;
    background-color: #ffffff12;
    border-radius: 15px;
    min-height: 80px;
}

.contact-icon i {
    background-color: var(--main-yellow-bg);
    height: 56px;
    width: 56px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 56px;
}
.list:first-child{
 width:63% !important;
}
.list {
    display: flex;
    gap: 15px;
    width: 33%;
    padding-top: 5px;
}
.contact-list {
    display: flex;
    padding: 7px 15px;
    padding-bottom: 7px;
}
.contact-text h5 {
    color: var(--text-white);
    margin-bottom: 5px;
}

.contact-text {
    margin-top: 8px;
}
.contact-text p {
    margin-bottom: 0;
    color: var(--text-white);
    font-size: 14px;
}

.copyright-text p {
    margin-bottom: 0;
    padding: 13px 0;
    color: var(--text-white);
    font-size: 13px;
    padding-bottom: 7px;
}

.copyright-link ul li {
    list-style: none;
    display: inline-block;
    border-right:1px solid var(--text-white);
    padding: 0 10px;
    
}
.copyright-link ul li a{
    color:var(--text-white);
    font-size: 13px;
}
.copyright-link ul li a:hover{
    color:var(--main-yellow-bg);
}
.copyright-link ul li:last-child{
 border-right:none;
}

.copyright-link ul {
    margin: 0;
    padding: 0;
}

.copyright-link {
    padding: 13px 0;
    float: right;
}
.exp-circle span {
    font-weight: 600;
}
.blog-date-final h5 {
    margin-bottom: 0;
}
.blog-date-final {
    position: absolute;
    z-index: 100;
    left: 12px;
    top: 10px;
    background-color: var(--main-yellow-bg);
    padding: 4px 8px 3px 9px;
    border-radius: 7px;
    line-height: 20px;
}
.blog-date {
    position: relative;
}


 .carousel-item img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .carousel-item img {
    height: 350px;
  }

  .carousel-caption h2 {
    font-size: 18px;
  }

  .carousel-caption p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
  opacity: 0;
  transform: translateY(20px);
}

.carousel-item.active .carousel-caption h2 {
  animation: fadeUp 0.6s forwards;
}

.carousel-item.active .carousel-caption p {
  animation: fadeUp 0.6s 0.3s forwards;
}

.carousel-item.active .carousel-caption a {
  animation: fadeUp 0.6s 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
.banner-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
}


.carousel-caption {
    top: 50%;
    left: 10%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    width: 36%;
}
.carousel-caption span {
    color: var(--text-black);
    font-weight: 500;
}


.carousel-caption h2 {
    font-size: 3.4rem;
    line-height: 66px;
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 900;

}

.carousel-caption p{
 color:var(--text-white);
 line-height: 25px;
}

@media (max-width: 768px) {
  .carousel-caption {
    left: 15px;
    right: 15px;
    top: auto;
    bottom: 20px;
    transform: none;
    text-align: center;
  }
}

.aboutus-section-content h5 {
    font-weight: 600;
}

.read-more-link {
    margin-bottom: 12px;
    margin-top: 30px;
}
.choose-box-text h4 {
    font-weight: 700;
    line-height: 30px;
}

.banner-slide {
  position: relative;
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* black overlay */
  z-index: 1;
}

.banner-slide img {
  display: block;
}

.banner-slide .carousel-caption {
  position: absolute;
  z-index: 2; /* keep text above overlay */
}


section#inner-header {
    background: url(../img/inner-header.png) no-repeat;
    min-height: 170px;
    background-position: center;
    background-size: cover;
    display: flex;
  align-items: center;
  justify-content: center;
}
.inner-breadcrumb ul li p {
    margin-bottom: 0;
    color:var(--text-white);
}
.inner-breadcrumb ul li {
    list-style: none;
    display: inline-block;
}
.inner-breadcrumb ul li a{
 color:var(--text-white);
}

.inner-breadcrumb ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.inner-breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color:#fff;
}
.inner-breadcrumb h2 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 2.1rem;
    font-weight: 800;
}
.inner-breadcrumb {
    text-align: center;
}
.doctor-list-new {
    border: 1px solid #ddd;
    min-height: 150px;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 20px;
}

a.nav-link {
    color: var(--text-black);
}
.doc-info-details {
    background-color: var(--light-grey);
    padding: 15px 20px;
    border-radius: 10px;
}
.doctor-description h2 {
    margin-bottom: 3px;
    font-size: 1.85rem;
}

.doctor-description p {
    margin-bottom:10px;
}
.doctor-description {
    border-bottom: 1px dashed #cfcfdb;
}
.doc-info-img img {
    border-radius: 10px;
}
.doc-info-img img {
    width: 100%;
    height: 100%;
}


.doc-info-img {
    height: 356px;
    width: 356px;
    object-fit: cover;
}
.doc-exp-expert
{
    background-color: var(--light-grey);
    padding: 15px 20px;    
    border-radius: 10px;
    padding-bottom: 0;
}
.doc-exp-expert h3 {
    border-bottom: 1px dashed #cfcfdb;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.doc-exp-expert table.table {
    background-color: transparent !important;
}
.doc-exp-expert table.table td {
    background-color: transparent !important;
    padding: 5px 2px;
}


.doc-exp-expert table.table h5 {
    font-weight: 600;
    font-size: 1.1rem;
}

.doctor-personal-info {
    background-color: var(--light-grey);
    padding: 11px 15px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.doctor-personal-info h4 {
    border-bottom: 1px dashed #a1850e;
    padding-bottom: 10px;
    font-size: 1.35rem;
}

.doctor-personal-info table.table {
    background-color: transparent !important;
}
.doctor-personal-info table.table td {
    background-color: transparent !important;
    padding: 5px 2px;
    border-bottom: none;
}
.book-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 16px;
}


.need-help-box {
    border: 1px solid #ddd;
    padding: 10px 15px;
    min-height: 190px;
    border-radius: 10px;
}
.search-btn a {
    background-color: var(--text-black);
    color: var(--text-white);
    padding: 6px 15px;
    border-radius: 7px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 40px;
}
.search-btn a:hover {
    background-color:#333;
    color: var(--text-white);
}
.appointment-text-form select {
    height: 40px;
}

.appointment-text-form input {
    height: 40px;   
}
.border_full{
 border:1px solid #ddd;
}
.doctor-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
.doctor-main-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.doctor-main-box .doctor-list h4{font-size: 20px;}

.doctor-main-box  .doctor-listing{width: calc(100% - 160px);}

.doctor-main-box  .doctor-listing p{font-size: 14px; padding-bottom: 6px;}
.day_available span{    padding-bottom: 10px;
    display: block;}

    .day_available span small{font-size: 13px;
    font-weight: 600;
    color: #958168;
    padding-right: 4px;}
.book-form-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 45px;
    display: block;
}
.book-form-btn{ margin-left: auto; margin-right: auto;}
.day_available h5 {
    margin-bottom: 2px;
    font-size: 1.15rem;
}
.need-help {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px 13px;
    padding-bottom: 5px;
}
.need-help p {
    margin-bottom: 10px;
    font-size: 15px;
}
.need-help h4 {
 margin-bottom:4px;
}
.call_icon h5 i {
    margin-right: 7px;
}
.booking_form label{
 font-weight: 600;
}
.select-date label {
    font-weight: 600;
}
.time-slot {
    padding: 7px 0;
    height: 330px;
    overflow-y: scroll;
}
.toggle-list label {
    padding: 4px 6px;
    margin-bottom: 2px;
}

.toggle-list {
    width: 32%;
    display: inline-block;
    margin-bottom: 7px;
}
.main-div-tab {
    display: inline-block;
}

.time-slot h6 {
    margin-top: 10px !important;
    font-weight: 600;
}


/* HEADER STICKY */
#navigation-list {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.4s ease;
}

/* SCROLL EFFECT */
#navigation-list.sticky {
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    animation: smoothSlide 0.4s ease;
}

/* OPTIONAL NAVBAR PADDING REDUCE */
#navigation-list.sticky .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.3s;
}

/* ANIMATION */
@keyframes smoothSlide {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 991px) {
    #navigation-list {
        margin-top: 0 !important;
    }
}




.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--main-yellow-bg);
    color:#000;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: var(--main-yellow-bg);
    color:#000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}


#floating-call-wrapper {
    position: fixed;
    right: -250px; /* Hidden initially */
    bottom: 110px;
    opacity: 0;
    transition: all 0.8s ease;
    z-index: 9999;
}

.call-fl-txt{    display: flex;
    flex-direction: column;}

.call-fl-txt small{    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #720606;}


#floating-call-wrapper.show {
    right: -145px;
    opacity: 1;
}
#floating-call-wrapper.show:hover{right: 0px;     bottom: 110px;}
#floating-call-wrapper .float-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #EFC611;
    color: #000;
    padding: 12px 18px;
    border-radius: 50px 0px 0px 50px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#floating-call-wrapper .float-numbers:hover {
    /* transform: translateY(-6px); */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

#floating-call-wrapper .float-numbers a{
    color:#000;
}

.call-icon img {
   width: 40px;
}

.select2-container--default .select2-selection--multiple
{
    border: 1px solid #dee2e6 !important;
}
 
.select2-container .select2-selection--multiple {
    padding: 1px 5px !important;
    font-size: 16px !important;
    border-radius: 5px;
}
.select2-container .select2-selection--multiple{ height: 40px !important;}
/* Blog Details */

.single-blog-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.single-blog-img {
    width: 100%;
    height: 400px;
}

.blog-posted ul {
    padding: 0;
    margin: 0;
}

.blog-posted ul li {
    list-style: none;
    display: inline-block;
}

.blog-posted ul li i {
    margin-right: 5px;
    color: var(--main-red);
    font-size: 17px;
}
.blog-posted ul li p{
 font-weight: 600;
 font-size: 15px;
    color: #787878;
}
.blog-post-content p {
    line-height: 24px;
}
.recent-blog-post {
    border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 0;
}
.recent-blog-post h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.blogs-list-view{
    display: flex;
    gap: 15px;
}

.recent-blog-img{
    width: 110px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

.recent-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-blog-text h5{
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.recent-blog-text a{
    color: #000;
    text-decoration: none;
}
.blog-posted.inner-recent p {
    margin-bottom: 0;
    margin-top: 5px;
}
.blogs-list-view {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.blogs-list-view:last-child{
 border-bottom: none;
}


/* Services page css starts here */


.mh-lap-services{
    background:#fff;
}




.mh-lap-card{
background: #fbf6e7;
    border-radius:12px;
    padding:30px 20px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
}

.mh-lap-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.mh-lap-icon{
    width:85px;
    height:85px;
    margin:0 auto 24px;
    border-radius:50%;
    background:var(--main-yellow-bg);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.mh-lap-icon::before{
    content:"";
    position:absolute;
    inset:-8px;
    border:1px dashed var(--main-yellow-bg);
    border-radius:50%;
}

.mh-lap-icon i{
    font-size:32px;
    color:#000;
}
.mh-lap-icon img{width: 45px;}

.mh-lap-card h5{
    
    font-weight:700;
    color:var(--text-black);
    margin-bottom:6px;
    line-height:1.4;
}

.mh-lap-card p{
    color:var(--dark-grey-bg);
    margin:0;
    line-height:1.8;
}





.mh-lap-why{
    background:var(--light-grey);
}

.mh-lap-why-image img{
    width:100%;
    border-radius:20px;
    display:block;
}





.mh-lap-why-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.mh-lap-why-item{
    display:flex;
    align-items:center;
    gap:16px;
    background:#fff;
    padding:24px 20px;
    border-radius:14px;
}

.mh-lap-why-icon{
   width: 25px;
    height: 25px;
    margin-top: -2px;
    min-width: 25px;
    border-radius: 50%;
    background: #f8c438;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mh-lap-why-icon i{
    color: #000000;
    font-size: 12px;
}

.mh-lap-why-item h5{
    margin:0;
    font-size:18px;
    font-weight:600;
}




.greyed-pill{    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 100px;
    font-weight: 600;}

    .service-appointment-bg{
    background: linear-gradient(135deg, #28303f 0%, #2e384b 60%, #32405b 90%, #394a69 100%);
    color:#fff;
}


.service-appointment-bg h2{font-size: 28px;}
.service-appointment-bg p{font-size: 14px;}
.service-appointment-bg .book-an-appoint{margin-top: 10px;}
.d-inline{display: inline-block;}
.ser-faqs .accordion-button:not(.collapsed){background-color: #fdf5d7; box-shadow: none;}
.ser-faqs .accordion-button{box-shadow: none;}
.ser-faqs .accordion-item{border-color: #f9e493!important;}
.ser-faqs .accordion-header button{font-weight: bold;}

.doctor-card{
    transition: all 0.3s ease;
}
.doctor-card img{
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.doctor-card:hover{
    transform: translateY(-10px);
}
.doctor-card .text-theme-color{color: var(--dark-grey-bg);}

/* urology service */
.mh-uro-counter-section{
    background: var(--light-yellow-bg);
}



.mh-uro-counter-box{
    text-align:center;
    background:#fff;
    padding:35px 20px;
    border-radius:18px;
    height:100%;
    border:1px solid rgba(0,0,0,.05);
    transition:.3s;
}

.mh-uro-counter-box:hover{
    transform:translateY(-5px);
}

.mh-uro-counter-number{
    font-size:45px;
    line-height:1;
    font-weight:700;
    color:var(--main-yellow-bg);
    margin-bottom:15px;
}

.mh-uro-counter-box h5{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:var(--text-black);
}


/* process starts here */
.mh-uro-process{background: var(--light-grey);}
.mh-process-wrapper{
    position:relative;
}

.mh-process-line{
    position:absolute;
    top:65px;
    left:10%;
    right:10%;
    height:2px;
    background:var(--main-yellow-bg);
    z-index:0;
}

.mh-process-step{
    position:relative;
    text-align:center;
    z-index:2;
}

.mh-process-circle{
    width:90px;
    height:90px;
    margin:0 auto 15px;
    border-radius:50%;
    background:var(--main-yellow-bg);
    border:2px solid var(--main-yellow-bg);
    display:flex;
    align-items:center;
    justify-content:center;
}

.mh-process-circle i{
    font-size:34px;
    color:#000;
}

.mh-process-number{
    display:block;
    font-size:20px; 
    margin-bottom:15px;
    font-weight: 700;
}

.mh-process-step p{
    font-size:15px;
    line-height:1.8;
    color:var(--dark-grey-bg);
    margin:0;
}

@media(max-width:991px){

    .mh-process-line{
        display:none;
    }

    .mh-process-step{
        padding-bottom:30px;
    }

}



/* appoitment summary css */
.summary-container .appointment-card{
    background:#fff;
    border-radius:16px;
    padding:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.summary-container .section-title{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    
    margin-bottom:18px;
}

.summary-container .doctor-name,
.summary-container .patient-name{
    font-size:22px;
    font-weight:700;
    margin-bottom:0px;
}

.summary-container .doctor-info{
    color:var(--main-yellow-bg);
    font-weight:500;
   
}

.summary-container .appointment-box{
    background:#f8f9fa;
    border-radius:12px;
    padding:20px;
}

.summary-container .info-label{
   
    font-size:14px;
    margin-bottom:5px;
}

.summary-container .info-value{
    font-size:18px;
    font-weight:600;
   
}



.summary-container .amount-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.summary-container .amount-row:last-child{
    border-bottom:none;
}

.summary-container .total-row{
    font-size:20px;
    font-weight:700;
    color:#212529;   
    margin-top:10px;
    padding-top:15px;
}

.summary-container .pay-btn{
    height:54px;
    border-radius:12px;
    font-weight:600;
    font-size:16px;
}

.summary-container .secure-text{
    text-align:center;
    margin-top:15px;
    color:#198754;
    font-size:14px;
    font-weight:500;
}


.phone-appointment {
    background: url(../img/appointment-control.png) no-repeat;
    min-height: 170px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 15px;
}
.left-appoint-info {
    color: #fff;
}
.left-appoint-info small {
    color: var(--main-yellow-bg);
    border: 1px solid var(--main-yellow-bg);
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 13px;
}
.left-appoint-info p{font-size: 14px;}
.right-appoint-action{    
    color: #fff;
    text-align: center;
}
.right-appoint-action small{
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
}
.right-appoint-action small i{padding-right: 8px;
    display: inline;}

.right-appoint-call{font-size: 20px; color: #fff; padding: 6px 0; font-weight: 600;
    display: inline-block;}


/* doctors details starts here */

    .dd-photo {
      width: 130px;
      height: 155px;
      object-fit: cover;
      object-position: top;
      border-radius: 10px;
      flex-shrink: 0;
    }
    .dd-photo-placeholder {
      width: 130px;
      height: 155px;
      border-radius: 10px;
      flex-shrink: 0;
    }

    /* Qualification wraps freely – no truncation */
    /* .dd-qual { font-size: 0.85rem; line-height: 1.6; } */

    /* Exp timeline connector */
    .dd-tl-line { display:flex; flex-direction:column; align-items:center; width:16px; flex-shrink:0; }
    .dd-tl-dot  { width:10px; height:10px; border-radius:50%; background:var(--main-yellow-bg); margin-top:4px; flex-shrink:0; }
    .dd-tl-bar  { width:2px; flex:1; background:#dee2e6; margin-top:3px; }
    .dd-exp-item:last-child .dd-tl-bar { display:none; }

    @media (max-width:575px) {
      .dd-photo, .dd-photo-placeholder { width:95px; height:115px; }
    }



    
/* Online consultation modal */
.mh-oc-subtitle{font-size: 14px; color: var(--dark-grey-bg);}

/* Login signup modal */



.auth-modal{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.12);
}

.auth-banner{
    background:linear-gradient(176deg, #EFC611, #ff5c62);
    
    color:#fff;
    align-items:center;
    justify-content:center;
    padding:50px;
    min-height:580px;
}

.auth-banner h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
}

.auth-banner p{
    opacity:.9;
    margin:0;
}

.auth-wrapper{
    position:relative;
    padding:50px;
}

.auth-wrapper .btn-close{
    position:absolute;
    top:25px;
    right:25px;
}

.auth-badge{
    display:inline-block;
    background:#fff1f1;
    color:var(--main-red);
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}



.auth-wrapper h3{    
    font-weight:700;
    margin-bottom:8px;
}

.con-code-outer #header_country_code, .con-code-outer .iti__selected-flag{height: 100%!important;}
.con-code-outer .head-custom-width, .con-code-outer #header_country_code{height:60px!important}
.con-code-outer .iti.iti--allow-dropdown input{padding-left: 0px!important; cursor: not-allowed;
    pointer-events: none; color: transparent; box-shadow: none;}
.con-code-outer .iti.iti--allow-dropdown input:hover, .con-code-outer .iti.iti--allow-dropdown input:active, .con-code-outer .iti.iti--allow-dropdown input:focus{color: transparent; box-shadow: none;}
.btn-auth{
    height:50px;
    border:none;
    border-radius:14px;
    background: var(--main-yellow-bg);
    font-weight:600;
    color:#000;
}

.btn-auth:hover, .btn-auth:active{
    background:var(--main-yellow-bg);
    color:#000;
}



.auth-view{
    opacity:0;
    transform:translateY(15px);
    transition:.35s ease;
}

.auth-view.active{
    opacity:1;
    transform:translateY(0);
}

.modal.fade .modal-dialog{
    transform:scale(.96);
}

.modal.show .modal-dialog{
    transform:scale(1);
}

.success-wrap{
    padding: 20px 10px;
}

.success-icon{
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #ecfdf3;
    border: 1px solid #d1fadf;

    display: flex;
    align-items: center;
    justify-content: center;

    animation: successPop .5s ease;
}

.success-icon i{
    font-size: 38px;
    color: #16a34a;
}

.success-wrap h3{
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.success-wrap p{
    max-width: 320px;
    margin: 0 auto 25px;
    font-size: 15px;
    line-height: 1.6;
}

#successView .btn-auth{
    min-width: 180px;
}

/* about page css */

.about-hero{background-color: var(--light-yellow-bg);}


.about-hero .aboutus-section-content .section-title-box  span{    background-color: #e1dccd;}
.story-image-wrapper{
    position:relative;
}


.experience-box{
    position:absolute;
    bottom:20px;
    right:-20px;
    background:var(--main-yellow-bg);
    padding:18px 24px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.experience-box h3{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:var(--text-black);
}

.experience-box span{
    font-size:14px;
    display:block;
}

.story-highlight{
    margin-top:30px;
    padding:25px;
    background:var(--light-yellow-bg);
    border-left:4px solid var(--main-yellow-bg);
    border-radius:12px;
    display:flex;
    gap:15px;
}

.story-highlight i{
    font-size:24px;
    color:var(--main-red);
    flex-shrink:0;
}

.story-highlight p{
    margin:0;
    font-style:italic;
    color:#555;
}





.why-trust-us{
    background:var(--light-grey);
}

.section-heading{
    max-width:750px;
}

.section-heading p{
    color :var(--dark-grey-bg);
    line-height:1.8;
}

.trust-card{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    height:100%;
    transition:.3s;
    border:1px solid #eee;
}

.trust-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.trust-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:var(--light-yellow-bg);
    
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.trust-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.trust-card p{
    color:var(--dark-grey-bg);
    line-height:1.8;
    margin:0;
}   




.medical-excellence{
    background:#fff;
}

.medical-image-wrap{
    position:relative;
}

.quality-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#fff;
    padding:18px 22px;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    gap:15px;
    max-width:280px;
}

.quality-badge i{
    width:55px;
    height:55px;
    background:var(--main-yellow-bg);
    color:var(--text-black);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.quality-badge h5{
    margin:0;
    font-size:16px;
    font-weight:700;
}

.quality-badge span{
    color:#777;
    font-size:13px;
}

.quality-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.quality-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.quality-item i{
    color:var(--main-red);
    font-size:18px;
    margin-top:4px;
}

.quality-item span{
    color:#555;
    line-height:1.7;
}



.impact-section{
    background:var(--light-yellow-bg);
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.impact-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.3s;
    border:1px solid rgba(0,0,0,.05);
}

.impact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.impact-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:20px;
    background:var(--main-yellow-bg);
    display:flex;
    align-items:center;
    justify-content:center;
}

.impact-icon i{
    font-size:28px;
    color:var(--text-black);
}

.impact-card h3{
    font-size:42px;
    font-weight:700;
   
    margin-bottom:8px;
}

.impact-card p{
    margin:0;
    color:#666;
    font-weight:500;
}


/* Contact starts here */

  .icon-circle {
      width: 60px;
      height: 60px;
      min-width: 60px;
      border-radius: 50%;
      background: var(--main-yellow-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      color: #fff;
     
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .icon-circle:hover {
      transform: scale(1.08);
      
    }

    /* ── Contact item text ── */
    .contact-label {     
      font-weight: 700;      
      font-size: 20px;      
      margin-bottom: 2px;
    }
    .contact-value {
     
      color:var(--dark-grey-bg);
      line-height: 1.45;
    }
     /* ── Left headline ── */
.social-btn {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .45rem 1.1rem;
      border: 1.5px solid var(--footer-bg);
      border-radius: 8px;
      font-size: .85rem;
      font-weight: 500;
      color: #1a1a1a;
      text-decoration: none;      
      transition: border-color .2s, background .2s, color .2s, transform .15s;
    }
    .social-btn:hover {
   
      transform: translateY(-2px);
    }
    .social-btn i {
      font-size: 1rem;
    }
  .get-in-touch-section{background-color: var(--light-yellow-bg);}

.cotact-form-section .form-control{
  border-radius:10px;
  padding:12px;
}


/* ===== Map ===== */
.map-card{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}


/* orthopedic service page */
.ortho-bg-section {
    background: url(../img/ortho-bg.jpg) no-repeat;
    
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0px 60px;
}

/* dashboard css starts here */

.mh-pd-dashboard-wrapper{
    background: var(--light-grey);
    padding: 30px 0;
}



.mh-pd-sidebar{
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    position: sticky;
    top: 20px;
}

.mh-pd-profile-card{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.mh-pd-profile-image{
    width: 90px;
    height: 90px;
    margin: auto;
    overflow: hidden;
     border-radius: 50%;
}

.mh-pd-profile-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.mh-pd-profile-name{
    margin-top: 15px;
    font-weight: 600;
}

.profile-phone-change .iti__flag-container{height: 39px;}
.mh-pd-profile-id{
    color: var(--dark-grey-bg);
    font-size: 14px;
}

.mh-pd-sidebar-menu{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.mh-pd-sidebar-menu li{
    margin-bottom: 8px;
}

.mh-pd-sidebar-menu a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: .3s;
}

.mh-pd-sidebar-menu a:hover,
.mh-pd-sidebar-active{
    background: var(--main-yellow-bg);
    color: #000 !important;
}

.mh-pd-welcome-card{
    background: linear-gradient(135deg,var(--main-yellow-bg),#ff565694);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.mh-pd-btn-primary{
    background: #fff;
    color: var(--main-red);
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 600;
}

.mh-pd-btn-primary:hover{
    background: var(--main-yellow-bg);
}

.mh-pd-stat-card{
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    height: 100%;
}

.mh-pd-stat-icon{
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: var(--light-yellow-bg);
    color:#8b3240;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
   
}

.mh-pd-stat-card h3{
    font-size: 32px;
    font-weight: 700;
}

.mh-pd-stat-card p{
    margin-bottom: 0;
    color: var(--dark-grey-bg);
}


.mh-pd-stat-flex{
    display:flex;
    align-items:center;
    gap:18px;
}

.mh-pd-stat-content h3{
   font-size: 20px;
    line-height:1;
    font-weight:700;
    margin-bottom:4px;
    color:var(--text-black);
}

.mh-pd-stat-content p{
    margin:0;
    color:var(--dark-grey-bg);
    font-size:15px;
    font-weight:500;
}

.mh-pd-list-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 4px;
    border-bottom:1px solid #eee;
}
.mh-pd-list-item .text-end{font-size: 14px;}
.mh-pd-list-item:last-child{
    border-bottom:none;
}

.mh-pd-list-item h6{
    margin-bottom:4px;
    font-weight:600;
}

.mh-pd-list-item small{
    color:var(--dark-grey-bg);
}
.mh-pd-card-body{background-color: #fff; padding: 15px!important; border-radius: 12px; }

.mh-pd-download-btn{
    border: 1px solid #000;
    font-weight:600;
    font-size: 13px;
}
.mh-pd-download-btn:hover{background-color: var(--main-yellow-bg); border-color: var(--main-yellow-bg);}
.mh-pd-mobile-menu-btn{
    background: #000;
    color: #fff;
    width: 100%;
}

@media(max-width:991px){

    .mh-pd-content{
        padding-left: 0;
    }

    .mh-pd-welcome-card{
        text-align: center;
    }

}

.mh-pd-table-card .tab-content{padding: 15px 0px;}

/* User appointment starts here */


/* Appointment Tabs */
.mh-pd-table-card{padding: 12px; border-radius: 12px; background-color: #fff; font-size: 14px;}
.mh-pd-tabs-nav{
    gap:12px;
    border-bottom: 1px solid var(--main-yellow-bg);
}

.mh-pd-tabs-nav .nav-link{
    border:none;
     color:var(--text-black);
  
    padding:12px 18px;
    font-weight:600;
     border-radius: 4px 4px 0px 0px;
}

.mh-pd-tabs-nav .nav-link.active{
    background:var(--main-yellow-bg);
    color:#000;
    
    
}

.mh-pd-tab-count{
    margin-left:6px;
    font-size:12px;
   
        width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    color: #fff;
    background: rgba(000, 000, 000, .5);
}

.action-download {
  
    background: #f1ebd9;
    border: 0px;
   color: #b3690c;
    padding: 4px 4px;
    font-size: 16px;
    border-radius: 4px;
}

.action-view{
    
   background: #e6e9eb;
    border: 0px;
    color: #727272;
    padding: 4px 4px;
    font-size: 14px;
    border-radius: 4px;
}
.action-cancel
{
    background: #e5e9eb;
    border: 0px;
    color: #d34a5f;
    padding: 4px 4px;
    font-size: 14px;
    border-radius: 4px;
}

/* View appointment recipt */

.mh-pd-modal .modal-content{
    border-radius:12px;
}

.mh-pd-modal .modal-header{   
    border-bottom:1px solid #eee;
}

.mh-pd-detail-card,
.mh-pd-payment-card{
    background:#fff;
    border-bottom:1px solid #eee;   
    padding-bottom:12px;
    font-size: 14px;
}

.mh-pd-detail-heading{
    font-size:13px;
    font-weight:700;   
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
   
}

.mh-pd-doctor-name{
 color:var(--main-yellow-bg);
    margin-bottom:4px;
}

.mh-pd-doctor-speciality{
   color: var(--dark-grey-bg);
    font-weight:600;
    margin-bottom:10px;
    font-size: 14px;
}

.mh-pd-info-box{
    background:var(--light-yellow-bg);
    border-radius:12px;
    padding:10px;
}

.mh-pd-info-box span{
    display:block;
    color:var(--dark-grey-bg);
    font-size:13px;
    margin-bottom:8px;
}

.mh-pd-info-box h6{
    margin:0;
    font-size:14px;
    font-weight:700;
}

.mh-pd-detail-item label{
    display:block;
    font-size:13px;
    color:var(--dark-grey-bg);
    margin-bottom:5px;
}

.mh-pd-detail-item strong{
    font-size:16px;
}

.mh-pd-payment-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:16px;
}

.mh-pd-payment-row span{
    color:var(--dark-grey-bg);
}

.mh-pd-paid-badge{
    background:#e8f8ed;
    color:#1b8f46;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.mh-pd-download-receipt-btn{
    background:var(--main-yellow-bg);
    border:none;
    font-weight:600;
    padding:12px;
    border-radius:12px;
}

.mh-pd-download-receipt-btn:hover{
    background:#e2bc11;
}



.theme-pagination .active>.page-link,
.theme-pagination .page-link.active {
    background-color: var(--main-yellow-bg)!important;
    border-color: var(--main-yellow-bg);
    color: #000;
}

.theme-pagination .page-link{color: #000;}


/* profile page css */


.mh-pf-card{background-color: #fff; padding: 20px; border-radius: 12px;}


.mh-pf-profile-inline{
    display:flex;
    align-items:center;
    gap:20px;
    padding-bottom: 20px;
 
}
.mh-pf-profile-thumb{
    width:90px;
    height:90px;
    position:relative;
    flex-shrink:0;
}

.mh-pf-profile-thumb img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    border:3px solid var(--light-yellow-bg);
}

.mh-pf-file-input{
    display:none;
}

.mh-pf-photo-btn{
    position:absolute;
    right:0;
    bottom:0;
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--main-yellow-bg);
    color:var(--text-black);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.mh-pf-photo-btn:hover{
    background:var(--main-red);
    color:var(--text-white);
}

.mh-pf-user-name{
    margin-bottom:4px;
    font-weight:700;
}
.mh-pf-user-meta{
    color:var(--dark-grey-bg);
    font-size:14px;
}
.mh-pf-section{
    margin-bottom:20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    
}
.mh-pf-section:last-child{
    margin-bottom:0;
}


.mh-pf-section{
    margin-bottom:40px;
}

.mh-pf-section:last-child{
    margin-bottom:0;
}


/* appointment payment done screen */


.mh-as-section{
    background:#f8f9fb;
}


.mh-as-wrapper{   
    margin:auto;
}

.mh-as-header{
    margin-bottom:30px;
}

.mh-as-icon i{
    font-size:80px;
    color:#28a745;
}


.mh-as-title{
    font-size:38px;
    font-weight:700;
    margin-top:15px;
}

.mh-as-subtitle{
    color:#6c757d;
    margin-top:10px;
}

.mh-as-subtitle{
    color:#6c757d;
    margin-top:10px;
}

.mh-as-card{
    background:#fff;
    border-radius:16px;
    padding:25px;
    box-shadow:0 5px 25px rgba(0,0,0,.05);
   
}

.mh-as-card-title{padding-bottom: 15px; font-size: 18px; font-weight: 500;}

.mh-as-item{
    margin-bottom:18px;
}

.mh-as-item label{
    display:block;
    font-size:13px;
    color:#6c757d;
    margin-bottom:4px;
}

.mh-as-item strong{
    display:block;
    color:#0f172a;
    font-size: 15px;
}

.mh-as-price-row{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
}


.mh-as-total{
    font-size:20px;
    font-weight:700;
    border:none;
}

.mh-as-instruction-list{
    padding-left:20px;
    margin:0;
}

.mh-as-instruction-list li{
    margin-bottom:10px;
}

.mh-as-actions{
    margin-top:30px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
} 

@media (max-width: 768px) {
    .mh-as-icon i{font-size: 40px;}
    .mh-as-title{font-size: 25px;}
}

/* 


*/

.p-stlyed p{
    margin-bottom : 0px;
    display: inline;
}


/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
.contact-list-view {
    display: block;
    gap: 0;
    float: none;
    margin-top: 10px;
}
.contact-box {
    margin-bottom: 10px;
}
.book-appointment {
    float: none;
    text-align: center;
}

.carousel-caption {
  bottom: 30px;
  width:90%;
}
.carousel-caption h2 {
    font-size: 2rem;
    line-height: 41px;
}

img.mobile_logo {
    width: 180px;
}
a.service{
 margin-bottom:15px;
}
.expert-doctors-div .owl-nav .owl-next {
    right: -8px !important;
}
.expert-doctors-div .owl-nav .owl-prev {
    left: 0;
}
.expert-doctors-div .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    bottom: -40px;
    top:40px;
}
.expert-doctors-div .owl-nav button {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
    right: 26px;
}
.stats-text h4 {
    background-color: var(--main-yellow-bg);
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.stats-outline{
 border:none;
}
.blog-img {
    height: 100%;
    width: 100%;
}
.pl-30 {
    padding-left: 0;
}
.footer-section {
    padding-top: 20px;
}
.list:first-child {
    width: 100% !important;
}

.list {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-list{
 display: block;
}
.choose-box {
    margin-bottom: 25px;
}
.counter {
        margin-bottom: 15px;
        border: 1px solid var(--main-yellow-bg);
        border-right: 1px solid var(--main-yellow-bg) !important;
        padding: 10px 0;
    }
section#inner-header{
 min-height: 110px;
}

.doc-info-img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
.doc-info-details{
    margin-top:25px;
}
.appointment-text-form input {
    margin-bottom: 10px;
}
.appointment-text-form select {
    margin-bottom: 10px;
}
.day_available {
    margin-top: 10px;
    text-align: left !important;
}
.inner-breadcrumb h2 {
    margin-bottom: 0;
    font-size: 1.75rem;
}
.single-blog-img {
   height: 250px;
}
.blog-img {
        height: 300px;
        width: 100%;
    }

}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
img.mobile_logo {
        width: 200px;
}
.contact-list-view {
    gap: 50px;
    margin-left: -240px;
}
.book-an-appoint a
 {

    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
}
.carousel-caption{
    width:90%;
    margin:auto;
    bottom:30px;
}
.carousel-caption h2 {
    font-size: 3.2rem;
    line-height: 60px;;
}
.aboutus-section-content {
    margin-top: 30px;
}
.counter h3{
 font-size:15px;
}
.blog-img {
    height: 100%;
    width: 100%;
}
section#inner-header{
 min-height: 110px;
}
.doc-info-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.doctor-info {
    width: 36%;
    float: left;
}
.doctor-personal-info{
    width: 60%;
    float: right;
    margin-top: 0 !important;
}
.doc-info-details{
    margin-top:25px;
}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
section#navigation-list a.nav-link {
        padding: 5px 16px 5px 0px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 125px;
        font-size: 14px;
    }
.book-an-appoint a{
    font-size:16px;
}
.contact-box-text span {
    font-size: 14px;
}
.contact-list-view{
 margin-left:-63px;
}
.contact-box-text p{
 font-size:14px;
}
.carousel-item img{
 height:420px;
}
.carousel-caption{
 width:70%;
}
a.service {
    padding: 20px 0;
    min-height: auto;
}
.box-service h4 {
    font-size: 1.1rem;
}

.expertise-box h4{
 font-size: 19px;
}
.expertise-box p {
    padding-bottom: 20px;
}
.expertise-box{
 min-height:360px;
}
.contact-list {
    padding: 7px 10px;
}
section#inner-header{
 min-height: 110px;
}
.doc-info-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) and (max-width: 1920px) {
.blog-img {
        height: 300px;
        width: 100%;
    }
section#navigation-list a.nav-link {
    padding: 5px 27px 5px 0px;
    font-weight: 600;
    font-size: 16px;
}
.doc-info-img {
    height: 416px;
    width: 416px;
    object-fit: cover;
}

}

.pagination li.page-item .page-link {
    color: black;
}

.pagination li.page-item.active .page-link {
    background-color: #f8c438;
    border-color: #f8c438;
    color: black;
}
.table > thead a {
    color: #000;
}

/* cashless section css */
 
.cashless-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20, 40, 70, 0.08);
    padding: 22px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 10px;
  }
 
  .cashless-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(20, 40, 70, 0.14);
  }
 
  .cashless-card img {
    max-height: 75px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .cashless-name{text-align: center;}
 
 
/* cashless section css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: var(--main-yellow-bg) !important;}
.cashless-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e3e2e2;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 10px;
    overflow: hidden;
  }
 
  .cashless-card:hover {
    transform: translateY(1px);
    box-shadow: 0 10px 28px rgba(20, 40, 70, 0.14);
  }
 
  .cashless-card img {
    max-height: 70px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .cashless-name{text-align: center;}
 
 
/* cashless modal css */
 
  .md-cashless-para{    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;}
 
 
     .mdl-cashless-card {
    background: #ffffff;
    border-radius: 14px;
    border:1px solid #e3e2e2;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    transition: transform .2s ease, box-shadow .2s ease;
  }
 
  .mdl-cashless-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(20, 40, 70, 0.12);
  }
 
  .mdl-cashless-card img {
    max-height: 55px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
 
  .mdl-cashless-name {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
   
  }



    /* ------------------------------ 
 event starts here
 ------------------------------ */
 .event-img img{object-fit: cover;}


.event-single .single-blog-img{height: 500px;}
.event-single h4{font-size:26px}




 /* =========================
   EVENT GALLERY
========================= */
/* =================================
   EVENT GALLERY
================================= */

.event-gallery-section {
    padding: 40px 0;
}

.event-gallery {
    row-gap: 24px;
}

.event-gallery-item {
    display: block;
    width: 100%;
    height: 187px;
    overflow: hidden;
    border-radius: 14px;
}

.event-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
}

.event-gallery-item:hover img {
    transform: scale(1.05);
}


/* =================================
   TABLET
================================= */

@media (max-width: 991.98px) {

    .event-gallery-item {
        height: 230px;
    }

}


/* =================================
   MOBILE
================================= */

@media (max-width: 575.98px) {

    .event-gallery {
        row-gap: 16px;
    }

    .event-gallery-item {
        height: 180px;
        border-radius: 10px;
    }

}