@media only screen and (min-width: 1400px) and (max-width: 4000px) {
	
}



@media screen and (min-width: 1600px) {

	
}
@media screen and (min-width: 1900px) {
	

	
}


 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {



}
 @media only screen and (max-width: 991px) and (min-width: 768px) {


}
 @media only screen and (max-width: 767px) {

.banner-caption h1 {
  font-size: 21px;  
}
.footer-colm {
  margin: 0 0 10px;
}
.icon-text a {
  font-size: 14px;
}
.icon-text i.icon img{
  width: 22px;
  height: auto;
}
.copywrite {
  font-size: 14px;
}
.hero-banner-section .container{
padding-top: 0px !important;
}

}
