@import url("./behrrx.css");
@import url("./rating.css");
@import url("./header.css");
@import url("./footer.css");
.find-color-banner-wrap {
    background: url(../images/perfectcolors.png) no-repeat;
    background-size: 100%;
    position: relative;
    background-position: top;
}
.rating-wrapper {
    padding-top: 30px;
}
.inner-content-wrapper {
    padding-top: 60px;
}
.description-container {
    padding-top: 30%;
}
@media  (min-width: 100px) and (max-width: 991px){
    .our-story h3 {
        padding-top:20px;
    }
    .desc-wrap h3, .desc-wrap .description{
        padding: 0px;
    }
    .rating-wrapper .no-display-mobile{
        display: block;
    }
    .inner-content-wrapper {
        padding-top: 0px;
        text-align: left;
    }
    .review-all {
        padding-top: 70px;
    }
}
@media  (min-width: 992px) and (max-width: 1355px) {
    .live-chat-wrap {
        left: auto;
        right: 4%;
    }
}
@media (min-width: 1356px) {
    .live-chat-wrap {
        left: auto;
        right: 6%;
    }
    .description-container {
        padding-top: 32%;
    }
}