.menu{
    display: none;
}
.logo_color{
    display: none;
}
@media only screen and (max-width : 1400px) {
   
}
@media only screen and (max-width : 1200px) {    


}

@media only screen and (max-width : 992px) {
    .page_main article {
        padding-left: 0;
        width: 100%;
    }
    aside{
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out !important;
    }
    header{
        padding-left: 10px;
    }
    .asideOpen{
        transform: translateX(-00%);
        transition: transform 0.3s ease-in-out !important;
    }
    .menu{
        display: block;
    }
    .logo_color{
        display: block;
    }
    .count_box {
        margin-bottom: 8px;
    }
    .main_login{
        margin: 15px;
    }
    
    
}
@media only screen and (max-width : 768px) {
    
   .nav_search{
        display: none;
   }
   .stand_drop{
        width: 320px;
   }
   .nav_right {
        gap: 5px;
    }
    .main_login{
        flex-direction: column;
        margin: 15px;
    }
    .ml_left{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ml_right {
        padding: 30px 20px
    }
    
}
@media only screen and (max-width : 500px) {
}



@media (min-width: 1200px){
    
}
@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
   

}

@media only screen and (max-width : 992px) {
    /* new css  */
       .custom_row {
           flex-direction: column;
       }
       .tab_col {
           width: 100%;
           margin-bottom: 20px;
       }
       .tab_col .nav{
           margin: 0 !important;
       }
       .view_con{
           width: 100%;
       }
       .with_all_btn{
           flex-direction: column;
           align-items: flex-start;
       }
       .with_all_btn .our_btn {
           margin: 3px;
       }
       .with_all_btn div {
           margin-bottom: 5px;
       }
       .ml_details {
           flex-wrap: wrap;
       }
       .ml_details>div {
           width: calc(50% - 2px);
       }
       .status_bar {
           flex-wrap: wrap;
       }
       .status_item {
           background: #fff;
           width: calc(33.33% - 2px)
       }
   }
   
   
   @media only screen and (max-width : 768px) {
   
       /* new css  */
       .ml_details>div {
           width: calc(100% - 2px);
       }
       .status_item {
           background: #fff;
           width: calc(50% - 2px)
       }
   }
