@media only screen and (max-width: 1199px) {
  .hero::before {
    background-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .hero .hero_content h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .section_title h2 {
    font-size: 42px;
  }
  .foryou .foryou_list ul li {
    text-align: center;
  }
  .foryou .foryou_list ul li i {
    display: block;
    text-align: center;
    margin: 0px auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero_content h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .hero::before {
    display: none;
  }
  .testimonial .owl-nav .owl-next {
    right: 0;
  }
  .testimonial .owl-nav .owl-prev {
    left: 0;
  }
  .testimonial .testimonial_area .owl-carousel .item .item_testimonial {
    flex-direction: column;
  }
  .bookform .booking_area form .form-check-input {
    margin-top: 5px;
  }
}
