/* Made with love by Mutiullah Samim*/

nav,
#sub-menu {
    background-color: var(--bs-white);
}

.nav-item {

    margin: 0 18px;
}

.nav-item-loc {

    margin: 0;
}

#navbarMenu {
    flex-direction: column
}

@media only screen and (max-width: 600px) {
    .nav-item-loc {
        
       margin: 0;
    }
    .nav-item {

        margin: 0;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .nav-item-loc {

       margin: 0;
    }
    .nav-item {

        margin: 0;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .nav-item-loc {

       margin: 0;
    }  
    .nav-item {
    
        margin: 0;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
    .navbar-nav{
        width: 100%;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  
    .navbar-nav{
        width: 100%;
    }
    
 
}