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

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

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }
  .all{
    width: 50% !important;
    padding-left:8px ; 
    padding-right:8px;
  }
  .img-box{
    height: 150px !important ;
  }
  .detail-box{
    padding:6px !important;
    font-size: 12px;
    max-height: 80px !important;
    min-height: 80px !important;
  }
  .filters_menu{
    margin-bottom: 0px !important;
  }
  .mat-name{
    font-size: 12px !important;
  }
  .btn-plus-cart , .btn-minus-cart, .btn-danger{
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
 .table td {
    padding: 6px !important;
  }
  .quantity {
    width: auto;
  }
  .mx-auto{
    width: 8rem !important;
  }
  .mx-auto-cart{
    width: 4rem;
  }
  .list-inline {
    padding-right: 0px;
  }
  .img-popup{
    padding-left: 10px;
  }
  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    padding-left: 0;
    align-items: center;
  }
  .list-inline{
    padding-left: 0;
    font-size: 12px;
  }
  .user_option{
    justify-content: center;
  }
  #navbarSupportedContent{
    font-size: 12px;
  }
  .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) {

  .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: 3rem;
  }
}

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