@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .header_section .container {
    position: relative;
  }

  .header_section {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
  }

  .custom_nav-container {
    justify-content: flex-start;
    min-height: 90px;
    align-items: center;
  }

  .custom_nav-container .navbar-brand {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin: 0;
    line-height: 0;
  }

  .custom_nav-container .navbar-brand span {
    display: block;
    line-height: 0;
  }

  .custom_nav-container .navbar-brand img {
    height: auto;
    display: block;
  }

  .custom_nav-container .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
  }

  .custom_nav-container .navbar-collapse {
    background-color: #ffffff;
    padding-bottom: 15px;
    margin-top: 90px;
  }

  .sub_page .hero_area {
    background-color: #ffffff;
  }

  .sub_page .hero_area .bg-box {
    display: none;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    padding-left: 0;
    align-items: center;
  }

  .user_option{
    justify-content: center;
    margin-top: 15px;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

  .offer_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {

  .slider_section .detail-box {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 45px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .slider_section .detail-box p {
    color: #333333 !important;
    font-weight: 500;
  }

  .slider_section .detail-box h1 {
    color: #cc7f73;
    font-size: 2.25rem;
  }

  .about_section .detail-box,
  .book_section .form_container {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .offer_section .box {
    flex-direction: row;
    text-align: left;
  }

  .offer_section .box .img-box {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

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

@media (max-width: 480px) {}

@media (max-width: 430px) {
  .offer_section .box {
    flex-direction: column;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 1.9rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


@media (min-width:576px) and (max-width:991px) {
  .rent_solution_container .col-md-4.col-sm-6 {
    float: left;
    width: 50%;
  }
}