/* RESPONSIVE  */

@media only screen and (min-width: 1600px){

}

@media only screen and (max-width: 1023px){
	.hide-sm,
	.main-header .header-top,
	.main-header .main-box{
		display: none !important;
	}

	.main-header{
		position: relative;
	}

	.mobile-header{
		position: relative;
		display: block;
		width: 100%;
		background-color: #ffffff;
		margin: 0;
		padding: 20px 15px;
	}

	.nav-outer .mobile-nav-toggler{
		display: block;
	}

	.main-header .nav-outer .main-menu{
		display: none;
	}

	.nav-outer .mobile-nav-toggler{
		padding: 5px 0;
	}

	.mobile-header.fixed-header{
		position: fixed;
		top: 0;
		width: 100%;
	}

	.fixed-header .mobile-sticky-header{
		opacity: 1;
		visibility: visible;
	}

	.main-slider{
		text-align: center;
	}
}

@media only screen and (min-width: 767px){

}

@media only screen and (min-width: 992px){

}

@media only screen and (max-width: 991px){

}

@media screen and (min-width: 768px) and (max-width: 990px) {

}

@media only screen and (max-width: 767px){

}	

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 400px){

}

@media only screen and (max-width: 350px){

}
