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

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

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

  .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;
  }
  .custom_nav-container .navbar-collapse{
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    border-radius: 5px;
    background: #212528;
    z-index: 123;
    padding-bottom: 30px;    
  }
  .border-md-right{
    border-right: 0 ;
  }
  
}

@media (max-width: 767px) {

  .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;
  }
  .alcohol-section {
    padding: 60px 0;
  }
  .alcohol-section h2 {
    font-size: 32px;
  }
  .layout_padding {
    padding: 60px 0;
  }
  .offer_section {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .food_section {
    padding: 60px 0;    
  }
  .food_section .btn-box {
    margin-top: 40px;
  }
  .food_section .btn-box a {
    font-size: 16px;
    padding: 10px 40px;
  }
  .gallery-section {
    padding: 60px 0;
  }
  .client_section {
    padding-top: 60px;
  }
  .footer_section{
    padding-top: 55px;
  }

}

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

@media (max-width: 480px) {
  .alcohol-section img.fill-logo {
    width: 90px;
  }
  .alcohol-section h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .alcohol-section h2 {
    font-size: 28px;
  }
  .alcohol-section ul li{
    font-size: 15px;
  }
  .offer_section .box .detail-box h5 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .offer_section .box .detail-box h6{
    font-size: 18px;
  }
  .offer_section .box .detail-box h6 span {
    font-size: 2rem;
  }
  .heading_container h2 {
    font-size: 2.5rem;
  }
  .slider_section { 
    padding: 40px 0 45px 0;
  }
  .slider_section .detail-box {
    margin-bottom: 55px;
  }
  .strictly-text {
      font-size: 14px;
      margin-bottom: 15px;
  }

}

@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: 2.5rem;
  }
}

@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%;
  }
}