@media (min-width: 1200px) and (max-width: 1366px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
  .home_banner img {
    /* height: 60vh; */
  }
  .top_text h2 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .top_text p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
  .special_offers h2 {
    font-size: 25px;
  }
  .special_offers .card {
    margin-bottom: 20px;
  }
  .special_offers .card img {
    height: 430px;
  }
  .special_offers .card .text h3 {
    font-size: 25px;
  }
  .special_offers .card .text p {
    font-size: 15px;
  }
  .special_offers .card .text hr {
    margin: 15px auto;
  }
  .offers_tc h4 {
    font-size: 15px;
  }
  .offers_tc p {
    font-size: 10px;
    line-height: 15px;
  }
  .holiday_getaways h2 {
    font-size: 25px;
  }
  .holiday_getaways p {
    font-size: 16px;
  }
  .holiday_getaways ul li button {
    margin: 3px 3px 20px;
    font-size: 11px;
    padding: 0 8px;
    height: 25px;
  }
  .holiday_getaways .tab-content .card {
    height: 460px;
  }
  .holiday_getaways .tab-content .card img {
    height: 230px;
    object-fit: cover;
  }
  .holiday_getaways .tab-content .card .text {
    height: 120px;
  }
  .holiday_getaways .tab-content .card h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .holiday_getaways .tab-content .card p {
    font-size: 12px;
  }
  .holiday_getaways .tab-content .card label {
    font-size: 12px;
    padding: 10px 0;
  }
  .holiday_getaways .tab-content .card a button {
    height: 35px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 20px;
    font-size: 14px;
    width: 125px;
  }
  footer .contact {
    display: grid;
    width: fit-content;
    height: 65px;
    padding: 10px 20px;
    margin: 10px auto;
  }
  footer .social-media a {
    font-size: 12px;
    margin-right: 15px;
  }
  footer .contact a {
    font-size: 14px;
  }
  footer p {
    font-size: 12px;
  }
}
