@media only screen and (min-width: 1400px) and (max-width: 1920px) {
.col-free-product {
	width: 65%;
}
.cal-tell-us {
	width: 35%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.col-banner {
	width: 70%;
}
.col-form {
	width: 30%;
}
}

@media (max-width:767px) {
.topShopNow {
	line-height: 30px;
}	
.offerDealsSec .boxShowSec a, .shopCatMenu ul li a { 
	display: inline-block;
}
.imagesGalleryNewSec ul li {
	width: 33.333%;
}	
}

