@media only screen and (max-width: 1200px) {
    
    
   
}
@media only screen and (max-width: 700px) {
    #header-menu {
        /* height: 500px; */
        max-height: 500px;
        overflow: auto ;
    }
    #main-menu ul li {
        /* display: block; */
        width: 100%;
        align-items: center;
        text-align: center;
        height: auto;
    }
    #main-menu ul li a{
        display: block;
        width: 100%;
       
    }
    #main-menu ul li a:first-child {
        padding: 0px;

    }
    .drop-area {
        position: relative;
        display: block;
        width: 100%;
        top: 0px;
        z-index: 0;
        background-color: #011c08;
    }
    .drop-area .drop-item {
        
    }
    .home-right {
        width: 100%;
    }

    #main-menu ul li a {
        margin: auto;
    }
    .mobidis {
        display: none;
    }
    .mobion {
        display: block;
    }

    .tab-title .hatb {
        width: 100% !important;
    }

}
@media only screen and (max-width: 1749px) {
    .area-lg { width: 1256px;} .area-md {width: 765px;} .area-sm {width: 480px;}
 
 }
@media only screen and (max-width: 1200px) {
     .area-lg { width: 100%;} .area-md {width: 100%;} .area-sm {width: 100%;}
}
@media only screen and (max-width: 700px) {
     .first-menu-item span:first-child {
         font-size: 14px;
         max-width: 60%;
         overflow: hidden;
     }
     #sidebar {position: fixed !important; z-index: 9999; top: 0px !important;}
     #content {width: 100% !important;}
     .magr{margin-right: 0px;} .magl{margin-left: 0px;}
     .area-lg { width: 100% ;} 
     .area-md {width: 100% ; } 
     .area-sm {width: 100%;}
     
     .w10 {width: 32%;} .w20 {width: 100%;} .w30 {width: 100%;} .w40{width: 100%;} .w50{width: 100%;}
     .w60 {width: 100%;} .w70 {width: 100%;} .w80 {width: 100%;} .w90{width: 100%;} .w100{width: 100%;}
     .w48 { width: 100%;} .w23 {width: 47.5%; margin-right: 3px !important; margin-left: 3px !important;} .w32 {width: 100%;}
    
    .mmagb {margin-bottom: 10px;}
     
 }