@media (max-width: 991px) {
    .SideBarNav.open {
        width: 35% !important;
        right: 0 !important;
        
    }
    .SideBarNav.open .menu{
        padding: 10px 10px;
    }

    .SideBarNav.open .menu:hover .tabs {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .SideBarNav.open {
        width: 40% !important;
        right: 0 !important; 
    }
    .SideBarNav.open .menu{
        padding: 10px 10px;
    }

    .SideBarNav.open .menu:hover .tabs {
        width: 60%;
    }
}

@media (max-width: 575.98px) {
    .tronix-settings-content-box h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .SideBarNav.open {
        width: 100% !important;
        right: 0 !important; 
    }
    .SideBarNav.open .menu{
        padding: 10px 10px;
    }

    .SideBarNav.open .menu:hover .tabs {
        width: 77%;
    }

    /* .openMenuBtn {
        font-size: 25px !important;
        width: 45px !important;
        height: 45px !important; 
        margin-left: 8px !important;
        margin-right: 8px !important;
    } */

    .SideBarNav .menu .tabs ul li {
        padding: 10px 0 !important;
    }

    .tronix-menu-toggle {
        width: 30px !important;
        height: 32px !important;
        font-size: 16px !important;
    }
    
}

/* SideBar Menu Start  */
.SideBarNav {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1024;
    top: 0;
    right: -25%;
    /* background-image: url('https://appinventors.com/wp-content/uploads/2024/01/pattern-bg-1.webp'); */
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #eeeded;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 0px;
}

.SideBarNav .menu {
    padding: 10px 44px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.SideBarNav .menu span {
    color: #000;
    font-weight: 800;
    font-size: 23px;
    cursor: pointer;
    font-family: 'Maven Pro', sans-serif;
}

.SideBarNav .closeMenuBtn {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.openMenuBtn {
    font-size: 25px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 2px solid #FE973A;
    color: #FE973A;
    position: relative;
}
.openMenuBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.SideBarNav .menu .tabs {
    width: 0%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -75%;
    background: #f2f2f2;
    transition: .5s all;
    padding-top: 15px;
}

.SideBarNav .menu .tabs span.Maintitle {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    font-family: 'Maven Pro', sans-serif;
}

.SideBarNav .menu:hover .tabs {
    width: 75%;
    left: 0;
    overflow-y: scroll;
}

.SideBarNav .menu .tabs ul li {
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.SideBarNav .menu .tabs ul li.title.un_title a,
.SideBarNav .menu .tabs ul li a {
    color: #303030cf;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
}

.SideBarNav .menu .tabs ul li.title a {
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: 'Maven Pro', sans-serif;
    line-height: 17px;
    font-size: 15px;
    text-transform: uppercase;
}

.SideBarNav .menu .tabs ul li.title a img {
    height: 20px;
}

.SideBarNav.close {
    width: 0px;
    right: -25%;
}

.SideBarNav.open {
    width: 25%;
    right: 0;
}

.SideBarNav .menu .tabs .mega_menu ul li {
    border-bottom: 0;
}