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

@media (max-width: 1120px) {
	.offer_section .box {
		height:220px;
	}
}

@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 {
	height:164px;
	background-size: 50%;
  }
  .detail-box h2 {
	  font-size: 1.4rem;
  }
 .detail-box h5 {
	  font-size: 1.1rem!important;
  }
  .detail-box a {
	  font-size: 0.8rem!important;
  }
  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
	width: 145px;
    min-width: 145px;
  }
}

@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;
	height: 230px;
  }
  .offer_section .box .img-box {
    margin-right: 15px;
    margin-bottom: 0;
	width: 200px;
    min-width: 200px;
  }
  .offer_section .box {
	height:164px;
	background-size: 50%;
  }
  .detail-box h2 {
	  font-size: 2rem;
  }
  .detail-box h5 {
	  font-size: 1.3rem!important;
  }
  .detail-box a {
	  font-size: 0.8rem!important;
  }
}

@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 (max-width: 360px) {
	.slider_section .detail-box h1 {
		font-size: 3rem;
	}
	.food_section .minibox {
		height:420px;
	}
	.food_section .minibox .detail-box-full {
		padding-top:20px;
	}
	.food_section .minibox .detail-box-full h5  {
		font-size:1.35em;
	}
	.food_section .minibox .detail-box-full div {
		font-size:22px;
    }
}

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