.testimonial-content {
	text-align: center;
}
.sat-box {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-radius: 91px;
	height: 91px;
	margin-bottom: 32px;
}
.sat-box .count {
	position: absolute;
	font-size: 26px;
	color: #008B80;
	font-family: var(--bold_font);
	line-height: 1;
	top: 32px;
	width: 47px;
	right: 13px;
}
.sat-box .text {
	padding: 0 24px 0 30px;
	font-size: 14px;
	color: var(--color_text);
	font-family: var(--bold_font);
}
.progress-circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 102px;
	height: 102px;
	border: 11px solid var(--bg_body);
	border-radius: 100%;

}
.progress-circle svg {
	margin-top: -7px;
}
.swiper-testimonial-wrap .swiper-navigation {
	position: absolute;
	left: 0;
	right: unset;
	top: calc(50% + 15px);
	margin: 0 !important;
	background: var(--bg_body);
	width: 38px;
	justify-content: center;
	border-radius: 0 20px 20px 0;
	height: 154px;
	transform: translateY(-50%);
	padding-right: 11px;
}
.swiper-testimonial-wrap .swiper-navigation:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	height: 40px;
	width: 40px;
	border-bottom-left-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
	transform: rotate(90deg);
}
.swiper-testimonial-wrap .swiper-navigation::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	height: 40px;
	width: 40px;
	border-bottom-right-radius: 50%;
	box-shadow: 0 21px 0 0 var(--bg_body);
	z-index: 1;
	transform: rotate(90deg);
}
.section-testimonial {
	position: relative;
	overflow: hidden;
}
.swiper.swiper-testimonial {
	height: 265px;
	padding-top: 30px;
}

.ts-video-cover {
	background: #6DA19B;
	border-radius: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 0.4s ease;
}
.ts-video-cover::before {
	content: '\e91a';
	font-family: 'icomoon';
	color: rgba(255, 255, 255, 0.08);
	font-size: 400px;
	position: absolute;
	z-index: -1;
	right: 50%;
	transform: translateX(50%);
	top: 20%;
	line-height: 1;
}
.ts-video-cover.video-poster img {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -30px;
	opacity: 0;
	transition: 0.4s ease;
}
.swiper-slide-active .ts-video-cover.video-poster img {
	opacity: 1;
}
.user-name {
	position: absolute;
	background: #fff;
	padding: 2px 2px 2px 15px;
	min-width: 104px;
	border-radius: 57px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--color1);
	top: 16px;
	right: 16px;
	z-index: 2;
}
.user-name i {
	width: 20px;
	height: 20px;
	background: var(--color1);
	color: #fff;
	font-size: 11px;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.user-name i.icon-eyebrow {
	font-size: 6px;
}
.testimonial-card {
	display: flex;
	align-items: center;
	height: 100%;
}
.ts-video-element {
	height: 100%;
	border-radius: 24px;
	object-fit: cover;
}
.ts-video-btn {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 192px;
	height: 60px;
	gap: 10px;
	border-radius: 32px;
	padding: 10px;
	background: #00000033;
	backdrop-filter: blur(20px);
	z-index: 1;
	color: #fff;
	font-size: 35px;
	line-height: 1;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.4s ease;
}
.ts-video-btn:hover {
	background: var(--color1);
}
.ts-video-btn span {
	font-size: 29px;
}
.swiper-testimonial-wrap {
	position: relative;
	margin: 20px 0 30px;
}

.testimonial-content .section-title {
	text-align: center;
}
@media screen and (min-width: 992px){
	.swiper.swiper-testimonial {
		height: 475px;
		padding-top: 64px;
	}
	.ts-video-cover.video-poster img {
		top: -64px;
	}
	.swiper-testimonial-wrap .swiper-navigation {
		top: calc(50% + 32px);
	}
	.swiper-testimonial-wrap {
		margin: 0;
	}
	.testimonial-content .section-title {
		text-align: right;
	}
	.testimonial-content {
		text-align: right;
	}
	.testimonial-content-wrap {
		padding-top: 64px;
	}
}