.mob-menu-header-holder {
    display: none;
}

.mob-menu-logo-holder {
    display: none;
}

.mob-menu-header-holder {
    border-radius: 0px;
    /* width: 100%; */
    background-color: unset !important;
    width: 33px;
    height: 33px;
    position: fixed;
    top: 65px !important;
    right: 10px;
    background: #f2bd23 !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: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body.fixed .mob-menu-header-holder {
    top: 33px !important;
}

.mobmenu-content li>.sub-menu li {
    padding-left: unset;
}

/* .sub-menu {
    width: 100% !important;
} */

.mobmenur-container img {
    filter: invert(1);
}

/* .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: #f2bd23 !important;
}

.mobmenu-content #mobmenuright .sub-menu li:hover a {
    color: #f2bd23 !important;
}

.mob-menu-right-bg-holder {
    opacity: 1;
    background: #222;
}

.mobmenu-right-panel .mob-cancel-button {
    color: #fff !important;
}

.mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel {
    height: 100% !important;
}

.mobmenu-left-panel .mobmenu-left-bt,
.mobmenu-right-panel .mobmenu-right-bt {
    right: 6px;
    top: 10px;
    background: transparent;
    border-radius: 5px;
    /* border: 1px solid #f2bd23; */
}

.mobmenu-content li a {
    font-size: 14px !important;
    color: #fff !important;
}

.mobmenu-content li {
    /* / border-bottom: 1px solid #ddddddba;/  */
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mobmenu-content li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 auto;
    width: 100%;
    height: 1px;
    background: #f2bd23;
}

.mobmenu-content li:last-child:after,
.mobmenu-content li:last-child:before {
    display: none !important;
}

.mob-expand-submenu i {
    font-size: 18px;
}

.mobmenu-content #mobmenuright li a {
    padding-left: 26px;
    padding-right: 10px;
}

.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: 22px !important;
    padding: 5px;
    padding: 1px 3px;
}

.mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent !important;
    padding-left: 20px !important;

}

.mobmenu-content #mobmenuright .sub-menu li {
    clip-path: inset(0 100% 0% 0%);
    transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.mobmenu-content #mobmenuright .sub-menu.show-sub-menu li {
    clip-path: inset(0 0 0% 0);
}

.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: 100px;
    width: 100%;
    object-fit: contain;
}

.footer_copyright_rr {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    /* height: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2bd23;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    opacity: 1;
    position: absolute;
    bottom: 0;

}

.foo_btm_main_box {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
}

.mobmenu-right-panel {
    width: 100%;
    height: 100% !important;
    bottom: 0;
    margin: auto;
}

.mobile_menu_logo_rr {
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition-delay: 0.2s !important;
}

.show-panel .mobile_menu_logo_rr {
    /* left: 0; */
    clip-path: inset(0 0 0% 0);
}

ul#mobmenuright {
    padding: 20px 0 0;
}

.mobmenu-content #mobmenuright li:hover {
    background-color: transparent !important;
}


.mobmenu-content li {
    right: -100%;
    opacity: 0;
    transition: 1s !important;
}

.show-panel .mobmenu-content li {
    right: 0;
    opacity: 1;
}

.footer_scl_box_inner .footer_con_info_main_box {
    width: 100% !important;
    padding: 0 0 20px !important;
}

.footer_scl_box_inner {
    padding: 0px 20px 10px;
}

.footer_scl_box_inner .footer_con_info_main_box_inner {
    justify-content: start;
}

.footer_scl_box_inner .footer_con_info_main_box_2:after,
.footer_scl_box_inner .footer_con_info_main_box_2:before {
    display: none !important;
}



.footer_scl_box_inner .footer_con_info_main_box {
    clip-path: inset(0 100% 0% 0%);
    transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.show-panel .footer_scl_box_inner .footer_con_info_main_box {
    clip-path: inset(0 0 0% 0);
}


.mobmenu-right-panel {
    width: 300px;
}

.show-panel .mobmenu-content li {
    right: 0;
    opacity: 1;
    transform: translateY(0%);
}

.mobmenu-content li {
    right: -70px;
    opacity: 0;
    transition: 1s !important;
    transform: translateY(200%);
}


.footer_copyright_rr {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition-delay: 1.5s !important;
}

.show-panel .footer_copyright_rr {
    clip-path: inset(0 0 0 0);
}

.mobmenu-content {
    margin-top: 0 !important;
    padding-bottom: 0px !important;
    z-index: 1;
    height: calc(100% - 100px);
    overflow: auto;
    padding-top: 55px;
    overflow-x: hidden;
}

.mobmenu-content #mobmenuright>li>a:hover {
    background-color: transparent !important;
}

.mobmenur-container i {
    font-size: 22px !important;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .mob-menu-header-holder {
        display: flex;
        top: 33px !important;
    }
}

@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) {}