
:root {
    --primary-color:#16B3CA;
    --secondary-color:#cba503;
}
a {
    color: #000;
    text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Katibeh', sans-serif;
}
p, .accordion-body{
    font-size:14.5px;
    color:#464545;
}
img{
    max-width:100%;
    height:auto;
}

.loglinta img{
   height: 120px;
    object-fit: cover;
    width: 145px;
    object-position: center;
}

.loglinta{
   position: absolute;
    top: 0;
    left: 0;
    background: #fbfbfb;
    z-index: 2;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.headr-flx-sec{
    position: relative;
   
}

.headr-flx-sec .header-two-step{
    position: relative;
   
}

.hea-call-mail{
    padding: 5px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.hea-call-mail li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.hea-call-mail li i{
   font-size: 1.4rem;
    color: #fff;
    line-height: 15px;
}
.date-timdsd{
    position:relative;
    display:flex;
    gap: 10px;
     align-items: center;
}
.hea-call-mail li .date-timdsd:first-child{
    border-right: 1px solid #f7f2f2ad;
    padding-right: 9px;
}
.hea-call-mail li a, .date-timdsd p{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
     margin-bottom:0;
}

.header-sec-main{
    position:relative;
    background:#fbfbfb;
}
.header-firt-step{
    background:#16b3ca;
    position: relative;
}

.header-secon-step{
    position: relative;
    padding: 1rem 0;
}

.header-secon-step .mega-menu{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0;
        padding-right: 1rem;
        justify-content:center
}

.mega-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 15.5px;
    font-weight: 500;
    position: relative;
}

.appoinment-book{
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    transition:0.5s linear;
    font-size: 14px;
    display: inline-block;
    background: var(--secondary-color);
}
.header-btnss .appoinment-book i{
    font-size: 1.5rem;
    top: 5px;
    position: absolute;
}
.header-btnss .appoinment-book{
    padding-right:2rem;
}
.header-btnss{
    text-align:right;
}

.appoinment-book:hover{
   box-shadow: rgb(246 232 171) 2px 2px 24px;
}

.dropdown{
    position:relative;
    margin-right:14px;
}

.dropdown:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    right: -18px;
    top: 3px;
}
.mega-menu > li > a{
    padding:20px 0;
}
.submenu{
    display: block;
    left: -60px;
    border-radius: 4px;
    top: 45px;
    color: #1d1d1d;
    border-top: 3px solid #16b3ca;
    background: #fff;
    box-shadow:#959da566 0 8px 24px;
    min-width: 285px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
   overflow:hidden;
    transition: all .4s;
    position: absolute;
    overflow: hidden;
    list-style:none;
    padding:0;
    z-index:99;
}

.dropdown:hover .submenu{
        opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.submenu li{
    position:relative;
}

.submenu li a{
    font-size: 14px;
    color: #1d1d1d;
    transition: all .4s;
    font-weight: 500;
    padding: 4px 15px 4px 25px;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.submenu li a:hover{
    background-color:var(--primary-color);
    color:#fff;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    
    animation: sliddown 1s;
}
.header-sec-main.sticky .header-firt-step{
    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);
}
}


.wellness-bg-box{
    min-height: 720px;
    position: relative;
    z-index: 1;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url(../image/bg/medical-wellness-centre.webp);
    display: grid;
    align-items: start;
    align-items: center;
}

.banner-content{
    max-width:50%;
    position:relative;
}

.banner-content h1{
    font-size: 70px;
    font-weight: 500;
    line-height: 60px;
}
.banner-btn .therapy{
    border:0 !important;
}
.therapy{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    padding: 8px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
   
    text-decoration: none;
    font-weight: 600;
}
.therapy:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../image/bg/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8.5px auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.therapy:hover:after{
        transform: translateY(-50%) rotate(45deg);
}
.therapy:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px;
}
.therapy:hover:after{
    color:var(--secondary-color);
}
.therapy:hover{
    color:var(--secondary-color);
   
}
.therapy:hover:before{
    width: 100%;
    left: 0;
}

.banner-btn{
    margin:40px 0 0;
}

.banner-btn a:first-child{
    margin-right:50px;
}




.health-benefits {
    display: flex;
    gap: 10px;
    padding: 0;
    /*justify-content: center;*/
  /*flex-wrap: wrap;*/
}

.benefit-box {
     background: #fff;
    border-radius: 50px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-box .icon-circle img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.benefit-box .box-title a{
     font-weight: 500;
    color: #000;
        font-size: 22px;
}
.benefit-box .box-title{
   line-height: 1;
}


.blue {
       background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    
}
.pink { 
    background-color: #f44378;
}

.red {
    background-color: #cc3f3f; 
    
}
.orange {
    background-color: #d68b37; 
    
}
.green {
    background-color: #37b37e; 
    
}



.wellness-section {
    color: #000;
    margin-top: 70px;
}

.top-line {
    font-size:40px;
    font-weight: 400;
}

.main-title {
  margin: 0px 0 20px;
  line-height: 1.2;
  font-size: 84px;
    font-weight: 600;
    line-height: 89px;
}

.sub-line {
    font-size: 25px;
    font-weight: 500;
}

.divider {
       width: 70%;
    /* margin: 3px auto; */
    border-bottom: 2px solid #000000b0;
    position: relative;
    left: 21px;
}
.divider::before{
   position: absolute;
       content: "";
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    left: -3%;
    transform: translateX(-60%);
    background-color: #000;
    border-radius: 50%;
    top: 5px;
}
.focus-line {
    font-size: 45px;
    font-weight: 500;
}





.wellness-abot-sec{
    padding: 5.5rem 0;
    position: relative;
    background-image: url(../image/bg/why-choose-bg-shape.svg);
   
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    background-color: #FCF4F1;
}

.bannner-carousel .swiper-pagination-bullet-active:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: unset;
    border: 2px solid var(--secondary-color);
    right: 0;
    left: -4.6px;
    bottom: 0;
    margin: 0 auto;
    top: -4.4px;
    border-radius: 50%;
}

.bannner-carousel .swiper-pagination-bullet-active{
    position:relative;
}

.bannner-carousel .swiper-pagination-bullet{
    opacity:1;
    background:var(--secondary-color);
    height:14px;
    width:14px;
    margin-right:10px !important;
}

.bannner-carousel  .swiper-pagination{
    bottom:30px !important;
}

.wellne-boxint{
        position: relative;
    transition: all 500ms ease;
    background:linear-gradient(180deg, rgb(252 244 241), #fff 60%);
    padding: 30px 40px;
    border-radius: 15px;
    text-align:center;
   height: 100%;
   overflow:hidden;
   max-width: 370px;
}
.wellne-boxint:before, .wellne-boxint:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
   
    top: 0;
    left: 0;
    background: #FFF;
    transform: translateX(-100%) rotate(15deg);
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.wellne-boxint:hover:before, .wellne-boxint:hover:after {
    transform: none;
    opacity: 1;
    visibility: visible;
}
.wellne-boxint:after{
    left: auto;
    right: 0;
    transform: translateX(100%) rotate(-15deg);
}
.wellne-boxint .icon{
        width: 90px;
    height: 90px;
    z-index: 2;
    color: var(--primary-color, #0e0b06);
    font-size: 62px;
    display: flex;
    border-radius: 10px;
    
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    transition: all 500ms ease;
    position: relative;
     
}
.wellne-boxint .icon:before{
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    background-image: url(../image/bg/why-blob.svg);
    background-size: contain;
   
}
.wellne-boxint .title{
    font-size:35px;
        font-family: 'Katibeh', sans-serif;
    margin:0 0 15px;
    position:relative;
    z-index:2;
}

.wellne-boxint p{
    margin: 0;
    
    position:relative;
    z-index:2;
}
.wellne-boxint .icon img{
    filter:brightness(0)invert(1);
    position: relative;
    z-index: 2;
}
.wellne-boxint .icon .icon-second{
        display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.wellne-boxint:hover{
    /*background-color: #cba50370;*/
   
}

.wellne-boxint:hover .icon .icon-second{
    animation: iconsZoom 0.25s ease-out;
}

@keyframes iconsZoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}



.sec-bg-title{
    font-size: 52px;
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 48px;
    z-index: 2;
}

.sec-small-title{
   
    position: relative;
    
}
.section-title.text-center:before{
    position: absolute;
    content: "";
    background-image: url(../image/logo/oxyplus-wellness.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 95px;
    height: 95px;
    left: 0;
    top: -20px;
    opacity: 0.3;
    right: 0;
    margin: 0 auto;
}

.section-title.text-center{
    max-width:80%;
    margin:0 auto 60px;
    position:relative;
}

.section-title.text-center .sec-small-title:before{
    left:-40px;
}

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

.about-sec-main{
    padding:4.5rem 0; 
    position:relative;
    overflow:hidden;
}

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

.section-title .sec-small-title:before{
    left:-45px;
}

.section-title  .sec-small-title{
   
}

.about-content-box p{
    text-align:justify;
}
.point-about{
    padding:0;
    list-style:none;
}

.point-about li{ 
    display: flex;
    gap: 10px;
}
.point-about li p{
    margin: 0;
    text-align: left;
}
.point-about li i{
    min-width: 20px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    top: 3px;
    position: relative;
}
.about-left-img{
    text-align:center;
    margin-bottom: 1rem;
}
.point-about li:not(:last-child){
    margin:0 0 10px;
}

.about-right-img img{
   
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.about-content-box{
    margin-left:10px;
}
.why-choose-images {
    position: relative;
    display: flex
;
   
    gap: 30px;
    padding: 0 50px 25px 0;
    margin-right: 10px;
}
.why-choose-images::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 30px;
    width: 415px;
    height: 345px;
}
.years-experience-text {
    position: absolute;
    right: 12px;
    bottom: 35px;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
.years-experience-text p {
   
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.why-choose-image.img-2 {
    margin-top: 90px;
}
.why-choose-image {
    position: relative;
    width: calc(50% - 15px);
    z-index: 1;
}
.why-choose-image img {
    width: 100%;
    aspect-ratio: 1 / 1.546;
    object-fit: cover;
    border-radius: 20px;
}
.about-bot-calbtn{
    background: #fcf4f1;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    margin-top: 30px;
}

.about-bot-calbtn .call-about-wellness .icon{
        background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-bot-calbtn .call-about-wellness .icon i{
    font-size: 25px;
    position: relative;
    top: 3px;
    color:#cba503;
}

.about-bot-calbtn .call-about-wellness{
    display: flex;
    align-items: center;
}

.about-bot-calbtn .call-about-wellness .title span{
    font-size: 17px;
    display: block;
    font-weight:600;
}
.about-bot-calbtn .call-about-wellness .title a{
        color: #000;
    text-decoration: none;
    font-size: 16px;
}

.about-bot-calbtn .about-rightbtn{
    left: -40px;
    position: relative;
}

.about-content-box .poinimg-about{
    margin-top:20px;
}
.about-content-box .about-right-img{
    position:relative;
    overflow:hidden;
}
.about-content-box .about-right-img:after{
        content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-content-box .about-right-img:hover:after{
        height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.services-sec-main{
    padding:5rem 0rem;
    position:relative;
       background-image: url(../image/bg/service-bg-shape.svg);
       background-color: #FCF4F1;
       width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    border-radius: 30px;
}


.medical-services-box{
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
}

.medical-services-box .services-img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100%;
}

.medical-services-box  .service-cr-btn i{
    display: flex
;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
    justify-content: center;
    align-items: center;
}

.medical-services-box  .service-cr-btn{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 75px;
    opacity: 0;
    transition: 0.5s;
    display:block;
    text-align:-webkit-center;
}

.medical-services-box p{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
}
.medical-services-box .box-title{
    padding:20px  10px 0;
    transition: 0.5s;
}
.medical-services-box .box-title .title{
    font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    display: block;
    text-transform:capitalize;
}
.medical-services-box .box-title h4{
    margin: 0;
}
.medical-services-box:hover .service-cr-btn{
    opacity:1;
}

.medical-services-box:hover .box-title{
    padding:35px 10px 0;
}

.services-sec-main .services-carousel .swiper-wrapper{
   height: 400px;
}
@media (min-width:1290px){
    .services-sec-main .services-carousel .swiper-wrapper{
   height: 440px;
   }
   .banner-content h1{
       font-size:63px;
   }
   
}
@media (min-width:1500px){
    .key-numdsd{
       min-height:600px !important;
   }
   .wellness-bg-box{
       background-image:url(../image/bg/oxyplus-medical-wellness-centre-chennai.webp) !important;
       min-height: 750px !important;
   }
   .banner-content h1{
       font-size:85px;
       line-height:75px
   }
}
.services-carousel .swiper-button-next:after, 
.services-carousel .swiper-button-prev:after {
    min-width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    font-size:10px;
    color:#fff;
    background-color:var(--primary-color);
}
.services-carousel .swiper-button-next, .services-carousel .swiper-button-prev{
    top:40%;
}
.service-carousel-btn{
    text-align:center;
}

.service-carousel-btn .therapy:after{
    background-color:var(--secondary-color);
    background-image: url(../image/bg/arrow-black.svg);
}

.col25{
    width:20%;
}

.services-two-sec{
    padding:5rem 0 2rem;
    position:relative;
    text-align:center;
}
.serv-extr-car .services-img img{
     border-radius: 50%;
      object-fit: cover;
}
.serv-extr-car .services-img img{
    width: 160px;
    height: 160px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   transition:0.5s linear;
}
.serv-extr-car:hover .services-img img{
    transform:scale(1.05);
}
.serv-extr-car h4{
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 1.4;
    color: #464545;
    margin-top: 1rem;
}

.serv-extr-car p{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.why-choose-sec{
    padding: 5rem 0;
    margin: 0 15px;
    position: relative;
    background-image: url(../image/bg/appointment-bg-shape.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    background-color: #fcf4f1;
    border-radius: 15px;
    overflow: hidden;
    width: calc(100% - 30px);
}
.flesd{
   display: flex
;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.flesd a{
   padding: 0.3rem 1rem;
    color: #fff;
    border-radius: 20px;
    display: flex
;
    gap: 10px;
    align-items: center;
}
.flesd a i{
    height:17px;
}
.why-medical-main{
    margin-top: 38px;
    padding-top: 38px;
    border-top:1px solid #00000024;
}
.why-medical-main .col-lg-6:not(:last-child) .why-chose-box{
    margin-bottom: 28px;
}
.why-chose-box{
    display: flex;
    gap: 20px;
    
}
.why-chose-box .icon{
        width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color:var(--secondary-color);
    line-height: 67px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    top: 10px;
    transition: 0.5s;
}
.why-chose-box .icon img{
    transition: 0.5s;
    filter: brightness(0) invert(1);
}
.why-chose-box:hover .icon{
    background-color:var(--secondary-color);
}

.why-chose-box .content-box p{
    margin:0;
}
.why-chose-box .content-box .title{
    font-size: 28px;
    line-height: 25px;
    margin: 0 0 10px;
}

.whychoose-right{
    background-image: url(../image/bg/choose-aptmn-img.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background:var(--primary-color);
}
.nosdl{
    padding:0;
    margin:0;
    list-style:none;
    text-align: justify;
}
.nosdl li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.5rem;
    position:relative;
    padding-left: 1.3rem;
}
.nosdl li:before{
    content:"\f14b";
    position:absolute;
    font-family: flaticon_normal-icon !important;
    left:0;
    color:#cba503;
}
.why-choose-box-main{
    margin-right:40px;
}
.nosdl li strong{
    font-weight:600;
}
.whychoose-right .title{
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 20px;
}

.whychoose-right  p{
    color:#fff;
   text-align: justify;
   margin-bottom: 0.7rem;
}

.testimonial-secc{
    padding:0 0 5rem;
    position:relative;
}

.testimonial-box-content p{
        font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.testimonial-box-content i{
    font-size:50px;
    color:var(--secondary-color);
}

.testimonial-box-content{
    margin-right: 40px;
    box-shadow: 0 4px 6px #d9daea;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #16b3ca45;
    height:100%;
}

.testimonial-box-content .titlename{
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 0;
}
.testimonial-img{
    position:relative;
}
.testimonial-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 150px 15px;
}

.testimonial-img .star-content{
      width: 230px;
    background-color: #fff;
    border-radius: 15px;
    padding: 18px 25px;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: absolute;
    top: 250px;
    left: -100px;
}

.testimonial-img .star-content ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin:0;
}

.testimonial-img .star-content ul li i{
    font-size:20px;
    color:var(--secondary-color);
}

.testimonial-img .star-content span{
    font-size:18px;
    font-weight:600;
}

.testimonial-carousel .swiper-wrapper{
    align-items:stretch;
    margin-bottom:4rem;
}

.testimonial-carousel .swiper-slide{
    transition: 0.5s linear;
    height:auto !important;
    display:flex;
}

.testimonial-carousel .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 10px;
    background: var(--primary-color);
}

.footer-sec-main{
    position:relative;
    padding:2rem 0 0;
    background:#0d0d0d;
}

.footer-logo{
    text-align:center;
}

.footer-logo img{
    filter: brightness(0) invert(1);
    height: 150px;
    object-fit: cover;
}
.footer-logo .logomedical{
    position:relative;
}

.footer-logo .logomedical:before{
    position: absolute;
    content: "";
    top: 35px;
    left: -555px;
    width: 515px;
    height: 1px;
    background: #6e6e6e;
}

.footer-logo .logomedical:after{
    position: absolute;
    content: "";
    top: 35px;
    right: -555px;
    width: 515px;
    height: 1px;
    background: #6e6e6e;
}

.footer-categires .title{
    color:#fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.footer-categires .title:before{
        position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #f9f3f0;
}

.footer-categires .title:after{
    position: absolute;
    bottom: 0;
    left: 40px;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.menu-foot{
    padding: 0;
    list-style: none;
    margin:20px 0 0;
}

.menu-foot li a{
    color:#fff;
    text-transform: capitalize;
    line-height: 1.9;
    opacity: 0.8;
    transition:0.3s linear
}
.addres-footer li a, .addres-footer li p{
    opacity:0.8;
    transition:0.3s linear
}
.menu-foot li a:hover, .addres-footer li a:hover, .addres-footer li p:hover{
     opacity: 1;
}
.menu-foot li:not(:last-child){
    margin:0 0 5px;
}

.menu-foot.menu-foot-new{
    display: flex;
    flex-wrap: wrap;
}

.menu-foot.menu-foot-new li{
    width:49%;
}

.addres-footer{
        padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.addres-footer li:not(:last-child){
    margin:0 0 20px;
}

.addres-footer li a, .addres-footer li p{
    color: #fff;
    margin: 0;
    line-height: 1.9;
}

.addres-footer li .title-icon i{
    color:var(--primary-color);
    font-size:20px;
}

.addres-footer li .title-icon span{
    color:#ffffffe0;
    font-size:15px;
}

.addres-footer li .title-icon{
    display: flex;
    gap: 10px;
}

.copry-sec a, .copry-sec p{
    color:#fff;
    margin:0;
    font-size:13.5px;
}
.menu-foot li a, .addres-footer li a, .addres-footer li p{
    font-size:14px;
}

.copry-sec{
    align-items:center;
}

.social-media{
    padding: 0;
    list-style: none;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-media li a{
    min-width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: #fff;
    display: block;
    font-size:16px;
    border-radius: 5px;
}
.social-media li a:hover{
    background-color:var(--primary-color);
    color:#fff !important;
}
.copry-main-sec{
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    margin-top:50px;
}

.copry-main-sec .col-lg-6{
    padding:0;
}
.linkscopy{
    color:var(--primary-color);
    font-weight:600;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
   
    bottom: 20px;
}
#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #fff;
    background-color: Var(--primary-color);
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

#scroll-top:hover{
    background-color:#0d0d0d;
}

.side-icon-sitcky{
    position: fixed;
    right: 5px;
    top: 48%;
    z-index: 9999;
}

@media (min-width : 1600px) and (max-width : 2500px){
    .header-sec-main:after{
        width:25%;
    }
}


/*keywnumsd*/
.key-numdsd{
    position:relative;
    padding:4rem 0;
    min-height: 500px;
    display: grid
;
    align-items: center;
}
.key-numdsd:before{
    content:"";
    top: 0;
    position:absolute;
    left:0;
    transform: scaleX(-1);
    background-size: cover;
    background-image:url(../image/reff/healthy-body.webp);
    height:100%;
    width:100%;
}
.amin-flexcs{
    position: relative;
    list-style: none;
    display: flex
;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.amin-flexcs li em{
    font-size:3rem;
    font-style:normal;
}
.amin-flexcs li{
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 2rem 0;
}
.amin-flexcs p{
    color:#fff;
}
.modal-content.priya-sibee{
    height:100%;
}
.amin-flexcs li:first-child{
    border-right: 1px solid #ffffff78;
    border-bottom: 1px solid #ffffff78;
}
.amin-flexcs li:nth-child(3){
    border-right: 1px solid #ffffff78;
   
}
.amin-flexcs li:nth-child(2){
     border-bottom: 1px solid #ffffff78;
}

/*faq*/
.faws{
    position:relative;
    padding:3.5rem 0 4rem;
}
.accordion-button{
    font-family: 'Poppins';
    font-size: 16px !important;
}
.accordion-button:not(.collapsed){
    background:transparent;
    color:#000;
}
.accordion .accordion-item+.accordion-item {
    margin-top: 30px;
}
.accordion .accordion-item{
    border:1px solid rgb(3 27 78 / 23%) !important;
    border-radius:20px  !important;
    overflow: hidden;
}
.accordion-body{
    padding-top:0 !important;
}
.accordion-button::after{
    font-size: 15px;
    content: "\f1c2" !important;
    background-image: unset !important;
    font-family: flaticon_normal-icon !important;
    width: 30px;
    display: flex;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background: var(--primary-color);
    justify-content: center;
    align-items: center;
}
.accordion-button{
    box-shadow:unset !important;
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed)::after{
    transform:rotate(-45deg) !important;
    background: var(--secondary-color);
}



/*detail-page-section-start*/

.our-welness-treatment{
    position:relative;
    padding:4rem 0;
    overflow:hidden;
}

.welness-treatment-contert p{
    text-align:justify;
}

.inner-column-image {
   
    position: relative;
    z-index: 1;
}
.inner-column-image img {
    width: 100%;
   
    border-radius: 20px;
    object-fit:cover
}

.inner-column .info {
      color: #fff;
    padding: 13px 34px;
    background-color: #1c1a1d;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    border-radius: 21px;
}

.inner-column .info h4 span {
    font-weight: 500;
    font-size: 24px;
}

.inner-column .info .title {
    letter-spacing: 4px;
    margin-top: 5px;
}
.inner-column .info h4 {
      font-size:22px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
}

.tra-uls{
   list-style:none; 
}
.tra-uls li{
    position:relative;
    margin-bottom: 0.7rem;
        font-size: 14.5px;
}
.tra-uls li:before{
        position: absolute;
    content: "\f19e";
    font-size: 18px;
    color: var(--secondary-color);
    left: -25px;
    top: -4px;
    font-family: flaticon_normal-icon !important;
}
.personalized-treatments{
    position:relative;
    padding: 3.5rem 0;
}
.personalized-treatments .section-title{
    text-align:center;
      margin-bottom: 45px;
}

.perso-treatments-box {
    background: #fcf4f1;
    border-radius: 30px;
    height: 100%;
    padding: 25px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
	.perso-heading{
	font-size: 32px;
    text-align: center;
    color:#16b3ca;
    margin-bottom: 1rem;
    line-height: 30px;
	}

	.perso-paagrph{
		margin-bottom: 20px;
	}
.perso-paagrph p{
    text-align:justify;
    margin-bottom:0;
}

.perso-treatments-image img{
	width: 100%;
	aspect-ratio: 1 / 0.667;
	object-fit: cover;
	border-radius: 30px;
	transition: all 0.5s ease-out;
}

.perso-treatments-box:hover .perso-treatments-image img{
	transform: scale(1.1)
}
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.wellnrss-benefits{
    position: relative;
    background: #fcf4f1;
    padding: 100px 0;
    width: 100%;
    max-width: 98%;
    border-radius: 30px;
    margin: 0 auto;
    background-image: url(../image/bg/service-bg-shape.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.what-we-do-content{
	position: sticky;
	top: 20px;
	margin-right: 15px;
}

.wellnrss-benefits-list{
	display: flex;
	flex-wrap: wrap;
	gap: 25px 10px;
	
}

.we-wellnrss-benefits{
	width: calc(50% - 15px);
	display: flex;
	align-items:center;
}

.we-wellnrss-benefits .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #16b3ca;
	border-radius: 50%;
	margin-right: 15px;
}

.we-wellnrss-benefits .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}
/*.we-wellnrss-benefits .icon-box::after{*/
/*     position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-image: url(../image/svg/star-wellness.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    z-index: 1;*/
/*    margin: 0 0 1rem;*/
/*    opacity: 20%;*/
/*}*/
.we-wellnrss-benefits:hover .icon-box::before{
	transform: scale(1);
}

.we-wellnrss-benefits .icon-box img{
	position: relative;
	z-index: 1;
	filter:brightness(0)invert(1);
}

.benefits-paragraph{
	width: calc(100% - 70px);
}

.benefits-paragraph h4{
	font-size:29px;
	margin-bottom: 10px;
}

.benefits-paragraph p{
	margin-bottom: 0;
}


.our-advangte-sec{
     position: relative;
     padding:4rem 0 4.5rem;
}

.single-feature-box {
    position: relative;
    padding: 25px 2px 12px;
    background: #fcf4f1;
    border-radius: 20px;
    z-index: 1;
    height: 100%;
    box-shadow: 3px 3px 6px 0 #bfc3cf, -3px -3px 6px 0 #fff;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
   	background-color: var(--primary-color);
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
}
.single-feature-box:hover:before {
    width: 100%;
    left: 0;
}
.feature-content h4 {
   font-size: 26px;
    margin: 10px 0 15px;
    transition: 0.5s;
    text-align: center;
}
.feature-icon {
     text-align: center;
    background-image: url(../image/svg/oxyplus-medical.svg);
    height: 110px;
    width: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-icon img{
    filter: invert(70%) sepia(9%) saturate(5973%) hue-rotate(10deg) brightness(92%) contrast(98%);
}
.single-feature-box:hover .feature-content h4,
.single-feature-box:hover .feature-content ul li{
    color: #fff;
}

.feature-content ul{
    padding-left:1rem;
}
.feature-content ul li {
        transition: 0.5s;
    margin-top: 0.5rem;
    font-size: 14.5px;
}
.feature-content li{
  position: relative;
    list-style-type: none;
    padding-left: 1rem;
}
.our-advangte-sec .section-title .text-center{
    margin-bottom:45px;
}
.feature-content li::before {
    position: absolute;
   content: "\f19e";
    font-size: 14px;
    color: var(--secondary-color);
    left: -0.4rem;
    top: 0px;
    font-family: flaticon_normal-icon !important;
}

.our-reflecstion-sec{
    position:relative;
    padding:4.5rem 0;
    background:#FCF4F1;
}
.ex-shjape:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 76px;
    background: url(../image/reff/shape-extras.webp) no-repeat center top;
}
.ex-shjape:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 74px;
    background: url(../image/reff/shape-tetra.webp) no-repeat center bottom;
}
.our-reflecstion-sec .section-title{
    text-align:center;
    margin-bottom: 2.2rem;
}
.powe-titlsd{
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #16b3ca;
}
.our-reflecstion-sec::before{
       position: absolute;
    content: "";
    top: 40px;
    left: -20px;
    width: 190px;
    height: 203px;
    background-image: url(../image/bg/update-leftflower.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    margin: 0 0 1rem;
    opacity: 20%;
}

.our-reflecstion-sec::after{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 190px;
    height: 213px;
    background-image: url(../image/bg/update-rightflower.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    margin: 0 0 1rem;
    opacity: 20%;
    
}



.our-breadcurmb-section {
    position:relative;
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    background-color: #16b3ca;
    border-radius: 30px;
}
.our-breadcurmb-section{
    position: relative;
    background-image: url(../image/breadcrumb/page-header-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 80px 0;
}
.our-breadcurmb-section:before{
    content: "";
    background-image: url(../image/reff/lotus.webp);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 300px;
    background-size: cover;
    margin: 0 auto;
}
.page-header-box {
    text-align: center;
}

.breadcurmb-title{
    display: inline-block;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: none;
}
.breadcrumb{
    text-align: center;
    margin: auto;
    justify-content: center;
}

.breadcumb-content-list {
    text-transform: uppercase;
    font-size: 14px;
    color: #181a17;
    padding: 13px 24px 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 0px 50px 50px 0px;
    background-color: var(--secondary-color);;
    display: inline-flex;
    margin: 0px 0px 0px 20px;
    position: relative;
    font-weight: 600;
    gap:10px;
    
    align-items: center;
}

.breadcumb-content-list:before {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 5px;
    height: 20px;
    background-color: var(--secondary-color);;
    border-radius: 2px;
    content: '';
    transform: translateY(-50%);
}

.breadcumb-content-list:after {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 5px;
    height: 30px;
    background-color: var(--secondary-color);;
    border-radius: 2px;
    content: '';
    transform: translateY(-50%);
}
.breadcumb-content-list li:not(:last-child):before {
    position: absolute;
    content: "\f108";
    font-size: 14px;
    color: #fff;
    right: -0.4rem;
    top: 0px;
    font-family: flaticon_normal-icon !important;
}
.breadcumb-content-list li{
    position:relative;
}
.page-header-box ul li {
    display: inline-block;
    color: #ffff;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
}

.page-header-box ul li a {
    display: inline-block;
    color: #fff;
}

.page-header-box h1 {
    font-size: 56px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
}


.our-cta-section{
    position: relative;
    padding: 0;
    
}

.intro-video-box{
    position: relative;
	text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding:90px 15px;
    
}
.intro-video-box:before{
    content: "";
    position: absolute;
    filter: brightness(50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image:url(../image/services-details/intro-video-image.webp);
}
.our-cta-paragraph{
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}
.our-cta-paragraph .sec-bg-title,
.our-cta-paragraph p{
    color:#fff;
}
.intro-video-box .section-title{
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.our-process-section{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 70px;
	background-color: var(--secondary-color);
	border-radius: 0 0 20px 20px;
	padding: 60px 40px;
	background-image:url(../image/reff/bg-shape-lotus.webp);
}

.our-process-count{
	position: relative;
	width: calc(20% - 64px);
	text-align: center;
}

.our-process-count::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -40px;
    background: #fff;
    width: 1px;
    height: 100%;
}

.our-process-count:last-child:before,
.our-process-count:nth-child(5n + 5):before{
	display: none;
}

.list-our-process{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}


.our-process-count .process-number {
    position: relative;
    /*opacity: 0.3;*/
    font-size: 42px;
    line-height: 0.3;
    letter-spacing: 0;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 20px;
}

.hambuuefer, .close-button , .dropn-btnmobile{
    display: none;
}




/*GALLERY PAGE*/


.section-padding {
  padding: 60px 0;
}

.gallery-header {
  margin: 30px 0;
  text-align: center;
}


.filter-span {
  display: inline-block;
  margin: 0 12px;
  padding: 8px 24px;
  background: #e0e0e0;
  color: #444;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.filter-span:hover {
  transform: scale(1.05);
}
.filter-span.active {
  background: #c59d00;
  color: #fff;
}


.gallery-page {
  padding: 3rem 0;
}


.gallery-header {
  margin: 30px 0;
  text-align: center;
}

.filter-span {
  display: inline-block;
  margin: 0 12px;
  padding: 8px 24px;
  background: #e0e0e0;
  color: #444;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.filter-span:hover {
  transform: scale(1.05);
}
.filter-span.active {
  background: #c59d00;
  color: #fff;
}


.gallery-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.gallery-card img {
  width: 100%;
  height: auto;
}


.row > .filterDiv {
  padding: 0 15px;
  margin-bottom: 30px;
}


.filterDiv {
  display: none;
  opacity: 1; 
}


.filterDiv.show {
  display: block;
}
.contact-infor{
    width: calc(33.33% - 20px);
    background: #FCF4F1;
    border-radius: 20px;
    padding: 16px;
        text-align: -webkit-center;
}
.icon-boxes{
    position: relative;
    background: #cba503;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cantact-infor-contet p{
    margin:0;
    color:#000;
}
.cantact-infor-contet a{

    font-size: 14.5px;
}
.cantact-infor-contet .title{
    font-size:29px;
    /*color:#fff;*/
}
.contact-us{
    padding:4rem 0;
    position:relative;
}
.email-contact{
    display:flex;
    gap:12px
}
.icon-boxes img{
    filter: invert(92%) sepia(35%) saturate(53%) hue-rotate(355deg) brightness(116%) contrast(105%);
}
.contact-infor:nth-child(2){
    width: calc(33.33% - 10px);
}
.contact-infor:last-child{
    width: calc(25% - -66px);
}
.row.loactions-map{
    margin-right: 0px;
    margin-left: 0px;
}
.row.loactions-map > *{
    padding-right: 0px;
    padding-left: 0px;
}
.medical-tratment{
    background: #FCF4F1;
    border-radius: 40px 0 0 40px;
    padding: 40px;
}
.google-map{
    width:100%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}
.google-map iframe{
    width:100%;
    height: 100%;
}
.contac-form{
    padding:2rem 0 4rem;
    position:relative;
}
.form-contact .form-control{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    padding: 11px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 10px 0;
}
.btn-defaul{
    width: 100%;
    position: relative;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background:#cba503;
    color: #fff;
    border-radius: 100px;
    padding: 17px 25px;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    
}

.btn-defaul::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background: var(--primary-color);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-defaul:hover::after {
    left: 0;
    right: 0;
    opacity: 1;
}





/*//testimonials*/

.testimonial-card {
  background-color: #fefaf5;
  border-radius: 16px;
  padding: 69px 24px 24px 24px;
  margin:12px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position:relative;
}



.brand-logo {
  width: 30px;
  height: 30px;
}

.testimonaisl-sectio{
    padding:5rem 0;
    position:relative;
}

.testimonial-message {
     font-size: 16px;
    color: #5e524a;
    line-height: 1.6;
    margin: 1rem 0 1.5rem;
    /*border-bottom: 1px solid #00000014;*/
    /*padding-bottom: 1.5rem;*/

}
.testimonial-card::before{
    content: '';
    position: absolute;
    background: url(../image/reff/testimonial-quote-accent.svg);
    height: 36px;
    width: 36px;
    top: 35px;
    right: 40px;
    background-size: cover;
    filter: invert(81%) sepia(27%) saturate(6301%) hue-rotate(8deg) brightness(90%) contrast(98%);
}


.profile-details {
      display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #00000014;
    padding-top: 1.5rem;
}

.profile-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  font-weight: 600;
  color: #3b312b;
  margin: 0;
}

.profile-role {
  color: #918b84;
  font-size: 14px;
  margin: 2px 0 0 0;
}






.read-more-cotnas.collapsed {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  transition: max-height 0.4s ease;
  max-height: 860px; /* Just enough to show 4 full + 1 half cards */
}

.read-more-cotnas.expanded {
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}

.testimonial-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.read-more-cotnas.expanded .testimonial-gradient-overlay {
  opacity: 0;
  visibility: hidden;
}

.readmore-less .btn-primary{
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s linear;
    font-size: 14px;
    display: inline-block;
    background: var(--secondary-color);

}
 .testimonial-message .more-text {
    display: none;
  }

  .testimonial-message.open .more-text {
    display: inline;
  }

  .testimonial-message .read-more-toggle {
    color: #007bff;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
  }
  
  
  
  .testimonial-message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }

  .testimonial-message.clamped {
    -webkit-line-clamp: 5;
  }

  .read-more-btn {
   color: #16b3ca;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    /* left: auto; */
    right: 19px;
    bottom: 121px;
    background: #fefaf5;
  }
  
  
  
.teasti-videomoal iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}
  .teasti-videomoal {
    border: 6px solid #fff;
    border-radius: 9px;
    display: flex;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:12px 0;
  }
 
  .youtube-video{
      padding:4rem 0;
      position:relative;
  }
  
  .about-uss{
      position:relative;
      padding:5rem 0 3rem;
  }
  
  .our-approch{
      position:relative;
    background-color: #fff;
    border: 1px solid #cd5f371a;
    border-radius: 30px;
        padding: 20px;
    display: flex
;
    gap: 20px;
    
    align-items: center;
  }
  .foundeed-medial{
      height: 35px;
    width: 35px;
    min-width: 35px;
  }
  
  .foundeed-medial {
    position: relative;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: #16b3ca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    
}
.general-wellbeigh h4{
    font-size:30px;
}
.general-wellbeigh p{
    margin:0;
}

.foundeed-medial img{
   filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(355deg) brightness(102%) contrast(102%);
}
.medical-welness p{
    text-align:justify;
}
.foundeed-medial::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cba503;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.health-solutinas:hover .foundeed-medial::before {
    transform: scale(1);
}
/*.health-solutinas:hover .foundeed-medial img{*/
/*    filter: invert(85%) sepia(45%) saturate(6112%) hue-rotate(12deg) brightness(94%) contrast(98%);*/
/*}*/

.wellness-sepc img{
    width: 100%;
    transform: translateY(45px);
    object-fit: cover;
    border-radius: 30px;
    height:546px;
    position: relative;
}
.wellness{
    position:relative
}
.approach-support-box {
        position: absolute;
    top: -35px;
    right: -5px;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #cba503;
    border: 6px solid #ffffff;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    z-index: 1;
}
.approach-support-box .icon-box {
   position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    z-index: 1;
}
.approach-support-box .icon-box i{
        font-size: 30px;
    height: 30px;
    color: #16b3ca;
}
.approach-support-box-content p{
    margin-bottom:0;
}
.approach-support-box-content p a{
    font-size:20px;
}

.approach-support-box-content a{
    color: #fff;
    font-weight: 600;
}
.approach-support-box-content h3{
     color: #fff;
}
.wellness-sepc{
   
}
.apporqch-section{
    position:relative;
    padding:4rem 0;
}
.wellness-center{
    display: flex;
    height: 100%;
    gap: 30px;
    background-color: #fcf4f1;
    border: 1px solid #fcf4f1;
    border-radius: 20px;
    padding: 30px;
    width: 58%;
    align-items: center;
}
.wellness-center img{
    /*width:290px;*/
    border-radius:10px;
}
.true-wellmness{
    display: flex;
    justify-content: space-evenly;
}
.statisfies-clients ul{
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.statisfies-clients ul li{
    list-style-type: none;
    position: relative;
    width: 48%;
    color: #fff;
    background: #16b3ca;
    background-image: url(../image/reff/bg-shape-lotus.webp);
    text-align: center;
    border-radius: 20px;
    padding: 20px 20px 30px;
    overflow: hidden;
    height: 206px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.statisfies-clients{
        width: 42%;
}
.statisfies-clients ul li em {
    font-size: 3rem;
    font-style: normal;
}
.statisfies-clients p{
    margin:0;
    color:#fffdfd;
}
.longevity-means h3{
    font-size:30px;
    margin-bottom:1rem;
}
.health-solutinas{
        position: relative;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 37px;
    /*margin-bottom: 30px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height:100%;
    
}
.why-cjoose-us .row{
    row-gap:24px;
}
.partner-health h4{
    font-size:34px;
    margin-bottom:1rem;
    text-align:center;
}
.partner-health{
    margin-top:1rem;
}
.partner-health p{
    margin:0;
}
.why-cjo {
 /*margin-top:5rem;*/
 transform: translateY(75px);
}
.why-mins{
    /*margin-top:-5rem;*/
}
.oxyplus-svg{
    width: 80px;
    height: 80px;
    
    min-width: 80px;
}
.why-cjoose-us{
    padding:2rem 0 5rem;
    position:relative;
}
.meet-doctors{
    padding:3rem 0;
    position:relative;
}
.doctors img{
   
    width: 100%;
    object-fit: cover;  
}
/*.treat-wellness .section-title{*/
/*    position: sticky;*/
/*    top: 20%;*/
/*}*/
.doctor-content{
    display: flex;
    flex-direction: column;
    padding: 27px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align:center;
}
.doctor-content button{
    display: block;
    width: 50%;
    margin: auto;
    color:#fff;
    font-weight:500;
    margin-top: 1rem;
    background: #cba503;
    border: none;
    padding: 10px 9px;
    border-radius: 50px;
     cursor: pointer;
}
.doctor-content h4{
    font-size:28px;
    text-align:center;
}



   .custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
      background-color: #fff;
    /* margin: 10% auto; */
    padding: 20px;
    width: 100%;
   
    position: relative;
    justify-content: center;
   
}
.close-btn {
  position: fixed;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: #16b3ca;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color:#fff;
}
.managing-direcote{
    position:sticky;
    top:7%;
}

.managing-direcote h3{
    font-size:35px;
}
.managing-direcote span{
    color:#16b3ca;
    font-weight:500;
}
.monaisl-sec{
    padding:5rem 0 3rem;
}

.orthopaedic li{
    margin:5px 0;
}
.mega-menu > li > a.active{
    color:#cba503 !important;
}
.wellnrss-benefits .section-title{
        position: sticky;
    top: 20%;
}


.testimonial-box-content p.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-box-content p.expanded {
  display: block;
}

.result p{
    margin:0;
    width:90%;
}
.bmi-body{
    padding:4rem 0;
    position:relative;
}

.card{
    margin:0 auto;
}
.range-text strong{
    font-size:25px;
    color:#000;
}
.tesitmonial-img-bg img{
    width:100%;
}
.hide-robot{
display:none !important;
}
label.error {
        display: inline-block;
    color:red;
    font-size: 13px;
    transform: translateY(-10px);
}

.erroe-page{
        position: relative;
    padding: 3rem 0 3rem;
}

.erroe-tite{
        position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 1;
    font-weight: 500;
        color: #16b3ca;
    z-index: 2;
}
.page-eroe{
    text-align:center;
}

.page-eroe h4{
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
    color:#16b3ca;
}
.page-eroe p{
    font-size:16px;
    font-weight:700;
}
.erroe-page::before{
       position: absolute;
    content: "";
    background-image: url(../image/svg/oxyplus-medical-wellness-centre.svg);
    width: 100%;
    height: 95%;
    top: 41px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -99;
    opacity: 0.2;
}
.sent-suucsfully{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sent-suucsfully img{
    height:500px;
}
.thanku{
    margin-left:-4rem;
}
.thanku h3{
    font-size:60px;
    color:#16b3ca;
}