
.landingpage-testimonials-section{
    padding: 50px 0;
}
.landingpage-testimonial .testimonial-box{
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
}
.landingpage-testimonial .testimonial-box .avatar{
    display: flex;
    align-items: center;
}
.landingpage-testimonial .testimonial-box .avatar img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.landingpage-testimonial .testimonial-box .avatar .avatar-caption{
    padding-left: 20px;
}
.slick-custom-arrow button{
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.slick-custom-arrow button svg{
    width: 12px;
    height: auto;
}
.slick-custom-arrow button:hover svg path{
    fill: var(--primary);
}

.faq-wrap.style1{
    margin-bottom: 18px;
}

 .sub-speciality-card{
    box-shadow: 0 4px 19px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 30px;
    background: url(../images/icons/pattern-bg.png) repeat top left #f8f8f8;
}
.sub-speciality-card .speciality-icon{
    width: 82px;
    margin:0 auto 20px auto;
}
.sub-speciality-card .speciality-icon img{
    width:82px;
    height:82px;
    object-fit:contain;
}
.sub-speciality-card .speciality-icon svg{
    width:82px;
    height:82px;
 }
.sub-speciality-card .speciality-title{
    width: 250px;
    max-width: 100%;
    margin: auto;
}
.sub-speciality-card .speciality-title a{
    color: inherit;
}
.sub-speciality-card .speciality-title.medantasmheading{
    line-height:1.3;
    font-size:19px;
}

.sticky-feeback-btn {
    position: fixed;
    right: 1%;
    bottom: 50px;
    display: none;
    z-index: 1000;
  }

  .sticky-feeback-btn img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
  }

  .why-medanta .why-block{
    top: -75px;
  }
  .why-medanta .why-block-c{
    right: -220px;
  }
  .why-medanta .why-block-d{
    left: -130px;
  }

  .divider-border{
    border-top: 1px solid #d9d9d9;
  }

  .callback-button-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;  
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  .callback-button-wrap .callback-sticky-button{
    width: 100%;
    display: block;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
  }

@media screen and (min-width:992px){
    .landingpage-testimonials-section{
        position: relative;
        padding: 100px 0;
    }
    .landingpage-testimonials-section:after{
        background-color: var(--primary);
        width: 40%;
        height: 100%;
        position: absolute;
        right: 0;
        top:0;
        content: '';
    }
    .landingpage-testimonials-section .container-slider{
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }
    .landingpage-testimonials-section .left-content{
        width: 25%;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .landingpage-testimonials-section .right-content{
        width: calc(100% - 25%);
        margin-right: -40px;
    }
    .landingpage-testimonials-section .quote-icon{
        margin-top:-10%;
    }
    .landingpage-testimonial.slick-arrow-style-1 .slick-arrow{
        opacity: 0 !important;
    }
}

@media screen and (max-width:1599px) {

    .tags-section .expand-tags-button {
        font-size: 18px;
    }
    .sub-speciality-card .speciality-title.medantasmheading {
        font-size:17px;
    }
}

@media screen and (max-width:1199px) {
    .tags-section .expand-tags-button {
        font-size: 16px;
    }

   
    #sub-specialisations-slider1 .slick-list{
        padding-right: 100px;
    }
    .sub-speciality-card .speciality-title.medantasmheading {
            font-size:15px;
        }
    .sub-speciality-card{
        padding: 25px;
    }
    .landingpage-header{
        border-bottom: 1px solid #D9D9D9;
    }

    .why-medanta .why-block{
        top: -60px;
      }
      .why-medanta .why-block-c{
        right: -135px;
      }
      .why-medanta .why-block-d{
        left: -110px;
      }
}


@media screen and (max-width:991px) {
    .landingpage-testimonials-section .heading{
        text-align: center;
    }
    .landingpage-testimonials-section .quote-icon,
    .slick-custom-arrow{
        display: none;
    }
    .landingpage-testimonials-section .container-slider{
        width: 98%;
        padding: 0 20px;
    }
}

@media screen and (max-width:767px) {
    .landingpage-testimonials-section .container-slider{
        width: 100%;
    }
    .sticky-feeback-btn{
        display: block;
    }
    /* .landingpage-header .callus-btn svg{
        display: none;
    } */
    body.sticky-button-active{
        padding-bottom: 64px;
      }
      body.sticky-button-active .callback-button-wrap{
        display: block;
      }
    
}