.heading-intro {
	padding-bottom: 122px;
}
.heading-intro p {
	margin-top: 10px !important;
}
.maps-and-form .maps-and-form-inner {
	padding-left: 80px;
}
.maps-and-form .maps-and-form-inner > .elementor-container {
	padding: 50px 60px;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 3px 9px 0px rgba(16, 16, 16, 0.10);
	justify-content: end;
}
.maps-and-form .maps-and-form-inner > .elementor-container > .maps-column.elementor-column {
	position: absolute;
	left: -80px;
	top: -50px;
	box-shadow: 0px 3px 9px 0px rgba(16, 16, 16, 0.10);
	background: var(--white);
	width: 50vw;
	border-radius: 10px;
}
.maps-and-form .maps-and-form-inner iframe{
	height: unset !important;
	aspect-ratio: 1.8;
}
.maps-and-form .maps-and-form-inner > .elementor-container > .form-column.elementor-column {
	width: 31.25vw;
}
.maps-and-form .maps-and-form-inner .details-social {
	padding: 20px 0 36px 24px;
}
.maps-and-form .maps-and-form-inner .details-social .elementor-container {
	gap: 32px;
}
.maps-and-form .maps-and-form-inner .details-social .details.elementor-column {
	width: 20.83vw;
}
.maps-and-form .maps-and-form-inner .details-social .details.elementor-column .details-title h6 {
	margin-bottom: 10px;
	font-size: var(--font-size-16) !important;
	line-height: var(--line-height-150) !important;
}
.maps-and-form .maps-and-form-inner .details-social .details.elementor-column p {
	font-size: var(--font-size-14);
	line-height: var(--line-height-114) !important;
}
.maps-and-form .maps-and-form-inner .details-social .details.elementor-column p {
	margin-top: 0;
}
.maps-and-form .maps-and-form-inner .details-social .details.elementor-column .elementor-widget-text-editor:not(:last-child) p {
	margin-bottom: 10px !important;
}
.maps-and-form .maps-and-form-inner .details-social .social.elementor-column {
	width: 18.05vw;
}
.maps-and-form .maps-and-form-inner .details-social .social.elementor-column h6 {
	margin-bottom: 16px;
}
.maps-and-form .maps-and-form-inner .details-social .social-icons 
.elementor-container {
	gap: 20px;
}
.wpforms-form .wpforms-field-label {
	font-family: var(--gothambold);
	line-height: var(--line-height-150) !important;
	margin: 0 0 16px 0 !important;
	font-weight: unset !important;
}
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form .choices__inner {
	padding: 17px 24px !important;
	width: 34.722vw !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form .choices__inner {
	padding: 0px 24px !important;
}
.wpforms-form .choices__list {
	padding: 0 !important;
}
.wpforms-form textarea {
	padding: 17px 24px !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form button.wpforms-submit {
	padding: 12px 16px !important;
    border-radius: 5px !important;
	font-size: var(--font-size-16) !important;
	font-family: var(--gothambold) !important;
    border: 1px solid var(--imperialred) !important;
    background: var(--white) !important;
    color: var(--imperialred) !important;
}
.wpforms-form button.wpforms-submit:hover {
	background: var(--imperialred) !important;
	color: var(--white) !important;
}
.wpforms-form div.wpforms-container-full button[type=submit]:focus:after{
	display: none !important;
}


/****** Responsive ******/
@media only screen and (max-width: 767px) {
	.heading-intro {
		padding-bottom: 72px !important;
	}
	.maps-and-form .maps-and-form-inner {
		padding: 0;
	}
	.maps-and-form .maps-and-form-inner > .elementor-container {
		padding: 0;
	}
	.maps-and-form .maps-and-form-inner .maps-column {
		position: relative !important;
		left: unset !important;
		top: unset !important;
		width: 100% !important;
	}
	.maps-and-form .maps-and-form-inner .details-social {
		padding: 20px 24px 36px 24px;
	}
	.maps-and-form .maps-and-form-inner .details-social .details.elementor-column,
	.maps-and-form .maps-and-form-inner .details-social .social.elementor-column {
		width: 100%;
	}
	.maps-and-form .maps-and-form-inner .details-social .social-icons .elementor-container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
	.maps-and-form .maps-and-form-inner > .elementor-container > .form-column.elementor-column {
		width: 100%;
		padding: 20px 24px 36px 24px;
	}
	.wpforms-form input[type="text"],
	.wpforms-form input[type="email"],
	.wpforms-form input[type="tel"],
	.wpforms-form .choices__inner {
		width: 100% !important;
	}
}
@media only screen and (max-width: 680px) {
	.maps-and-form .maps-and-form-inner .details-social .social-icons .elementor-container {
		grid-template-columns: repeat(10, 1fr);
	}
}
@media only screen and (max-width: 480px) {
	.maps-and-form .maps-and-form-inner .details-social .social-icons .elementor-container {
		grid-template-columns: repeat(8, 1fr);
	}
}