.title-rpmenu {

padding: 10px;

color: #FFF;

font-size: 17px;

cursor: pointer;

position: fixed;

top: 10px;

left: 10px;

z-index: 12345;

background: var(--color-blue);
}

.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
    border-radius: 5px;
    overflow: hidden;
}
#responsive-menu .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 26px;
    z-index: 123;
    height: 44px;
    opacity: 1;
    border: 1px solid #fff;
    width: 36px;
    color: #fff;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background: var(--color-blue);
    width: auto;
    max-height: 100%;
    z-index: 1234;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height: 100%;
    width: 300px;
    min-height: 100%;
}
#responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 100%;
}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
#responsive-menu .content>ul {
    padding: 0;
    margin: 0;
}
#responsive-menu .content .toggle-menu {
    float: right;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}
#responsive-menu .content ul li a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
#responsive-menu .content ul li a h2 {
    font-size: 16px;
    margin: 0;
    text-indent: 13px;
    font-family: 'Roboto-Regular';
}
#responsive-menu .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: hand;
    cursor: pointer;
    float: none;
    text-indent: 15px;
}
#responsive-menu .content ul li:hover {
    background: #0b4fa9;
}
#responsive-menu .content ul li ul {
    display: none
}
#responsive-menu .content li li:first-child {
 border-top: 1px solid rgba(247, 246, 246, 0.25);
}
#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
}
#responsive-menu .content>ul li ul li {
    text-indent: 10px;
}
#responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}
.menures.menu-m {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 51%);
    z-index: 999;
    top: 0;
    left: 0;
}