.video_block a{
	display: block;
}
.video_block a img{
	width: 100%;
}
.video_testimonial figure{
	position: relative;
	display: block;
	z-index: 0;
	overflow: hidden;
	border-radius: 25px;
	padding-top: 70%;
	background-color: aliceblue;
	margin:0 0 7px 0;
}
.video_testimonial figure img{
	width: auto !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-height: 101%;
	min-width: 101%;
	max-width: 120%;
}
.video_testimonial figure:after{
	content:'\F4F2';
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 48px;
	line-height: normal;
	margin-left: -24px;
	margin-top: -26px;
	opacity: 0.8;
	transition: all 0.3s;
}
.video_testimonial{
    border-radius: 34px;
    padding: 10px 10px 5px;
    border: #c7c7c7 solid 1px;
    background-color: #fff;
}
.video_testimonial figure:hover:after{
	content:'\F4F2';
	opacity: 1;
}
.video_testimonial article{
    text-align: center;
}
.video_testimonial article h4{
    font-size: 20px;
    margin-bottom: 0px;
}
.video_testimonial article p{
    margin-bottom: 5px;
    font-size: 14px;
	color:#222;
}
.video_testimonial article small{
    color: #9e9e9e;
    font-size: 14px;
	font-weight: 600;
}
.video_testimonial strong{
    color: #ffffff;
}
@media(max-width:576px){
	.video_testimonial{
	    padding: 5px;	
	    border-radius: 29px;
	}
	.top_videos .video_testimonial {
			border-radius: 15px;
	}
	.top_videos .video_testimonial figure {
		border-radius: 14px;
	}
	.top_videos .video_testimonial article {
	  min-height: 100px;
	}
	.video_testimonial article {
	  height:100px;
	}
	#mqscroller2 .video_testimonial article h4 {
	  font-size: 18px;
	  margin-bottom: 4px;
	  line-height: 1.1;
	}
	.top_videos .video_testimonial article h4 {
	  font-size: 18px;
	}
	.top_videos .video_testimonial figure::after {
	  left: 55%;
	  font-size: 35px;
	}
	.video_testimonial figure::after {
	  left: 52%;
	  font-size: 39px;
	}

}
.video_popup_frame{
    position: relative;
    padding-top: 57%;
    background-color: #ececec;
}
.video_popup_frame iframe{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.testimonials {
    background: #162739 url(../images/testimonial_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.testimonial_block{
	margin: 0;
}
.testimonials h1{
	color: #fff;
}
.testimonial_block p {
    color: #222222;
}
.cta_prompt{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media(max-width: 768px){
    .cta_prompt{
        gap: 10px;
    }
}
.cta_prompt p{
    display: flex;
    gap: 10px;
    margin: 0;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.cta_prompt p img{
    height: 61px;
}
@media (min-width: 1201px) {
	.testimonial_block {
	  min-height: 210px;
	}
}
@media (min-width: 1001px) {
	.testimonial_block {
	  min-height: 235px;
	}
}
.mqscroller .user_block{
	width: 241px;
	height: 435px;
}
@media (max-width: 576px) {
    .mqscroller .mqs-group .mqs-item {
        width: auto;
    }
	.mqscroller .user_block{
	    height: 380px;
	}
}