@media only screen and (max-width: 1500px) {
  .footer_img img:first-child {
    height: 100px;
    top: 15px;
    position: relative;
  }
  .footer_img img:nth-child(2) {
    height: 48px;
  }
  .footer_img img:nth-child(3) {
    height: 130px;
    top: 0;
  }
}

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

@media only screen and (max-width: 1280px) {
  .holiday_category ul li {
    margin-right: 30px;
  }
  .holiday_category ul li a {
    font-size: 15px;
  }
  .footer_img img:nth-child(3) {
    height: 100px;
    top: -5px;
  }
  .footer_img img:first-child {
    height: 80px;
    top: 0;
    position: relative;
  }
  .footer_img img:nth-child(2) {
    height: 35px;
  }
  .header_right li a {
    font-size: 14px;
  }
  h3 {
    font-size: 32px;
  }
  .stress_free_bx h3 {
    font-size: 28px;
  }
  #counter span {
    font-size: 32px;
    line-height: 42px;
  }
  .regards_travelers {
    overflow: hidden;
  }
  .balloon {
    width: 220px;
  }
  .quote_text p {
    font-size: 16px;
  }
  .main-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1171px) {
  .holiday_category ul li {
    margin-right: 40px;
  }
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .main_banner_inner {
    height: 400px;
  }
}

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

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

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

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