#offcanvas-menu.toggled {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* background: url(../images/mobile-nav.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
    z-index: 99999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.fixed2 .menu-toggle {
    position: fixed;
    top: 2px;
    transition: 0.1s;
    z-index: 99999;
    right: 16px;
}

.menu-wrapper {
    height: auto;
    overflow: auto;
    padding: 0;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
}

.menu-toggle i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    background-color: #ff5151;
    cursor: pointer;
    color: #fff;
}

.menu-toggle {
    transition: 0.1s;
    z-index: 99999;
    transition: 0.5s;
    float: right;
}

.stickyyy .menu-toggle {
    position: fixed;
    top: 30px;
    transition: 0.1s;
    z-index: 99999;
    transition: 0.5s;
    right: 16px;
}

#offcanvas-menu .close-menu {
    position: absolute;
    top: 15px;
    margin-left: -20px;
    right: 15px;
}

#offcanvas-menu .close-menu i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background-color: #eb3c55;
}

#offcanvas-menu .menu-wrapper li a {
    font-size: 18px;
    font-weight: 400;
    color: #5c6166;
    border-bottom: 1px solid #b7becd;
    padding: 15px 0;
    text-transform: uppercase;
    display: block;
}

#offcanvas-menu .menu-wrapper li a.active {
    color: #48c7ec;
}

#offcanvas-menu .sub-menu {
    list-style: none;
    padding: 0;
    height: 200px;
    overflow-x: auto;
    background: #f1f1f1;
    box-shadow: inset 0 0 5px #0003;
}

#offcanvas-menu .sub-menu li a {
    font-size: 16px;
}

#offcanvas-menu .accordion-body {
    padding: 0;
}

.cc-ontact {
    background: url(../images/home/m-n-cc.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    margin: 30px 25px 0;
    border-radius: 15px;
}

@media (max-width: 375px) {
    #offcanvas-menu .menu-wrapper li a {
        font-size: 16px;
        padding: 12px 0;
    }
}

@media (max-width: 360px) {
    .cc-ontact {
        background: url(../images/home/m-n-cc.png) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 25px;
        margin: 20px 25px 0;
        border-radius: 15px;
    }
}

@media (max-width: 320px) {
    .menu-wrapper {
        height: auto;
        overflow: auto;
        padding: 0;
        padding-top: 105px;
        display: flex;
        flex-direction: column;
    }
    #offcanvas-menu .menu-wrapper li a {
        font-size: 14px;
        padding: 12px 0;
    }
    .cc-ontact {
        background: url(../images/home/m-n-cc.png) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px;
        margin: 22px 20px 0;
        border-radius: 15px;
    }
}