
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');

 
@media (min-width: 1450px) {
    .container{
        max-width: 1350px;
    }  
  
}
  
a{
    cursor: pointer;
    text-decoration: none;
}
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden; 
}
ul, li{
    list-style-type: none;
    list-style: none;
}

header {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
}
.iti {
    width: 100%; 
}
.iti--separate-dial-code .iti__selected-flag { 
    background: unset !important;
}
.iti__country-list { 
    max-width: 360px;
    overflow-x: hidden;
}
.home-banner-form .iti--separate-dial-code .iti__selected-dial-code { 
    color: #fff;
}
p{
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
}

 .main-btn{
    border-radius: 5px;
    background: #09B451;
    padding: 12px 24px;
    color: #FFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    transition: all .3s;
 }
 .main-btn:hover{ 
    background: #F5D537;
    color: #282A56; 
 }


.float-box{
    border-radius: 6.887px 6.887px 17.217px 6.887px;
    background: #FFF;
    padding: 15px 7px;
    box-shadow: 0px 0px 42.69811px 0px rgba(112, 112, 112, 0.25);
    text-align: center;
    width: 129px;
    position: absolute;
    right: -15px;
    bottom: 15px;
    z-index: 1;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
}

.navbar-light.ayur-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(204, 204, 204, 0.52);
    padding-bottom: 15px;
}

.nav-top-right-item a {
    border-radius: 100px;
    background: rgba(234, 237, 59, 0.12);
    backdrop-filter: blur(25.5px);
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 27px 0 0;
}


section#home-banner-section {
    background-image: url(../img/home-banner.jpg);
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
}
.home-banner-content-block {
    border-radius: 15px;
    border: 1px solid #CACACA;
    background: linear-gradient(90deg, rgba(65, 65, 65, 0.40) -0.89%, rgba(103, 103, 103, 0.16) 98.45%);
    backdrop-filter: blur(14px);
    padding: 100px 60px;
    margin-top: 50px;
}
.home-banner-content-block-text h2 {
    color: #7DF47B;
    font-family: Playfair Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.home-banner-content-block-text h1 {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
    margin-bottom: 25px;
}
.home-banner-content-block-text p {
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.34px;
}

a.btn-01 {
    border-radius: 10px;
    background: linear-gradient(90deg, #236837 0.1%, #6EB563 99.91%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.44px;
    padding: 24px 30px;
    display: block;
    width: fit-content;
    margin-top: 25px;
}
.home-banner-form {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: linear-gradient(97deg, rgba(223, 223, 223, 0.09) -1.33%, rgba(233, 233, 233, 0.62) 105.7%);
    backdrop-filter: blur(44.5px);
    padding: 25px 30px;
}
.home-banner-form h2 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 25px;
}
.home-banner-form h2 b {
    color: #7DF47B;
    
}



input.form-input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 45px;
    margin-bottom: 15px;
}

input.form-input::placeholder {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button.submit-btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #13743A 0.6%, #212C25 103.77%);
    backdrop-filter: blur(25px);
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    width: 100%;
    padding: 14px 20px;
    border: 0;
    margin-top: 30px;
}



section#why-choose-section {
    background: linear-gradient(180deg, #E9FFF2 0.03%, rgba(255, 255, 255, 0.00) 137.99%);
    padding: 130px 0 60px;
    position: relative;
}
.why-choose-text-block h2 {
    color: #42385D;
    font-family: Playfair Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.why-choose-text-block h3 {
    color: #153733;
    font-family: Playfair Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}
a.btn-02 {
    border-radius: 5px;
    background: linear-gradient(180deg, #1FB159 0%, #5BE291 100%);
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 25px;
    display: block;
    width: fit-content;
    margin-top: 25px;
}

.why-choose-btm-img {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}
section#home-hg-section {
    padding: 60px 0;
    position: relative;
}

.home-hg-item {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: linear-gradient(300deg, rgba(212, 252, 201, .5) 1.97%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(163px);
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.home-hg-item.clr2{
    background: linear-gradient(300deg, rgba(201, 252, 249, 0.5) 1.97%, rgba(255, 255, 255, 0.00) 100%);
}
.home-hg-item.clr3{
    background: linear-gradient(300deg, rgba(252, 245, 201, 0.5) 1.97%, rgba(255, 255, 255, 0.00) 100%);
}
.home-hg-item.clr4{
    background: linear-gradient(300deg, rgba(215, 201, 252, 0.5) 1.97%, rgba(255, 255, 255, 0.00) 100%);
}

.home-hg-item h4 {
    color: #25421B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 0;
}
section#home-benefits-section {
    padding: 40px 0 120px;
    position: relative;
}
.why-choose-text-block.section-title {
    text-align: center;
}
.why-choose-text-block.section-title h3, .why-choose-text-block.section-title h2, .why-choose-text-block.section-title p{
    text-align: center;
}

.why-choose-text-block.section-title a.btn-02 {
    margin: 25px auto;
    margin-bottom: 80px;
} 

.benefits-img-block {
    text-align:center;
   /* position: absolute;
    right: 0;
    top: 20%;*/
}
.benefits-slider-item-content {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 0px 5px 2px #E9FFEA;
    margin-bottom: 35px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.benefits-slider-item-content h2 {
    color: #25421B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.benefits-slider-item-content p {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}


.benefits-slider .slick-slide.slick-active{
    opacity: .5 !important;
}
.benefits-slider .slick-slide.slick-active .benefits-slider-item-content{
   position: relative;
   left: 0;
   transition: all;
    
}
.benefits-slider .slick-slide.slick-active.slick-center{
    opacity: 1 !important;
}
.benefits-slider .slick-slide.slick-active.slick-center .benefits-slider-item-content{
    left: -15px;
  
}

.benefits-slider .slick-dots{
    position: absolute;
    left: -25px;
    top: 0;
    padding: 0;
    margin: 0;
}
.benefits-slider .slick-dots::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #EDEDED;
    z-index: -1;
}

.benefits-slider .slick-dots li button{
    opacity: 0;
    font-size: 0;
    border: 0;
    width: 9px;
    height: 9px;
    background-color:  #62EA41; 
    border-radius: 9px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.benefits-slider .slick-dots li.slick-active button{
    opacity: 1; 
}




section#home-treatment-section {
    background: #64C36D;
    padding: 60px 0;
    position: relative;
}

.more-treatment-block {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    background: linear-gradient(105deg, rgba(237, 237, 237, 0.09) -1.69%, rgba(204, 204, 204, 0.19) 101.24%);
    backdrop-filter: blur(71px);
    padding: 115px 30px 50px;
}
.more-treatment-block .why-choose-text-block h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.treatment-slider-item-content {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    background: linear-gradient(89deg, rgba(185, 185, 185, 0.09) 0.21%, rgba(187, 187, 187, 0.19) 97.08%);
    backdrop-filter: blur(71px);
    padding: 30px 18px 0;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}
.slick-slider {
    margin:0 -15px;
}
.slick-slide {
    margin-right:15px;
    margin-left:15px;
}
.treatment-slider-item-content h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 148.4%;
    letter-spacing: 0.72px;
}
.treatment-slider-item-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.treatment-slider-item-content img {
    margin-left: -18px;
    width: calc(100% + 36px);
    margin-right: -18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.treatment-slider{
    position: relative;
}


button.slick-next {
    background: url(../img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 20px;
}
button.slick-prev {
    background: url(../img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    top: 0;
    position: absolute;
    right: 50px;
}

.doctors-slider button.slick-next {
    background: url(../img/Arrow2.svg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -35px;
}

.doctors-slider button.slick-prev {
    background: url(../img/Arrow2.svg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -35px;
}
 

.treatment-slider::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    width: calc(100% - 110px);
    left: 20px;
    top: 10px;
}

section#home-facilities-section {
    padding: 100px 0;
    position: relative;
}

.doctors-slider-item-content {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EFEEEE;
    
    padding: 20px;
    text-align: center;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.doctors-slider-item-content::before {
    content: "";
    position: absolute; 
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1; 
    background: linear-gradient(144deg, #FFF 0.33%, rgba(255, 255, 255, 0.16) 99.3%);
    backdrop-filter: blur(31px);
  
}
.doctors-slider-item-content::after {
     content: "";
     position: absolute; 
     width: 80%;
     left: 10%;
     top: 10%;
     height: 80%;
     z-index: -2; 
     opacity: 0.6; 
}

.doctors-slider-item-content.dct-bg1::after { 
    background: #85ED95;
}
.doctors-slider-item-content.dct-bg2::after { 
    background: #85D4ED;
}
.doctors-slider-item-content.dct-bg3::after { 
    background: #BFED85;
}

.doctors-slider-item-content-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.doctors-slider-item-content h2 {
    color: #25421B;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 148.4%;
    margin-bottom: 5px;
}
.doctors-slider-item-content h5 {
    color: #25421B;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 148.4%;
}
.doctors-slider-item-content p {
    color: #595959;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.doctors-slider-item-content a.btn-02 {
    font-size: 15px;
    padding: 10px 20px;
    margin: 15px auto;
}



.doctors-slider::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #64C36D;
    width: calc(100% - 110px);
    left: 20px;
    top: -25px;
}
 

.doctors-slider .next-arrow { 
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -40px;
    right: 20px;
    background-color: unset;
}
.doctors-slider .prev-arrow {  
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    top: -40px;
    position: absolute;
    right: 50px;
    background-color: unset;
}

section#home-doctors-section {
    padding: 40px 0 100px;
}
section#people-voice-section {
    background: #76D98C;
    padding: 60px 0 100px;
}

.why-choose-text-block.section-title.clr-white h2 {
    color: #fff;
}
.why-choose-text-block.section-title.clr-white h3{
    color: #fff;
}
.people-voice-slider-item-content {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.61);
    background: linear-gradient(105deg, rgba(143, 143, 143, 0.15) -1.69%, rgba(76, 161, 89, 0.19) 101.24%);
    backdrop-filter: blur(49px);
    padding: 60px 25px 25px 35px;
    position: relative;
    margin-top: 80px;
}
.people-voice-slider-item-content-text p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}
.people-voice-slider-item-content-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.people-voice-slider-item-content-img {
    position: absolute;
    top: -40px;
    left: 30px;
}

.people-voice-slider-item-content-text-btm h3 {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.people-voice-slider-item-content-text-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}


 
 

.people-voice-slider .next-arrow { 
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 20px;
    background-color: unset;
}
.people-voice-slider .prev-arrow {  
    color: transparent;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    top: -20px;
    position: absolute;
    right: 50px;
    background-color: unset;
}
.people-voice-slider .slick-list { 
    padding: 0 250px !important;
}



.testi-qut {
    position: absolute;
    bottom: 0px;
    left: 0;
}

section#contact-section {
    padding: 120px 0;
}
.contact-form {
    border-radius: 0px 10px 10px 0px;
    background: #E4FFE3;
    backdrop-filter: blur(72.5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 60px;
}
.contact-form h2 {
    color: #25421B;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.contact-form h2 b {
    color: #25421B;
    font-family: Roboto;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    display: block;
}
.contact-form-block {
    margin-top: 60px;
}
.contact-form .form-field {
    display: flex;
    flex-direction: column;
}
.form-field label {
    color: rgba(37, 66, 27, 0.84);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 5px;
}
.form-field input {
    border-radius: 5px;
    border: 1px solid rgba(37, 66, 27, 0.35);
    height: 50px;
    padding: 15px;
    background: transparent;
}
.form-field {
    margin-bottom: 30px;
}
.form-floating.input-box .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.contact-form-block a.btn-02 {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

footer.footer-section {
    background: #60C764;
    padding: 25px 0;
}
.footer-content p a {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.footer-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.benefits-slider-mob{
    display: none;
}
.treatment-slider-mob{
    display: none;
}
.row.justify-content-center.doctors-slider-mob{
    display: none;
}
.people-voice-slider-mob{
    display: none ;
}

.popup-form .modal-dialog{
    max-width: 1230px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 0;
}
.popup-form .modal-dialog .btn-close{ 
    position: absolute;
    right: 10px;
    top: 10px;
}
.contact-img{
    height: 100%;
}
.contact-img img{
    height: 100%;
    object-fit: cover;
}

.popup-form .contact-img img{
    height: 700px;
    object-fit: cover;
}
.popup-form .contact-form-block {
    margin-top: 20px;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #5be29199
    }

    100% {
        box-shadow: 0 0 0 17px #5be29187
    }
}

.chat-block {
    transition: .25s;
    position: fixed;
    z-index: 5;
    right: 5%;
    top:0;
    border-radius: 65px;
    background: linear-gradient(180deg,#5be29185 0%, #5BE291 100%);
    width: 50px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    opacity: 0;
    display: none
}

.chat-block.active {
    opacity: 1;
    display: flex;
    transition: .25s;
	top:45%;
}

.chat-block-item {
    position: relative;
    transition: .25s;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.chat-block-item a { 
	color: #FFF !important ; 
	text-decoration: none;
}
.chat-block-item span {
    display: none;
}
.chat-block-item a img {
    width: 24px;
    transition: .25s
}

.chat-block-item:hover a img {
    width: 28px;
    transition: .25s
}

     
.chat-block-item.chat-block-phone::before {
	position: absolute;
	content: "";
	width: 90%;
	left: 50%;
	transform: translate(-50%);
	height: .5px;
	background-color: rgba(255, 255, 255, 0.66);
	top: -10px;
  }

.benefits-img-block img{
    border-radius: 31px;
}

@media (max-width: 767px) {

    .home-banner-content-block {
        padding: 50px 20px;
    }
    .home-banner-form {
        margin-top: 30px;
    }
    .home-banner-content-block-text h2 {
        font-size: 16px;
        font-weight: 600;
    }
    .home-banner-content-block-text h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .home-banner-content-block-text a.btn-01 {
        display: none;
    }

    .nav-top-right-item a span {
        display: none;
    }
    .nav-top-right-item a {
        padding: 0 0px 0 0;
    }

    .row.col-rev.justify-content-between.align-items-center {
        flex-direction: column-reverse;
    }
    .why-choose-text-block {
        text-align: center;
    }

    .why-choose-text-block a.btn-02 {
        display: flex;
        justify-content: center;
        margin: 25px auto !important;
    }
    section#why-choose-section {
        background: transparent;
        padding: 80px 0 60px;
        position: relative;
    }

    .why-choose-text-block h3 {
        font-size: 32px;
        line-height: 35px;
    }
    .home-hg-item h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .home-hg-item {
        padding: 30px 15px;
    }

    .benefits-slider{
        display: none !important;
    }
    .row.benefits-slider-mob {
        display: flex;
        margin-top: 50px;
    }
    .benefits-img-block {
      /*  z-index: -1;
        right: -12px;
        bottom: 0;
        top: 0;
        position: relative;*/
    }
    .benefits-img-block img{
        width: 100%;
      /*  height: 370px;
        object-fit: contain;
        object-position: right;*/
    }

    .benefits-slider-item-content {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 25px 15px;
    }
    .benefits-slider-item-content img {
        width: 25px;
    }

    .more-treatment-block .why-choose-text-block {
        text-align: left;
    }
    .more-treatment-block .why-choose-text-block a.btn-02 {
        display: flex;
        justify-content: flex-start;
        margin: inherit;
    }
    .treatment-slider::before{
        display: none;
    }
    .treatment-slider.slick-initialized.slick-slider{
        display: none;
    }
    .treatment-slider-mob{
        display: flex !important;
    }
    .row.justify-content-center.doctors-slider-mob{
        display: flex !important;
    }
    
    .doctors-slider{
        display: none !important;
    }
    .doctors-slider-item {
        margin-top: 30px;
    }
    .people-voice-slider{
        display: none !important;
    }
    .people-voice-slider-mob{
        display: flex !important;
    }

    .contact-img {
        display: none;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-content p {
        order: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.38);
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
    }
    img.footer-logo {
        order: 1;
    }

    .footer-content p:last-child{
        border-top: 0px solid rgba(255, 255, 255, 0.38);
        width: 100%;
        text-align: center;
        margin-top: 0px;
        padding-top: 5px;
    }
    .contact-form {
        padding: 45px 20px;
    }
    .contact-form h2 {
        color: #25421B;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }

    .contact-form-block {
        margin-top: 40px;
    }
    section#contact-section {
        padding: 40px 0 40px;
    }
    .benefits-slider-item-content p {
        font-size: 14px;
    }
    .people-voice-slider .slick-list { 
        padding: 0 0 !important;
    }









.chat-block.active {
    opacity: 1;
    display: flex;
    transition: .25s;
    top: unset;
    bottom: 0;
}

.chat-block {
    transition: .25s;
    position: fixed;
    z-index: 5;
    right: 0;
    top: unset;
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(355deg, #5be29185 -4.04%, #FFF 114.9%); 
	backdrop-filter: blur(12.5px);
    width: 100%;
    height: auto;
    display: unset;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    gap: unset;
    grid-gap: unset;
    animation: unset; 
    opacity: 0;
    display: none;
    bottom: 0;
    padding: 15px 0;
}

.chat-block-item {
    position: relative;
    transition: .25s;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    width: calc(50% - 20px);
}

.chat-block-item span {
    display: unset;
	margin-left: 5px;
}
.chat-block-item a img {
    width: 22px; 
}
.chat-block-whatsapp{ 
	background: #35BE6B;
}
.chat-block-phone{
	background: #2D69F6;
}

.chat-block-item.chat-block-phone::before {
    display: none;
}



}

@media (max-width: 550px) {
    .benefits-slider-item-content { 
        min-height: 260px;
    }

    .treatment-slider-item-content { 
        min-height: 340px;
    }
    .home-hg-item { 
        min-height: 190px;
    }
}


@media (max-width: 380px) {

.benefits-slider-item-content {
    min-height: 310px;
}
}

