
@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.header_phone
	{
		width: 175px;
		height: 52px;
	}
	.book_button
	{
		width: 132px;
		height: 52px;
		margin-left: 25px;
	}
	.book_button a
	{
		line-height: 52px;
	}
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 30px;
	}
	.booking_form > div > div:last-child
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (min-width: 991px){
	.respo{
	  margin:5% 5%;
	}

	
}


@media only screen and (max-width: 991px){
	.footer-logo{
		display: flex;
		justify-content:start;
		margin-top:10%;
	}
	.footer{
		background:black;
		padding-left:2rem;
	}
	.respo{
		margin:15% 5%;
	  }

	  .view-all{
		margin-top:10%;
	  }
	.main_nav
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.home_title
	{
		font-size: 72px;
	}
	.booking_input_container > div
	{
		padding-right: 0;
	}
	.booking_input_container > div:first-child,
	.booking_input_container > div:nth-child(2)
	{
		width: 100%;
	}
	.booking_input_container > div:nth-child(3),
	.booking_input_container > div:nth-child(4)
	{
		width: 100%;
	}
	.booking_input_container > div:not(:last-of-type)
	{
		margin-bottom: 10px;
	}
	.about_images
	{
		margin-top: 42px;
	}
	.gallery_item
	{
		height: calc(100vw / 3);
	}
	.blog_title a
	{
		font-size: 30px;
	}
	.footer_row > div[class^='col']:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.footer_content
	{
		padding-bottom: 22px;
	}
	.cert:not(:last-child)
	{
		margin-right: 15px;
	}


	.logo{
		height:100% !important;
		width: 6rem !important;
		text-align: center;
		padding-top:1%;
	}
	.logo img
	{
	height: 100%;
	width: 100%;
	object-fit:cover;
	}
    
  .about-us-area{
	padding: 8% 4%;
  }


  .about-thumbnail.homepage .third-img {
	position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 65%;
    margin-top: 8%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); 
}
  

.mid-ele-content{
	display: flex;
	flex-direction: column-reverse;
}

.social{
	display: flex;
	justify-content: start;
}
.social ul{
	width: 40%;
	display: flex;
	justify-content: space-between;
	color: white;
}
}
	
/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	height: 100vh;
	z-index: 101;
	background: rgba(255, 255, 255, 0.918);
	visibility: hidden;
	opacity: 0;
	width: 50%;
	display: flex !important;
	justify-content: start !important;
}
.menu_content{
	display: flex !important;
	justify-content: start !important;
	align-items: start;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close
{
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
	z-index: 1;
}
.menu_close i
{
	font-size:1.5rem;
	color: #121212;
}
.menu_close:hover i
{
	color: #ffa37b;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a {
	font-size:1rem !important;
	color: #121212;
	line-height: 250%;
	border-bottom: 1px rgba(0, 0, 0, 0.37) solid;
}
.menu_nav ul li .fa-angle-right{
font-size: 1rem;
margin-left: 2%;
font-weight: bold;
color: black;
}
.menu_nav{
    margin-left: 11% !important;
	width: 15rem !important;
}
.menu_nav ul li a:hover
{
	color: #aa3c0d;
}
.menu_nav ul li a span
{
	color: #690772;
}
.menu_extra
{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.menu_book
{
	display: none;
	margin-top: 50px;
}
.menu_book a
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: black;
}
.menu_book a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.62);
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_book a:hover
{
	color: #ffa37b;
}
.menu_book a:hover::after
{
	background: #ffa37b;
}
.menu_phone
{
	margin-top: 10px;
}
.menu_phone span
{
	font-size:1.2rem;
	font-weight: 500;
	color:black;
	margin-left: 9px;
}

}


}






/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.header_content
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.home_title
	{
		font-size: 56px;
	}
	.home_slider_dots_container
	{
		left: 30px;
	}
	.book_button
	{
		display: none;
	}
	.header_phone
	{
		display: none !important;
	}
	.menu_book
	{
		display: block;
	}
	.booking_form_container
	{
		padding-left: 0;
		padding-right: 0;
	}
	.gallery_item
	{
		height: calc(100vw / 2);
	}




}
/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2
	{
		font-size: 24px;
	}
	p
	{
		font-size: 14px;
	}
	.header_content
	{
		padding-left: 15px;
		padding-right: 15px;
		height: 90px;
	}
	.header.scrolled .header_content
	{
		height: 70px;
	}
	
	.home_title
	{
		font-size: 4rem !important;
		line-height: 150% !important;
	}
	.booking_input
	{
		height: 40px;
	}
	.home_container
	{
		top: 55%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.booking_button
	{
		width: 125px;
		height: 44px;
	}
	.home_slider_dots_container
	{
		display: none;
	}
	.icon_box_icon
	{
		width: 60px;
		height: 60px;
	}
	.gallery_item
	{
		height: calc(100vw - 15px);
	}
	.blog_content
	{
		left: 30px;
		bottom: 30px;
		width: calc(100% - 30px);
	}
	.blog_title a
	{
		font-size: 24px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

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

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}


/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.container_custom .container
	{
		padding-left: 15px;
		padding-right: 15px;
		max-width: 960px;
	}
	.container_custom .container .row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
	.container_custom .container .row > div[class^='col']
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_phone
	{
		width: 175px;
		height: 52px;
	}
	.book_button
	{
		width: 132px;
		height: 52px;
		margin-left: 25px;
	}
	.book_button a
	{
		line-height: 52px;
	}
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 30px;
	}
	.booking_form > div > div:last-child
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.contact_map
	{
		width: calc(100% + ((100vw - 940px) / 2));
	}
}
