.video-testimonials-swiper-list-wrapper .item-content {
	display: flex;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 30px rgba(159, 159, 159, 0.1);
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-content {
	width: 100%;
	padding: 30px 25px;
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .profile-image {
	max-width: 80px;
	max-height: 80px;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .title-position .client-name::after {
	content: url('../images/quote.svg');
	display: inline-block;
	width: 18px;
	height: auto;
	position: relative;
	padding-left: 8px;
	transform: scale(1.5) translateY(-8px);
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .title-position .client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .testimonial-description p,
.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .title-position .company-name {
	font-size: 16px;
	line-height: 1.4em;
}

/* .video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail {
	width: 35%;
	position: relative;
	z-index: 1;
	border-radius: 0 12px 12px 0;
	overflow: hidden;
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail img {
	height: 100%;
	object-fit: cover;

}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail .video-thumbnail-link .bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail .video-thumbnail-link span.play-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

} */

/*09. Media Query start*/
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1199px) {}

/*Tablet*/
@media screen and (max-width: 991px) {}

/*Small Device*/
@media screen and (max-width: 767px) {}

/*Mobile Device*/
@media screen and (max-width: 640px) {
	.video-testimonials-swiper-list-wrapper .item-content {
		flex-direction: column-reverse;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail,
	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content {
		width: 100%;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content {
		padding: 25px 20px;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-thumbnail {
		border-radius: 12px 12px 0 0;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .title-position .client-name {
		font-size: 20px;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .testimonial-description p,
	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .title-position .company-name {
		font-size: 14px;
	}

	.video-testimonials-swiper-list-wrapper .item-content .testimonial-content .profile-image {
		max-width: 60px;
		max-height: 60px;
	}
}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

/*09. Media Query end*/