.reviews_container {
	position: relative;
	width: 100%;
	justify-content: center;
	/*added acf color field*/
	background: #f3f3f3;
	overflow: hidden;
}

.single-veterinarians .reviews_container{
	margin-top:-20px;
}

.reviews-divider {
	margin: 10px;
	width: 30px;
	border-bottom: 2px solid #5598CA;
	display: inline-block;
}

.reviews-top_triangle {
	-webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
	position: absolute;
	z-index: 10;
	background: #fff;
	left: -10%;
	height: 31%;
	width: 150%;
	top: -5%;
}

.reviews-review_main_container li{
	//height: 460px;
}

.reviews-left_container {
	position: relative;
	padding-top: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reviews-right_container {
	height: 100%;
}

.reviews-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.reviews-background_image {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.reviews-review_title {
	
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 50px;
	color: #2B4360;
}

.reviews-review_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: left;
}

.reviews-review_bubble {
	width: 80%;
	/*added acf color option*/
	background: #5598CA;
	border-radius: 4px;
	width: 65%;
	padding: 5%;
}

.reviews-review_quote {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.5);
}

.reviews-review_text {
	
	
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	/*max-height: 70px;*/
    /*overflow: hidden;*/
}
.rm-link{
	
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.reviews-review_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	/*added acf color option*/
	border-color: #5598CA transparent transparent transparent;
	margin: 0;
}

.review-reviewer_name {
	
	font-size: 18px;
	line-height: 32px;
	/*added acf color option*/
	
	font-weight: 700;
	margin-bottom:0px;
}

.review-reviewer_source {
	
	font-weight: 300;
	font-size: 16px;
	color: #5598CA;

}

.reviews-left_container .lSPager li {
	display: inline-block;
	height: 10px;
	width: 40px;
	margin: 3px;
	background: #fff;
	border: 1px solid #cecece;
}



.reviews-left_container .lSAction > a {
	border: none;
}

.reviews-left_container .lSPager li a {
	display: none !important;
}

@media all and (max-width:767px){
	.reviews-top_triangle {
		height: 20%;
	}
	
	.reviews-left_container {
		padding-top: 20%;
	}

	.reviews-background_image {
		display: none;
	}
}

@media all and (min-width:768px){
	.single-veterinarians .reviews_container{
		margin-top:-50px;
	}
	.reviews-left_container {
		padding-top: 25%;
	}
}

@media all and (max-width:999px){

}

@media all and (min-width:1000px){
	.single-veterinarians .reviews_container{
		margin-top:-80px;
	}
}

@media all and (min-width:1300px){

	.reviews-left_container {
		padding-top: 13%;
	}
}