.quote_img_div {
    margin: 0 0 36px;
}
.quote_img_div img {
    width: 42px !important;
    display: inline-block !important;
}
.review_text h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.item_inner{
    width: 70%;
    margin: 0 auto;
}
.my_testimonial_slider .item {
    padding: 52px 32px;
    background-color: #F0E8FC;
    border-radius: 12px;
    min-height: 422px;
    display: flex;
    align-items: center;
}
.review_text{
    margin: 0 0 36px;
}
.review_text p {
    font-size: 16px;
    color: #737373;
    margin: 0;
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
}
.review_from_div {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
.review_person_img .rpi_img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.rpi_info{
    text-align: left;
}
.rpi_info h4 {
    color: #171717;
    font-size: 16px;
    margin: 0 0 4px;
}
.rpi_info p {
    font-size: 16px;
    margin: 0;
}
.testimonial_section {
    padding: 121px 0 128px;
}
.my_testimonial_slider  .owl-nav {
/*    position: absolute;*/
/*    width: 77%;*/
display: inline-flex;
justify-content: space-between;
align-items: center;
/*    top: 50%;*/
margin: 0 auto;
/*    transform: translate(0, -50%);*/
left: 0;
right: 0;
}
.my_testimonial_slider .owl-nav button {
    background-color: #FAFAFA !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px 0 #0000001a;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.my_testimonial_slider .owl-nav button.owl-prev {
    left: 160px;
}
.my_testimonial_slider .owl-nav button.owl-next {
    right: 160px;
}
.my_testimonial_slider .owl-nav button:hover{
    box-shadow: 0 0px 4px 0 #0000001a;
}
.my_testimonial_slider .owl-nav button:hover span{
    color: #0049FF;
}
.my_testimonial_slider .owl-nav button span{
    font-size: 20px;
    color: #171717;
}
.testimonial_section .owl-stage-outer:before, .testimonial_section .owl-stage-outer:after {
    content: '';
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}
.testimonial_section .owl-stage-outer:before {
    left: 0;
    background-image: linear-gradient(to right, #ffffffc9 , #ffffff14);
}
.testimonial_section .owl-stage-outer:after {
    right: 0;
    background-image: linear-gradient(to right, #ffffff14 , #ffffffc9);
}


/* responsive */
@media screen and (max-width: 576px){
    .testimonial_section {
        padding: 74px 13px;
    }
    .my_testimonial_slider .item {
        padding: 46px 16px;
    }
    .item_inner{
        text-align: left !important;
        width: 100%;
    }
    .review_text h2 {
        font-size: 14px;
    }
    .review_text p {
        font-size: 12px;
    }
    .review_person_img .rpi_img {
        width: 32px !important;
        height: 32px;
    }
    .rpi_info h4, .rpi_info p {
        font-size: 12px;
    }
    .my_testimonial_slider .owl-nav button {
        position: unset;
        transform: translate(0, 0);
    }
    .my_testimonial_slider .owl-nav{
        justify-content: space-between;
        width: 100%;
    }
}


@media screen and (min-width: 576px) and (max-width: 992px){
    .testimonial_section{
        padding: 108px 32px 100px;
    }
    .my_testimonial_slider .owl-nav button.owl-next {
        right: 15px;
    }
    .my_testimonial_slider .owl-nav button.owl-prev{
        left: 15px;
    }
    .item_inner {
        width: 80%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
    .testimonial_section {
        padding: 108px 32px 0;
    }
    .testimonial_section .owl-stage-outer:before, .testimonial_section .owl-stage-outer:after{
        content: none;
    }
    .item_inner {
        width: 80%;
    }
    .my_testimonial_slider .owl-nav button.owl-prev {
        left: 15px;
    }
    .my_testimonial_slider .owl-nav button.owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px){
    .testimonial_section .owl-stage-outer:before, .testimonial_section .owl-stage-outer:after{
        content: '';
    }
}


@media screen and (max-width: 768px){
    .quote_img_div{
        text-align: center;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px){
    .quote_img_div{
        text-align: left;
    }
    .item_inner{
        text-align: left !important;
    }
}

@media screen and (max-width: 1024px){
    .my_testimonial_slider .item{
        min-height: auto;
        background-color: transparent;
        padding: 0;
    }
    .review_text h2, .review_text p{
        overflow: unset;
        -webkit-line-clamp: unset;
    }
    .review_text {
        margin: 0 0 24px;
    }
}

@media screen and (max-width: 992px){
    .testimonial_section .owl-stage-outer:before, .testimonial_section .owl-stage-outer:after{
        content: none;
    }
}


@media screen and (max-width: 1319px){
    .my_testimonial_slider .item .item_inner{
        width: 83%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
    .my_testimonial_slider .item{
        min-height: 475px;
    }
    
}

@media screen and (min-width: 1201px) and (max-width: 1434px){
    .my_testimonial_slider .item{
        min-height: 445px;
    }
}

.error_msg {
    font-size: 12px;
    color: red;
    line-height: 1.4;
    display: block;
}
