/*=== 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-testimonial-detail{
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.dsvy-testimonial-style-2 .designervily-box-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--dsvy-colza-global-color);
}
.dsvy-testimonial-style-2 .designervily-box-desc blockquote{
    font-size: 28px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 300;
}
.dsvy-testimonial-style-2 .designervily-box-desc{
    margin-top: 30px;
    margin-bottom: 55px;
}
.dsvy-testimonial-style-2 .designervily-box-content{
    position: relative;
    color: var(--dsvy-colza-blackish-color);
}
.dsvy-testimonial-style-2 .designervily-box-content:before {
    content: '\e805';
    font-size: 74px;
    font-family: "designervily-base-icons";
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: -20px;
    right: 15px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 2px var(--dsvy-colza-global-color);
    transform: rotate(-180deg);
}
.dsvy-testimonial-style-2 .designervily-box-star-ratings{
    font-size: 27px;
}
.dsvy-testimonial-style-2 .designervily-box-star-ratings i.dsvy-active{
    color: var(--dsvy-colza-global-color);
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 40px;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel button.owl-dot {
    background-color: var(--dsvy-colza-blackish-color);
}
.dsvy-testimonial-style-2 .designervily-box-img {
    display: none;
}
@media (max-width: 767px){
    .dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-dots{
        display: none;
    }
}