

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
    .ModuleContent2 .nav-tabs li.active > a {
        border: 1px solid #ddd !important;
    }
}

@media screen and (max-width: 767px) {
    .copy-text {
        text-align: left;
    }

    .new-one-title a {
        margin: 5px 0;
        font-size: 14px;
        /* color: white; */
        text-transform: uppercase;
    }

    .section_product .e-tabs .tabs-title.ajax .tab-link {
        background: #e5e5e5;
        line-height: 1;
        color: #252525;
        border-radius: 5px;
        font-size: 15px;
        padding: 10px 42px;
        display: inline-block;
        margin-right: 0;
        font-family: 'Nunito-Regular';
        font-weight: 500;
        width: 100%;
        margin-bottom: 10px;
    }

    .project-items {
        margin-bottom: 10px;
    }

    .col-100-h #trigger-mobile {
        width: 35px;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        margin-top: 29px;
        margin-left: 26px;
        margin-bottom: 0;
    }

    .col-100-h .logo-wrapper {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        /* max-width: 120px; */
        /* top: 10px; */
        text-align: center;
        padding: 0;
    }

    .slogan-cpn {
        text-align: left;
        float: left;
        width: 100%;
        margin: 18px 0 0;
    }

        .slogan-cpn h3 {
            font-family: 'TUV-Montserrat-Bold';
            font-size: 15px;
            color: #3d588f;
            text-transform: uppercase;
            margin: 5px 0 2px;
            text-align: center;
        }

        .slogan-cpn p {
            display: none;
        }

    .list-top-inline {
        /* display: none; */
    }

    .company-info h3 {
        position: relative;
        padding-top: 0;
        padding-bottom: 10px !important;
    }

    .products-view-grid .single-product .pro-content {
        text-align: center;
        padding: 15px 5px 0;
    }

        .products-view-grid .single-product .pro-content h4 {
            font-size: 13px;
            margin: 0;
            text-align: left;
            min-height: 57px;
            margin-bottom: 5px;
        }

    .new-one-desc {
        /* display: none; */
    }

    .new-one {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .new-one {
        float: left;
        width: 100%;
        position: relative;
        /* margin-bottom: 0; */
    }

    .new-one-desc {
        display: block;
    }

    .products-view-grid .single-product .pro-content {
        text-align: center;
        padding: 15px 10px 0;
    }

        .products-view-grid .single-product .pro-content h4 {
            font-size: 15px;
            margin: 0;
            /* text-align: center; */

            min-height: 62px;
            margin-bottom: 0;
            height: 48px;
            line-height: 18px;

        }
}

@media screen and (max-width: 991px) {
    .col-100-h #trigger-mobile .icon-bar {
        background-color: #008f8b;
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
    }
}

@media screen and (min-width: 992px) and (max-width:1024px) {
    header nav .nav-item {
        padding: 15px 0;
    }

        header nav .nav-item > a {
            font-size: 13px;
        }

    .home-slider .owl-item .item .home_slider-text h2 {
        margin-top: 30px;
    }

    .ModuleContent1 a {
        font-size: 20px !important;
    }

    .ModuleContent .title-nddl h2 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider .owl-item .item .home_slider-text {
        color: #fff;
        overflow: hidden;
        /* padding: 0; */
        box-sizing: border-box;
        background-color: rgba(0,0,0,0.6);
        display: block;
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        height: 100%;
        top: 0;
        transform: unset;
        outline: 1px solid #000;
    }

    .title-home {
        font-size: 18px;
    }

        .title-home span {
            font-size: 30px;
        }

    .new-block {
        margin-bottom: 20px;
        float: left;
    }

    .contact-new {
        margin-top: 15px !important;
        text-align: center;
        float: unset !important;
    }

    .home-slider .owl-item .item .home_slider-text h2 {
        margin-top: 20px;
        font-size: 26px;
    }

    .header .header-main {
        padding: 0;
        width: 100%;
        padding-bottom: 10px;
    }

    .slogan-cpn p {
        font-family: 'TUV-Montserrat-Regular';
        margin: 0;
        font-size: 15px;
        margin-left: unset;
    }

    .slogan-cpn {
        float: left;
        text-align: center;
        width: 100%;
        margin: 18px 0;
    }

    .project-items {
        margin-bottom: 20px;
    }

    .list-top-inline {
        /* display: none !important */
    }

    .section_product .e-tabs .tabs-title.ajax .tab-link {
        background: #e5e5e5;
        line-height: 1;
        color: #252525;
        border-radius: 5px;
        font-size: 15px;
        padding: 10px 17px;
        display: inline-block;
        margin-right: 46px;
        font-family: 'Nunito-Regular';
        font-weight: 500;
    }
}

@media screen and (max-width: 991px) {
    #right-sidebar {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #008f8b;
        border-color: #008f8b;
        color: #fff;
        margin-right: 8px;
        width: 32px;
        height: 32px;
        font-size: 17px;
        /* border-radius: 50px; */
        font-weight: 400;
        display: inline-block;
        line-height: 32px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 32px;
        height: 32px;
        /* border-radius: 50%; */
        line-height: 32px;
        font-size: 17px;
        color: #b5b0b0;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: #008f8b;
            border-color: #008f8b;
            color: #fff;
        }

.project-items {
    margin-bottom: 20px;
}

.products-view-grid .single-product:hover img {
    transform: scale(1.1);
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}
