/*** cspt-testimonial-style 6 ***/

.cspt-testimonial-style-6 {
    position: relative;
    padding: 75px 40px 45px;
    background: #fff;
    margin-top: 30px;
}

.cspt-testimonial-style-6 .creativesplanet-box-img {
    position: absolute;
    width: 65px;
    height: 65px;
    overflow: hidden;
    left: 0;
}

.cspt-testimonial-style-6 .creativesplanet-box-img img {
    border-radius: 50%;
}

.cspt-testimonial-style-6 .creativesplanet-box-author {
    position: relative;
    padding-left: 85px;
    padding-top: 50px;
    text-align: left;
    display: inline-block;
}

.cspt-testimonial-style-6 .creativesplanet-box-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.cspt-testimonial-style-6 span.cspt-designation {
    font-size: 13px;
    color: var(--cspt-greenly-global-color);
}

.cspt-testimonial-style-6 blockquote {
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Playfair Display";
    font-style: italic;
    background: transparent;
}

.cspt-testimonial-style-6 .creativesplanet-box-desc {
    position: relative;
}

.cspt-testimonial-style-6:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 35px;
    line-height: 80px;
    top: -30px;
    left: 40px;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: #000;
    text-align: center;
    border-radius: 50px;
    transform: rotate(180deg) scaleX(-1);
}

.elementor-widget-cspt_testimonial_element .c.owl-carousel .owl-dots,
.creativesplanet-element-viewtype-carousel.cspt-dot-bottom-right .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 70px;
    right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cspt-element-testimonial-style-6 .owl-carousel .owl-dots {
        display: none;
    }
}

@media (max-width:540px) {
    .cspt-element-testimonial-style-6 .owl-carousel .owl-dots {
        display: none;
    }
}