.mob-menu-header-holder {
    width: 100%;
    background-color: unset !important;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 51px !important;
    right: 15px;
}

.mob-menu-logo-holder {
    /* margin-top: 0; */
    /* height: 40px; */
    background: transparent;
}


/* .mobmenur-container i {
    color: #000;
} */

.mobmenu .headertext {
    padding: 0 !important;
}

.mobmenur-container {
    position: absolute;
    right: 2px;
    margin: 0;
    top: 10px;
}

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: #222;
}

.mobile_menu_logo_rr {
    display: flex;
    width: 200px;
    background: #fff;
    padding: 6px;
    margin: auto;
    margin-bottom: 20px;
}

.mobmenu-left-panel .mobmenu-left-bt,
.mobmenu-right-panel .mobmenu-right-bt {
    right: 10px;
    top: 10px;
}

.mobmenu-content li {
    /* / border-bottom: 1px solid #ddddddba; / */
    position: relative;
}

.mobmenu-content li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../../../../../wp-content/uploads/2024/08/title-before.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: 16px;
}

.mobmenu-content #mobmenuright li a {
    padding-left: 40px;
}

.mobmenu-content #mobmenuright .sub-menu a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.mobmenu-content #mobmenuright .sub-menu {
    background-color: #ffffff99;
}

.mobmenu-content .sub-menu li:after {
    background: #000;
}

.mob-icon-menu-3:before {
    color: #ae1922 !important;
}

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: #000;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 1;
}

@media all and (min-width: 320px) and (max-width: 767px) {}

@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) {}