/* --------------Page Title-------------- */
.pagetitle-subheading {
	padding: 32px 0;
	text-align: center;
}

.pagetitle-subheading h1,h1 {
	font-size: 36px;
	margin: 0;
	margin-bottom: 16px;
}

.pagetitle-subheading p {
	text-align: left;
	line-height: 32.68px;
}

/* ---------------Title Media Query -------------------- */
@media screen and (max-width:1119px) {
	.pagetitle-subheading h1,h1 {
		font-size: 34px;
	}

}

@media screen and (max-width:639px) {
	.pagetitle-subheading h1,h1 {
		font-size: 24px;
	}

}

/* ---------------Tab Media Query -------------------- */

/* --------------Tab Content-------------- */
.vr-tab-content ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vr-tab-content ul.tabs li {
	flex: 1;
	margin-right: 32px;
}

.vr-tab-content ul.tabs > li:last-child {
	margin-right: 0;
}

.vr-tab-content ul.tabs > li > span {
	background: none;
	color: #222;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	background: #F0F0F0;
	position: relative;
	border-radius: 5px;
	padding:13px  16px;
	justify-content: center;
	font-weight: 600;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
}

.vr-tab-content ul.tabs > li > span img {
	height: 56px;
	width: auto;
	margin-bottom: 8px;
}

.vr-tab-content ul.tabs > li > span div{
	text-align: center;
}

.vr-tab-content ul.tabs > li.current {
	pointer-events: block;
}

.vr-tab-content ul.tabs > li.current > span {
	background: #E5F8FF;
	border: 2px solid #006F99;
}

.vr-tab-content .tab-content {
	display: none;
}

.vr-tab-content .tab-content.current {
	display: inherit;
}

.vr-tab-content .tab-content h2 {
	font-size: 32px;
	font-weight: 600;
}

.vr-tab-content .tab-content h3 {
	margin-top: 0;
}

.vr-tab-content .tab-content p {
	margin-bottom: 16px;
}

.vr-tab-content .tab-content p:last-child {
	margin-bottom: 0;
}

.vr-tab-content .tp-logos {
	display: flex;
	justify-content: center;
}

.vr-tab-content .tp-logos img {
	width: 80px;
	margin: 0 22px;
	align-self: center;
}

#video-listing {
}

#video-listing .box {
	margin-bottom: 32px;
	overflow: hidden;
}

#video-listing div:nth-last-of-type(2),
#rag-reviews div:nth-last-of-type(2){
	margin-bottom: 0;
}

.video-content {
	display: block;
}

#video-listing .video-cover {
	position: relative;
	width: 272px;
	float: left;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#video-listing .video-content .enlarge-video {
	width: 100%;
	display: block;
	padding: 7px 0;
	color: #fff;
	background-color: #FE5000;
	text-align: center;
	position: relative;
	z-index: 9;
}

#video-listing .video-content .content {
	float: left;
	padding-left: 16px;
	width: calc(100% - 272px);
}

#video-listing  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#video-listing .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	z-index: 8;
}

#video-listing .box .videoWrapper {
}

#video-listing .video-content.full-width .video-cover {
	width: 100%;
}

#video-listing .video-content .enlarge-video.minimize {
	display: none;
}

#video-listing .video-content.full-width .enlarge-video.enlarge {
	display: none;
}

#video-listing .video-content.full-width .enlarge-video.minimize {
	display: block;
}

#video-listing .video-content.full-width .content {
	float: none;
	width: 100%;
	padding-left: 0;
}

#video-listing .box p {
	line-height: 32.68px;
}

#video-listing .video_excerpt {
	padding-top: 16px;
}

#video-listing .video-popup-close {
	width: 24px;
	height: 24px;
	background-image: url('../../assets/images/sprite_icons.png');
	background-position: -231px -51px;
	background-repeat: no-repeat;
	border-radius: 30px;
	position: absolute;
	right: 8px;
	top: -26px;
	z-index: 99;
	color: #FE5000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: none
}

#video-listing .video-popup-close:hover {
	color: #FE5000;
}

#video-listing .video-content.full-width .video-popup-close {
	display: block;
}

.loadmore {
	text-align: center;
	display: none;
}

.loadmore a {
	font-size: 16px;
	font-weight: 600;
}

/* ---------------Video Reviews Media Query -------------------- */
@media screen and (max-width:1119px) {
	.vr-tab-content ul.tabs > li > span {
		font-size: 19px;
	}

	#video-listing .box {
		margin-bottom: 24px;
	}

}

@media screen and (max-width:1023px) {
	.vr-tab-content{padding-bottom: 0;}
	.vr-tab-content ul.tabs > li > span {
		font-size: 18px;
		text-align: center;
		justify-content: flex-start;
		padding: 13px 10px;
	}

	#video-listing .box {
		margin-bottom: 16px;
	}

}

@media screen and (max-width:767px) {
	.vr-tab-content ul.tabs > li > span {
		font-size: 17px;
	}

	#video-listing .content {
		padding-top: 8px;
	}

	.video-content {
		display: block;
	}

	#video-listing .video-content .enlarge-video {
		display: none;
	}

	#video-listing .video-cover, #video-listing .video-content .content {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	#video-listing .box .videoWrapper {
		width: 100%;
	}

	#video-listing .video_excerpt {
		padding-top: 0;
	}

	.loadmore {
		display: block;
	}


}

@media screen and (max-width:639px) {
	.vr-tab-content ul.tabs {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body:not(.store-3) .vr-tab-content ul.tabs > li {
		min-width: 46%;
		max-width: 46%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.vr-tab-content ul.tabs > li:last-child{
		margin: 0;
	}
	.vr-tab-content ul.tabs > li > span {
		font-size: 17px
	}

	#video-listing .box p {
		line-height: 20.11px;
	}

	.vr-tab-content .tab-content p{
		line-height: 20.11px;
	}

}

@media screen and (max-width:479px) {
	body:not(.just) .vr-tab-content ul.tabs > li {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}

	.vr-tab-content ul.tabs > li > span {
		width: 100%;
		height: auto;
	}

}

/* ---------------Video Reviews Media Query -------------------- */
#rag-reviews {
}

#rag-reviews .rr-box {
	background: #E5F8FF;
	border-radius: 5px;
	padding: 8px 16px 16px;
	margin-bottom: 32px;
}

#rag-reviews .rr-box:last-child {
	margin-bottom: 0px
}

#rag-reviews .rr-box p {
	margin-bottom: 8px;
	line-height: 32.68px;
}

#rag-reviews .rr-box p strong {
	font-weight: 600;
}

#rag-reviews .rr-box img {
	margin-bottom: 16px;
}

#rag-reviews .rr-box ul, #rag-reviews .rr-box ol {
	margin-bottom: 16px;
}

#rag-reviews .rr-box li {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 8px;
}

#rag-reviews .rr-box ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #000;
	border-radius: 4px;
	margin-right: 4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
}

/* ---------------Video Reviews Media Query -------------------- */
@media screen and (max-width:1119px) {
}

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

@media screen and (max-width:767px) {
	#rag-reviews .rr-box img {
		width: 100%;
	}

	#rag-reviews .rr-box img.rag-review-cat-img {
		width: auto;
	}

}

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

#rag-reviews .rr-box p {
	line-height: 20.11px;
}
}

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

/* ---------------Video Reviews Media Query -------------------- */
#customer-testimonials {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: repeat(auto-fill, minmax(526px, 1fr));
	grid-auto-rows: 20px;
}

#customer-testimonials .ct-box img {
	margin-bottom: 16px;
	display: inline-block;
}

/* ---------------Customer Testimonials Media Query -------------------- */
@media screen and (max-width:1119px) {
	#customer-testimonials {
		grid-gap: 16px;
		grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
	}

}

@media screen and (max-width:1023px) {
	#customer-testimonials {
		grid-gap: 16px;
		grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
	}

}

@media screen and (max-width:767px) {
	#customer-testimonials {
		display: block;
	}

	#customer-testimonials .item{
		padding-bottom: 16px;
	}

}

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

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

/* ---------------Customer Testimonials Media Query -------------------- */
#facebook-wall {
}

.fb-page {
	margin: 0 auto;
	display: flex !important;
	justify-content: center;
}

.fb-page iframe {
	width: 100% !important;
}

/* ---------------Facebook wall Media Query -------------------- */
@media screen and (max-width:1119px) {
}

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

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

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

}

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

}

/* ---------------Facebook wall Media Query -------------------- */
