@media screen and (min-width: 320px) and (max-width: 480px) {
    .swiper-container-horizontal>.pagination.swiper-pagination-bullets {
        display: none;
    }
    .header--1 .navigation {
        padding: 0 !important;
        margin: 12px 0;
    }
    .full-height-slider {
        height: 450px !important;
    }
    .table-cell {
        height: 100px !important;
    }
    .two_ {
        display: none !important;
    }
    .three_ {
        display: none !important;
    }
    .about_us_wrap h3 {
        font-size: 30px;
    }
    .main_services_wrap h3 {
        font-size: 30px;
    }
    .main_services_wrap .service_first {
        margin: 0 0 40px 0;
    }
    .main_services_wrap .service_first img {
        display: table;
        margin: 0 auto;
    }
    .main__product_wrap h2 {
        font-size: 30px;
    }
    .main_menu_wrap h2 {
        font-size: 30px;
    }
    .main_menu_wrap {
        margin: 30px 0;
    }
    .preloader {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .swiper-container-horizontal>.pagination.swiper-pagination-bullets {
        display: none;
    }
    .header--1 .navigation {
        padding: 0 !important;
        margin: 12px 0;
    }
    .two_ {
        display: none !important;
    }
    .three_ {
        display: none !important;
    }
    .full-height-slider {
        height: 450px !important;
    }
    .table-cell {
        height: 100px !important;
    }
    .about_us_wrap h3 {
        font-size: 30px;
    }
    .main_services_wrap h3 {
        font-size: 30px;
    }
    .main_services_wrap .service_first {
        margin: 0 0 40px 0;
    }
    .main_services_wrap .service_first img {
        display: table;
        margin: 0 auto;
    }
    .main__product_wrap h2 {
        font-size: 30px;
    }
    .main_menu_wrap h2 {
        font-size: 30px;
    }
    .main_menu_wrap {
        margin: 30px 0;
    }
    .preloader {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .new_class {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .main_services_wrap .service_first img {
        display: table;
        margin: 0 auto;
    }
    .header-menu {
        right: 0;
    }
}