/*	css_headerfixed.css
	fix responsive view for the header section
===========================================================================*/
@media (max-width: 2999.98px) {
	#sp-menu #offcanvas-toggler {
		display: none !important;
	}
}
@media (max-width: 991.98px) {
	#sp-menu #offcanvas-toggler {
		display: block !important;
	}
	#sp-menu .sp-megamenu-parent {
		display: none !important;
	}
	#sp-top1, #sp-top2,
	#sp-logo.col-10,
	#sp-menu.col-2 {
	display: inline-block;
	}
	#sp-menu.col-2 {
	float: right;
	}
}