    /*** cspt-testimonial-style 7 ***/
    
    .cspt-testimonial-style-7:hover:after,
    .cspt-testimonial-style-7 {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    .cspt-testimonial-style-7 {
        position: relative;
        padding: 35px;
        border: 1px solid rgb(var(--cspt-greenly-blackish-color-rgb), .10);
        border-bottom: 3px solid var(--cspt-greenly-global-color);
    }
    
    .cspt-testimonial-style-7:hover {
        border-bottom: 3px solid var(--cspt-greenly-secondary-color);
    }
    
    .cspt-testimonial-style-7 .creativesplanet-box-img {
        width: 80px;
        height: 80px;
        margin-right: 30px;
    }
    
    .cspt-testimonial-style-7 .creativesplanet-box-title {
        margin: 0;
    }
    
    .cspt-testimonial-style-7 blockquote {
        font-size: 17px;
        line-height: 26px;
        padding: 0;
        margin: 0 0 20px 0;
        border: 0;
        color: var(--cspt-greenly-secondary-color);
    }
    
    .cspt-testimonial-style-7 .creativesplanet-box-content {
        padding: 18px 0 0 110px;
    }
    
    .cspt-testimonial-style-7 span.cspt-designation {
        font-size: 13px;
        line-height: 23px;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .cspt-testimonial-style-7:after {
        position: absolute;
        content: "\e805";
        font-family: "creativesplanet-base-icons";
        font-size: 50px;
        line-height: 60px;
        top: 40px;
        right: 35px;
        color: var(--cspt-greenly-global-color);
        transform: rotate(180deg) scaleY(-1);
    }
    
    .cspt-testimonial-style-7:hover:after {
        color: var(--cspt-greenly-secondary-color);
    }
    
    .cspt-testimonial-style-7 .creativesplanet-box-star-ratings i {
        color: var(--cspt-greenly-secondary-color)!important;
        font-size: 17px;
    }
    .cspt-testimonial-style-7 .creativesplanet-box-star-ratings i.cspt-active {
        color: #feb437!important;
    }
    
    .creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-7 .owl-carousel button.owl-dot {
        height: 10px;
        width: 10px;
        border-radius: 0;
        background-color: var(--cspt-greenly-blackish-color);
    }
    
    .creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-7 .owl-carousel button.owl-dot.active {
        background-color: var(--cspt-greenly-global-color);
    }
	.cspt-element-testimonial-style-7[data-columns="6"] .cspt-testimonial-style-7,
	.cspt-element-testimonial-style-7[data-columns="5"] .cspt-testimonial-style-7,
	.cspt-element-testimonial-style-7[data-columns="4"] .cspt-testimonial-style-7  {
		padding: 35px 25px;
	}
	.cspt-element-testimonial-style-7[data-columns="4"] .cspt-testimonial-style-7::after {
		font-size: 35px;
		line-height: 35px;
		top: 40px;
		right: 25px;
	}
	.cspt-element-testimonial-style-7[data-columns="4"] .creativesplanet-box-img {
		width: 60px;
		height: 60px;
		margin-right: 18px;
	}
	.cspt-element-testimonial-style-7[data-columns="6"]  .creativesplanet-box-title,
	.cspt-element-testimonial-style-7[data-columns="5"]  .creativesplanet-box-title,
	.cspt-element-testimonial-style-7[data-columns="4"]  .creativesplanet-box-title {
		font-size: 20px;
		line-height: 28px;
	}
	.cspt-element-testimonial-style-7[data-columns="6"] .creativesplanet-box-content,
	.cspt-element-testimonial-style-7[data-columns="5"] .creativesplanet-box-content {
		padding: 18px 0 0 0;
	}
	.cspt-element-testimonial-style-7[data-columns="6"] .cspt-testimonial-style-7::after,
	.cspt-element-testimonial-style-7[data-columns="5"] .cspt-testimonial-style-7::after {
		display: none;
	}

    @media (max-width:875px) {
        .cspt-testimonial-style-7 .creativesplanet-box-content {
            padding: 30px 0 0 0px;
        }
        .cspt-testimonial-style-7:after {
            content: unset;
        }
        .cspt-testimonial-style-7 h3.creativesplanet-box-title {
            font-size: 18px;
            line-height: 28px;
        }
        .cspt-testimonial-style-7 {
            padding: 25px;
        }
    }
    
    @media (max-width:570px) {
        .cspt-testimonial-style-7:after {
            content: normal;
        }
    }