@media (max-width: 959px) and (min-width: 769px) {
	body {
		width: 960px;
	}
}
@media (max-width: 768px) and (min-width: 481px) {
	.header-bg {
		background-image: url(../img/header-background-m.jpg);
		background-position: center top;
	}
}
@media (max-width: 768px) {
	/*
	HEADER
	*/
	.section-header {
		height: auto;
		margin-top: 10px;
	}
	.logo {
		height: auto;
		margin: 60px 0 40px;
	}
	.header-intro {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	.header-intro img {
		height: auto;
	}
	.section-header h1 {
		width: 300px;
		font-size: 36px;
	}
	.section-header h1 span {
		display: inline-block;
	}
	.section-header h1 {
		display: inline-block;
	}
	.section-header h2 {
		font-size: 14px;
		line-height: 24px;
	}
	.header-buttons a {
		display: block;
	}
	.header-list {
		width: 250px;
	}
	.discover, .contact, .whatsapp {
		width: 240px;
		margin: 0 auto 10px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#sendm {
		margin-bottom: 6px;
	}
	.header-about {
		text-align: left;
		width: 100%;
		margin: 100px 0 30px;
		left: 0;
	}
	.header-about h3 {
		font-size: 22.5px !important;
		line-height: 25px;
	}
	.list-two {
		margin-right: 40px !important;
	}
	.header-buttons a, .back-index {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	/*
	FEATURES
	*/
	.section-features {
		margin-top: 30px;
		padding-bottom: 80px;
	}
	.section-features h3 {
		font-size: 22px !important;
		line-height: 25px;
		text-align: left;
		margin-bottom: 8px;
	}
	.section-features p {
		text-align: center;
	}
	.features-subline {
		text-align: left !important;
	}
	.badges {
		margin: 10px 0 20px;
	}
	.text {
		padding: 50px 20px 30px;
	}
	.text-small {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.text-small p {
		font-weight: 700;
		line-height: 1.75;
		text-align: center !important;
		margin-bottom: 10px;
	}
	.tiles p {
		color: #fff;
	}
	.tiles img {
		margin-bottom: 10px;
	}
	.tiles img:last-child {
		margin-bottom: 0;
	}
	.p00 {
		padding: 0 !important;
	}

	/*
	TESTIMONIALS
	*/
	.testimonial-content {
		width: 100%;
		margin: 0;
	}
	.section-testimonials h3 {
		width: auto;
	}

	/*
	FAQ
	*/
	.section-enquire-bg {
		background-image: url(../img/enquire-background-m.jpg);
		background-position: left -845px top;
		background-size: initial;
	}
	.section-faq {
		margin-bottom: 174px;
	}
	.faq-content {
		margin-top: 40px;
	}
	.section-faq h3 {
		margin-bottom: 20px;
	}
	.faq-button {
		line-height: 1.25;
	}

	/*
	ENQUIRE
	*/
	.section-enquire {
		height: auto;
		padding-top: 450px;
		padding-bottom: 0;
	}
	.needs {
		text-align: center;
		padding: 0;
		margin-bottom: 30px;
	}
	.enquire-form {
		padding: 20px 20px 80px;
	}

	/*
	LOCATION
	*/
	/*.section-location {
		margin-top: 90px;
	}*/
	.section-location .p40 {
		padding: 0;
		text-align: center;
	}
	.facade img {
		width: 100%;
	}
	.loc-pointer {
		margin-left: 0;
	}
	.address {
		margin-bottom: 30px;
	}
	.address p {
		width: 230px;
	}
	.about-details {
		font-size: 16px;
	}

	/*
	FOOTER
	*/
	.section-footer .container {
		width: 100%;
	}

	/*
	CONTACT SUCCESSFUL
	*/
	.contact-intro {
		padding: 180px 0 60px;
	}

	/*
	COMMON
	*/
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 320px;
	}
	.section h3 {
		font-size: 23px;
	}
}
@media (max-width: 480px) {
	.header-bg {
		background-image: url(../img/header-background-m.jpg);
		background-position: left -945px top;
		height: 1009px;
	}
}