.review-wrapper{
	overflow: hidden;
    height: 100%;
    z-index: 2;
	
	
}
.reviews-review_text.full{
	display: grid;
}
.reviews-review_text.medium{
	display: none;
}
.reviews-review_text.small{
	display: none;
}
.review-wrapper .reviews_text_container{
	text-align:center;
	padding:5% 0;
}

.reviews_container {
	position: relative;
	width: 100%;
	justify-content: center;
	overflow: hidden;
	
}

.review-wrapper .background-image-overlay{
	content:'';
	position: absolute;
	/*display: block;*/
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0.7;
}

.review-section-cta {
    margin: 0px 0px 25px 0px;
}

.review_source_icon{
	transform: translateY(-55px);
}

.reviews-review_bubble span{
	height: 57px;
	width: 57px;
	border: 2px solid;
	border-radius: 50%;
	display: inline-block;
	
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}


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

p.review-stars {
    margin: 20px 0 -20px 0;
}

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


.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: bold;
	font-size: 36px;
	margin-top:0px;
	margin-bottom:50px;
	z-index: 1;
}
.reviews_text_container{
	justify-content: center;
	

}

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

.reviews-review_bubble {
	
	height: auto;
	background: transparent;
	border-radius: 4px;
	transform: translateY(-8px);
	padding: 0 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;
	transform: translateY(20px);
	margin-top: 0;
}
.rm-link{
	
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}


.review-reviewer_name {
	
	font-size: 18px;
	line-height: 32px;	
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:5px;
	margin-top: 15px;
	
}

.review-reviewer_source {
	
	font-weight: 300;
	font-size: 24px;
	font-weight: 400;
	margin: 5px;
	transform: translateY(10px);
}
.read-all-reviews-button{
	text-decoration: none;
	display: inline-block;
}
.read-all-reviews-button{
	font-size: 1.55em;
    line-height: 1em;
	border-radius: 30px !important;
	border: 2px solid #fff;
	padding: 17px 35px;
	letter-spacing: 0.01em;
	font-weight: 400;	
	color:#ffffff;
	background-color: transparent;
	z-index: 1;
}
.review-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background-color: transparent;
    border: 1px solid #222222;
}
.review-wrapper .lSSlideOuter .lSPager.lSpg > li.active a, .review-wrapper .lSSlideOuter .lSPager.lSpg > li a:hover {
    background-color: #222222;
    border: 1px solid #222222;
}
.review-wrapper .lSAction > a {
    border:none;
}

@media all and (max-width:320px){
	.read-all-reviews-button{
		margin-top: 0px!important;

	}
}

@media all and (max-width:767px){
	.read-all-reviews-button{
		margin-top: 3%;
	}
	.reviews-review_bubble {
		padding: 0 1%;
	}
}

@media all and (max-width:767px){
	.review-wrapper .lSSlideOuter .lSPager.lSpg > li a {
		background-color: transparent;
		border: 1px solid #222222;
	}
}
@media all and (max-width:768px) and (min-width: 767px){
	.read-all-reviews-button {
    margin-top: 25px !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}
}

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

}

@media all and (max-width:1024px){
	/* .reviews-review_container{
		max-height: 475px;
	} */
	.read-all-reviews-button{
		margin-top: 4%;
 	}
	.review-wrapper .reviews_text_container{
		text-align:center;
		padding:0% 0;
	}
	
	
}

@media all and (max-width:992px){
    .read-all-reviews-button {

        margin-top:0px;
        padding-top: 2%;
        padding-bottom: 2%;
	}

}

@media all and (min-width:1024px){
	.review-section-text{
		width:1000px;
		margin:0 auto;
	}
}


@media all and (min-width:1025px){
	
	.read-all-reviews-button{
		margin-top: 3%;
	}

}

@media all and (max-width:576px){
    .reviews-review_bubble {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: inherit;
    }

    .reviews-review_text {
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
    .meet_veterinarians_container {
        padding: 15px 0px 45px;
    }
   
}