@media(max-width:576px){
    .sidebar.close .nav-links li .sub-menu{
        display: none;
      }
      .sidebar{
        width: 0px;
       
       width: 70% !important;
       z-index: 1000 !important;
        display: none;
      }
     
      .home-section{
        right: 0px !important;
        width: calc(100% - 0px) !important;
        z-index: 100;
      }
    
}
@media(min-width:576px) and (max-width:767.98px){
    .sidebar.close .nav-links li .sub-menu{
        display: none;
      }
      .sidebar{
        width: 0px;
       
       width: 70% !important;
       z-index: 1000 !important;
        display: none;
      }
     
      .home-section{
        right: 0px !important;
        width: calc(100% - 0px) !important;
        z-index: 100;
      }
    
}
@media(min-width:768px) and (max-width:991.98px){
    .sidebar.close .nav-links li .sub-menu{
        display: none;
      }
      .sidebar{
        width: 0px;
       
       width: 70% !important;
       z-index: 1000 !important;
        display: none;
      }
     
      .home-section{
        right: 0px !important;
        width: calc(100% - 0px) !important;
        z-index: 100;
      }
    
}