.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 20px !important;
    top: 20px !important;
    font-size: 30px;
}

.mobmenu-content{
  margin-top: 70px !important;
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright .sub-menu a {
        color: #666;
        display: flex;
        justify-content: space-between;
        background: #f7f7f7;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content li>.sub-menu li {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright .sub-menu {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright li:hover {
        background-color: #f7f7f7;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright>li>a {
        color: #000;
        font-size: 1.2em;
        font-weight-bold
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #f7f7f7;
    }
}

@media only screen and (max-width: 1024px) {
    #mobmenuright li a, #mobmenuright li a{
      padding-right: 0;
      color: #666 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .mobmenu-content li {
      border-bottom: 1px solid transparent;
    }
}



@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #f7f7f7 !important;
    }
}


@media only screen and (max-width: 1024px) {
    .mobmenu-content #mobmenuright .sub-menu .sub-menu {
        background-color: inherit;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    
  .mobmenu-content #mobmenuright .current_page_item > a, .mobmenu-content #mobmenuright .current-menu-item > a{
    color: #e48e45 !important;
    font-weight: bold;
  }
}