@media(max-width:1440px) {
	/* .overview_section .img_block {
		width: 500px;
	} */

	.overview_section .img_block {
		bottom: 0px;
	}

	.heading h2 {
		font-size: 24px;
	}

	.form_block {
		background-size: 100% 100%;
		width: 270px;
		padding: 15px 20px 20px;
	}

	.form_heading .icon {
		display: inline-block;
		width: 80px;
	}

	.form_heading .icon>img {
		width: 100%;
	}

	.form_heading .inner h2 {
		font-size: 20px;
		letter-spacing: 8px;
	}

	.form_heading .inner h2 span {
		font-size: 10px;
	}

	.form-control {
		font-size: 14px;
		height: 40px;
	}

	.styled_select::after {
		line-height: 30px;
		font-size: 16px;
	}

	.form_block .btn {
		line-height: 30px;
		font-size: 14px;
		background-size: 100%;
		/* width: auto; */
		background-position: center;
		padding: 0 25px;
		margin-top: 0;
	}

	.corner {
		width: 80px;
	}

	.corner>img {
		width: 100%;
	}

	.corner.sidebar {
		height: 400px;
		margin-top: -180px;
		left: 5px;
	}

	.corner.sidebar>img {
		width: auto;
		height: 100%;
	}

	.corner.top_left_corner {
		left: 0;
		z-index: 9;
	}

	.corner.bottom_left_corner {
		left: 0;
	}

	.amenities_section {
		padding-top: 50px;
	}

	.heading::after {
		bottom: -65px;
	}

	.map_block {
		max-width: 800px;
	}

	.locationMap_section .container {
		padding-right: 360px;
	}

	/* .locationMap_section {
		padding-top: 50px;
	} */

	.heading2 {
		padding-bottom: 0;
	}

	.heading2 h2 {
		font-size: 22px;
	}

	.slider-for::before {
		background-size: 100%;
	}

	.gallery_section {
		padding-top: 50px;
	}

	/* 
	.gallery_section .container {
		padding: 0 360px 0 55px;
	} */

	.gallery_wrap {
		max-width: 700px;
	}

	.slider-nav h3 {
		font-size: 10px;
		line-height: 30px;
	}

	.slider-nav h3 span {
		line-height: 30px !important;
	}
}

@media(max-width:1279px) {
	.container {
		padding: 0 15px;
	}

	header .logo {
		padding: 15px 0;
	}

	.navigation {
		display: none;
	}

	.contact {
		padding: 10px 0;
	}

	.corner.sidebar {
		display: none;
	}

	.corner.bottom_right_corner {
		display: block;
	}

	.form_outer {
		text-align: center;
	}

	.form_block {
		position: static;
		transform: translateY(0);
		display: inline-block;
	}

	.overview_section {
		padding-top: 70px;
	}

	.inner_overview {
		height: auto;
		padding-top: 30px;
	}

	.heading {
		margin: 50px 0 30px;
	}

	.heading h2 {
		font-size: 22px;
	}

	.heading::before {
		content: url("../images/heading-arrow-top-mobile.png");
		top: -30px;
	}

	.heading::after {
		content: url("../images/heading-arrow-bottom-mobile.png");
		bottom: -30px;
	}

	.overview_section .img_block {
		text-align: center;
		width: 100%;
		margin: 30px 0 0;
		position: relative;
		top: auto;
		pointer-events: none;
	}

	.overview_section .img_block>img {
		width: 100%;
		max-width: 400px;
	}

	.amenities_section {
		height: auto;
	}

	.locationMap_section {
		height: auto;
	}

	.gallery_section {
		height: auto;
	}

	.amenities_section .container,
	.locationMap_section .container,
	.gallery_section .container {
		padding: 0 15px;
	}

	.amenities_section {
		padding-top: 60px;
	}

	.mobile_heading {
		display: block;
		text-align: center;
	}

	.mobile_heading h3 {
		color: #0b0b0b;
		font-size: 18px;
		text-transform: uppercase;
		display: inline-block;
		background: url("../images/mobile-heading-bg.png") no-repeat;
		width: 215px;
		line-height: 42px;
	}

	.heading2 {
		position: relative;
		margin: 50px 0 30px;
		width: 320px;
		display: inline-block;
	}

	.heading2:before,
	.heading2:after {
		content: url("../images/heading-arrow-top-mobile.png");
		position: absolute;
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.heading2:after {
		content: url("../images/heading-arrow-bottom-mobile.png");
		top: auto;
		bottom: -30px;
	}

	.heading2 h3 {
		color: #fff;
		font-size: 20px;
	}

	.fp_section {
		padding-bottom: 50px;
	}

	.mb_heading {
		display: inline-block;
	}

	/* img.desktop_img {
		display: none;
	} */

	img.mobile_img {
		display: inline-block;
	}

	/* .launching_wapper{ display: none;} */
}

@media(max-width:1023px) {
	main {
		position: relative;
	}

	.corner {
		position: absolute;
	}

	footer {
		position: static;
		display: inline-block;
		margin-bottom: 34px;
	}

	.footer_bottom {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		border: solid;
		border-width: 2px;
		border-image-slice: 1;
		border-image-source: linear-gradient(to right, rgba(89, 90, 90, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(133, 135, 136, 1) 100%);
		z-index: 9;
		/* animation: fadeBlink 3s ease-in-out infinite; */
	}

	.footer_bottom>li {
		float: left;
		width: 50%;
		text-align: center;
		border-left: 1px solid #fff;
	}

	.footer_bottom>li:first-child {
		border-left: none;
	}

	.footer_bottom>li>a {
		float: left;
		width: 100%;
		background-color: #ae7604;
		color: #fff;
		line-height: 40px;
		font-size: 16px;
	}

	@keyframes fadeBlink {

		0%,
		100% {
			opacity: 1;
		}

		50% {
			opacity: 0;
		}
	}

	.footer_bottom>li>a .fa {
		padding-right: 7px;
	}
}

@media(max-width:767px) {

	.overview-details ul h3 {
		font-size: 17px;
	}

	.overview-text h1 {
		font-size: 23px;
	}

	.green-section .amenity-icon p {
		text-align: center;
	}

	.overview-section p,
	.green-section p {
		text-align: justify;
		padding: 0 20px;
	}

	.overview-details p {
		text-align: center;
	}

	.logo img {
		width: 150px;
	}

	.overview_section .img_block {
		text-align: center;
		margin: 0px 0 0;
	}

	.overview_section .img_block>img {
		max-width: 100%;
	}

	.corner {
		width: 65px;
	}

	.mb_heading {
		margin-top: 30px;
	}

	.inner_overview ul {
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.inner_overview ul>li {
		width: 33.33%;
		padding: 0 10px 15px;
	}

	.amenities_section {
		padding-top: 20px;
	}

	.gallery_section {
		padding-top: 20px;

	}

	.locationMap_section {
		padding: 20px 10px;
	}

	.locationMap_section .slider-for:before {
		display: none;
	}

	.amenities_section ul {
		display: flex;
		flex-wrap: wrap;
	}

	.amenities_section ul>li {
		width: 33.33%;
		padding: 0 10px 15px;
		margin-bottom: 0;
	}

	.slider-nav {
		padding: 0;
	}

	.slider-nav .slick-track {
		width: 100% !important;
		transform: none !important;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -5px;
		justify-content: center;
	}

	.slider-nav .slick-slide {
		width: 33.33% !important;
		margin: 0;
		padding: 0 5px 10px;
	}

	footer {
		background-size: cover;
		/* background-image: url("../images/footer-mobile.png"); */
		padding: 10px 0;
	}

	.float-left {
		width: 100%;
		text-align: center;
	}

	.float-right {
		width: 100%;
		text-align: center;
	}

	footer p {
		line-height: normal;
	}

	footer p br {
		display: block;
	}

	.corner.bottom_right_corner,
	.corner.bottom_left_corner {
		bottom: 105px;
	}

	.overview-text h2 {
		padding-bottom: 10px;
	}

}

@media(max-width:639px) {
	.inner_overview ul>li {
		width: 50%;
	}

	.amenities_section ul>li {
		width: 50%;
	}

	.green-section .amenities_section ul>li:last-child {
		width: 100%;
	}

}

@media(max-width:479px) {
	.launching_wapper {
		display: none;
	}

	.slider-nav h3 {
		font-size: 9px;
	}

	.form_block {
		background-size: 100% 100%;
		width: 310px;
		padding: 15px 20px 20px;
	}
}