/*=== Testimonial style 9 ===*/
.owl-carousel .owl-item .cspt-testimonial-style-9 img,
.cspt-testimonial-style-9 .creativesplanet-box-img img {
	border-radius: 50%;
	height: 70px;
	width: 70px;
}
.cspt-testimonial-style-9 .creativesplanet-box-desc {
	padding-bottom: 30px;
	padding-top: 0;
}
.cspt-testimonial-style-9 .creativesplanet-box-author {
	margin: 20px 0 5px;
}
.cspt-testimonial-style-9 .creativesplanet-box-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.cspt-testimonial-style-9 blockquote {
	font-size: 22px;
	color: #787c8b;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
}
.cspt-testimonial-style-9 .creativesplanet-box-img {
	position: relative;
	padding-right: 15px;
}
.cspt-testimonial-style-9 .creativesplanet-box-desc {
	position: relative;
}
.cspt-testimonial-style-9 .creativesplanet-box-img::after {
	position: absolute;
	content: "\e805";
	font-family: "creativesplanet-base-icons";
	font-size: 16px;
	top: 5px;
	right: 0;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	color: var(--cspt-emphires-white-color);
	background: #000;
}
.cspt-element-testimonial-style-9[data-columns="1"] .owl-carousel .owl-dots {
	margin-top: -35px !important;
	text-align: right !important;
}
.cspt-testimonial-style-9 .creativesplanet-box-star-ratings i {
	font-size: 18px;
	color: #f2e72a;
}