/* ====mobile styles======== */

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .mainmenu ul {
        padding-left: 0 !important
    }

    img.website-logo {
        width: 140px !important;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }

    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: #000000a8;
        z-index: 9999;
    }

    .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 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;
        white-space: nowrap;
    }

    .mainmenu ul li {
        display: inline-flex;
        margin-right: 14px;
        position: relative;
        padding-left: 15px;
        min-width: 100px;

    }

    .submenu-home-header {
        position: relative;
        left: -90px;
        top: -1px;
        width: 250px;
        padding-top: 40px;
        display: none;
    }

    .submenu-home-header ul {
        background: #ffffff;
        width: 230px;
        color: #000000;
    }

    .submenu-home-header ul li a {
        color: #000000;
    }

    section.breadcrumbs {
        top: 58px !important;
    }




}



@media (min-width: 768px) {}

@media (min-width: 1200px) {}