#why-this-paint .container .row .col-12:first-child {
    display:none;
}

.owl-carousel .owl-item img {
    display: block;
    /*width: 100%;*/
    max-height: 230px;
	min-height: 230px;
    object-fit: cover;
    object-position: 0% 0%;
}

.whychoose .body-copy-1 a {
    color: #bd483c;
}

.whychoose {
    background: #f6f5f0;
    text-align: center;
    padding-top: 2em; 
    padding-bottom: 2em;
}
.whychoose .body-copy-1 {
    font-family: proxima-nova-bold!important;
}
.whychoose .body-copy-1 .a {
    color: #bd483c !important;
}    
.buyPaintOnline .product-primary {
    display:none;
}
.whychoose + hr {
    display:none;
}

.centerbanners a.custom-red {
    font-family: proxima-nova-regular!important;
}
.buyPaintOnline {
     padding-bottom: 4em !important;
    padding-top: 3.5em!important;
}

.buyPaintOnline .subtitle {
	text-transform: none!important;	
}

.paintProducts {
	padding-top: 2em;
	padding-bottom: 3em;	
}
.rollUpYourSleeves {
	padding-top: 4em;
	padding-bottom: 4em;
	
}
.white-section-breaker {
    border-bottom: 13px solid white;
}
.gray-background {
    background: #f6f5f0;
 }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
/*---textImageBanner---*/

.steps-led .list-group-item{
    border-top-width: 1px !important;
    border: none;
} 
.steps-led .list-group-item.active{
    background-color: #465058;
    border-color: #fff;
}
.steps-led .list-group-item.active * {
    color: #fff !important;
}

.white-color,
.white-colour {
    color: #fff;
    border-color: #fff !important;
}

.steps-led .btn-primary-stroked:hover {
	cursor: pointer;
}
.steps-led img {
	max-width: 100%;
    height: auto;
}
.steps-led .d-lg-none {
     width:100%;
}
/* -------explore color family--*/
.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-gap: 1rem;
    justify-content: space-between;	
}
.explorePaintColorFamilies {
    padding-bottom: 0;
    padding-top: 5em;
}
@media only screen and (min-width : 1200px) {
    .whychoose .body-copy-1 {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0px;
    }
} 
@media (max-width: 991px) {
    .col-12.col-lg-4.pt-3:not(:last-child) {
        padding-bottom: 1em;
    }    
}        

@media (max-width: 767px) {
	/*--------roll up your sleeve---------*/
	.centerbanners .owl-stage  {
		margin-left:-50px;
	}
}