.section_slider_testimonial_parents {
    display: flex;
    overflow: hidden;
    padding: 10.667vw 0px 10.667vw 0vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #4E3BC2;
    width: 100%;
    margin: 5vw 0;
}

.testmnls_parent_cont {
    display: flex;
    justify-content: flex-start;
    width: 97%;
    overflow: scroll;
    padding: 0vw 0 0 1vw;
}

.testmnl_head {
    color: #FFF;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 91.467vw;
    margin-bottom: 8vw;
    padding-left: 5.333vw;
}

.testmnl_head span {
    color: #FFF;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.p_testmnl_div {
    flex-shrink: 0;
    object-fit: cover;
    padding: 5vw;
    justify-content: center;
    align-items: center;
    border-radius: 8.533vw;
    background: #FFF;
    box-shadow: 0px 0px 2.746vw 0px rgba(0, 0, 0, 0.16);
    margin-right: 2.467vw;
    width: 87.200vw;
    padding-bottom: 10.667vw;
    margin-left: 1.8vw;
    /* height: 146vw; */
}

.parent_img {
    width: 100%;
    height: 76vw;
    border-radius: 7vw;
}
.testmnl_sec_div{
    padding: 8vw 0 0 0;
}
.testimonial_content_desc {
    color: rgba(0, 0, 0, 0.80);
    font-size: 3.733vw;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    width: 80vw;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.testimonial_content_heading {
    color: #3D4D5D;
    font-size: 3.733vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 3vw;
}
.arrow_right,
.arrow_left {
    position: absolute;
    top: 112vw;
    font-size: 0;
    background: white;
    border: none;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 11px -4px var(--primary-color);
    cursor: pointer;
    padding: 0;
}

.arrow_right {
    right: 0vw;
}

.arrow_left {
    left: 0vw;
}

.arrow_right span,
.arrow_left span {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
}

.arrow_right span {
    border-left: 3vw solid var(--primary-color);
}

.arrow_left span {
    border-right: 3vw solid var(--primary-color);
}