@media (max-width: 767px) {
	#footer {
		margin-bottom: 38px;
	}

	#footer .footer-bottom {
		padding-bottom: 15px;
	}

	.footer-top p {
		margin: 10px 0px;
	}

	#footer .copyright,
	#footer .credits {
		text-align: center;
		float: none;
	}

	#footer .credits {
		padding-top: 4px;
	}

	.qr-code {
		width: 100px;
		margin: 0 auto 10px;
		display: block;
	}

	section,
	section#location,
	section#video,
	.gallery-section {
		padding: 60px 0;
	}

	section#properties {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	section#location h4 {
		font-size: 17px;
	}

	.connectivity {
		padding: 0px 25px;
	}

	p {
		font-size: 15px;
	}
	.Proposed-container img {
		width: 100%;
		height: 400px;
	}
	.overlay-desk{
		display: none !important;
	  }
	  .overlay-mob{
		display: block !important;
	  }
	  .gallery-img {
		width: 100% !important;
	  }
	  section#about {
    	padding-top: 0px;
	  }
}