@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) {

.header {
  padding: 25px 0 25px;
}
.service-box-images img {
  height: 120px;
}
.services-box-content h4 {
  font-size: 16px;
}
.footer {
  padding: 30px 0 30px;
}
.country-list-in-footer {
  font-size: 20px;
}
.country-list-in-footer span::after {
  width: 6px;
  height: 6px;
  left: -6px;
  top: 50%;
  margin-top: -3px;
}
.footer-website-url {
  margin-top: 10px;
  font-size: 15px !important;
}
.coming_soon_text h3 {
  font-size: 22px;
}
.coming_soon_text a {
  font-size: 16px;
}

.bg-text{
	align-items: flex-start;
	padding-top: 42%;
	font-size:44px;
	font-weight:700
}


}
