body{
    font-family: "Google Sans", sans-serif;
    font-weight:400;
}

:root {
    --primary-color: #08B89D;
    --secondary-color: #5853A3;
}
html, body{
    overflow-x: clip;
}
p{  
   
    color: #2C2B2D;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
img{
    height:auto;
    max-width:100% !important;
}
li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}
.banner-sec-em{
    padding: 2rem 0;
}
.banner-content{
    align-content: space-between;
    height: 100%;
    display: grid
}
.banner-content .banner-titls {
        font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1;
       margin-bottom: 30px;
    margin-right: -225px;
    font-size: 40px;
    color: #6B6B6B;
}
.galler-img h4{
        color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    background: #000;
    text-align: center;
}
.banner-content em{
        font-style: italic;
    font-size: 50px;
    color: #2C2B2D;
    font-family: "Domine", serif;
    margin-right: -200px;
    display: block;
    line-height: 1.4;
    z-index: 2;
    position: relative;
    margin-bottom: 1rem;
    margin-top:-1rem;
}
.banner-2title p{
    font-size:17px;
}
.hambuuefer, .close-button {
    display: none;
}
.dropdownd .dropn-btnmobile{
    position: absolute;
    font-size: 13px;
    top: 5px;
    color: #000;
    margin: auto 0;
    bottom: 0;
    right: 0;
}
.mega-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:22px;
    margin: 0;
    padding: 0;
}
.mega-menu > ul > li > a {
    color: #2C2B2D;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.3px;
}
.mega-menu > ul > li:hover > a, .mega-menu > ul li a.active{
    color:var(--secondary-color);
}
.mega-menu > ul > li.dropdownd > a{
    padding-bottom:30px;
}
.mega-menu ul .dropdownd {
    padding-right: 18px;
    position: relative;
}

.mega-menu-coirse {
        top: 50px;
    position: absolute;
    left: 0;
    right: -196px;
    overflow: hidden;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: absolute;
    z-index: 99;
    padding: 0;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
    justify-content: space-between;
    width: 200px;
}
/*.mega-menu-coirse li {*/
/*    margin-bottom: 5px;*/
/*    padding:5px;*/
/*}*/
.mega-menu-coirse li:hover, .mega-menu-coirse li a.active{
    background:#f1f4ff;
}
.mega-menu-coirse li:last-child{
    margin-bottom: 0px;
}
.mega-menu-coirse li a {
    font-size: 15px;
    display: flex;
    gap: 10px;
    padding:10px;
}
.mega-menu ul .dropdownd:hover .mega-menu-coirse {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.top-header-sec{
    background-color: var(--secondary-color);
    padding:5px 0
}

.top-header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infor-call-mail{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
}
.infor-call-mail li{
    display: flex;
    gap: 15px;
    align-items: center;
}

.infor-call-mail li a{
    color: #fff;
    font-size: 15px;
}

.infor-call-mail li .call-mail-icon i{
    color: #fff;
    font-size: 18px;
    top: 3px;
    position: relative;
}
.coming-pondy p{
    color:#fff;
    font-size: 14px;
    margin:0;
        display: flex;
    align-items: center;
}
.coming-pondy p i{
    font-size: 18px;
    top: 1.5px;
    margin-right: 7px;
    position: relative;
}
.carebtn{
    background: var(--primary-color);
    color: #fff;
    padding: 13px 25px 14px;
    font-size: 14.5px;
    border-radius: 100px;
    margin: 0;
    line-height: 1;
    position: relative;
    margin-right: 40px;
    transition: .6s;
    display: inline-block;
    text-transform: uppercase;
}   
.carebtn:hover{
    margin-left: 40px;
    margin-right: 0;
    background-color: var(--secondary-color);
    color:#fff;
}
.carebtn:hover::before{
    right: 0;
    opacity: 0;
    background-color: var(--secondary-color);
    color:#fff;
}


.carebtn:hover::after{
    visibility: visible;
    left: -40px;
    opacity: 1;
    background-color: var(--secondary-color);
    color:#fff;
}

.carebtn::before{
    position: absolute;
    content: "\f1c1";
    font-family: flaticon_normal-icon !important;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #fff;
    transition: .6s;
    font-size: 18px;
    opacity: 1;
}
.carebtn::after{
    position: absolute;
    content: "\f1c1";
    font-family: flaticon_normal-icon !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
   height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #fff;
    transition: .6s;
    font-size: 18px;
    opacity: 0;
}
.head-lin-btn {
    text-align: end;
}
.heade-sec-mainn{
    padding: 15px 0;
}
.main-footer {
    background: #2C2B2D;
    padding: 50px 0 0;
    position: relative;
}
/*.footer-logo a img{*/
/*    filter:brightness(0)invert(1);*/
/*}*/
.footer-logo{
    margin-bottom:1.5rem;
}
.main-footer::before {
    content: "";
    background-image: url(../image/bg/s1.svg);
    width: 100%;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
}
.footer-top-sec{
    padding:25px 0  40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff1a;
}
.footer-top-sec .fot-big-title{
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
}
.footer-top-sec .fot-small-title{
    color:#fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.footer-top-sec .fot-small-title a{
    color:var(--primary-color);
    font-size: 20px;
}
.footer-links h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    text-transform: capitalize;
    margin-bottom: 12px;
}
.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.about-footer-content p {
    color: #fff;
    margin: 0;
    max-width: 90%;
    font-size: 15px;
    margin-top:10px;
}


.footer-info-box p, .footer-info-box a {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.footer-info-box .icon-box {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #3f3f3f;
    line-height: 35px;
    text-align: center;
}
.footer-info-box .icon-box i {
    font-size: 16px;
    color: #fff;
}
.footer-contact-box .footer-info-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer-social-links ul li a {
        display: flex;
    width: 32px;
    height: 32px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.footer-social-links ul li a:hover{
    background-color: var(--primary-color);
}

.footer-social-links ul li {
    display: inline-flex;
    /*margin-right: 15px;*/
}

.footer-social-links ul li a img{
        filter: brightness(0.5) invert(1);
    /* top: -4px; */
    position: relative;
    width: 14px;
}
.footer-copyright{
    border-top: 1px solid #ffffff1a;
    padding:10px 0;
    margin-top:60px;
}

.footer-copyright-text p, .footer-copyright-text a {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.banner-items img{
    /*height: 500px;*/
    width: 100%;
    object-fit: fill;
    border-radius: 15px;
        height: 620px;
}
.banner-items-new{
height: 100%;
    display: flex;
    flex-direction: column;  
    justify-content: space-between;
}
.banner-items-new a{
   display: block;
    height: 31%;
}
.banner-items-new img{
       height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.banner-items-new img:not(:last-child){
    margin-bottom: 23px;
}

.banner-content .feedback {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 20px;
    width:100%;
    margin-top: 20px;
        overflow: hidden;
    
}

.banner-content .feedback:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--primary-color);
    transition:.6s;
}
.banner-content .feedback:hover:before {
    width: 100%;
}
.banner-content .feedback .box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-content .feedback .rating i{
    color:#ffc107;
}

.banner-content .feedback .rating span{
    font-size: 14px;
    display: block;
}

.banner-content .feedback .box .google {
    margin-right: 20px;
}

.about-care-sec{
    padding:3rem 0;
    position: relative;
}

.sec-big-title{
      color: #2C2B2D;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
        font-family: "Domine", serif;
}

.sec-small-title{
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 600;
}

.banner-btn{
    margin-top:30px;
}

.key-number-tems{
    background-color:#f1f4ff;
    padding:20px;
    border-radius: 15px;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-direction: column; 
        align-items: flex-end;
}
.key-number-sec{
   position: relative;
    bottom: 0;
    width: 130%;
    background: #fff;
    padding-top: 12px;
    border-top-left-radius: 20px;
    right: 30%;
}
.key-number-title{
   text-align: left;
    width: 100%;
}
.key-number-sec
.abouts-btn{
    margin:1rem 0 2rem;
}

.about-content-main{
    align-items: self-end;
}
.key-number-tems img{
    opacity:0.5;
    filter: invert(48%) sepia(99%) saturate(2094%) hue-rotate(137deg) brightness(99%) contrast(94%);
}
.new-btn{
   border-bottom: 1px solid #2C2B2D;
    display: inline-block;
    position: relative;
        padding-bottom: 5px;
        transition:0.3s;
        text-transform: uppercase;
        color:#2C2B2D;
}
.new-btn:hover{
    color:var(--primary-color);
    border-color:var(--primary-color);
}
.new-btn i{
    font-size: 17px;
    top: 4px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.new-btn:hover i{
    transform:rotate(-45deg);
}
.key-number-tems .key-number-title span{
    font-size: 40px;
    font-weight: 600;
    color: var(--secondary-color);
}
.key-number-tems .key-number-title .ky-title{
    font-size: 18px;
    font-weight: 500;
    color: #2C2B2D;
    margin:0;
}
.about-content-main .about-content{
position: static;
}
.abouts-btn{
        margin: 1.5rem 0;
    display: flex;
    gap: 30px;
}
.sticky .heade-sec-mainn{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky .top-header-sec{
  display:none;  
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.sticky .heade-sec-mainn .head-logo img{
    filter: unset !important;
}

.teart-ment-sec{
    padding:3rem 0;
    position:relative;
}
.teart-ment-sec .section-title{
     max-width: 600px;
}
.single-dental-service-areas{
    position:relative;
    overflow: hidden;
    border-radius: 15px;
    text-align:center;
    display:block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /*height: 355px;*/
}
.single-dental-service-areas img{
    /*height:375px;*/
    object-fit:cover;
    width:100%;
}
.single-dental-service-areas:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(179deg, #ffffff00, #00000096);
}

.single-dental-service-areas .inner-content .title {
    min-width: max-content;
    color: white;
    font-size: 18px;
    font-weight: 600;
    display: inline;
}
.single-dental-service-areas .inner-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    margin: 0 auto;
}


.single-dental-service-areas .teart-btn-box{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    line-height: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.6s;
    position: absolute;
    right: 20px;
    top: 20px;
}

.single-dental-service-areas .teart-btn-box i{
    transform: rotate(-45deg);
}

.tertment-content-tab .skin-sweper{
    position:static;
}

.tertment-content-tab{
   position:relative; 
}

.skin-sweper .swiper-wrapper{
     margin: 40px 0 50px;
}
.treatm-tab-system .nav-link{
    padding: 9px 26px;
    border-radius: 33px;
    border: 1px solid;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.treatm-tab-system .nav-link.active{
     background:var(--primary-color);
     color: #FFFFFF;
}

.treatm-tab-system{
      justify-content: flex-end;
    gap: 15px;
    margin-bottom: -100px;
    position: relative;
    z-index:2;
        margin-top: 50px;
}

.single-dental-service-areas:hover .teart-btn-box{
    background-color:var(--secondary-color);
}

.skin-sweper .swiper-button-next:after, .skin-sweper .swiper-button-prev:after{
    position: absolute;
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 20px;
    color: var(--primary-color);
}
.skin-sweper .swiper-button-next:hover:after, .skin-sweper .swiper-button-prev:hover:after{
    background:var(--primary-color);
    color:#fff;
}
.skin-sweper .swiper-button-prev{
    left:-60px;
}
.skin-sweper .swiper-button-next{
    right:-60px;
}

.skin-sweper .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 20px;
    border-radius: 10px;
    height: 8px;
}

.skin-sweper .section-title{
    width:60%;
}

.tereattab-content .row{
    row-gap:30px;
    margin-top:40px;
}

.usp-sec-care{
    padding:2.5rem 0;
    position:relative;
}

.usp-card-box{
    padding: 38px 33px 20px 28px;
    position: relative;
    height: 100%;
    background: #FFCFC5;
    border-radius: 10px;
    display: grid;
    align-items: stretch;
}

.usp-card-box .usp-card-contetn .usp-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.usp-card-box .usp-card-contetn p{
    margin-bottom:20px;
}

.usp-card-box .round-btn {
     height: 45px;
    line-height: 0;
    min-width: 45px;
    max-width: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #2C2B2D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    bottom: 30px;
    transition: 0.3s;
    font-size:20px;
    color:#2C2B2D;
}

.usp-card-box .round-btn:hover{
    background:#2C2B2D;
    color:#fff;
}

.usp-sec-care .row .col-lg-3:nth-child(2) .usp-card-box{
        background: #ABFFB8;
}
.usp-sec-care .row .col-lg-3:nth-child(3) .usp-card-box{
    background: #FFEDAB;
}
.usp-sec-care .row .col-lg-3:nth-child(4) .usp-card-box{
        background: #E8E8FF;
}

.usp-sec-care .row .col-lg-3:nth-child(4) .usp-card-box .usp-card-contetn p{
    font-size: 15px;
    border-bottom: 1px solid #0000005e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.medical-sec-main{
    padding:4rem 0;
}

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

.medica-box img{
    border-radius: 15px;  
    width:100%;
    object-fit:cover;
}
.medical-sec-main .row .col-lg-4 .medica-box img{
    height: 360px;
    object-fit: cover;
    width: 100%;
}
.medical-sec-main .row .col-lg-4 .medica-box:not(:last-child){
   margin-bottom:20px;
}

.medical-sec-main .row .col-lg-8 .medica-box img{
    height: 400px;
    object-fit: cover;
    width: 100%;
    margin-bottom:20px;
}
.result-sec-care .container-fluid.coust-contain.rest{
        margin-right:0;
        padding-right:0;
    }
.medical-sec-main .row .col-lg-6 .medica-box img{
    height: 320px;
}
.result-sec-care{
    padding:3rem 0;
    position:relative;
}
.galebtn{
   color: #2C2B2D;
    border: 1px solid #2C2B2D;
    border-radius: 50px;
    padding: 13px 30px;
    transition:0.3s;
}
.galebtn:hover{
    background:var(--secondary-color);
    color:#fff;
    border-color:var(--secondary-color);
}
.result-img img{
       border-radius: 15px;
    width: 100%;
    /*height: 166px;*/
    object-fit: cover;
    margin: 15px 0;
}
.photo-gallery-inner{
    margin-right:-60px;
}
.swiper-pagination-progressbar {
  background: rgba(163, 114, 161, 0.1) !important;
  height: 4px !important; 
  top: auto !important;
  bottom: 0;
}
.swiper-pagination-progressbar-fill {
  background: var(--secondary-color) !important; 
  height: 100%;
}
.swiper-pagination {
  width: 80% !important;
  left: 10% !important;
}
.result-sweper-sec{
    margin-top:20px;
}
.result-sweper-sec .swiper-button-next:after, .result-sweper-sec .swiper-button-prev:after{
    position: absolute;
    color: #2C2B2D;
    background-image:unset;
    font-family: flaticon_normal-icon !important;
    content: "\f1c0";
    font-size:22px;
}
.result-sweper-sec .swiper-button-prev:after{
    transform: rotate(180deg);
}
.result-sweper-sec .swiper-pagination {
    position: absolute;
    width: 100% !important;
    height: 4px;
    background: #f1f1f1;  
    border-radius: 10px;
    overflow: hidden;
    max-width:800px;
    left:0;
}
.result-sweper-sec .swiper-pagination-bullet {
    width: 60px;
    height: 100%;
    margin: 0 !important;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    position: relative;
}
.result-sweper-sec .swiper-pagination-bullet-active {
    background: #08b89d;  /* active color */
    transition: width 0.6s ease, background 0.3s ease;
}

.result-sweper-sec .swiper-wrapper{
    margin-bottom:50px;
}

.result-sweper-sec .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.result-sweper-sec .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: unset; 
    transform: unset; 
}

.result-sweper-sec .swiper-button-next, .result-sweper-sec  .swiper-button-prev{
    top:unset;
    bottom:-8px;
        right: 90px;
}
.result-sweper-sec  .swiper-button-prev{
    right:150px;
    left:unset;
}

.kids-specialist-sec{
    padding:3rem 0;
}

.kids-content-box .kids-btn{
  margin:10px 0 0;  
}
.kids-poin-box{
    padding:0;
    margin:20px 0 15px;
}

.kids-poin-box li:not(:last-child){
    margin-bottom:10px;
}

.kids-poin-box li{
    position:relative;
    padding-left:30px;
}

.kids-poin-box li:before{
    position: absolute;
    content: "";
    background-image: url(../image/svg/checke.svg);
    height: 22px;
    width: 22px;
    left: 0;
    background-size: contain;
    top: 3px;
}

.kids-specialt-img{
    position:relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 0px;
}

.kids-specialt-img:hover img, 
.kids-specialt-img:hover .kids-spec-im img{
    transform: scale(1.03);
}
.kids-specialt-img .kids-spec-im{
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 240px;
    height: 240px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 20px;
}
.kids-specialt-img .kids-spec-im:before{
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.kids-specialt-img .kids-spec-im:after{
     position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;      
}

.kids-specialt-img .kids-spec-im img{
        position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.kids-specialt-img > img{
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.section-title{
    margin-bottom:20px;
}

.testimonial-sec-main{
    padding: 4rem 0;
    position: relative;
    z-index: 1;
   background:#f1f4ff;
   margin-top:2rem;
}

.testimonial-sec-main .testi-second-box{
    position:relative;
     
}
.test-lin-btn{
        text-align: center;
    margin-top: 2rem;
}
.patient-feedback {
    position: relative;
    background-color: #fff;
    border: 1px solid #dedfe3;
    border-radius: 24px;
    padding: 11px 24px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}
.patient-feedback a{
    color:var(--secondary-color);
}
 .about-img-box img{
        height: 624px;
    /* width: 1000px; */
    width: 100%;
    border-radius: 30px;
    object-fit:cover;
}



@media only screen and (min-width: 1600px){
    .container-fluid.coust-contain{
                padding-left: 100px;
        padding-right: 100px;
        max-width: 1920px;
    }
    .about-img-box img{
                height: 555px;
        object-fit: cover;
        object-position: top;
    }
    .result-sec-care .container-fluid.coust-contain.rest{
        margin-right:0;
        padding-right:0;
    }
    .testin-treatment-sec .testin-main-box{
        padding: 100px 80px;
    }
}

@media(min-width : 1300px) and (max-width : 3000px){
    .testimonial-sec-main .testi-second-box:after{
        top: -355px;
    }
}

.testimon-car-items{
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}
.testimon-car-items:before{
   content: "";
    position: absolute;
    background-image: url(../image/svg/testimonia.svg);
    width: 45px;
    height: 30px;
    background-size: contain;
    right: 20px;
    top: 20px;
}

.test-title-img{
   display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 1.5rem;
}
.test-title-img h5{
    font-size:16px;
    margin:0;
}
.testimon-car-items i {
    color: #ffc107;
    font-size: 14px;
}

.testimon-car-items p{
    font-size:15.5px;
    margin: 0.9rem 0 0;
}

.testimon-car-items .readmore-btn {
    color: #2C2B2D;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
    margin: 12px 0 0;
    display: block;
    width: fit-content;
    transition: all 0.3s;
    border-radius: 20px;
}
.testimon-car-items .readmore-btn:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
}

.testimon-car-items .readmore-content {
    max-height: 120px;  /* Your setting */
    overflow: hidden;
    transition: max-height 0.4s ease;
    line-height: 1.6;
}
.testimon-car-items .readmore-content.expanded {
    max-height: none;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}
.footer-dic{
        display: flex;
    justify-content: space-around;
    margin-left: -3rem;
}
.aproach img{
    opacity:0.1;
}
/*.usp-card-box img{*/
/*    width:;*/
/*}*/
.medical-capms img{
    width:100%;
    /*height:368px;*/
}
.medical-sec-main .row{
    row-gap:24px;
}
.patient-feedback i{
    color: #ffc107;
    font-size: 15px;
}

.testin-treatment-sec .testin-main-box{
    background-image: url(../image/bg/testimonial-boxbg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 80px;
    border-radius: 40px;
    padding-left: 429px;
}

.testin-treatment-sec{
    padding:4rem 0;
}
.prevbtn h4{
    font-size:20px;
}
.resonms{
    font-size:20px;
    margin-bottom:2rem;
    text-align:center;
}
.bad-breath{
    display: grid;
    grid-template-columns: 5fr,1;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.testin-treatment-sec .testin-main-box p{
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
}

@media(min-width : 1300px) and (max-width : 1540px){
    
    .testin-treatment-sec .testin-main-box{
        padding-left: 500px;
    }
}

@media(min-width : 1541px) and (max-width : 2000px){
    
    .testin-treatment-sec .testin-main-box{
        padding-left: 39%;
    }
}

@media(min-width : 2001px) and (max-width : 4000px){
   
    .testin-treatment-sec .testin-main-box{
        padding-left:700px;
    }
}

.testin-main-box .testin-box-tile h4{
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
}

.testin-main-box .testin-box-tile span{
    color:#fff;
}

.testin-treatmantswiper .swiper-pagination-bullet-active{
    background:#fff;
    width: 20px;
    border-radius: 10px;
    height: 8px;
}

.testin-treatmantswiper .swiper-pagination-bullet{
 background:#fff;   
}

.testin-treatmantswiper .swiper-pagination{
    text-align: end;
}

.testin-box-treat .test-iconss{
    font-size: 40px;
    color: #fff;
}

.faq-treat-sec{
    padding:0 0 5rem;
    position:relative;
}


.common-tretafaq{
   width:70%;
   margin:0 auto;
}
.dentasl{
    padding:4rem 0;
    position:relative;
}
.dentasl .row{
    row-gap:24px;
}
.diff-pssion-img{
    position:sticky;
    top:15%;
}
.why-pssion-img{
    text-align:end;
}
.carebtn{
    border:none;
}




    /* ── TRIGGER BUTTON ─────────────────────────── */
    .cmc__wrap { display: inline-flex; }
 
    .cmc__btn {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: var(--primary-color);
      color: #ffffff;
    
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 13px 28px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 4px 18px rgba(13,124,111,0.38);
      text-decoration: none;
      line-height: 1;
      padding:13px 25px 14px;
    }
    .cmc__btn::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg,rgba(255,255,255,0.15) 0%,transparent 55%);
      pointer-events: none;
    }
    .cmc__btn svg { flex-shrink: 0; transition: transform 0.3s ease; }
    .cmc__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(13,124,111,0.48); }
    .cmc__btn:hover svg { transform: rotate(12deg); }
    .cmc__btn:active { transform: translateY(0); }
 
    /* ── OVERLAY ────────────────────────────────── */
    .cmc__overlay {
      position: fixed; inset: 0;
      background: rgba(8,18,28,0.6);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      z-index: 99999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    .cmc__overlay.cmc__is-open {
      opacity: 1;
      pointer-events: all;
    }
 .cmc__grid.new{
     grid-template-columns: repeat(3, 1fr);
 }
    /* ── MODAL ──────────────────────────────────── */
    .cmc__modal {
      background: #ffffff;
      border-radius: 22px;
      width: 100%;
      max-width: 700px;
      /*max-height: 92vh;*/
      /*overflow-y: auto;*/
      position: relative;
      box-shadow: 0 24px 64px rgba(13,124,111,0.2);
      transform: translateY(28px) scale(0.96);
      transition: transform 0.38s cubic-bezier(0.34,1.5,0.64,1), opacity 0.3s ease;
      opacity: 0;
      overflow:hidden;
    }
    .cmc__overlay.cmc__is-open .cmc__modal {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
    .cmc__modal::-webkit-scrollbar { width: 4px; }
    .cmc__modal::-webkit-scrollbar-thumb { background: #d4dedd; border-radius: 99px; }
 
    /* ── HEADER ─────────────────────────────────── */
    .cmc__hd {
      background: linear-gradient(135deg, #0d7c6f 0%, #095e54 100%);
      padding: 34px 34px 26px;
      border-radius: 22px 22px 0 0;
      position: relative;
      overflow: hidden;
    }
    .cmc__hd::after {
      content: '';
      position: absolute;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: rgba(255,255,255,0.07);
      bottom: -75px; right: -45px;
      pointer-events: none;
    }
    .cmc__hd-badge {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(255,255,255,0.15);
      color: rgba(255,255,255,0.92);
      font-size: 0.71rem; font-weight: 600;
      letter-spacing: 0.09em; text-transform: uppercase;
      padding: 5px 12px; border-radius: 50px;
      margin-bottom: 13px;
    }
    .cmc__hd-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #6effd4;
      animation: cmc-blink 1.8s infinite;
    }
    @keyframes cmc-blink {
      0%,100% { opacity:1; transform:scale(1); }
      50%      { opacity:.5; transform:scale(1.4); }
    }
    .cmc__hd h5 {

      font-size: 1.9rem; font-weight: 700;
      color:#fff;
      color: #ffffff; line-height: 1.2; margin: 0;
    }
    .cmc__hd p { color: rgba(255,255,255,0.72); font-size: 0.855rem; margin-top: 5px; }
 
    .cmc__x {
      position: absolute; top: 16px; right: 16px;
      background: rgba(255,255,255,0.14);
      border: none; cursor: pointer;
      color: #ffffff;
      width: 34px; height: 34px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s; z-index: 3; padding: 0;
    }
    .cmc__x:hover { background: rgba(255,255,255,0.26); }
 
    /* ── BODY ───────────────────────────────────── */
    .cmc__body { padding: 30px 34px 34px; }
 
    .cmc__divider {
      display: flex; align-items: center; gap: 10px;
      margin: 6px 0 16px;
    }
    .cmc__divider span {
      font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: #0d7c6f; white-space: nowrap;
    }
    .cmc__divider hr { flex: 1; border: none; border-top: 1px solid #d4dedd; }
 
    .cmc__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; 
         margin-bottom: 24px;
      
    }
    .cmc__full { grid-column: 1 / -1; }
 
    .cmc__field { display: flex; flex-direction: column; gap: 5px; }
    .cmc__field label {
      font-size: 0.77rem; font-weight: 600;
      letter-spacing: 0.05em; text-transform: uppercase;
      color: #6b7a8d;
    }
    .cmc__req { color: #d94f4f; margin-left: 2px; }
 
    .cmc__field input,
    .cmc__field select,
    .cmc__field textarea {
      width: 100%;
      background: #f7f5f1;
      border: 1.5px solid #d4dedd;
      border-radius: 9px;
      padding: 10px 13px;
    
      font-size: 0.875rem;
      color: #1a2330;
      outline: none;
      transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
      -webkit-appearance: none;
      appearance: none;
      box-sizing: border-box;
    }
    .cmc__field input:focus,
    .cmc__field select:focus,
    .cmc__field textarea:focus {
      border-color: #0d7c6f;
      box-shadow: 0 0 0 3px rgba(13,124,111,0.11);
      background: #ffffff;
    }
    .cmc__field input.cmc__err,
    .cmc__field select.cmc__err {
      border-color: #d94f4f;
      box-shadow: 0 0 0 3px rgba(217,79,79,0.09);
    }
    .cmc__field textarea { resize: vertical; min-height: 78px; }
 
    .cmc__sel { position: relative; }
    .cmc__sel svg {
      position: absolute; right: 11px; top: 50%;
      transform: translateY(-50%);
      pointer-events: none; color: #6b7a8d;
    }
 
    /* ── SUBMIT ─────────────────────────────────── */
    .cmc__submit {
      width: 100%; margin-top: 22px;
      background: linear-gradient(135deg, #0d7c6f 0%, #095e54 100%);
      color: #ffffff; border: none; border-radius: 11px;
      padding: 14px;
    
      font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 14px rgba(13,124,111,0.32);
    }
    .cmc__submit:hover { transform: translateY(-2px); box-shadow: 0 7px 22px rgba(13,124,111,0.42); }
    .cmc__submit:active { transform: translateY(0); }
 
    .cmc__note {
      text-align: center; font-size: 0.74rem;
      color: #6b7a8d; margin-top: 13px;
    }
    .cmc__note a { color: #0d7c6f; text-decoration: none; }
 
    
    @media (max-width: 480px) {
      .cmc__hd   { padding: 26px 22px 20px; }
      .cmc__body { padding: 22px 18px 26px; }
      .cmc__grid { grid-template-columns: 1fr; }
      .cmc__full { grid-column: 1; }
    }
    .confidencew{
            text-align: left;
    }
    .call-lsting{
            justify-content: center;
    }
    .trems{
        display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap:10px;
    }
    .trems li a{
        color: #fff;
    margin: 0;
    font-size: 15px;
    }
    .beadcrumb-treat-sec .call-lsting{
        justify-content: flex-start;
        margin-top:2rem;
    }
    .call-lsting{
        display:block;
    }
    .dayas{
        font-size:15px;
    }
    .opeming-jpursd{
        position: absolute;
    background: #5853A3;
    padding: 2rem;
    border-radius: 20px;
    bottom: 23px;
    left: 23px;
    width: 89%;
    }
   .opeming-jpursd .usp-title{
            color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    }
    .opeming-jpursd p{
            font-size: 15px;
    border-bottom: 1px solid #ffffff5e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    }
    .opeming-jpursd span{
        font-size: 16px;
    color: #fff;
    }
    .contactlet-img{
        position:relative;
    }
    .hide-robot{
display:none !important;
}

label.error{
    color: red !important;
    font-weight: 400 !important;
    transform: translateY(-10px);
}
.consyuation p{
    color:#fff;
    margin-bottom:6px;
    font-size:12px;
}
.consyuation{
    /*width: 60%;*/
    margin: auto;
    margin-top: 1rem;
}
#apptForm label.error{
    text-transform: unset;
    transform: unset;
    font-size: 13px;
}
.confidencew span{
    font-size: 11px;
    font-weight: 500;
}