/* /Extra large devices (large desktops, 1200px and up)/ */
@media (min-width: 1600px) { 
	.container{
		max-width: 1470px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 53.2%;
	}
	.container{
		max-width: 1230px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.98px){
	html{
		font-size: 46.5%;
	}
	.container{
		max-width: 1100px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 40.4%;
	}
}

@media (max-width: 991.98px) {
	html{
		font-size: 50%;
	}
	.menu_wrapp{
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #000;
		text-align: center;
		z-index: -1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: auto;
		padding-top: 8.5rem;
		padding-bottom: 3rem;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	.menu_wrapp.current{
		left: 0;
	}
	.hamburger-menu {
		display: block;
	}
	#menu li{
		display: block;
		margin-top: 2.5rem;
	}
	#menu li:last-child a{
		padding-left: 0;
	}
	.btn_wrap {
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    margin-top: 5rem;
	}
	.menu_wrapp .shop_btn {
	    margin-top: 2rem;
	}
	.home_area {
	    padding: 5rem 0 20.1rem;
	}
	.travel_top {
    	flex-wrap: wrap;
	}
	.custom_explore{
		margin-top: 2rem;
	}
	.make_img {
	    width: 22rem;
	}
	.multi_img {
	    display: none;
	}
	.footer_bott {
	    flex-wrap: wrap;
	}
	.home_check {
	    display: block;
	    max-width: 100%; 
	    padding: 2rem;
	    border-radius: 1rem;
	}
	.check_item .hotel_btn {
	    color: #fff;
	    padding: 2rem 2rem;
	    margin-top: 2rem;
	}
	.home_area h1 {
	    text-align: center;
	    font-size: 6rem;
	}
	.select_form {
		display: block;
		padding: 3rem;
		border-radius: 2rem;
	}
	.home_content.v2 .select_form>div:nth-child(1), .home_content.v2 .select_form>div:nth-child(2) {
		border-right: none;
		margin-bottom: 2rem;
	}
	.select_form .hotel_btn{
		margin-top: 2rem;
		width: 100%;
	}
	.deluxe_room_items {
		flex-wrap: wrap;
	}
	.sorting_wrap {
		flex-wrap: wrap;
	}
	.deluxe_room_img {
		width: 100%;
		margin-bottom: 2.4rem;
	}
	.deluxe_room_img .deluxe_height {
		height: 35rem;
	}
}

/* /Medium devices (tablets, 767px and down)/ */
@media (max-width: 767.98px) {
	html{
		font-size: 40%;
	}
}

/* /Small devices (landscape phones, 575px and down)/ */
@media (max-width: 575.98px) {
	html{
		font-size: 1.7vw;
	}
	/* .container{
		padding-left: 2rem;
		padding-right: 2rem;
	} */
	.make_img {
	    display: none;
	}
	.travel_top h2 {
	    font-size: 3.4rem;
	}
	.subscribe_wrapper {
	    padding: 5rem;
	}
	.hajj_tab .nav-link i {
	    margin-right: 0.2rem;
	}
	.hajj_tab .nav-link {
	    font-size: 1.7rem;
	}

}