.mobmenu-left-panel {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        background: white;
        z-index: 10001;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
    .mobmenu-left-panel.show-panel {
        left: 0;
    }
    .mobmenu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 10000;
    }
    .mob-menu-no-scroll {
        overflow: hidden;
    }
    .show-nav-left {
        overflow: hidden;
    }
    .mobmenu-content {
        padding: 20px;
        height: calc(100% - 60px);
        overflow-y: auto;
    }
    .mobmenu-left-panel .mobmenu-left-bt {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10002;}
        .mob-menu-left-bg-holder{
        background-color:  rgb(38, 71, 150);
      }  