
/***** New video testimonial page css ********/
body.show-popup:before{ content:''; left:0; top:0; width:100%; height:100%; background: rgba(0,0,0,0.26); position:fixed; z-index:10000; }


.video_repeater_module21{ padding-top:60px; padding-bottom:60px; }
.video_repeater_module21 .video_repeater_row{ display:flex; flex-wrap:wrap; }
.video_repeater_module21 .video_repeater_row .video_block_column{ width:31.3%; margin:0 1% 35px; background:#f9f9f9; }
.video_repeater_module21 .video_repeater_row .video_block_column iframe,
.video_repeater_module21 .video_repeater_row .video_block_column video{ width:100%; min-height:260px; max-height:260px; display:block; }
.video_repeater_module21 .video_repeater_row .video_block_column .content_box{ padding:25px 30px;  }
.video_repeater_module21 .video_repeater_row .video_block_column .content_box h4{ font-size:24px; line-height:36px; font-weight:normal; margin:0px; }

.video_repeater_module21 .video_repeater_row .video_block_column .video_box{ min-height:260px; position:relative; }
/* .video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail{ position:absolute; width:100%; height:100%; display:flex !important; background-size:cover; background-repeat:no-repeat; } */
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail .img-thumbnail{ position:absolute; width:100%; height:100%; display:flex !important; background-size:cover; background-repeat:no-repeat; }
/* .video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail .frame_controls{ width:100%; align-self:center; vertical-align:middle; position:relative; height:100%; } 
}*/
.video_repeater_module21 .img-thumbnail img{
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail .frame_controls{
	width: 100%;
	align-self: center;
	vertical-align: middle;
	position: absolute;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail .frame_controls a{ width:100%; display:flex !important;text-align:center; font-size:60px; color:#fce550; position:relative;height:100%;align-items:center;justify-content:center;} 
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .custom_video_thumbnail .frame_controls a i{ border-radius:100%; background:#fff; }

.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame{ position:fixed; margin:0 auto; left:0; top:20%; right:0; max-width:825px; z-index:10001; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .video_box{}
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .video_box iframe{ min-height: 465px;  max-height: inherit; }

.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .frame_controls{ position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; align-self:center; vertical-align:middle; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .frame_controls a{ width:100%; text-align:center; font-size:60px; color:#fce550; position:relative; top:38%; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .frame_controls a i{ border-radius:100%; background:#fff; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .close_button a{ position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; background-image: url('https://cdn2.hubspot.net/hubfs/697361/Popup%20Folder/fancybox_sprite.png?t=1490633062745'); font-size: 0px; border-radius: 100%; }


.video_repeater_module21 .load_more_button{ text-align:center; padding-top:30px; padding-bottom:20px; }
.video_repeater_module21 .load_more_button a{ background-color: #ffe451; border-radius: 30px; display: inline-block; padding: 20px 40px; color: #02123b; font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none; line-height: 5px; margin-top: 10px; }
.video_repeater_module21 .load_more_button a:hover{ background:#27bf5e; color:#fff; }


.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_block{ position:relative; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_block .frame_controls{ position:absolute; height:100%; left:0; top:0; width:100%; text-align:center; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_block .frame_controls a{ width:100%; text-align:center; font-size:60px; color:#fce550; position:relative; top:38%; }
.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_block .frame_controls a i{ border-radius:100%; background:#fff; }

@media all and (max-width:991px){

	.video_repeater_module21 .video_repeater_row .video_block_column{ width: 48%; }
	.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame{ max-width: 725px;width:90%; }
}



/**** updated testimonial page *****/
.new_testimonial .content-wrapper {
	max-width: 1246px;
	padding:0 15px;
}

.new_testimonial .video_repeater_row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 64px 32px;
}

.new_testimonial .video_repeater_row .video_block_column {
	margin: 0;
	width: auto;
	border: 1px solid var(--Basic-very-light-grey, #C7C9D4);
	background: var(--Base-White, #FFF);
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.new_testimonial .video_repeater_row .video_block_column .video_box {
	padding-bottom:70%;
	min-height:auto;
}

/* .new_testimonial .video_repeater_row .video_block_column .video_box::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.50);
} */

.new_testimonial a.playvideo {
	position: relative;
	z-index: 99;
}
body.small-header.show-popup .new_testimonial .video_repeater_row .video_block_column .video_box::after{
	display:none;
}
.new_testimonial .video_repeater_row .video_block_column .content_box {
	padding: 32px 24px !important;
}
.new_testimonial .video_repeater_row .video_block_column .content_box h4,.new_testimonial .video_repeater_row .video_block_column .content_box h4 a {
	color: var(--Gray-900, #101828);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
.new_testimonial .load_more_button {
	padding: 64px 0 0;
}

.new_testimonial .load_more_button a {
	color: #101828 !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	border-radius: 0;
	border: 1px solid #101828;
	background: #fff !important;
	padding: 15px 20px 15px 43px;
	margin: 0;
	position: relative;
}

.new_testimonial .load_more_button a::after {
	background-image: url(https://3788215.fs1.hubspotusercontent-na1.net/hubfs/3788215/2023_Blog_Images/dwn.png);
	content: "";
	width: 20px;
	position: absolute;
	height: 21px;
	left: 15px;
	top: 12px;
	filter: brightness(0);
}

.new_testimonial  .video_repeater_row .video_block_column .video_box .video_frame .video_box iframe {
	min-height: auto !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.new_testimonial .video_repeater_row .video_block_column .video_box .video_frame .video_box {
	min-height: auto !important;
	position: relative;
	padding-bottom: 56.2%;
}
.new_testimonial  .video_repeater_row .video_block_column .video_box .video_frame{
	top: 50%;
	transform: translateY(-50%);
}
@media(max-width:991px){
	.new_testimonial .video_repeater_row {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media all and(max-width:767px){

	.video_repeater_module21 .video_repeater_row .video_block_column{ width: 100%; margin: 0 0 30px; }
	.video_repeater_module21 .load_more_button { padding-top:0px; padding-bottom:0px; }
	.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame{ max-width: 90%; }
	.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .video_box iframe{ min-height: 315px; height: auto; }


}

@media all and(max-width:767px){
	.video_repeater_module21 .video_repeater_row .video_block_column .video_box .video_frame .video_box iframe{ min-height: 290px; }
}

@media(max-width:767px){
	.new_testimonial .video_repeater_row .video_block_column .content_box h4 {
		font-size: 20px;
		line-height:29px;
	}

}

@media(max-width:639px){
	.new_testimonial .video_repeater_row {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px;
	}
}
