/* Hide Want to find Styles */
.want-to-find {
	min-height: 4.7em;
}
.want-to-find .trigger {
	display: none!important;
}
.footer-sub-zone {
	display: none;
}

/* Responsive [1024px
] */
@media screen and (max-width: 1024px) {
	.footer-container .footer-details .contact-info {
		flex-wrap:wrap;
	}
	.footer-container .footer-details .location-info {
		width:100%;
		order:2;
		text-align:center;
		margin:1.5em 0;
	}
	.footer-container .footer-details .message{
		width:100%;
		order:3;
		text-align:center;
	}
}
