/*=== Testimonial style 7 ===*/
.cspt-testimonial-style-7 {
	position: relative;
	padding-left: 110px;
}
.owl-carousel .owl-item .cspt-testimonial-style-7 img,
.cspt-testimonial-style-7 .creativesplanet-box-img img {
	border-radius: 50%;
	height: 53px;
	width: 53px;
}
.cspt-testimonial-style-7 .creativesplanet-box-desc {
	padding-bottom: 10px;
	padding-top: 25px;
}
.cspt-testimonial-style-7 .creativesplanet-box-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 12px;
	color: var(--cspt-emphires-global-color);
}
.cspt-testimonial-style-7 blockquote {
	font-size: 24px;
	color: #1a191d;
	line-height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-weight: 300;
}
.cspt-testimonial-style-7 .creativesplanet-box-img {
	padding-right: 25px;
}
.cspt-testimonial-style-7:after {
	position: absolute;
	content: "\e805";
	font-family: "creativesplanet-base-icons";
	font-size: 70px;
	line-height: 70px;
	top: 0;
	left: 2px;
	color: transparent;
	-webkit-text-stroke: 1px var(--cspt-emphires-secondary-color);
	opacity: .30;
}
.cspt-testimonial-style-7 span.cspt-designation {
	color: #999;
}
.cspt-testimonial-style-7 .creativesplanet-box-star-ratings i {
	font-size: 20px;
}
.cspt-testimonial-style-7 .creativesplanet-box-star-ratings i:before {
	margin: 0 .1em;
}
/*=== Responsive ===*/
@media (max-width: 767px){
	.cspt-testimonial-style-7{
		padding-left: 0;
	}
	.cspt-testimonial-style-7:after{
		left: inherit;
		right: 0;
	}
}