@media screen and (min-width :1199px) and (max-width: 1366px) {
	
	
}

@media screen and (min-width: 992px) and (max-width: 1198px) {
	
	
}

/********Sm-start*******/
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 768px) {
	
	
}

@media screen and (min-width: 480px) and (max-width: 766px) {
	
	
}

/********xs-start********/
@media screen and (max-width: 767px) {
	.banner {
		height:300px;
	}
	.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
		height:300px;
	}
	.slider-box img:last-child {
		display:none;
	}
	.slider {
		top:10%;
	}
	.slide-text > h1 {
		font-size:17px;
	}
	.slide-text > p {
		font-size:15px;
	}
	.slider-box1 img {
		margin:40px auto;
		display:table;
	}
	.header-right ul li {
		padding:3px 4px;
	}
	.header-right ul {
		margin:0 auto;
		display:table;
		float:none;
	}
	.logo a img {
		margin:0 auto;
		display:table;
	}
	.header-icon ul {
		margin:10px auto;
		display:table;
		float:none;
	}
	.light-box {
		margin-bottom:20px;
	}
	.hm-abt{
		padding:30px 0;
	}
	.abt-head {
		margin-bottom:20px;
		position:relative;
	}
	.abt-head:after {
		font-size:50px;
		position:absolute;
		top:12px;
	}
	.abt-head h1 {
		font-size:24px;
	}
	.hm-prod-head h1 {
		font-size:24px;
	}
	.hm-foot-left {
		padding-top:20px;
	}
	.text-colo > p, .text-colo1 > p {
		font-size:12px !important;
		margin-bottom:0px !important;
		color:#464646 !important;
	}
	.text-colo > h1, .text-colo1 > h1 {
		font-size:14px !important;
		color:#464646 !important;
	}
	.text-colo, .text-colo1 {
		padding:15px 25px;
	}
	.text-colo1 p:nth-last-child(2) {
		display:none;
	}
	.navbar-header::before {
		position: absolute;
		top: 14px;
		left: 15px;
		content: "Site Navigation";
		font-size: 20px;
		line-height: 21px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.25px;
		font-family: 'Montserrat', sans-serif;
	}
	.navbar-toggle .icon-bar {
		width:28px;
	}
	.inner-banner-detail h2 {
		font-size:17px;
	}
	.inner-banner {
		padding:40px 0;
	}
	.inner-main-head h1 {
		font-size:22px;
	}
	.lamp-head h4 {
		font-size:16px;
	}
	.hm-foot-left h3 {
		font-size:18px;
	}
	.air-field, .air-field1, .air-field2 {
		margin:15px auto;
	}
	.hm-prod-main .prod-head h4 {
		font-size:14px;
	}
	
}

@media screen and (max-width: 360px) {
	
	
	
}

@media screen and (max-width: 320px) {
	
	
}