/*------------------------------------*\
    RESPONSIVE MIN WIDTH
\*------------------------------------*/

@media (min-width:1150px) {


}


@media (min-width:1025px) {
	
}


@media(min-width:992px){



    
}



/*------------------------------------*\
    RESPONSIVE MAX WIDTH
\*------------------------------------*/

@media only screen and (max-width:1350px){
   
 
}

@media only screen and (max-width:1250px){


}


@media only screen and (max-width:1199px){
    
}

@media only screen and (max-width:1024px){
   
    .toggle-container label{
        padding: 5px 10px;
        font-size: 14px;
    }
    
}



@media only screen and (max-width:991px) {

    nav.navbar {
        position: initial;
    }

    .navbar button.navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-collapse{
        position: absolute;
        width: 100%;
        left: 0px;
        background: #f6f6f6;
        top: 56px;
        padding: 0px 15px;
        z-index: 99;
    }
    
    div#navmenu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        background: #fff;
        padding: 10px;
        z-index: 9;
    }

    .navbar button.navbar-toggler {
        height: 40px;
        width: 40px;
        border: 0;
    }
   
    nav.navbar > div {
        justify-content: flex-end !important;
    }
}

@media only screen and (max-width:767px) {
    
    .toggle-container label{
        padding: 5px 10px;
        font-size: 14px;
    }
    
}



@media only screen and (max-width:575px) {

   
}

@media only screen and (max-width:480px) {

}