#one {
    margin-top: 38px;
    max-width: 1440px;
    border-bottom: 1px solid #F0F3F8;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: 2.875rem;
	width: 23rem;
	background: #f0f3f8 0% 0% no-repeat padding-box;
	border-radius: 4px;
	border: none;
	padding-left: 1rem;
}

textarea {
	height: 5.75rem;
	padding-top: 13px;
	padding-left: 16px;
    max-width: 368px;
    min-width: 368px;
}

/* The checkbox-container */
.checkbox-container {
	display: block;
	position: relative !important;
	opacity: 1 !important;
	padding-left: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #f0f3f8;
	border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #252a4b;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#one h1 {
	color: #22262e;
	font-size: 1.5rem;
	line-height: 3.125rem;
	font-weight: 700;
}

#one  #contact-details>div:first-of-type h2 {
	color: #252a4b;
	line-height: 1.313rem;
    margin-bottom: 36px;
    font-weight: 600;
}

#one form {
	width: 376px;
}

#one .action-button {
	width: 100%;
}

#one label {
	font-size: 0.875rem;
	color: #252a4b;
	line-height: 1.563rem;
	max-width: 384px;
}

#one #contact-details {
    display: flex;
	flex-direction: column-reverse;
	gap: 45px;
    padding-bottom: 200px;
}

#one #contact-details > div:nth-of-type(2) {
	margin-left: 78px;
}

#one .data h3 {
	color: #22262e;
	line-height: 3.125rem;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 12px;
}

#one .data > div {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

#one .data > div:last-of-type {
	margin-bottom: 10.5px;
}

#one .data > div p {
    line-height: 1.313rem;
    color:#252A4B;
    max-width: 285px;
}

#one .data > div > span {
	color: #336bd7;
	font-size: 2rem;
	margin-right: 34px;
}

#one .data .emphasise{
    font-weight: 700;
    line-height: 1.313rem;
    display:block;
    color:inherit
}

#one .data > div > span.special-highlight{
    color:#FC6600;
}

#google-map{
    width: 426px;
    height: 733px;
    position: absolute;
    right: 0;
    top:-25px;
}

#map-subtitle{
    position: absolute;
    top: 725px;
    right: 230px;
}

.directions{
	margin-top:15px;
}

.directions p{
	max-width: 274px;
	word-break: break-word;
	margin-bottom: 5px;
}

.directions a{
	font-weight: 600;
	color: #336bd7;
}

@media only screen and (max-width: 1439px) {
	#google-map {
		right: -8px;
	}
}

@media only screen and (max-width: 1170px) {
	#google-map{
		right:0 !important;
	}
	}

	@media only screen and (max-width: 1290px){
		#one #contact-details > div:nth-of-type(2) {
			margin-left: unset;
		}

	}