.consult-banner {
	text-align: center;
	padding: 5px 10px;
	background: #6a3466;
	color: #FFF;
}
.elfsight-wrap {
	padding: 0 30px;
}
*[data-app="eapps-google-reviews"] .Header__WidgetTitle-sc-17gc7x6-2,
*[data-app="eapps-google-reviews"] .vyKeJ {
	color: #FFF;
	font-size: 18px !important;
	text-transform: uppercase;
    font-style: italic;
    letter-spacing: 3px;
}
*[data-app="eapps-google-reviews"] a[href*="//elfsight.com/google-reviews-widget"],
*[data-app="eapps-google-reviews"] .Header__Container-sc-17gc7x6-1,
*[data-app="eapps-google-reviews"] .kPkHRI {
	display: none !important;
}
*[data-app="eapps-google-reviews"] {
	margin-bottom: 50px;
}
.iNZtgI .swiper-container-autoheight .swiper-wrapper {
	align-items: stretch !important;
}
*[data-app="eapps-google-reviews"] .swiper-wrapper {
	height: auto !important;
}
*[data-app="eapps-google-reviews"] .CarouselItem__CarouselItemContainer-sc-1527w87-0,
*[data-app="eapps-google-reviews"] .iuaYBL {
	display: flex;
}
.iNZtgI .swiper-container-autoheight .swiper-slide,
*[data-app="eapps-google-reviews"] .CarouselItem__CarouselItemContainer-sc-1527w87-0,
*[data-app="eapps-google-reviews"] .iuaYBL {
	height: 100%;
}
*[data-app="eapps-google-reviews"] .Carousel__CarouselArrowControlContainer-sc-1y666a6-3,
*[data-app="eapps-google-reviews"] .biZnhu {
	margin-left: -40px !important;
}
*[data-app="eapps-google-reviews"] .Carousel__CarouselArrowControlContainer-sc-1y666a6-3,
*[data-app="eapps-google-reviews"] .geekwj {
	margin-right: -40px !important;
}
*[data-app="eapps-google-reviews"] .Classic__ClassicContainer-sc-19u56uy-0,
*[data-app="eapps-google-reviews"] .enEynK {
	background-color: rgb(250 250 250 / .88);
}

.video-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 15px 30px;
	max-width: 1150px;
	margin: 0 auto;
}
.video-holder > a {
	display: block;
	/*flex: 1 1 0;*/
	width: 100%;
	max-width: 500px;
	margin: 0 15px 30px;
	opacity: .85;
	-webkit-transition: opacity .25s ease, -webkit-box-shadow .25s ease;
	transition: opacity .25s ease, -webkit-box-shadow .25s ease;
	-o-transition: opacity .25s ease, box-shadow .25s ease;
	transition: opacity .25s ease, box-shadow .25s ease;
	transition: opacity .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
}
.video-holder > a:hover {
	cursor: pointer;
	opacity: 1;
	-webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, .33);
	box-shadow: 5px 5px 25px rgba(0, 0, 0, .33);
}
.video-holder > a img {
	display: block;
	width: 100%;
	height: auto;
}
.modal-video {
	width: 100vw !important;
	padding: 15px !important;
}
@media (min-width: 992px) {
	.video-holder > a {
		min-width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}
@media (max-width: 1040px) {
	.modal-video-close-btn {
		right: 0;
	}
}


