@media (min-width: 0px) and (max-width: 576px) {}

@media (min-width: 576px) and (max-width: 768px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1366px) and (max-width: 5000px) {
    .homeAbout:before,.homeAbout:after{
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
   
}
@media (min-width: 0px) and (max-width: 990px) {

    .downslider {
     
        display: none;
    }
    #mobile-logo {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        height: 30px;
        z-index: 99999999999;
    }

    .homeContactForm {
   
        height: 100%;
  
    }
    .customerTitr {

        margin-top: 20px;
    }
    .mega-menu > ul {
        position: static;
        width: 100%;
        background-color: #323232;
        right: 27px;
        border-radius: 5px;
        padding: 0px 6px;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s;
    }
    .mega-menu > ul > li {
        width: 100%;
        display: block;
      
        margin: 3px;
    }

    .mega-menu > ul > li > ul > li > a {
        color: #ffffff;
        display: block;
    }
    .mega-menu > ul > li > a {
     
        color: #ffffff !important;
    }
    .serviceBox{
        background-image: none;
        background: #eefcfc;
    }
    .top-header {
        display: none;
    }
    body {
        padding-top: 54px;
    }
    .serviceBox {
        margin-bottom: 10px;
        min-height: 60px;
    }
    .siteadd {
        font-size: 16px;
        line-height: 3px;
        padding: 29px 0;
        color: #949496;
        text-align: center;
        font-weight: 100;
        display: block;
    }
}
