@media screen and ( max-width: 720px )
{
	
	.main{
		padding: 0 15px;
	}
	.logo img{
		float: left;
		width: 100%;
		height: 60px;
		text-align: center;
		margin-bottom: 15px;
	}
	
.header-right{
	display: none;
}

	.menu{
		display:none;
	}
	.slider img{
		height: 180px;
	}
	
	#cssmenu{
		display: inline-block;
		width: 100%;
	}
	.home-products-box{
		width: 100%;
	}

	.home-products-box img{
		height: 200px;
	}
	.img-border2{
		font-size: 16px;
	}

	.img-border a{
		font-size: 16px;
	}
	.home_video_left{
		display: none;
	}
	.home_video_right{
		width: 100%;
		padding-bottom: 20px;
	}
	.home_video_right_inner{
		width: 100%;
	}
	#home_video{
		float: left;
		width: 100%;
		height: auto;
	}

	.footer img{
		float: left;
		height: 60px;
		margin: 0 10px 0 0;
	}
	.copyright{
		text-align: center;
	}
	.footer_social{
		display: none;
	}
	.page_title{
		padding: 60px 0;
	}
	
	.page_title h1{
		font-size: 20px;
	}
	.clients img{
		height: 80px;
		margin: 0 10px 10px 0;
		float: left;
	}
	.UNITECH{
		text-align: center;
	}
	.main_body{
		margin: 0 auto;
		max-width: 1170px;
		display: block;
		padding: 30px 15px;
		background: rgba(255, 255, 255, .8);
	}
	.main_body h3{
		text-align: left;
		font-size: 20px;
	}
	.products_catagory img{
		width: 100%;
		height: 180px;
		margin: 0;
		padding: 0;
		transition: transform .7s;
	}

	.factory_big_img img{
		height: 240px;
		margin-bottom: 20px;
	}
	.factory_gallery img{
		height: 200px;
	}
	.product_gallery{
		height: 150px;
		width: 140px;
		float: left;
		margin: 0 10px 10px 0;
		
	}
	
	.product_gallery img{
		height: 150px;
		width: 140px;
		float: left;
	}






}






























