/* =============================== Start: (min-width: 320px) and (max-width: 479px) =============================== */
@media (min-width: 320px) and (max-width: 479px) {
	.navbar-nav-responsive {
		background-color: #000000;
		margin-left: -15px;
		display: none;
	}
	.navbar-responsive{
		background-color: #000;
		min-height: 75px;
		position: fixed;
		top: 0px;
		z-index: 100;
	}
	.banner-responsive{
		margin-top: 75px;
	}
	.btn-contact-sales-res {
		position: fixed;
		margin-top: 0px;
		right: 10px;
		width: 120px;
		height: 25px;
		font-size: 10px;
	}
	.navbar-nav-responsive .dropdown-menu-res{	
		text-align: center;
	}

}
/* =============================== End: (min-width: 320px) and (max-width: 479px) =============================== */


/* =============================== Start: (min-width:  480px) and (max-width: 767px) =============================== */
@media (min-width:  480px) and (max-width: 767px) {
	.navbar-nav-responsive {
		background-color: #000000;
		margin-left: -15px;
		display: none;
	}
	.navbar-responsive{
		background-color: #000;
		min-height: 75px;
		position: fixed;
		top: 0px;
		z-index: 100;
	}
	.banner-responsive{
		margin-top: 75px;
	}
	.btn-contact-sales-res {
		position: fixed;
		margin-top: 0px;
		right: 10px;
		width: 120px;
		height: 25px;
		font-size: 10px;
	}
	.navbar-nav-responsive .dropdown-menu-res{	
		text-align: center;
	}

}
/* =============================== End: (min-width:  480px) and (max-width: 767px) =============================== */


/* =============================== Start: (min-width:  768px) and (max-width: 1023px) =============================== */
@media (min-width:  768px) and (max-width: 1023px) {


}
/* =============================== End: (min-width:  768px) and (max-width: 1023px) =============================== */



/* =============================== Start: (min-width:  1024px) and (max-width: 1280px) =============================== */
@media (min-width:  1024px) and (max-width: 1280px) {


}
/* =============================== End: (min-width:  1024px) and (max-width: 1280px) =============================== */
