@media screen and (min-width: 1201px) {

    .quick_contact_phone,
    .quick_contact_email,
    .mobile-navigation-header {
        display: none;
    }

}

@media screen and (max-width: 1200px) {
    .single_page_style-content-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .main-navigation-header, .top-bar {
        display: none;
    }

    .branding-mobile .logo-mobile a img {
        max-height: 60px;
    }

    .branding-mobile {
        padding: 12px 0;
        height: 100%;
    }

    header.main-header .is-sticky .sticky:before, header.main-header .is-sticky .sticky:after {
        box-shadow: none;
    }

    /**** QUICK CONTACT MOBILE ***************************/
    .quick_contact_phone {
        z-index: 9;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #a1bf46;
        padding: 3px;
        border: 1px solid transparent;
        -webkit-box-shadow: 10px 10px 18px -2px rgba(0, 0, 0, .35);
        box-shadow: 10px 10px 18px -2px rgba(0, 0, 0, .35);
    }

    .qc_phone {
        display: inline-block;
        color: #fff;
        font-size: 28px;
        text-align: center;
        padding: 2px 9px;
    }

    .qc_phone i {
        padding: 8px 0;
    }

    .qc_phone:hover {
        background-color: transparent;
        color: #000;
        opacity: 1;
        transform: scale(1.2);
    }

    .quick_contact_email {
        z-index: 9;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #a1bf46;
        padding: 3px;
        border: 1px solid transparent;
        -webkit-box-shadow: 10px 10px 18px -2px rgba(0, 0, 0, .35);
        box-shadow: 10px 10px 18px -2px rgba(0, 0, 0, .35);
    }

    .qc_email {
        display: inline-block;
        color: #fff;
        font-size: 28px;
        text-align: center;
        padding: 2px 9px;
    }

    .qc_email i {
        padding: 8px 0;
    }

    .qc_email:hover {
        background: transparent;
        color: #000;
        opacity: 1;
        transform: scale(1.2);
    }

    .custom-page-feature-wrapper {
        max-height: 100%;
        height: auto;
    }

}

@media screen and (max-width: 1024px ) {

}

@media screen and (max-width: 768px) {
    .tpl-general .cpc-img, .product-template-three .cpc-img {
        height: 300px;
        margin-bottom: 30px;
    }

    .tpl-general .custom-page-content.box-margin,
    .custom-page-content-box.box-margin {
        margin: 30px 0;
    }

    .product-feature-accordion {
        margin-top: 30px;
    }

    .breadcrumbs-wrapper {
        overflow-y: scroll;
        white-space: nowrap;
    }

    .single_page_style-content {
        height: 160px;
    }

    .product_content .product_item_image {
        height: 230px;
    }

    .gdpr-contain {
        padding: 10px 5px;
    }

    .gdpr-message {
        font-size: 14px;
    }

    .gdpr-contain a.gdpr-accept {
        font-size: 14px;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media screen and (max-width: 425px) {
    section.contact .contact_box {
        margin-bottom: 10px;
    }

    section.services {
        padding-bottom: 0;
    }

    .about_us .imgAboutUs-bg {
        height: 300px;
        margin-bottom: 20px;
    }

    section.product-sidebar {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px ) {
    .branding-mobile {
        padding: 26px 0;
    }
}

