/** Consumer Reports Section **/

.c-rpt-banner .c-rpt-content {
    border-radius: 10px;
    overflow: hidden;
}

.bg-lightgray {
	background: #f6f5f0;
}
.cs-text-background {
	z-index: 1;
}

.img-section {
	position: absolute;
}

@media (max-width: 991px) {
	.cs-text-background {
		background: #465058;
	}
	
	.img-section {
		position: relative;
	}
}

.cs-text-background h2 {
	color: #fff!important;
}

.cs-text-background .heading-2 {
	color: #fff!important;
	padding-right: 10px;
}

.cs-text-background p {
	color: #fff!important;
}
 
.c-rpt-buy-btn, 
.c-rpt-buy-btn:focus,
.c-rpt-buy-btn:active {
    background-color: #465058!important;
    border: 1px solid white!important;
}

.c-rpt-buy-btn:hover {
    color: white !important;
    background: none !important;
    border: 1px solid !important;
}

.c-rpt-text-content {padding: 5% 6%;}
.c-rpt-banner {
	padding-top: 4.5em;
	padding-bottom: 4.5em;  
}

@media (min-width: 992px) {    
	.c-rpt-buy-btn {
	border: 1px solid white;
	}  
}

@media (max-width: 991px) {
	.c-rpt-buy-btn {
	border: 1px solid;
	}  
}

@media (max-width: 1199px) {
	.c-rpt-hero.hero.position-relative img {
		width: 100%;
	}
}


/** Image Gallery Section **/

#image-gallery  {
	background: white;
}

#image-gallery .owl-dots {
	text-align: center;
}

#image-gallery .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background: #fff !important;
    box-sizing: border-box;
    border:1px solid #4e4e4e !important;
    border-radius: 50%;
}

#image-gallery .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background: #4e4e4e !important;
    box-sizing: border-box;
    border:1px solid #4e4e4e !important;
    border-radius: 50%;
}

.cs-text-background {
    /* padding: 2% 4%; */
}

.c-rpt-text-content {}