/* Document
   ========================================================================== */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* CSS START ========================================================================== */
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li.unslider-clone {}

html {
	font-size: 62.5%;
}

body {
	height: 100%;
	max-height: 100%;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6em;
	color: #3A4145;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner-title {
	text-rendering: optimizeLegibility;
	line-height: 1;
	margin-top: 0;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 5rem;
	line-height: 1.2em;
	letter-spacing: 0;
	text-indent: -3px;
	color: #1b1f54;
}

h2 {
	font-size: 4rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-indent: -2px;
}

h3 {
	font-size: 3.5rem;
}

h4 {
	font-size: 3rem;
}

h5 {
	font-size: 2.5rem;
}

h6 {
	font-size: 2rem;
}

a {
	color: #4a4a4a;
	transition: color ease 0.3s;
}

a:hover {
	color: #57A3E8;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #50585D;
}

p,
ul,
ol {
	margin: 1.6em 0;
}

ol ol,
ul ul,
ul ol,
ol ul {
	margin: 0.4em 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #efefef;
	margin: 3.2em 0;
	padding: 0;
}

header,
.banner,
.intro,
.results,
.strapline,
.circle-facts,
.circle-fact-band,
.contact-section,
footer {
	float: left;
	width: 100%;
}

.unslider-vertical > ul {
	height: 100%;
}

.unslider-vertical li {
	float: none;
	width: 100%;
}

.unslider-fade {
	position: relative;
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}

.unslider ul,
.unslider ol,
.unslider li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.unslider-nav ol {
	list-style: none;
	text-align: center;
}

.unslider-nav ol li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: white;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #ee7668;
	cursor: default;
	border: 3px solid white;
}

.unslider li img {
	width: 100%;
	overflow: hidden;
}

nav.unslider-nav,
a.unslider-arrow {
	display: block;
	height: 30px;
	background: none;
	width: inherit;
	position: absolute;
	bottom: 10px;
	left: 20px;
	max-width: 100px;
}

.content-holder {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

a.btn {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border: 3px solid;
	padding: 10px 30px;
	font-size: 16px;
}

header {
	background: #006875;
	color: white;
	height: 75px !important;
	z-index: 99 !important;
}

.header-third {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	padding: 17px 0 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
}

.header-third a {
	color: white;
	text-decoration: none;
}

.header-third:first-of-type {
	padding: 25px;
}

.header-third:last-of-type {
	padding: 25px;
}

.header-third i {
	margin: 0 10px 0 0;
}

.banner {
	height: calc(100vh - 75px);
}

.banner-half {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

.banner-half:first-of-type {
	background: #1b1f54;
}

.banner-half:last-of-type {
	background: #7d5aa2;
}

.banner-content-holder {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.slider a.btn {
	margin: 50px 0 0 0;
	display: inline-block;
	padding: 10px 30px;
	color: white;
}

.slider a.btn:hover {
	background: white;
	color: #1b1e54;
}

img.review-motif {
	margin: 0 0 40px;
	max-width: 175px;
	height: auto;
}

img.banner-circle {
	max-width: 350px;
	height: auto;
	margin: 0 0 40px;
}

.banner-title {
	display: block;
	font-size: 35px;
	line-height: 44px;
}

.unslider {
	text-align: center;
	color: white;
}

.slider ul li {
	float: left;
	margin: 3% 0 0 0;
}

.banner-title img.google-logo {
	margin: -15px 0;
	max-width: 180px;
	height: auto;
}

.banner-content-holder p {
	font-size: 20px;
	line-height: 30px;
	max-width: 90%;
	margin: 5% 5% 0;
}

.banner-title img {
	margin: 0 15px 0 0;
	max-width: 40px;
}

.intro {
	padding: 110px 0;
	background: #ffffff;
	text-align: center;
}

.intro .content-holder {
	max-width: 700px;
	margin: 0 auto;
	color: #1b1f54;
	font-size: 20px;
	line-height: 34px;
}

.results {
	background: #ffffff;
}

.results-third {
	width: calc(100% / 3);
	float: left;
	background: #00b0b9;
	padding: 30px;
	color: white;
	position: relative;
}

.results-third p {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 25px;
	right: 0;
	left: 50%;
	max-width: 300px;
}

.results-third img {
	max-width: 300px;
	width: 50%;
	float: left;
	margin: 0 25px 0 0;
}

.results-third:first-of-type {
	background: #ee7668;
}

.results-third:last-of-type {
	background: #7d5aa2;
}

.strapline {
	background: #1b1f54;
	padding: 60px 0 50px;
	text-align: left;
	color: white;
}

.strapline h3 {
	margin: 0;
	padding: 0;
}

h3 a.btn.white {
	float: right;
	color: #1b1f54;
	background: white;
	font-size: 22px;
	margin: -15px 0 0 0;
	padding: 20px 40px 18px;
}

h3 a.btn.white:hover {
	background: #1b1e54;
	color: white;
}

.circle-facts {
	background: #ffffff;
	padding: 100px 0;
}

.circle-facts .content-holder {
	max-width: 1000px;
}

.circle-fact-band {
	margin: 0 0 50px;
}

.circle-fact-band.one h4,
.circle-fact-band.two h4,
.circle-fact-band.three h4 {
	margin: 0 0 20px;
	line-height: 36px;
	font-weight: 800;
}

.circle-fact-band.one h4 {
	color: #8589bb;
}

.circle-fact-band.two h4 {
	color: #00b0b9;
}

.circle-fact-band.three h4 {
	color: #ee7668;
}

.circle-fact-right.desktop {
	display: block;
}

.circle-fact-band.one .circle-fact-right {
	border-left: 5px solid #8589bb;
	padding: 0 100px 0 50px;
	margin: 115px 0 0 0;
}

.circle-fact-band.two .circle-fact-left {
	border-right: 5px solid #00b0b9;
	padding: 0 50px 0 0;
	text-align: right;
	margin: 170px 0 0 0;
}

.circle-fact-band.three .circle-fact-right {
	border-left: 5px solid #ee7668;
	padding: 0 135px 0 50px;
	margin: 150px 0 0 0;
}

.circle-fact-band.one .circle-fact-right p:last-of-type,
.circle-fact-band.two .circle-fact-left p:last-of-type,
.circle-fact-band.three .circle-fact-right p:last-of-type {
	margin: 0;
}

.circle-fact-left img,
.circle-fact-right img {
	max-width: 75%;
	height: auto;
}

.circle-fact-left,
.circle-fact-right {
	width: 50%;
	float: left;
}

.circle-fact-band.one .circle-fact-left,
.circle-fact-band.two .circle-fact-right,
.circle-fact-band.three .circle-fact-left {
	text-align: center;
}

.circle-fact-band.three {
	margin: 0;
}

.contact-section {
	background: #7d5aa2;
	color: white;
	padding: 60px 0;
}

.contact-section .content-holder {
	max-width: 1050px;
}

.form-text {
	width: 50%;
	float: left;
	margin: 5% 0 0;
}

.form-text p {
	max-width: 400px;
}

.form-text a {
	color: white;
	letter-spacing: 1px;
}

.form-text h5 {
	font-size: 36px;
	border-bottom: 3px solid white;
	padding: 0 0 25px 0;
	margin: 0;
	display: inline-block;
}

.form-holder {
	width: 45%;
	float: left;
	position: relative;
}

footer .content-holder {
	padding: 50px 0;
}

img.form-woman {
	position: absolute;
	top: -145px;
	z-index: 0;
	display: block;
	left: -60px;
	max-width: 200px;
}

form {
	position: relative;
	z-index: 9;
}

.form-holder form ul {
	margin: 0;
	padding: 0
}

.form-holder form ul li {
	list-style: none;
	margin: 10px 0;
	float: left;
	width: 100%;
}

.form-holder form ul li:after {
	content: '';
	display: block;
	clear: both
}

.form-holder form ul li.contact-name.half,
.form-holder form ul li.contact-email.half {
	width: 100%;
	float: left;
	margin: 0 0 1%;
}

.form-holder form ul li.contact-email.half {
	margin: 1% 0 0 0;
}

.form-holder form input[type=text],
.form-holder form input[type=number],
.form-holder form input[type=email],
.form-holder form textarea,
.form-holder form select {
	display: block;
	width: 100%;
	border: 0;
	padding: 15px;
	background: #fff;
	font-size: 14px
}

.form-holder form input.error,
.form-holder form textarea.error {
	border: 5px solid #ee7668
}

.form-holder form textarea {
	height: 160px;
	resize: none
}

.gdpr-submit,
.legal {
	max-width: 100%;
	font-size: 10px;
	float: left;
	line-height: 16px;
	margin: 14px 0;
}

.legal {
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 12px;
}


.gdpr-submit li {
	margin: 0 !important;
}

li.gdpr-small a {
	color: white;
}

.gdpr-check {
	margin: 0 0 0 10px;
}

.form-holder form .submit {
	color: #524495;
	padding: 10px 0px;
	background: none;
	cursor: pointer;
	margin: 0;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
	border: 3px solid #ffdc5f;
	background: #ffdc5f;
	width: 100%;
}

.form-holder form .submit:hover {
	border: 3px solid #FFC300;
	background: #FFC300;
}

.form-holder form::-webkit-input-placeholder {
	color: #4a4a4a
}

.form-holder form::-moz-placeholder {
	color: #4a4a4a
}

.form-holder form:-ms-input-placeholder {
	color: #4a4a4a
}

.form-holder form:-moz-placeholder {
	color: #4a4a4a
}

.footer-third {
	width: calc(100% / 2);
	float: left;
	text-align: center;
	color: white;
}

.footer-third a {
	color: white;
	text-decoration: none;
}

.footer-third img {
	display: block;
	margin: 0 auto 20px;
	max-width: 160px;
}


a.links {
	margin: 0 0 10px;
	padding: 0 0 5px;
	display: inline-block;
	border-bottom: 3px solid white;
	letter-spacing: 1px;
}

a.links:last-of-type {
	border: none;
}

a.purple-link {
	text-transform: uppercase;
	color: #7d5aa2;
	font-size: 12px;
	border-bottom: 2px solid #7d5aa2;
	letter-spacing: 1px;
	padding: 0 0 3px;
}

.footer-third:last-of-type {
	/* text-align: left; */
	/* padding: 0 0 0 200px; */
}

footer {
	background: #1b1f54;
}

footer.teal {
	background: teal;
}

footer.teal a.purple-link {
	color: white;
	border-bottom: 2px solid #ffffff;
}

.banner-content-holder.thanks {
	width: 90%;
}

.banner-content-holder.thanks h3 {
	font-size: 18px;
}

img.banner-circle.thanks {
	max-width: 450px;
	width:100%;
}

.form-holder.thanks {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.form-holder.thanks p {
	max-width: inherit;
	margin: 0 0 10px;
	width: 100%;
	float: left;
}

.form-holder.thanks form ul li {
	margin: 0 0 10px;
}

.form-holder.thanks form {
	margin: 0 0 20px;
	float: left;
}

.form-holder.thanks form ul {
	width: 85%;
	margin: 0 7.5%;
}

label.day {
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
	display: block;
}

.form-holder.thanks form .submit {
	margin: 0;
}



/* clear floated elements */
.content-holder:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* transitions */
a,
.form-holder form .submit {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.circle-fact-right.mobile,
.more-reviews-mobile {
	display: none;
}

/* Media Queries */
@media(max-width: 2000px) {
	.banner-content-holder p {
		max-width: 75%;
		margin: 5% 12.5% 0;
	}
}

@media(max-width: 1550px) {
	.results-third p {
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
	}
}

@media(max-width: 1444px) {
	.banner-content-holder {
		max-width: 75%;
		width: 100%;
	}
}

@media(max-width: 1315px) {
	.results-third {
		min-height: 320px;
		padding: 25px;
	}

	.content-holder {
		width: 95%;
		margin: 0 2.5%;
	}

	.footer-third:last-of-type {
		padding: 0;
		text-align: right;
	}
}

@media(max-width: 1170px) {
	.results-third {
		text-align: center;
	}

	.results-third p {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin: 0;
	}

	.results-third img {
		width: 100%;
		max-width: 100%;
		margin: 0 0 25px;
	}
}

@media(max-width: 1145px) {
	.strapline h3 {
		font-size: 2.5rem;
	}

	h3 a.btn.white {
		font-size: 16px;
		padding: 15px 25px;
	}

	.header-third img {
		max-width: 175px;
		width: 100%;
		margin: 0;
	}

	.header-third {
		font-size: 16px;
		padding: 24px;
	}

	.slider ul li {
		margin: 5% 0 0 0;
	}

	img.banner-circle {
		max-width: 250px;
	}

	.banner-title {
		font-size: 26px;
		line-height: 48px;
	}

	.banner-content-holder p {
		font-size: 16px;
		line-height: 26px;
		max-width: 100%;
		margin: 5% 0 0 0;
	}

	.slider ul li {
		float: left;
		margin: 5% 0 0 0;
	}

	.banner-title img.google-logo {
		margin: -10px 0;
		max-width: 130px;
	}

	.banner-title img {
		margin: 0 10px -1px 0;
		max-width: 40px;
		width: 100%;
	}
}

@media(max-width: 970px) {
	.results-third p {
		font-size: 18px;
		line-height: 26px;
	}

	.header-third:first-of-type,
	.header-third:last-of-type {
		padding: 25px 0 0;
	}

	.header-third i {
		margin: 0 6px 0 0;
	}
}

@media(max-width: 950px) {
	.form-text {
		width: 40%;
		margin: 0 10% 0 0;
	}
}

@media(max-width: 900px) {
	h1 {
		font-size: 3rem;
	}

	.intro .content-holder {
		font-size: 16px;
		line-height: 30px;
	}
}

@media(max-width: 850px) {
	body {
		font-size: 14px;
	}

	footer .content-holder {
		padding: 25px 0;
	}

	.footer-third,
	.footer-third:first-of-type,
	.footer-third:last-of-type {
		width: 100%;
		text-align: center;
		margin: 20px 0
	}

	.circle-fact-left img,
	.circle-fact-right img {
		max-width: 50%;
	}

	.circle-fact-band.one .circle-fact-right {
		margin: 25px 0 0 0;
	}

	.circle-fact-band.two .circle-fact-left {
		margin: 50px 0 0 0;
	}

	.circle-fact-band.three .circle-fact-right {
		margin: 0;
	}

	.circle-fact-band.one h4,
	.circle-fact-band.two h4,
	.circle-fact-band.three h4 {
		font-size: 2rem;
		line-height: 26px;
	}
}

@media(max-width: 820px) {
	.banner-half {
		width: 100%;
	}

	.header-third {
		padding: 21px 0 0 0;
	}

	.results-third {
		min-height: 450px;
	}

	h3 a.btn.white {
		display: block;
		text-align: center;
		max-width: 300px;
		margin: 30px auto 0;
		float: none;
	}

	.strapline h3 {
		text-align: center;
		padding: 0;
		line-height: 28px;
	}

	.banner {
		height: inherit;
	}

	.slider ul li {
		margin: 50px 0 75px;
	}

	.more-reviews-mobile {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		background: #7d5aa2;
		height: 500px;
	}

	img.review-motif {
		max-width: 125px;
		margin: 0 0 20px;
	}

.more-reviews-mobile.thanks {
    height: 700px;
}
.banner-content-holder.thanks {
    width: 95%;
    max-width: 95%;
}

	.banner-half:last-of-type, .banner-half.thanks-intro {
		display: none;
	}
}

@media(max-width: 800px) {
	.header-third i {
		display: none;
	}
}

@media(max-width: 750px) {
	.form-text {
		width: 80%;
		margin: 0 10% 150px 10%;
	}

	.form-holder {
		width: 80%;
		margin: 0 10%;
	}

	.form-text p {
		max-width: inherit;
	}
}

@media(max-width: 700px) {

	.circle-fact-band.one .circle-fact-right,
	.circle-fact-band.three .circle-fact-right {
		padding: 0 0 0 25px;
	}
}

@media(max-width: 675px) {
	header {
		height: 60px !important;
		padding: 10px 0 0;
	}

	.header-third i {
		display: block;
	}

	.header-third {
		padding: 6px 0 0 0;
	}

	.header-third:first-of-type,
	.header-third:last-of-type {
		padding: 10px 0 0 0;
	}

	.header-third img {
		margin: 0;
	}

	.header-third:first-of-type span,
	.header-third:last-of-type span {
		display: none;
	}
}

@media(max-width: 650px) {
	.gdpr-submit {
		max-width: 100%;
		font-size: 9px;
	}

	.form-holder form .submit {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.results-third {
		min-height: inherit;
		width: 100%;
		text-align: left;
	}

	.results-third p {
		font-size: 22px;
		line-height: 30px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 25px;
		right: 0;
		left: 50%;
	}

	.results-third img {
		width: 100%;
		max-width: 200px;
		margin: 0 25px 25px 0;
	}
}

@media(max-width: 595px) {
	.banner-title {
		font-size: 20px;
		line-height: 40px;
	}

	.header-third {
		padding: 10px 0 0 0;
	}

	.banner-title img.google-logo {
		max-width: 100px;
	}

	.header-third img {
		max-width: 135px;
	}

	.circle-fact-left,
	.circle-fact-right {
		width: 100%;
	}

	.circle-fact-left img,
	.circle-fact-right img {
		max-width: 200px;
	}

	.circle-fact-band.one .circle-fact-right,
	.circle-fact-band.two .circle-fact-left,
	.circle-fact-band.three .circle-fact-right {
		margin: 25px 0 0 0;
	}

	.circle-fact-band.one .circle-fact-right,
	.circle-fact-band.two .circle-fact-left,
	.circle-fact-band.three .circle-fact-right {
		width: 100%;
		text-align: center;
		padding: 0;
		border: 0;
	}

	.circle-fact-band.one h4,
	.circle-fact-band.two h4,
	.circle-fact-band.three h4 {
		margin: 0;
	}

	.circle-fact-right.mobile {
		display: block;
	}

	.circle-fact-right.desktop {
		display: none;
	}
}

@media(max-width: 500px) {
	h1 {
		font-size: 2.3rem;
	}

	.header-third:first-of-type,
	.header-third:last-of-type {
		text-align: right;
	}

	header {
		height: 60px !important;
	}

	.contact-section,
	.circle-facts,
	footer .content-holder {
		padding: 75px 0;
	}

	.intro .content-holder {
		font-size: 14px;
		line-height: 26px;
	}

	.content-holder {
		width: 90%;
		margin: 0 5%;
	}

	.form-holder {
		width: 90%;
		margin: 0 5%;
	}

	.form-text {
		width: 100%;
		margin: 0 0 150px 0;
	}

	.form-holder form ul li.contact-name.half,
	.form-holder form ul li.contact-email.half {
		width: 100%;
		margin: 0 0 10px;
	}

	.form-holder form ul li.contact-email.half {
		margin: 0;
	}

	.results-third {
		padding: 15px;
	}

	.slide-title {
		font-size: 26px;
		line-height: 30px;
	}

	.slide-small {
		font-size: 16px;
	}

	a.button.appointment {
		padding: 13px;
		font-size: 14px;
	}
}

@media(max-width: 450px) {
	.results-third p {
		font-size: 16px;
		line-height: 26px;
	}

	.results-third img {
		max-width: 160px;
	}

	img.banner-circle {
		max-width: 200px;
	}

	.form-holder form .submit {
    font-size: 10px;
}
}

@media(max-width: 400px) {
	.form-text h5 {
		font-size: 28px;
	}
}

@media(max-width: 350px) {
	.more-reviews-mobile {
		height: 550px;
	}

	.results-third img {
		max-width: 120px;
	}
}
