/*** cspt-testimonial-style 8 ***/

.cspt-testimonial-style-8:hover:after,
.cspt-testimonial-style-8 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cspt-testimonial-style-8 .creativesplanet-box-img .cspt-featured-wrapper {
    width: 193px;
    height: 193px;
    margin-right: 35px;
}

.cspt-testimonial-style-8 .creativesplanet-box-title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.cspt-testimonial-style-8 blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 10px 0 20px 0;
    border: 0;
    color: var(--cspt-greenly-secondary-color);
}

.cspt-testimonial-style-8 span.cspt-designation {
    font-size: 13px;
    line-height: 23px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cspt-testimonial-style-8:after {
    position: absolute;
    content: "\e824";
    font-family: "creativesplanet-base-icons";
    font-size: 80px;
    line-height: 80px;
    bottom: -10px;
    right: 60px;
    color: #cacaca;
    transform: rotate(180deg) scaleY(-1);
}

.cspt-testimonial-style-8 .creativesplanet-box-star-ratings i {
    color: var(--cspt-greenly-secondary-color)!important;
    font-size: 17px;
}
.cspt-testimonial-style-8 .creativesplanet-box-star-ratings i.cspt-active {
    color: #feb437!important;
}

.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8 .owl-carousel button.owl-dot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 0;
    background-color: var(--cspt-greenly-blackish-color);
    margin: 5px 0px;
}

.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8 .owl-carousel button.owl-dot.active {
    background-color: var(--cspt-greenly-global-color);
}

.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8 .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 190px);
}

.cspt-testimonial-style-8 .creativesplanet-box-content .creativesplanet-box-desc {
    padding: 0 30px 0 0;
}

@media (max-width:675px) {
    .cspt-testimonial-style-8:after {
        font-size: 50px;
        line-height: 60px;
        bottom: 0px;
        right: 0;
    }
}

@media (max-width:575px) {
    .cspt-testimonial-style-8 .creativesplanet-box-author.d-flex {
        display: block!important;
    }
    .cspt-testimonial-style-8 .creativesplanet-box-img .cspt-featured-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }
}