
@media only screen and (min-width: 1200px) {
    .banner-container {
        position: absolute;
        top: 90%;
        left: 45%;
        transform: translate(-44%, -55%);
        z-index: 1;
    }
    .ps-xl-9{padding-left: 9rem !important;}
    .pe-xl-9{padding-right: 9rem !important;}
    .w-xl-40{width: 40% !important;}
}
@media only screen and (min-width: 992px){
    .ps-lg-9{padding-left: 9rem !important;}
    .pe-lg-9{padding-right: 9rem !important;}
    .w-lg-40{width: 40% !important;}
}

.topheader{
    padding: 3px 0;
    background-color: #6e4e47;
}
.header-contact{
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-contact ul li{
    display: inline-block;
    padding: 0 10px;
}
/* .header-contact ul li:first-child img{
    width: auto;
} */
.header-contact ul li img {
    width: 16px;
    margin-right: 8px;
}
.header-contact ul li span{color: #fff;}
.header-contact li a:hover{text-decoration: none;}
.header-contact li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

/* main Menu */

.header-menu{
    padding: 0;
    background-color: #fff;
    width: 100%;
}
.sticky-nav{
    position: fixed !important;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    width: 100%;
}
.menu-button{ display: none; }
.navbar-logo img{ height: 30px; }
.header-menu-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_primary{
    padding: 0;
    transition: all .6s;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    /* background: #fff; */
}
.mobile_primary ul{
    margin: 0; 
    padding: 0;
    display: flex;
    align-items: center;
}
.mobile_primary li{
    display: inline-block;
    cursor: pointer;
    line-height: normal;
}
.mobile_primary ul li:last-child a{margin-right: 43px;}
.mobile_primary ul li a {
    color: #000;
    font-weight: 400;
    margin: 10px 0;
    padding: 5px 16px;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 99;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}
.mobile_primary ul li a:hover{
    color: #6e4e47;
    text-decoration: none;
}
.book-appointment{
    padding: 6px 16px;
    font-size: 14px;
    background-color: #6e4e47;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
}
a.book-appointment:hover{
    background-color: #6e4e47;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all 0.2s;
    text-decoration: none;
}
.bannerSection{position: relative;}

.sec--title h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
    color: #6e4e47;
}
.sec--title p{
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 12px;
}
.banner-container h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}
.banner-container p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}
.about-leftbox img{width: 100%; border-radius: 20px;}
.leftbox-videoarea video {
    margin-top: -36%;
    margin-left: -15%;
    border: 1px solid #6e4e47;
    border-radius: 15px;
    width: 100%;
}
.about-rightbox p{
    font-size: 16px;
    margin-bottom: 5px;
    color: #636467;
    line-height: 25px;
}
.list-icons ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.list-icons ul li{
    padding-left: 32px;
    position: relative;
    color: #636467;
    margin-bottom: 12px;
    font-size: 16px;
}
.list-icons ul li::before{
    content: "";
    position: absolute;
    background-image: url('../img/check-circle-broken.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
.why-choose-bg{
    background-image: url('../img/usp-bg.jpg');
    background-size: cover;
}
.leftbox-content > p{
    font-size: 16px;
    line-height: 22px;
    color: #636467;
}
.card-usp {
    display: flex;
    align-items: center;
}
.card-image img { width: 40px; }
.card-usp-content p{
    font-size: 16px;
    color: #636467;
    margin-bottom: 0;
}
.condition-treatment-rightbox-bg{background-color: #f8e1c2; filter: drop-shadow(0px 6px 6.5px rgba(0,0,0,0.28));}
.condition-treatment-leftbox-bg{background-color: #6e4e47; filter: drop-shadow(0px 6px 6.5px rgba(0,0,0,0.28));}
.nav-pills .nav-link.active{
    background-color: #f8e1c2; 
    border-radius: 30px; 
    color: #6e4e47; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus{background-color: #f8e1c2;}
.nav-pills .nav-link{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 30px;
}
.nav-pills .nav-link::after{
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e4e47;
    margin-left: auto;
    flex-shrink: 0;
    overflow-anchor: none;
}
.nav-pills .nav-link.active::after{
    content: '\f068';
    font-family: 'FontAwesome';
    background: none;
    background-color: #6e4e47;
    color: #ffff;
}
.nav-link:hover{color: #f8e1c2;}
.nav-link{color: #f8e1c2;text-align: left;}
.condition-treatment-section .tab-content{
    background-color: transparent; 
    border: none; 
    box-shadow: none; 
    border-radius: 0;
    padding: 30px 0 30px 45px;
}
.tab-right-content h4{
    color: #6e4e47;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #6e4e47;
    display: inline-block;
    text-transform: uppercase;
}
.tab-right-content p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}
.tab-right-content ul li{
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
}
.tab-button-wrapper { padding: 26px; }
.tab-button-box {
    height: 300px;
    overflow-y: scroll;
    padding-right: 15px;
}

.tab-button-box::-webkit-scrollbar {
    width: 4px;
}
.tab-button-box::-webkit-scrollbar {height: 0px;}
.tab-button-box::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.tab-button-box::-webkit-scrollbar-thumb {
    background: #f8e1c2;
    border-radius: 10px;
}
/* .tab-button-box::-webkit-scrollbar-thumb:hover {
    background: #0a9b9c;
} */
.expert-slider.owl-carousel img{
    width: 100%;
    height: 264px;
    object-fit: cover;
    margin-top: 25px;
    object-position: top;
}
.expert-slider.owl-carousel .doctor-card img{
    position: relative;
    border-radius: 8px;
    z-index: 2;
}

.doctor-card-content h2{
    font-size: 16px;
    font-weight: 500;
    color: #6e4e47;
    line-height: 26px;
    margin-bottom: 5px;
}
.doctor-card-content p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.doctor-card-content a{display: block;}
.owl-carousel.dots-morphing .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    transition: ease width 300ms;
    background-color: #6e4e47;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #6e4e47;
    width: 30px;
    height: 8px;
}
.section-bg{background-color: #fefbf6;}
/* faq section */

.faq-section .accordion-header span{ font-size: 18px; font-weight: 500; color: #6e4e47; margin-bottom: 8px; line-height: normal;}
.faq-section .accordion-body p{ color: #000; font-size: 16px; line-height: 25px; margin-bottom: 6px;}
.accordion-item{ border: none; background: none;}
.accordion-header .accordion-button{background: none; box-shadow: none; padding: 5px;}
.accordion-header {background: none; border: none; border-bottom: 1px solid #e7e0e0; margin-bottom: 10px;}
.accordion-button:not(.collapsed) {background: none; }
.accordion-button:focus{box-shadow: none;}
.accordion-button::after{
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  height: 30px; 
  width: 30px; 
  border-radius: 50%; 
  background: none; 
  background-color: #6e4e47;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: 'FontAwesome';
  background: none;
  background-color: #6e4e47;
  color: #ffff;
}

/* faq section end */


.testimonial-video-card .testimonial-video-image img{
    border-radius: 10px;
    height: 282px;
    object-fit: cover;
    object-position: right;
}
.youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-carousel .owl-item .youtube-play img{width: 50px;}
.testimonial-video.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    width: 100%;
    margin-top: 28px;
    text-align: left;
}
.testimonial-section{padding-bottom: 80px !important;}
.knowdoctor-section{padding-bottom: 26px !important;}
.expert-slider.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 30px;}
.expert-section{padding-bottom: 22px !important;}
.mobile-accordion .accordion-item:first-of-type { border-radius: 0; }
.mobile-accordion .accordion-item {
    border: none;
    background: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    margin-bottom: 8px;
    border-radius: 2px;
    background-color: #fff;
}
.mobile-accordion .accordion-header {
    background: none;
    border: none;
    border-bottom: none;
    margin-bottom: 10px;
}
.mobile-accordion .accordion-button:not(.collapsed) {
    background: none;
}
.mobile-accordion .accordion-header .accordion-button {
    box-shadow: none;
    padding: 0;
}
.mobile-accordion .accordion-header span {
    font-size: 16px;
    font-weight: 600;
    color: #6e4e47;
    margin-bottom: 8px;
    line-height: normal;
}
.mobile-accordion .accordion-button:not(.collapsed)::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    background-color: #6e4e47;
    color: #ffff;
}
.mobile-accordion .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: none;
    background-color: #6e4e47;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mobile-accordion .accordion-body { padding: 0; }
.mobile-accordion .accordion-button:not(.collapsed) { color: #000; }
.mobile-accordion .accordion-body p {
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
}
/* .mobile-accordion  .accordion-item:nth-child(odd) {
    background-color: #edfaff;
}

.mobile-accordion  .accordion-item:nth-child(even) {
    background-color: #fff6f4;
} */
.mobile-accordion  .accordion-item{background-color: #fefbf6;}
.appointment-title h3{
    font-size: 30px;
    text-transform: none;
    color: #6e4e47;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 35px;
}
.blog-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.card-wrapper { padding: 10px; }
.blog-content{
    padding: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* border-left: 1px solid #ccc;;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.blog-content h4{
    font-weight: 500;
    color: #6e4e47;
    line-height: 22px;
    font-size: 17px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.blog-content p{
    font-size: 15px;
    color: #636467;
    margin-bottom: 0;
    line-height: 22px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.post-date{
    border-top: 1px solid #6e4e47;
    padding-top: 6px;
}
.post-date span{color: #6e4e47;}
.border-top{border-top: 1px solid #6e4e47 !important}
/* filter: drop-shadow(0px 2px 3.5px rgba(0,0,0,0.14)); */
.sticky-bar {
    background-color: #6e4e47;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 10px 15px;
}
.bar-cta{
    display: block;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
}
.sticky-bar{display: none;}

.testimonial-card {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #6e4e47;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}
.testimonial-card-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #636467;
}
.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #6e4e47;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: -50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-carousel .owl-item .testimonial-avatar img {width: 40px;}
.owl-carousel .owl-item .quotes-image {
    margin-bottom: -38px;
    margin-left: 37px;
    width: 50px;
}


/* ====== Responsive ====== */

@media only screen and (max-device-width: 1024px) {
    .menu-button {
        position: relative;
        z-index: 9999;
        display: block;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 18px;
        line-height: 29px;
        color: #fff;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        scale: .75;
    }

    .menu-button .toggle-bar {
        width: 35px;
        height: 3px;
        border-radius: 3px;
        background-color: #6e4e47;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu-button.toggle .toggle-bar:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .menu-button.toggle .toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .menu-button.toggle .toggle-bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile_primary {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 44px;
        left: -100%;
        background-color: #fff;
        transition: .5s;
        z-index: 999;
        display: block;
        padding: 0;
        border-radius: 0;
        float: none;
        margin-left: 0;
        overflow-y: auto;
    }

    .mobile_primary.active {
        display: block;
        left: 0;
    }

    .mobile_primary ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    .mobile_primary li {
        border-bottom: 1px solid #f6f6f6;
        display: block;
        position: relative;
        padding: 0;
        background: none;
        margin: 0;
    }

    .mobile_primary ul li a {
        padding: 17px 8px;
        text-align: left;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        line-height: 15px;
        margin: 0;
    }
    .mobile_primary ul.menu-navigation{
        height: calc(100vh - 50px);
        padding-bottom: 54px;
        overflow: scroll;
    }
    .mobile-menubar{
        position: relative;
        top: 0;
        padding: 7px 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .mobile-menubar{
        position: relative;
        top: 0;
        padding: 7px 0;
    }
    .navbar-logo img {
        height: 45px;
    }
    .banner-form{margin: 0 auto;}
    .sec--title h3{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .sec--title p{
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
    section.section{padding: 20px 0;}
    .about-rightbox p{
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .w-md-40{width: 40% !important;}
    .navbar-logo img { height: 35px; }
    .leftbox-videoarea video {
        margin-left: 0;
        margin-top: 15px;
    }
    .banner-container{display: none;}
    .sticky-bar{display: block;}
    .about-leftbox img{display: none;}
}
@media only screen and (max-width: 767px) {
    .mobile-menubar{
        position: relative;
        top: 0;
        padding: 7px 0;
    }
    .navbar-logo img { height: 35px; }
    .topheader{display: none;}
    .banner-form{width: 100%;}
    .sec--title h3{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .sec--title p{
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
    section.section{padding: 20px 0;}
    .about-rightbox p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .list-icons ul li{
        font-size: 15px;
        line-height: 20px;
    }
    .tab-right-content h4{
        font-weight: 600;
    }
    .condition-treatment-section .tab-content{padding: 0; padding-top: 20px; padding-bottom: 20px;}
    .tab-right-content p{font-size: 15px; text-align: justify;}
    .faq-section .accordion-header span{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
    .testimonial-section { padding-bottom: 72px !important; }
    .testimonial-video.owl-theme .owl-nav.disabled+.owl-dots{text-align: center;}
    .knowdoctor-section { padding-bottom: 15px !important; }
    .know-item { margin-bottom: 15px; }
    .expert-section { padding-bottom: 18px !important; }
    .testimonial-video-card .testimonial-video-image img{height: auto;}
    .doctor-card-content p{font-size: 15px;}
    .testimonial-card-content p{font-size: 15px;}
    .faq-section .accordion-body p{font-size: 15px;}
    .mobile-accordion .accordion-body p{font-size: 15px;}
    .card-usp-content p {
        font-size: 15px;
        line-height: 20px;
    }
    .leftbox-content > p{font-size: 15px;}
    .expert-slider.owl-carousel img{height: auto;}
    .appointment-title h3{
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 6px;
    }
    .leftbox-videoarea video {
        margin-left: 0;
        margin-top: 15px;
    }
    .banner-container{display: none;}
    .sticky-bar{display: block;}
    .about-leftbox img{display: none;}
}
