@media only screen and (min-width: 1200px) and (max-width: 1500px){}
@media only screen and (min-width: 1200px) and (max-width: 1300px){}


/* Medium screen  */
@media only screen and (min-width: 991px) and (max-width: 1199px){
    .header .section-content .header-content .content-bottom .menu-area__inner{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .section-content .header-content .content-bottom .menu-area__inner .mobile-nav-toggler {
        display: block;
    } 
     .main-nav {
        display: none !important;
    }
}
@media only screen and (max-width: 1140px){}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .section-content .header-content .content-bottom .menu-area__inner .mobile-nav-toggler {
        display: block;
    } 
    .main-nav {
        display: none !important;
    }
}
@media (max-width: 767px){
    .main-nav {
        display: none !important;
    }
    .header .section-content .header-content .content-bottom .menu-area__inner .mobile-nav-toggler {
        display: block;
    } 
}
@media only screen and (max-width: 599px){}
@media only screen and (max-width: 479px){}
