.testimonial_section {
    margin: 100px 0;
}

.testimonial_section .container {
    width: 100%;
    max-width: 88%;
}

.testimonial_section_heading {
    position: relative;
    font-size: 38px;
    font-weight: 600;
    color: #333;
    line-height: 44.92px;
    text-decoration: underline;
    text-decoration-color: #79d1ff;
    text-decoration-thickness: 3px;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_section_content {
    padding: 0 50px;
}

.testimonial_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial_content .left_section {
    width: 250px;
}

.testimonial_content .author_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_content .author_img img {
    width: 100%;
    height: 100%;
}

.testimonial_content .right_section {
    width: calc(100% - 250px);
    padding-left: 15px;
}

.testimonial_content .quote_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.testimonial_content .quote_icon svg path {
    fill: #79d1ff;
}

.testimonial_content .quote_text {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.testimonial_content .quote_author {
    margin-top: 20px;
    font-weight: 600;
    opacity: 0.5;
    font-size: 16px;
    text-align: right;
}

.testimonial_cta_section {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
.slide_slider_control_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.slide_slider_control_section_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 50px;
    min-height: 30px;
}

*/

.slide_slider_control_section_inner .custom-arrows button {
    position: absolute;
    padding: 0;
    border: none;
    background-color: transparent;
    display: flex;
    top: calc(50% - 15px);
}

.slide_slider_control_section_inner .custom-arrows button svg path {
    fill: #79d1ff;
    transition: all ease 0.5s;
}

.slide_slider_control_section_inner .custom-arrows button:hover svg path {
    fill: #333333;
}

.slide_slider_control_section_inner .custom-arrows button.arrow-prev svg {
    transform: rotate(180deg);
}

.slide_slider_control_section_inner .custom-arrows button.arrow-prev {
    left: 0;
}

.slide_slider_control_section_inner .custom-arrows button.arrow-next {
    right: 0;
}

.custom-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    display: none;
}

.custom-pagination .custom-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    background-color: #333333;
    border-radius: 50%;
    opacity: 0.2;
    transition: all ease 0.5s;
}

.custom-pagination .custom-dot.active,
.custom-pagination .custom-dot:hover {
    opacity: 1;
}

@media (max-width: 1359px){
     .testimonial_content .left_section {
        width: 180px;
    }
    .testimonial_content .right_section {
        width: calc(100% - 180px);
    }
}


@media (max-width: 1199px){
    .testimonial_section .container {
        width: 100%;
        max-width: 100%;
    }
	.testimonial_section {
        margin: 80px 0;
    }
    .testimonial_section_heading {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
	.testimonial_section {
        margin: 65px 0;
    }
    .testimonial_section_heading {
        font-size: 30px;
    }
   
}

@media (max-width: 767px) {
	.testimonial_section {
        margin: 50px 0;
    }
    .testimonial_section_heading {
        margin: 0 0 30px;
    }
    .testimonial_section_heading {
        font-size: 24px;
    }
    .testimonial_content .left_section {
        width: 100%;
                display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonial_content .left_section .image_section {
        max-width: 180px;
    }
    .testimonial_content .right_section {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .testimonial_content {
        gap: 30px;
    }
    .testimonial_content .quote_author {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .testimonial_section_content {
        padding: 0;
    }
    .slide_slider_control_section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
    .slide_slider_control_section_inner .custom-arrows {
        position: relative;
        min-width: 60px;
        min-height: 30px;
    }
}
