/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    body{
        overflow-x: hidden !important;
    }
	.sidemenu {
        left: -280px;
        transition: ease-in-out 0.3s;
        z-index: 9;
    }
    .mainblock {
        width: 100%;
        left: 0;
        padding: 10px;
    }
    .topmenus{
        display: block;
        background-color: #1f252b;
        height: 45px;
    }
    .menubar{
        position: absolute;
        top: 2px;
    }
    .menubar i{
        font-size: 28px;
        margin-left: 10px;
        color: white;
    }
    .topmenulogo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .topmenulogo img{
        height: 25px;
        margin-top: 10px;
    }
    .themebtn a {
        margin-top: -38px;
        padding: 5px 10px;
        margin-bottom: 11px;
    }
    .othermenus ul li {
        margin-bottom: 10px;
    }
    .recent-users {
        margin-top: -15px;
    }
    .mainblock {
    background-color: #faf7fa;
    width: auto;
    position: static;
    margin-left: 0px !important;
    height: 100vh;
    padding: 10px;
    padding-bottom: 150px;
    margin-bottom: 150px;
}
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
       .mainblock {
    background-color: #faf7fa;
    width: auto;
    position: static;
    margin-left: 0px !important;
    height: 100vh;
    padding: 10px;
    padding-bottom: 150px;
    margin-bottom: 150px;
}
	
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}