/*=== Testimonial style 2 ===*/
.dsvy-testimonial-style-2 .designervily-post-item{
    padding-top: 30px;
}
.dsvy-testimonial-style-2 .designervily-author-wrapper {
    align-items: center;
}
.dsvy-testimonial-style-2 .dsvy-featured-wrapper{
    width: 80px;
    height: 80px;
}
.dsvy-testimonial-style-2 .designervily-box-author{
    padding-left: 28px;
}
.dsvy-testimonial-style-2 .designervily-testimonial-detail{
    font-size: 16px;
    line-height: 24px;
}
.dsvy-testimonial-style-2 .designervily-box-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; 
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-testimonial-style-2 .designervily-box-desc blockquote{
    font-size: 22px;   
    line-height: 36px; 
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: italic;
    font-weight: normal;
}
.dsvy-testimonial-style-2 .designervily-box-desc{
    margin-top: 14px;
    margin-bottom: 28px;
}
.dsvy-testimonial-style-2 .designervily-box-content{
    position: relative;
    background-color: #fff;
    padding: 38px 50px 38px;
    color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-testimonial-style-2 .designervily-box-content:before {
    position: absolute;
    content: '\e805';
    top: -35px;
    right: 25px;
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    transform:  rotate(180deg);
    color: transparent;
    -webkit-text-stroke:2px #fff;
    font-family: "designervily-base-icons";
    background:  var(--dsvy-rodiar-global-color);
}
.dsvy-testimonial-style-2 .designervily-box-star-ratings{
    font-size: 20px;
}
.dsvy-testimonial-style-2 .designervily-box-star-ratings i.dsvy-active{
    color: #ffc821;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 18%;
    right: 10%;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--dsvy-rodiar-blackish-color);
}
@media (max-width: 767px){
    .dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-dots{
        display: none;
    }
}