/*=== Testimonial style 5 ===*/
.dsvy-testimonial-style-5 .designervily-author-wrapper {
    position: relative;
    align-items: center;
}
.dsvy-testimonial-style-5 .designervily-author-wrapper:after {
    position: absolute;
    content: '\e805';
    top: 50%;
    right: 0px;
    font-size: 45px;
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    z-index: -1;
    font-family: "designervily-base-icons";
    color: var(--dsvy-colza-global-color);
    -khtml-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -o-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    transform: translateX(0%) translateY(-50%) rotate( 180deg);
}
.dsvy-testimonial-style-5 .designervily-box-content {
    padding: 0 20px 0 0;
}
.dsvy-testimonial-style-5 .dsvy-featured-wrapper{
    width: 100px;
    height: 100px;
}
.dsvy-testimonial-style-5 .designervily-testimonial-detail{
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #787c9a;
}
.dsvy-testimonial-style-5 .designervily-box-title{
    font-size: 20px;
    font-weight: 500!important;
    line-height: 28px;
    margin-bottom: 0;
}
.dsvy-testimonial-style-5 .designervily-box-desc blockquote{
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    color: var(--dsvy-colza-blackish-color);
}
.dsvy-testimonial-style-5 .designervily-box-desc{
    margin-top: 25px;
    margin-bottom: 18px;
}
.dsvy-testimonial-style-5 .designervily-box-author {
    padding-left: 20px;
}
.dsvy-testimonial-style-5 .designervily-box-star-ratings{
    font-size: 13px;
}
.dsvy-testimonial-style-5 .designervily-box-star-ratings i:before{
    margin: 0 2px;
}
.dsvy-testimonial-style-5 .designervily-box-star-ratings i.dsvy-active{
    color: var(--dsvy-colza-global-color);
}


.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav {
    width: auto;
    top: auto;
    bottom: -60px;
    right: -50px;
}
.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
    position: relative;
}
.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, 
.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
@media(max-width:1024px){
    .dsvy-testimonial-style-5 .dsvy-featured-wrapper {
        width: 80px;
        height: 80px;
    }
    .dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav {
        right: -30px;
    }
}
@media(max-width:414px){
    .dsvy-testimonial-style-5 .dsvy-featured-wrapper {
        width: 60px;
        height: 60px;
    }
    .dsvy-testimonial-style-5 .designervily-author-wrapper:after{
        font-size: 40px;
    }
}
@media(max-width:991px){
    .dsvy-testimonial-style-5 .designervily-box-content{
        padding: 0;
    }
}
@media(max-width: 767px){
    .dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
    .dsvy-element-testimonial-style-5.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}