/*mobile*/
@media screen and (min-width:320px) and (max-width:767px) {
	.bannerCont, .bannerCarousel{height:200px;}
	.bannerText{height: 200px;}
	.bannerImg1{height:200px;}
	.product_desc{height:180px;}
	.blogs{height:240px;}
	.newsFeeds .news .imgContainer{height:120px;}
	.newsFeeds .news .mainContent{height:120px;}
	.product_Img .subText .prod1{width:45%;}
	.product_Img .subText .prod2{width:45%;}
	.product_desc{width:100%;}
	.product_Img .subText{width:95%;}
	.clientSlider, .clientsCarousel{height:100px;}
}
/*ipad*/
@media screen and (min-width:768px) and (max-width:1023px) {
	.bannerCont, .bannerCarousel{height:300px;}
	.bannerText{height: 300px;}
	.bannerImg1{height:300px;}
	.product_desc{height:250px;}
	.blogs{height:400px;}
	.newsFeeds .news .imgContainer{height:200px;}
	.newsFeeds .news .mainContent{height:200px;}
	.clientSlider, .clientsCarousel{height:140px;}
}
/*tablet*/
@media screen and (min-width:1024px) and (max-width:1348px) {
	
	
}

/*large Device*/
@media screen and (min-width:1349px) and (max-width: 1439px) {
	.bannerCarousel .item{width:1366px;}
	.product_desc{background-color:#353334; width:49%; height:393px;}
	.newsFeeds .news .imgContainer{height:250px;}
	.newsFeeds .news .mainContent{height:250px;}
}
@media screen and (min-width:1440px){
	.bannerCarousel .item{width:100%;}
	.product_desc{background-color:#353334; width:49%; height:393px;}
	.newsFeeds .news .imgContainer{height:250px;}
	.newsFeeds .news .mainContent{height:250px;}
}
/*2560*/
@media screen and (min-width:2560px) {
	.bannerCarousel .item{width:100%;}
	.product_desc{background-color:#353334; width:49%; height:393px;}
	.newsFeeds .news .imgContainer{height:250px;}
	.newsFeeds .news .mainContent{height:250px;}
}