/* ====mobile styles======== */

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .mainmenu ul {
        padding-left: 0 !important
    }

    .header-right-menu span {
        font-size: 10px !important;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }

    .nav-pills .nav-item {
        margin-right: 15px;
    }

    h3.achivers-car-name {
        font-size: 16px !important;
    }

    .achivers-card h4 {
        font-size: 15px !important;
    }

    ul.nav.nav-tabs.subpage-nav.nav-justified {
        display: inherit !important
    }

    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: #000000a8;
        z-index: 9 !important;
    }

    .main-menu-sec {
        position: fixed;
        width: 280px;
        height: 100vh;
        background: #ffff;
        z-index: 99999;
        top: 0;
        left: -100%;
        transition-duration: 0.5s;
    }



    a.mbl-logo {
        background: #fff;
        margin-left: -15px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

    a.mbl-logo img {
        display: flex;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 12px;
    }

    .mainmenu li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .mainmenu ul li a {
        color: #000;
    }

    .submenu-home-header {
        position: relative;
        left: -60px;
        top: -1px;
        width: 250px;
        padding-top: 40px;
        display: none;
    }

        .submenu-home-header ul {
            background: #ffffff;
            width: 230px;
            color: #000000;
            padding-left: 20px !important;
        }

    .submenu-home-header ul li a {
        color: #000000;
    }

    .Categories-box {
        width: 100%;
    }

    .benefits {
        width: 50% !important;
    }

    .benefits-box {
        text-align: center;
    }

    .subheading {
        font-size: 20px;
    }

    .sidebar-filter {
        position: fixed;
        width: 260px !important;
        height: 100vh;
        background: #ffff;
        z-index: 99999;
        top: 40px;
        left: -100%;
        transition-duration: 0.5s;
        margin-left: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding:10px;
    }

    .side-filter {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background-color: white;
        z-index: 99999;
        transition: left 0.5s ease;
        overflow-y: auto;
        height: 100vh;
    }

    .side-filter.left-0 {
        left: 0;
    }

    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99998;
    }


    .side-filter-btn {
        position: absolute;
        right: -5px;
        font-size: 22px;
        display: block;
        z-index: 999;
        top: 6px;
    }

    .sidebar-filter.left-0 {
        left: 0 !important;
    }
    .email .form-control {
        width: 80% !important;
    }
}


@media (min-width: 768px) {
    .canvas-sidebar {
        max-width: 406px;
    }
}

@media (min-width: 1200px) {}