@media only screen and (min-width: 2600px){
}

@media only screen and (min-width: 1600px){
}

@media only screen and (max-width: 1199px){

@media only screen and (max-width: 991px){
.container{
    max-width: 100%;
}

/*menu settings start */
.navbar-toggler.menu_box {
    position: relative;
    z-index: 99999;
    transition: .3s all;
}

.menuactive .menu_box {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

div#mobile-menu {
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 999;
    background: #fff;
    max-width: 220px;
    width: 100%;
    min-height: 100vh;
    box-shadow: -2px 0 7px rgba(0, 0, 0, 0.3);
    transition: .3s all;
}

div#mobile-menu.show {
    right: -15px;
}

div#mobile-menu .menu_nav a.nav-link {
    padding: 10px 20px;
    border-bottom: 1px solid #dedfe1;
}
/* menu settings end */
}

@media only screen and (max-width: 768px){
}

@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 576px){
header.header-section{
	padding-right: 0;
	padding-left: 0;
}

div#mobile-menu {
    max-width: 100%;
}

div#mobile-menu.show {
	right: 0;
}
}

@media only screen and (max-width: 575px){
}

@media only screen and (max-width: 374px){
}

@media only screen and (max-width: 340px){
}