.testimonial-slider {
	padding: 15px 35px;
	text-align: center;
}

.testimonial-slider img {
	max-width: 240px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -15px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	font-size: 4rem;
	color: #015fdb;
}

.owl-carousel button.owl-dot {
	background: #ddd;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	display: inline-block;
}

.owl-carousel button.owl-dot.active {
	background: #015fdb;
}

span.testimonial-slider-name {
	font-style: italic;
	font-size: 1.188rem;
	display: block;
	margin-top: 10px;
}

a.testimonial-slider-name {
	font-style: italic;
	font-size: 1.188rem;
	display: block;
	margin-top: 10px;
	color: #005a8c;
	text-decoration: underline;
}

.testimonial-slider-headline {
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 5px;
}

.testimonial-slider-text {
	font-size: 1.063rem;
	letter-spacing: 0.5px;
	max-width: 620px;
	margin: 10px auto 0;
	position: relative;
	padding-top: 10px;
}

.testimonial-slider-text:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

.testimonial-slider-verified {
	font-size: 0.875rem;
	color: #00f;
	margin-top: 5px;
}

.testimonial-slider-stars {
	margin-top: 10px;
	font-size: 0;
}

.testimonial-slider-stars i {
	font-size: 1.25rem;
	color: #ffa500;
	margin: 0 2px;
}

.owl-dots {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.testimonial-slider img {
		max-width: 200px;
	}

	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
		font-size: 3.25rem;
	}

	.testimonial-slider-text {
		font-size: 1rem;
		letter-spacing: 0.25;
	}
}