@media only screen and (min-width: 500px) and (max-width: 2099px) {
    button#open-sidebar {
        display: none;
    }
}
@media only screen and (min-width: 100px) and (max-width: 500px) {
    label.cmt-menu-toggle-block {
        display: none;
    }
}


@media screen and (min-width: 150px) and (max-width: 500px) {
    table.table.table-bordered.contact-table{
        margin-bottom: 20px !important;
    }
    .cmt-tabs.cmt-tab-style-horizontal ul{
        display: flex !important;
        overflow-x: auto;
    }
    .tab-logo {
        width: auto !important;
    }
}

.submenu li:nth-child(even) {
    background-color: #e3e3e3;
    padding: 5px;
}
span.submenu-toggle{
    background-color: white;
    color: black;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 7px;
}
#mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    overflow: scroll;
    scrollbar-width: thin; 
    scrollbar-color: white transparent; 
    background-color: #081528;
    color: white;
    transform: translateX(-250px);
    transition: transform 0.3s ease;
    z-index: 9999;
}

nav#sidebar-nav {
    margin-top: 38px;
}

#mobile-sidebar.open {
    transform: translateX(0);
    /* Show sidebar */
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.close-btn-mobile-header {
    border-radius: 60%;
    padding: 3px 5px;
    background-color: white;
    position: absolute;
    top: 16px;
    color: black;
    height: 31px;
    line-height: 17px;
    right: 17px;
    font-size: 23px;
    cursor: pointer;
}

/* Sidebar Navigation */
#sidebar-nav ul {
    list-style-type: none;
    padding: 0;
}

.menu-item {
    padding: 15px;
    border-bottom: 1px solid #444;
}

.menu-item a {
    color: white;
    text-decoration: none;
    display: block;
}

.menu-item a:hover {
    /* background-color: #555; */
}
/* Submenu styles */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-left: 7px !important;
    background-color: #ffffff;
    border-radius: 9px;
}

.submenu li {
    padding: 5px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.submenu li a {
    color: #081528;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Active state to show submenu */
.menu-item.active .submenu {
    max-height: 1100px;
    margin-top: 31px;
    /* padding: 5px 7px; */
}

.menu-item.active .submenu li {
    opacity: 1;
}


.enquiry-btn-mobile-header {
    display: block;
    padding: 6px;
    background-color: white;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    /* margin-top: 20px; */
    margin: 9px;
}

/* Show toggle button on mobile */
@media screen and (max-width: 868px) {
    #open-sidebar {
        display: block;
        background-color: #3457f9;
        color: white;
        font-size: 26px;
        border: none;
        padding: 14px 10px;
        line-height: 6px;
        position: absolute;
        top: 23px;
        left: 15px;
        z-index: 9999;
    }

    #open-sidebar {
        display: block;
    }

    .flag-small {
        width: 29px !important;
        height: 21px;
    }

    .edu-small {
        width: 23px;
        height: 23px;
    }
}





@media only screen and (min-width: 200px) and (max-width: 500px) {
    button#myBtn {
        font-size: 12px;
        padding: 7px 21px !important;
    }

    .tmtheme_fbar_icons {
        width: 49px !important;
        height: 38px !important;
    }

    .x-icon {
        width: 30px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1199px) {
    .cmt-header-style-01 .site-branding img {
        width: 20% !important;
        max-height: 213px;
    }
}

.cmt-header-style-01 .site-branding {
    left: 2px;
    z-index: 9;
}

li#subb {
    line-height: 45px;
}

li#subb>a {
    text-transform: uppercase !important;
}

li#subb>a:before {
    display: none !important;
}

.flag-small {
    width: 21%;
}

.edu-small {
    width: 13%;
}

@media screen and (min-width: 150px) and (max-width: 1000px) {

    ul#mbl-ul-domestic,
    ul#mbl-ul-abroad {
        padding: 0 !important;
    }
}

.formy {
    rotate: -90deg;
    position: fixed;
    bottom: 470px;
    z-index: 999;
    left: -65px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}