.full-width-img {
    min-height: 500px;
    background-size: cover!important;
    background-position: 50% 33%!important;
    background-repeat: no-repeat!important;
}

#section-how-they-work {
    background: #f9f5ec;
}


#section-contact-form {
/*     background-color: #f9f5ec; */
}

#section-contact-form form {
    max-width: 700px;
    margin: 0 auto;
}

#get-a-quote {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#get-a-quote>div {
	margin-bottom: 1em;
	text-align: center;
}

#get-a-quote h2 {
    font-weight: bold;
    text-align: center;
    width: 100%;
	margin-bottom: 5px;
}

#get-a-quote>p {
    flex: 1 1 50%;
    margin: 0.5em;
}

#get-a-quote p:last-child {
    flex: 0 1 100%;
}


#get-a-quote input,
#get-a-quote textarea {
    width: 100%;
    border: solid 1px;
    border-radius: 3px;
    padding: 0.5em;
}

#get-a-quote input[type="submit"] {
	background: #37a9e0;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-family: "Gilroy-Bold";
    text-align: center;
    padding: 0.5em 1em 0.4em;
    max-width: 280px;
    transition: 300ms;
}

#get-a-quote input[type="submit"]:hover {
    transform: translate(-3px, -3px);
    box-shadow: 5px 5px 10px -5px #ccc;
    transition: 500ms;
}

#get-a-quote-dialog {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999;
}

#get-a-quote-dialog.show {
	display: flex;
}

#get-a-quote-dialog > div {
    position: fixed;
    top: 50%;
	left: 50%;
    width: 65rem;
	max-width: 80%;
	max-height: 90%;
    overflow-y: auto;
    background: white;
    padding: 3rem;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

#get-a-quote-dialog > div > h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#get-a-quote-dialog-close {
	flex: unset !important;
	margin: 0;
	font-size: 6rem;
    line-height: .5;
    color: black;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
	.reviews-collation {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
	}
	
	.reviews-collation>div {
		margin: 0;
	}
	
}

.page-template-page-landing-air-con #main.landing-page #page-banner {
	background: linear-gradient(0deg,#88cbec 0%,#75c2e9 12.38%,#5ab7e5 33.29%,#47afe2 54.67%,#3caae1 76.62%,#38a8e0 100%);
}

@media only screen and (min-width: 980px) {

	#section-how-they-work .inner {
		display: grid;
		gap: 2em;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
	
}

@media only screen and (min-width: 768px) {

	.page-template-page-landing-air-con #main.landing-page #page-banner .inner {
		background: url(/wp-content/uploads/2021/06/Climate_3000i_Packshot_no_labels-removebg-preview.png);
		background-position: 95% 65%;
		background-size: 45%;
		background-repeat: no-repeat;
	}
	
	#main.landing-page #page-banner .inner .row {
		background: url(https://www.diamond-gas.co.uk/wp-content/uploads/2021/06/worcester_accred.png);
		background-size: 25%;
		background-repeat: no-repeat;
		background-position: 95% 66%;
	}
}