/* HERO */
.hero .owl-hero.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.hero .owl-hero.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.hero .owl-hero.owl-carousel.owl-theme .owl-nav + .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.owl-primary-banners {
    padding-left: 4%;
}

.owl-primary-banners.owl-carousel .owl-nav button.owl-prev {
    left: 8px !important;
}

.owl-primary-banners.owl-carousel .owl-nav button.owl-next {
    display: block !important;
}

/* BRANDS */
.brand-small-logo {
    margin: 0 auto 10px;
    display: block;
    height: auto;
    min-width: inherit !important;
}

.brand-products {
    background-color: #F8F9FA;
}

.brand-products .heading {
    text-align: left;
}

.brand-products .headings .link {
    margin-right: 30px;
}

.brand-products .headings .link:hover {
    text-decoration: underline;
}

/* TESTIMONIALS */
.testimonials {
    background: url(/build/images/testimonials-bgr.453f9c4d.jpg) center no-repeat;
    background-size: cover;
}

.testimonials .headings {
    margin: 0 0 35px 0;
}

.testimonials .headings .heading {
    text-align: left;
}

.testimonials .headings p {
    color: #4a4a49;
    width: 90%;
}

.testimonials .testimonial {
    padding: 70px 30px 30px 30px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 4px 16px -4px rgba(0, 38, 100, 0.08);
}

.testimonials .testimonial:before {
    content: "";
    background: url(/build/images/format_quote.a39cead7.svg) center no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
}

.testimonials .testimonial-comment {
    font-size: 12px;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.testimonials .testimonial-meta {
    text-align: right;
}

/* CONSULTATION */
.consultation .consultation-box {
    padding: 70px 100px;
    border-radius: 24px;
    background: url(/build/images/consultation-bgr.fe35d3c8.jpg) center no-repeat;
    background-size: cover;
}

.consultation .consultation-box .heading {
    text-align: left;
    margin: 0 0 10px 0;
}

.consultation .consultation-box p {
    color: #4a4a49;
}


/* BLOG */
.blog-list .headings .heading:last-child {
    text-align: left;
    margin: 0;
}


/* PRIMARY BANNERS */
.primary-banners {
    padding-left: 5%;
}

.owl-primary-banners .owl-next {
    display: none !important;
}


/* SPECIAL BANNERS */
.special-banners a {
    display: block;
}


/* MOBILE */
@media only screen and (min-width: 1800px) and (max-width: 2000px) {
    .hero {
        min-height: 581px;
    }

    .special-banners-shift-container {
        min-height: 418px;
    }

    .products-shift .products-shift-container {
        min-height: 448px;
    }

    .brand-products-shift .products-shift-container {
        min-height: 477px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
    .hero {
        min-height: 465px;
    }

    .partners {
        min-height: 96px;
    }

    .special-banners-shift-container {
        min-height: 314px;
    }

    .products-shift .products-shift-container {
        min-height: 430px;
    }

    .brand-products-shift .products-shift-container {
        min-height: 413px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero {
        min-height: 390px;
    }

    .partners {
        min-height: 96px;
    }

    .special-banners-shift-container {
        min-height: 248px;
    }

    .products-shift .products-shift-container {
        min-height: 381px;
    }

    .brand-products-shift .products-shift-container {
        min-height: 376px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .brand-products .headings .link {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .blog-item {
        margin: 0 0 30px 0 !important;
    }

    .hero {
        min-height: 375px;
    }

    .special-banners-shift-container {
        min-height: 171px;
    }

    .products-shift .products-shift-container {
        min-height: 410px;
    }

    .brand-products-shift .products-shift-container {
        min-height: 410px;
    }


    .m-view-all {
        margin: 20px auto 0;
        display: table;
    }

    .m-view-all.link:after {
        top: 2px;
    }

    .owl-primary-banners {
        padding-left: 0;
    }

    .blog-list .headings .heading:last-child {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .testimonials {
        background: url(/build/images/testimonials-mobile-bgr.caa2f110.jpg) center no-repeat;
        background-size: cover;
        background-position: right;
    }

    .testimonials .headings {
        padding: 0 15px;
    }

    .special-banners a {
        margin: 0 0 15px 0;
    }

    .consultation .consultation-box {
        background-color: #ECECEC;
        background-image: none;
    }

    .brand-products {
        margin: 30px 0 0 0;
    }

    .brand-products .heading {
        text-align: center;
    }

    .consultation .consultation-box {
        padding: 30px;
    }
}
