.promotion{
	padding: 50px 0;
}
	
} .promotion p {
	font-size: 16px;
}

.promotion h3 {
	color: #3674ba
}

.promotion h4 {
	color: #3674ba
}

.testimonials {
/*	background: #8dc640; */
	padding: 50px 0;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -50px;
	background-image: linear-gradient(to bottom, rgba(141, 198, 64, 0.9),rgba(64, 110, 198, 0.95)), url(https://www.doctorschoiceawards.org/wp-content/uploads/2019/02/office-bg.jpg);
}

.testimonials h2 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-bottom: 35px;
}

.testimonial {
	color: #fff;
	text-align: center;
}

.testimonial .image-box img {
	width: 150px !important;
	height: 150px !important;
	display: inline !important;
	border: 5px solid #448cff;
	border-radius: 50%;
}

.testimonial blockquote {
	border: none;
	padding-left: 0;
	font-size: 18px;
}

.testimonial blockquote:before {
	content: " ";
	font-size: 30px;
}

.testimonial blockquote:after {
	content: " ";
	font-size: 30px;
}

.testimonial cite {
	font-style: italic;
}

.testimonials .owl-nav .owl-prev {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border: solid #fff !important;
	border-width: 0 6px 6px 0 !important;
	display: inline-block;
	padding: 0px 0px;
	position: absolute;
	top: 125px !important;
	left: -50px !important;
	height: 20px;
	width: 20px;
	transition: .3s;

}

.testimonials .owl-nav .owl-next:hover {
	right: -55px !important;
}

.testimonials .owl-nav .owl-prev:hover {
	left: -55px !important;
}

.testimonials .owl-nav .owl-next {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #fff !important;
	border-width: 0 6px 6px 0 !important;
	display: inline-block;
	padding: 0px 0px;
	position: absolute;
	top: 125px !important;
	right: -50px !important;
	height: 20px;
	width: 20px;
	transition: .3s;
}

.testimonials .owl-nav [class*="owl-"] {
	color: #FFF0 !important;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D600 !important;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-carousel {
	display: block !important;
}

.star-image {
	width: 100px !important;
	margin: 25px auto 0;
}

footer{
	height: auto!important;
}
 

footer p,
footer a
{
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 768px) {



	.testimonials .owl-nav .owl-next {
		right: 15px !important;
	}

	.testimonials .owl-nav .owl-prev {
		left: 15px !important;
	}

	.testimonials .owl-nav .owl-next:hover {
		right: 10px !important;
	}

	.testimonials .owl-nav .owl-prev:hover {
		left: 10px !important;
	}

}
