.css_prefix-testimonial .css_prefix-slider-box {
    padding: 30px 50px;
    background: var(--global-body-lightbg);
    position: relative;
}

.css_prefix-slider_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.css_prefix-testimonial .testimonial-slider-img img {
    height: 60px;
    width: 60px;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 22px;
}

.css_prefix-testimonial .testimonial-slider-img {
    display: flex;
    margin-right: 14px;
}

.css_prefix-testimonial .testimonial-message h5 {
    font-family: var(--highlight-font-normal);
    font-weight: normal;
}

.css_prefix-testimonial .testimonial-message {
    margin-bottom: 40px;
}

.css_prefix-testimonial .css_prefix-slider-box::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-image:var(--gradient-mix);
    left: 0;
    top: 0;
}

@media(max-width:567px) {
    .css_prefix-testimonial .css_prefix-slider-box {
        padding: 30px;
    }
}
/*  testimonail style 1 */
.css_prefix-testimonial.style-one .css_prefix-slider-box .css_prefix-lead .css_prefix-designation {
    margin-top: 5px;
}

.css_prefix-testimonial.style-one .css_prefix-slider-box .css_prefix-testimonial-user.testimonial-message h4 {
    line-height: 45px;
    font-weight: 400;
}

.css_prefix-testimonial.style-one .owl-dots {
    margin-top: 80px;
}

/* ----------------------------
        testimonail style 2
   ----------------------------*/
.css_prefix-slider-box.testimonial-two {
    display: flex;
    background: transparent;
    padding: 0 0 0 0;
}

.css_prefix-slider-box.testimonial-two::before {
    content: "";
    display: none;
}

.css_prefix-slider-box.testimonial-two .css_top_row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/*testimonial two image css */
.css_prefix-slider-box.testimonial-two .testimonial-slider-img img {
    height: 225px;
    width: 225px;
    max-height: 225px;
    max-width: 225px;
    border-radius: 50%;
    display: inline-block;
}

.css_prefix-slider-box.testimonial-two .testimonial-slider-img img {
    margin-right: 0;
}

/* css_prefix-content */
.css_prefix-slider-box.testimonial-two .css_prefix-content {
    padding-left: 65px;

}

/*testimonial two rating css */
.css_prefix-slider-box.testimonial-two .css_top_row .testimonial-ratings {
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.css_prefix-slider-box.testimonial-two .css_top_row .testimonial-ratings i {
    margin-right: 3px;
    color: var(--color-theme-yellow);
}

.css_prefix-slider-box.testimonial-two .css_top_row .testimonial-ratings i:last-child {
    margin-right: 0;
}

.css_prefix-slider-box.testimonial-two .css_top_row .testimonial-ratings::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: var(--border-color-light);
    top: 10px;
    right: 0;
}



/* testimonial two testimonial message  */
.css_prefix-slider-box.testimonial-two .testimonial-message p {
    font-style: italic;
    text-align: left;
    font-size: var(--font-size-h4);
}

/* testimonial two title css */
.css_prefix-slider-box.testimonial-two .css_prefix-lead .css_prefix-testi-title {
    position: relative;
    text-align: left;
    padding: 0 0 0 65px;
}

.css_prefix-slider-box.testimonial-two .css_prefix-lead .css_prefix-testi-title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: var(--border-color-light);
    width: 40px;
    height: 1px;
}

/* navigation dots style-two */
.css_prefix-testimonial.style-two {
    position: relative;

}

.css_prefix-testimonial.style-two .owl-nav {
    position: absolute;
    top: 44px;
    right: 291px;
    transform: rotate(90deg);
}

.css_prefix-testimonial.style-two .owl-nav .owl-prev {
    transform: rotate(-90deg);
}
.css_prefix-testimonial.style-two .owl-nav .owl-next {
    transform: rotate(-90deg);
}
.css_prefix-testimonial.style-two .owl-nav .owl-prev .css_prefix-leftarrow ,.css_prefix-testimonial.style-two .owl-nav .owl-next .css_prefix-rightarrow {
    font-size: 22px;
}
.css_prefix-testimonial.style-two .owl-nav .owl-prev .css_prefix-leftarrow:hover , .css_prefix-testimonial.style-two .owl-nav .owl-next .css_prefix-rightarrow:hover {
    background-size: 100% 2px;
background-image: var(--gradient-mix);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



/* responsive testimonial two */
@media (min-width:1200px) and (max-width:1599px) {
    .css_prefix-testimonial.style-two .owl-nav {
       
        position: absolute;
        top: 44px;
        right: 291px;
        transform: rotate(90deg);
    }
    }
    @media (min-width:1400px) {
        .css_prefix-testimonial.style-two .owl-nav {
            right:258px;}
        }
@media (max-width:1198px){
    .css_prefix-testimonial.style-two .owl-nav {
        right:0px;}
    }

    .css_prefix-testimonial.style-two .css_prefix-testimonial-user.testimonial-message {
        margin-right: 30px;
    }
@media(max-width:1024px) {
    .css_prefix-testimonial.style-two .owl-nav {
    display: none;
    }
    .css_prefix-testimonial.style-one .owl-dots {
        margin-top: 30px;
    }
}


@media(max-width:567px) {
    .css_prefix-slider-box.testimonial-two {
        flex-direction: column;
    }
    .css_prefix-slider-box.testimonial-two .testimonial-slider-img {
        justify-content: center;
    }
    .css_prefix-slider-box.testimonial-two .testimonial-slider-img img {
        height: 150px;
        max-height: 150px;
        max-width: 150px;
        border-radius: 50%;
        display: inline-block;
    }
    .css_prefix-slider-box.testimonial-two .css_prefix-content {
        padding-left: 0;
    }
    .css_prefix-slider-box.testimonial-two .css_top_row {
        justify-content: center;
        margin: 15px 0 0 0;
    }
    .css_prefix-slider-box.testimonial-two .css_prefix-testimonial-user.testimonial-message {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 16px;
        margin-right: 0;
    }
    .css_prefix-slider-box.testimonial-two .css_prefix-lead .css_prefix-testi-title {
        text-align: center;
        padding: 0 0 0 30px;
        display: inline-block;
    }
    .css_prefix-slider-box.testimonial-two .css_prefix-lead .css_prefix-testi-title::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0%;
        background: var(--border-color-light);
        width: 20px;
        height: 1px;
    }
}