.fs-testimonial-slide {
    padding: 0px 15px;
    margin: 35px 0px 20px 0px;
}
.fs-testimonial-slide .inner-bx {
    padding: 30px 20px 10px 20px;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 6px 0px -1px #55b8c8;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(247,250,252,1);
}
.fs-testimonial-slide .image-caption img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.fs-testimonial-slide .rating-wrapper {
    margin-top: 20px;
    margin-bottom: 15px;
}
.fs-testimonial-slide .rating-wrapper span {
    color: gold;
}
.fs-testimonial-slide .test-caption {
    text-align: center;
    margin-top: 15px;
}
.fs-testimonial-slide svg {
    position: absolute;
    top: -32px;
    left: 20px;
    height: 70px;
    width: 60px;
}
.testimonial-container .swiper-slide {
    height: auto;
}
.testimonial-container .swiper-slide .inner-bx{
    height: 100%;
}

/*RCM TAB*/
.pds-tab .e-n-tabs-heading {
    background-color: #fff;
}
.pds-faq .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-bottom: 0px !important;
}