.personalized-treatments .section-title p{
    margin:15px 0;
}

.personalized-treatments h3{
    text-align:center;
    font-size:2.5rem;
    margin-bottom:15px;
}


.treatment-specialist .section-title {
   
    margin-bottom: 20px !important;
}
.side-icon-sitcky .call{
    display:none;
}

.treatment-specialist .row{
    row-gap:30px;
}

.our-advangte-sec .row{
    row-gap:30px;
    justify-content: center;
}

.treat-wellness .wellnrss-benefits-list{
    display:unset !important;
}

.treat-wellness .we-wellnrss-benefits {
    width:100%;
}


.treat-wellness .we-wellnrss-benefits{
    margin-bottom:10px;
}

.iv-therapy .our-process-count {
    width: 20% !important;
}

.our-reflecstion-sec h4{
    font-size:24px;
    font-weight:600;
}

.wellness-bg-box > img{
    display:none;
}

.wellness-services-section{
    padding:5rem 0;
    position:relative;
    background-color: #FCF4F1;
}
.wellness-services-section .container .row{
    gap:20px 0;
}
.icon-boxes i{
            color: #fff;
    font-size: 25px;
    height: 30px;
        
}
.form-contact .form-control::placeholder {
    color: #000;
}

.service-list .sec-bg-title{
    margin-bottom:20px;
    font-size:45px !important;
}
.page-header-box{
    position:relative;
    z-index:3;
}
.copry-sec a{
    color:#9f9b9b !important;
}
.what-othersd a{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.what-othersd a:before, .what-othersd a:after{
        display:none !important;
    }
    .what-othersd a:not(:last-child){
             margin-right: 10px !important;
    }
    
    
    
    .banner-btn.what-othersd a:hover{
        color:#fff;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
   
   
   
.recoery-sec-tre .tra-uls{
    display:flex !important;
    gap:0 40px !important;
    flex-wrap:wrap !important;
}
.appin-image{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    border-radius:20px !important;
    background-image:url(../image/bg/why-choose-bg-shape.svg);
}
.appin-image .section-title.text-center{
    max-width: 90%;
    margin: 0 auto 30px;
}

.well-progra{
    position:relative;
    padding:4rem 0;
}
.well-progra .row{
    row-gap:30px
}
.well-programsd{
    position:relative;
    border-radius:10px;
    height: 100%;
    overflow:hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.well-programsd h4{
    font-size: 30px;
    background: #cba503;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    padding: 10px 0 15px;
}
.sec-progr-card{
        padding: 30px 20px;
}
.sec-progr-card ul li{
   border-bottom: 1px solid #5a50441a;
    font-size: 15px;
    padding: 7px 0;
    position:relative;
}
.sec-progr-card ul{
    padding-left:2rem;
    list-style:none;
}
.sec-progr-card ul li:before{
 content: "\f14b";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    left: -30px;
    width: 20px;
    height: 20px;
    background: #16b3ca;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sec-progr-card p{
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 13px;
}
.what-btnsd{
    display: inline-block;
    background: linear-gradient(82.84deg, #15768e .86%, #16b3ca);
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    color: #fff;
    overflow:hidden;
    position:relative;
}
.what-btnsd:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 1;
    left: 0;
    top: 0;
}
.what-btnsd:hover:before {
    width: 1000px;
    height: 1000px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
 @keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
   }
   }