/*===================================================*/
/* Hero image and background images */
/*===================================================*/

.home-hero {
    background-image: url(../../img/hero-banner.png);
}
/*.customers {
    background-image: url(../../img/customer-banner.webp);
}*/
.page {
    background: url(../../img/other-banner.png) center 1140px/3000px repeat-y;
}
.site__footer--top {
    background-image: url("../../img/footer.png") !important;
}
.physician__wrapper {
    background-image: url("../../img/bg-1.png") !important;
}
.assessment__page-wrapper {
    background-image: url("../../img/other-banner.png") !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    background: linear-gradient(0deg, rgba(16, 44, 78, 0.9), rgba(16, 44, 78, 0.9)), linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../../img/bg-pattern-2.png) !important;
}


    /* OLD code*/

.how-works__wrapper {
    background-image: url("../../img/how-works-banner.svg") !important;
}

.page__wrapper {
    background: url("../../img/bg/bg-artwork-2.png") top center/3000px no-repeat, url("../../img/bg/bg-artwork-1.png") center 3100px/3000px repeat-y !important;
}

.category-details {
    background-image: url("../../img/bg/catefory-details-bg.png") !important;
}


.product__card-extended {
/*    background-image: url("../../img/bg/product-card-bg.png") !important;*/
}

.feedback {
    background-image: url(../../img/bg/client-bg.png);
}

.feedback__slide {
    background-image: url("../../img/bg/product-card-bg.png") !important;
}

.cart-card {
    background-image: url("../../img/bg/doc-upload-bg.png") !important;
}


.rizz-search__results {
    background: url("../../img/bg/bg-pattern.png"), linear-gradient(0deg, rgba(49, 65, 140, 0.9), rgba(49, 65, 140, 0.9)), linear-gradient(0deg, rgba(31, 31, 31, 0.8), rgba(31, 31, 31, 0.8)) !important;
}

.assessment__recommended-products .product__card {
    background-image: url("../../img/bg/doc-upload-bg.png") !important;
}

.cart__items, .promo {
    background-image: url("../../img/bg/doc-upload-bg.png") !important;
}

.about {
    background: url("../../img/bg/about-us.jpg") top center/2500px no-repeat !important;
}

.section__wrapper {
    background-image: url(../../img/bg/bg-artwork-1.png) !important;
}

.coupon-content {
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.6), rgba(49, 65, 140, 0.6)), linear-gradient(0deg, rgba(31, 31, 31, 0.2), rgba(31, 31, 31, 0.2)), url("../../img/bg/bg-pattern-2.png") !important;
}

@media only screen and (max-width: 1200px) {
    .about {
        background: url(../../img/bg/about-us.png) 55% top/2300px no-repeat !important;
    }
}

@media only screen and (max-width: 992px) {
    .about {
        background: url(../../img/bg/about-us.png) 55% top/2000px no-repeat !important;
    }
}
@media only screen and (max-width: 992px) {
/*    .customers {
        background-image: url(../../img/customer-banner-mob.png);
    }*/
}