@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) {
	.hm-abt-head h2 {
		font-size:24px;
	}
	.hm-abt-main h3 {
		font-size:20px;
	}
	.footer-link ul li {
		padding:4px 0;
	}
	.pull-right {
		float:none !important;
	}
	.menu ul li {
		padding:2px 5px;
	}
	.slider {
		top:18%;
	}
	.slide-text > h1 {
		font-size:16px;
		width:100%;
		font-weight:normal;
	}
	.slide-text > a.btn-primary, .slide-text > a.btn-default {
		float:left;
		padding:7px 13px;
		font-size:10px;
		display:inline-block;
		margin:10px 5px;
	}
	.slide-text > p {
		font-size:13px;
	}
	.carousel-indicators {
		display:none;
	}
	.slider-box img {
		width:100%;
		height:100%;
	}
	.footer-logo{
		margin-bottom:10px;
	}
	.footer-logo img {
		float:none;
		margin:0 auto;
		display:table;
	}
	.footer-link ul li a {
		padding:0 9px;
		text-align:center;
	}
	.slide-text p {
		display:none;
	}
	.inn-banner img {
		height:100%;
	}
	.product-main:after {
		display:none;
	}
	.slide-image {
		height:145px !important;
	}
	.main-timeline1 .timeline-content1:after {
		width:39px;
		right:2px;
	}
}

@media screen and (max-width: 360px) {
	
	
	
}

@media screen and (max-width: 320px) {
	
	
}