@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) {
	.header-bg {
		display:none;
	}
	.hm-logo {
		margin:0 auto;
		display:table;
	}
	.menu ul li {
		border:none;
	}
	.menu ul li {
		margin:0px;
	}
	.navbar-nav {
		float:left;
	} 
	.affix {
		padding:0px;
	}
	.footer-icon {
		margin-bottom:60px;
		margin-top:10px;
	}
	.light-main:after {
		display:none;
	}
	.light-main {
		margin-bottom:20px;
	}
	.dropdown-menu {
		display:none;
	}
	.dropdown-menu:hover {
		display:block;
	}
	.slide-text > h1 {
		font-size:20px;
		text-align:center;
	}
	.slide-text > p {
		display:none;
	}
	.slide-text > a.btn-primary, .slide-text > a.btn-default {
		font-family: 'Hind Siliguri', sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		padding: 8px 15px;
		background: #055589;
		border: 2px solid #055589;
		color: #fff;
	}
	.abt-head h1  {
		font-size:26px;
	}
	.prod-head h2 {
		font-size:26px;
	}
	.service-head h2 {
		font-size:26px;
		padding-top:15px;
	}
	.ser-detail h4::before {
		display:none;
	}
	.ser-detail p {
		font-size:12px;
		line-height:22px;
	}
	.ser-detail {
		padding-right:10px;
	}
	.abt-inn-left:after {
		display:none;
	}
	.washer-box h4 {
		font-size:14px;
	}
	.tab_wrapper .content_wrapper .tab_content {
		padding:15px 5px;
	}

	
}

@media screen and (max-width: 360px) {
	
	
	
}

@media screen and (max-width: 320px) {
	
	
}