.mob-menu-header-holder {
    display: none;
}

.mob-menu-header-holder {
    border-radius: 6px;
    /* width: 100%; */
    background-color: unset !important;
    width: 37px;
    height: 37px;
    position: fixed;
    top: 65px !important;
    right: 10px;
    background: rgb(6 44 68) !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.mob-menu-logo-holder {
    margin-top: 0;
    height: 40px;
    background: #000;
    /* / clip-path: polygon(94.872% 92.566%, 89.349% 99.817%, 13.333% 99.817%, 6.754% 99.534%, 0% 99.817%, 0% 10.551%, 5.523% 5.278%, 11.144% 0.005%, 100% 0.005%, 100% 85.881%, 94.872% 92.566%);/ */
}


/* .mobmenur-container i {
    color: #000;
} */

.mobmenu .headertext {
    padding: 0 !important;
}

.mobmenur-container {
    position: absolute;
    right: 1px;
    margin: 0;
    top: 7px;
}

body.fixed .mob-menu-header-holder {
    top: 44px !important;
}

.mobmenu-content li>.sub-menu li {
    padding-left: unset;
}

.sub-menu {
    width: 100% !important;
}


/* .mobmenu-content #mobmenuright li:hover {
    background-color: #00000078 !important;
}

.mobmenu-content li>.sub-menu li.current-menu-item {
    background-color: #000080 !important;
} */

.mobmenu-content #mobmenuright li.current-menu-item a {
    color: #fff !important;
}

.mobmenu-content #mobmenuright .sub-menu li:hover a {
    color: #fff !important;
}

.mob-menu-right-bg-holder {
    opacity: 1;
    background: rgb(24 24 24);
}

.mobmenu-left-panel .mobmenu-left-bt,
.mobmenu-right-panel .mobmenu-right-bt {
    right: 10px;
    top: 10px;
    background: rgb(6 44 68);
    border-radius: 5px;
}

.mobmenu-content li {
    /* / border-bottom: 1px solid #ddddddba;/  */
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* .mobmenu-content li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../../../../../wp-content/uploads/2024/10/small_logo.png);
    left: 10px;
    bottom: -3px;
    z-index: 37;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
} */

.mobmenu-content li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 auto;
    width: 95%;
    height: 1px;
    background: #ddddddba;
}

.mobmenu-content li:last-child:after,
.mobmenu-content li:last-child:before {
    display: none !important;
}

.mob-expand-submenu i {
    font-size: 22px;
}

.mobmenu-content #mobmenuright li a {
    padding-left: 30px;
}

.mobmenu-content #mobmenuright .sub-menu a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

i.mob-icon-cancel-1.mob-cancel-button {
    font-size: 20px !important;
    padding: 5px;
    padding: 4px 3px;
}

.mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent !important;
    padding-left: 20px !important;
}

.mobmenu-content .sub-menu li:after {
    background: #FFFFFF33;
}

body.mob-menu-overlay,
body.mob-menu-slideout,
body.mob-menu-slideout-over,
body.mob-menu-slideout-top {
    padding-top: 0 !important;
}

.mobile_menu_logo_rr {
    text-align: center;
}

.mobile_menu_logo_rr img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

.footer_copyright_rr {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(6 44 68);
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 1;
    left: auto;
    right: 0;
    width: 100%;
}

.mobmenu-right-panel {
    width: 320px;
    height: 95% !important;
    bottom: 0;
    margin: auto;
    border-radius: 20px 0 0 20px;
    border-left: 2px solid #062c44;
}

.mobile_menu_logo_rr {
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

ul#mobmenuright {
    padding: 20px 0 0;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .mob-menu-header-holder {
        display: flex;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    body.fixed .mob-menu-header-holder {
        top: 50px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}