#offcanvas-menu.toggled {
    transform: translateY(0)
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: cover;
    background-position: center;
    transform: translateY(-110%);
    transition: .5s;
    z-index: 99999;
    text-align: center;
}

.fixed2 .menu-toggle {
    position: fixed;
    top: 2px;
    transition: .1s;
    z-index: 99999;
    right: 16px;
}

.menu-wrapper {
    height: auto;
    overflow: auto;
    padding: 0;
    padding-top: 150px;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.menu-toggle i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    background-color: #ff8800;
    cursor: pointer;
    color: #fff;
}

.menu-toggle {
    /* position: fixed; */
    /* top: 48px; */
    transition: .1s;
    z-index: 99999;
    /* right: 0; */
    transition: .5s;
    /* transform: translateX(-50%); */
    float: right;
}

.stickyyy .menu-toggle {
    position: fixed;
    top: 30px;
    transition: .1s;
    z-index: 99999;
    transition: .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;
    /* box-shadow: inset -4px -3px 10px -5px #000000, 0 0 10px #eb3c5561; */
}

#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.bdr-no {
    border-bottom: none;
}

#offcanvas-menu .menu-wrapper .sub-menu {
    background: #070a1da1;
    list-style: none;
    padding: 0;
}

#offcanvas-menu .menu-wrapper li ul {
    display: none
}

#offcanvas-menu .menu-wrapper li .sub-menu a {
    padding-left: 32px
}

#offcanvas-menu .menu-wrapper li ul {
    display: none
}

#offcanvas-menu .menu-wrapper li a.active {
    color: #48c7ec
}

.cc-ontact {
    background: url(../images/home/m-n-cc.html) 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.html) 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;
        /* align-items: center; */
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
    #offcanvas-menu .menu-wrapper li a {
        font-size: 14px;
        padding: 12px 0;
    }
    .cc-ontact {
        background: url(../images/home/m-n-cc.html) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px;
        margin: 22px 20px 0;
        border-radius: 15px;
    }
}