/* ====Mobile Responsive====== */
@media (max-width: 499px) {
    .logo_top_head {
        display: none;
    }
    .top-header-main h3 {
        font-size: 18px;
    }
    .sticky-header{
        height: auto;
    }
    .header-bottom{
        padding: 0px;
    }
    .login-page{
        height: auto;
        margin-bottom: 0px;
    }
    .footer-bottom{
        position: inherit;
    }
    .sidenav-left{
        margin-bottom: 20px;
    }
    .space_mobile{
        padding: 20px 0px;
    }
 

}
