@media only screen and (max-width: 1200px) {
 

}


@media only screen and (max-width: 1080px) {


}



@media only screen and (max-width: 991px) {
  
  .homefromcontainer h2 {
	  font-size: 35px;
	}
	.homeproductsection h2 {
	  font-size: 35px;
	}
	.productdistritext h2 {
	  font-size: 35px;
	}
	.aboutherotext h1{
		font-size: 35px;
	}
	.productdistriimgB img {
	  width: 100%;
	  min-width: 100%;
	}
}


@media only screen and (max-width: 767px) {
  .homefromcontainer{
  	margin: 20px 0 0 0;
  }
  .homefromcontainer h2{
  	font-size: 30px;
  }
  .homeproductsection h2{
  	font-size: 30px;
  }
  .productdistriimgB {
	text-align: center;
  }
  .productdistritext h2{
  	font-size: 30px;
  	padding-bottom: 0px;
  }
  .aboutherotext h1{
  	font-size: 30px;
  }
  .homeheroimg img {
	  left: 0px;
	}
	.aboutherotext {
	  left: 0px;
	  padding: 15px;
	}
	.aboutuscontainer {
	  padding: 0 15px;
	}

	.productanddistribution{
		padding: 0 15px;
	}
	.productdistritext{
		margin: 15px 0 0 0;
	}
	.footertext p {
	  font-size: 15px;
	}
}


@media only screen and (max-width: 640px) {

}


@media only screen and (max-width: 479px) {

}





