#offcanvas-menu.toggled {
    transform: translateX(0);
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #074748de;
    transform: translateY(-100%);
    transition: 0.5s;
    z-index: 99999;
}

.menu-wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 60px;
    list-style: none;
    padding: 60px 0 0;
    text-align: center;
}

.menu-toggle i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    background-color: #fff0;
    cursor: pointer;
    color: #fff;
}

.menu-toggle {
    /* position: fixed; */
    transition: .1s;
    z-index: 9999;
    margin: 15px 0 0;
    border-radius: 0;
    background: #106466;
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.menu-toggle.sticky {
    position: fixed;
    width: 9%;
    top: 0px;
    left: 8px;
    text-align: left;
    padding: 0;
    border-radius: 0;
}

#offcanvas-menu .close-menu {
    position: absolute;
    top: 15px;
    margin-left: -20px;
    right: 15px;
}

#offcanvas-menu .close-menu i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background-color: #cf1f2a00;
}

#offcanvas-menu .menu-wrapper li a {
    /* font-family: "b-font1"; */
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 17px;
    display: block;
}

#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;
}