@media (max-width: 1024px) {

    #header #logo{
        top: 14px;
    }
    #mainMenu-trigger{top: 3px;}

    .equalize .text-box{
        height: 265px !important;
    }

    .equalize .text-box i{
        margin-top: 0;
    }
    .heading-text.heading-section h2{
        font-size: 30px;
    }

    .mobile-center-section .row>div{text-align: center;}

    .gallery-section{}
    .gallery-section .grid-layout{
        height: auto !important;
    }
    .gallery-section .grid-item{
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        width: 50%;
    }
    .product-section{}
    .product-section .grid-layout{
        height: auto !important;
    }
    .product-section .grid-item{
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        width: 50%;
    }
    .brand-section{}
    .brand-section .grid-layout{
        left: -10px;

        height: auto !important;
    }
    .brand-section .grid-item{margin: 0;padding: 0 !important;text-align: center;border-bottom: 1px solid #efefef;width: 50%;position: relative !important;left: inherit !important;top: inherit !important;height: 150px !important;display: flex;align-items: center;}
    .brand-section .grid-item a{
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    padding-top: 11px;
}
    .brand-section .grid-item:nth-last-child(2), .brand-section .grid-item:nth-last-child(3){border: none !important;}
    .brand-section .grid-item img{/* max-width: 80%; *//* max-height: 50%; *//* width: auto !important; */max-height: 89%;width: auto !important;}
    .certificate-section{}
    .certificate-section .grid-layout{
        left: -10px;
        height: auto !important;
    }
    .certificate-section .grid-item{margin: 0;padding: 0 !important;text-align: center;border-bottom: 1px solid #efefef;width: 50%;position: relative !important;left: inherit !important;top: inherit !important;height: 150px !important;display: flex;align-items: center;}


    .counter-section{}
    .counter-section .row{padding-bottom: 20px;}
    .counter-section .row>div{
        border-bottom: 1px solid #4e4e4e;
        margin-bottom: 0;
        padding-top: 15px;
    }

    .counter-section .row>div:last-child{border:none !important;}
    .counter-section .row>div:nth-child(3){border:none !important;}
    .counter-section .row>div:nth-child(1), .counter-section .row>div:nth-child(3){border-right: 1px solid #4e4e4e !important;}


    .counter-section .row>div .icon-box{margin-bottom: 0;}


    .sidebar-right .sidebar{display: none;}

    .html5vid video{
    position: relative;
    left: inherit !important;
    top: inherit !important;
    transform: none !important;
    width: 100%;
}
    .fullscreen{
        max-height: 230px !important;
        min-height: 230px !important;
    }

}


@media (min-device-width: 1200px) {

    .laptop-gosterme {
        display: none;
    }

    }