
/* MEDIA QUERIES */
@media only screen and (min-width: 100px) and (max-width: 1366px) {
    .container {
        max-width: 1360px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
        .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .container {
        max-width: 800px;
    }
    .header {
      
        padding-top: 40px;
    }

    .header-top {
      
        display: none;
    }
    .banner-bg img {
    
height: 1080px;
    }
    .header-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-logo img {
        width: 32%;
    }
    .main-banner-img {
        text-align: start;
    }
    header ul.contact-us {
        display: none;
    }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
       .container {
        max-width: 800px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 425px) {}
@media only screen and (min-width: 100px) and (max-width: 300px) {}



