.fs-testimonial-slide {
    padding: 0px 15px;
    margin: 35px 0px 20px 0px;
}
.fs-testimonial-slide .inner-bx {
    padding: 30px 35px 30px 35px;
    border-radius: 0;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
}
.fs-testimonial-slide .image-caption img {
    width: 100px;
    height: 100%;
    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 svg {
    position: absolute;
    top: -45px;
    left: 20px;
    height: 80px;
    width: 80px;
}

.fs-testimonial-slide .cust-commentor-details{
  display:flex;
  gap:20px;
  align-items: center;
}
.cust-commentor-details img{
    height: 70px;
    width: 70px;
	border-radius: 100px;
}
.fs-testimonial-slide .test-caption
{
    text-align: left;
    margin-top: 0;
}
.fs-testimonial-slide .test-caption p {
    font-size: 18px !important;
    line-height: 1.3em !important;
    font-weight: 600;
    font-style: italic;
	margin: 0 0 25px 0px;
}
.fs-testimonial-slide .swiper-pagination-bullets{
	bottom:-5px;
}


/*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;
}