.testimonials-row {
	margin-top:50px;
}
.testimonials-row .text-container{
	background:#f6f4f7;
}
.testimonials-row .client-name{
	color:#7cc467;
}
.testimonials-row .client-title{
	font-style: italic;
	color:#b0b0b0;
}
.testimonials-row .text-container{
	padding: 35px;
	text-align: justify;
	color:#b0b0b0;
}
.testimonials-row .picture-container{
	padding:0;
}
.testimonials-col .picture-container{
	background-position: center center;
	min-height: 450px;
	background-size: cover; 
}
.watch-video{
	padding:40px;
	padding-top:5px;
	padding-bottom: 5px;
	border:2px solid #08a450;
	margin-top: 10px;

}
.watch-video span{
	color:#08a450;
	line-height: 2;
}

.js-shave-char{
	color:#7cc467;
	font-size: 50px;
	line-height: 0;
	padding-left: 5px;
	cursor: pointer;
}
.testimonials-col{
	margin-bottom:50px;
}
.youtube-popup{
	position: absolute;
	height: 90vh;
	width: 90vh;
	background: white;
	top:0;
}
.modal-dialog{
	width: 90vw!important;
	max-width: 90vh!important;
}