.rs-reviews{
	margin-top:  280px;	
}
.rs-reviews .section-header{	
	margin-bottom: 30px;	
}
.rs-reviews .reviews-content{
	position:  relative;
}

.rs-reviews .reviews-slider{
	width: 100%;
	margin: 0 auto;
	max-width: 1808px;
	}

.rs-reviews .reviews-slider.owl-loaded{
	height: auto;
}
.rs-reviews .owl-navigation {
    top: 50%;
    left: 0;
    margin-top: -30px;    
    position: absolute;
    text-align: center;
    width: 100%;
}
.rs-reviews .owl-navigation a {
    height: 56px;
	width: 56px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
	cursor: pointer;
	border:  1px solid #fff;
	border-radius:  4px;
	display: flex;
}
.rs-reviews .owl-navigation a i  {
	margin:  auto;
}
.rs-reviews .owl-stage-outer.owl-height{
     height: auto !important;
}
.rs-reviews .reviews-prev{
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -70px;
}
.rs-reviews .reviews-next{
    z-index: 9;
    float: right;
    position: relative;
    margin-right: -70px;
}
@media (max-width: 1830px)  {	
	.rs-reviews .reviews-slider {		
		max-width: 1400px;
	}
	.rs-reviews .reviews-prev{		
		margin-left: 2%;
	}
	.rs-reviews .reviews-next{		
		margin-right: 2%;
	}
}
@media (max-width: 1600px)  {	
	.rs-reviews .reviews-slider {		
		max-width: 80vw;
	}
	.rs-reviews .reviews-prev{		
		margin-left: 2%;
	}
	.rs-reviews .reviews-next{		
		margin-right: 2%;
	}
}

@media (max-width: 767px){
	.rs-reviews{
		margin-top:  40px;	
		margin-bottom: 40px;
	}
	.rs-reviews .section-header {
		margin-bottom: 12px;
	}
	.rs-reviews .reviews-slider {		
		max-width: none;
	}
	.rs-reviews .owl-navigation {
		top: auto;    
		bottom: -73px;	
		display: flex;
		justify-content: center;
	}
	.rs-reviews .reviews-content{
		margin-bottom:  70px;
	}
	.rs-reviews .reviews-prev  {
		margin-right:  15px;
	}	
}
@media (max-width: 480px){
	.rs-reviews .reviews__container  {
		padding-left:  0;
		padding-right:  0;
	}
	.rs-reviews .section-header  {
		padding-left:  24px;
	}
}