@media screen and (max-width: 1200px){

}

@media screen and (max-width: 1120px){

.bottom-feature-ul .feature-li .feature-icon-wr {
  display: block;
  margin: 0 auto 35px;
}

}

@media screen and (max-width: 800px){

.site-footer .left {
  text-align: center;
  width: 100%;
}

.site-footer .right {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.footer-menu {
  margin: 10px 0 0;
  width: 100%;
}

.footer-menu li a {
  margin-left: 3px;
  padding-left: 5px;
}

.footer-menu li:first-child a {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.copyright-text {
  margin-right: 10px;
}

}

@media screen and (max-width: 600px){

.hide-in-mobile{
  display: none;
}

.logo.left {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.header-right.right {
  text-align: center;
  width: 100%;
}

.section-head {
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.2;
}

.section-1 .right p {
  margin: 25px 0 0;
}

.site-header.landing-header,
.country-wr {
  padding: 8% 0;
}

.country-wr h2{
  margin: 35px 0 25px;
  font-size: 32px;
}

h3.header-subtitle {
  font-size: 24px;
  margin-top: 35px;
}

}

@media screen and (max-width: 550px){

}

@media screen and (max-width: 450px){

}

@media screen and (max-width: 380px){

}