.testimonial-block {
	margin: 50px 0px;
	display: block;
	width: auto;
}

.testimonial-Heading {
	position: relative;
	margin-bottom: 80px;
}

	.testimonial-Heading h2 {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		color: #211B5A;
		font-size: 4.7rem;
		text-align: center;
		font-weight: 600;
		margin-bottom: 0px;
	}

.testimonial-blue-bar {
	text-align: center;
	padding:5px 20px;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
	background-color: #211B5A;
	line-height: 50px;
}

	.testimonial-blue-bar p {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 1.6rem;
		color: #FFFFFF;
		line-height: 3rem;
		margin-bottom: 0px
	}

.testimonial-slider {
	position: relative;
	display: block;
}


.owl-carousel {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-item {
	padding: 10px;
}

.testimonial-text-content {
	position: relative;
	display: flex;
	background-image: url(https://www.bronxtreatmentcenter.com/images/testi-quote-icon.png);
	background-repeat: no-repeat;
	background-position: bottom 50px right 50px;
	padding: 65px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	flex-direction: column;
	box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.15)
}

	.testimonial-text-content:hover {
		-webkit-box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
		-khtml-box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 83px 0 rgba(0, 0, 0, 0.15);
	}

.testimonial-star-block {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.rating-star5 {
	color: #211b5a;
	display: inline-block;
}

	.rating-star5 .fa {
		font-size: 1.5rem !important;
		margin-right: 5px !important;
	}


.client-said {
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	color: #000;
}

.test-bottom {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 48px;
	margin-top: 40px;
}

	.test-bottom:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -50px;
		width: 0;
		height: 2px;
		background-color: #e6e8eb;
		transition: all .3s linear 0s;
	}

.testimonial-text-content:hover .test-bottom:before {
	width: 100% !important;
}


.name-job {
	flex: none;
	margin-right: 20px;
}


.txt-17-B {
	font-size: 17px;
	font-weight: 600;
	color: #211b5a;
}

.client-img {
	flex: none;
	margin-right: 20px;
}

	.client-img img {
		padding: 3px;
		border: 2px solid #211b5a;
		border-radius: 50%;
		transition: all 300ms ease 0s;
		max-height: 50px;
	}

.client-job {
	color: #020101;
	font-size: 13px;
	margin-bottom: 0;
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel .owl-item {
	padding: 10px;
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
}

	.owl-carousel .owl-item img {
		width: auto !important;
	}

.owl-theme .owl-nav [class*="owl-"] {
	color: #fff !important;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	top: 50%;
	border-radius: 54px !important;
	padding: 0 !important;
	border: 3px solid rgba(9, 0, 94, 0.1) !important;
}

.owl-next img,
.owl-prev img {
	vertical-align: middle;
	padding-top: 14px;
}

.owl-next {
	right: -65px;
	transform: translate(-50%, -50%);
	background: #fff url(https://www.bronxtreatmentcenter.com/images/testimonial-arrow-R.png) no-repeat top left !important;
	background-position: 18px 15px !important;
}

.owl-prev {
	left: 0px;
	transform: translate(-50%, -50%);
	background: #fff url(https://www.bronxtreatmentcenter.com/images/testimonial-arrow-L.png) no-repeat top left !important;
	background-position: 14px 15px !important;
}

.owl-next:hover {
	background: #211b5a url(https://www.bronxtreatmentcenter.com/images/testimonial-arrow-R-H.png) no-repeat top left !important;
	background-position: 18px 15px !important;
}

.owl-prev:hover {
	background: #211b5a url(https://www.bronxtreatmentcenter.com/images/testimonial-arrow-L-H.png) no-repeat top left !important;
	background-position: 14px 15px !important;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dots .active span {
	background: #020101 !important;
}


.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dots button {
	border: 0px;
	background: none;
}

.owl-prev span {
	display: none;
}

.owl-next span {
	display: none;
}

@media screen and (min-width: 767px) {
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.owl-theme .owl-nav [class*="owl-"] {
		top: 25%;
	}

	.owl-next {
		right: -40px;
		transform: translate(-50%, -50%);
	}

	.owl-prev {
		left: 8px;
		transform: translate(-50%, -50%);
	}
}
