/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[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;
}

html {
	font-size: 62.5%;
}

body {
	height: 100%;
	max-height: 100%;
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #3a4145;
	font-family: "greycliff-cf", sans-serif;
	font-style: normal;
	font-weight: 400;
}

@media only screen and (max-width: 1500px) {
	body {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 1200px) {
	body {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 991.98px) {
	body {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 1.2rem;
	}
}

/* Google Translate Overrides */
html,
body {
	min-height: 0 !important;
	height: auto !important;
	position: inherit !important;
}

[id] {
    scroll-margin-top: 170px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizeLegibility;
	line-height: 1;
	margin-top: 0;
	text-wrap: balance;
}

h1 {
	font-size: 4rem;
	line-height: 1.2em;
	margin: 0;
}

@media only screen and (max-width: 1950px) {
	.slider-text h1,
	h1 {
		font-size: 3.75rem;
	}
}

@media only screen and (max-width: 1600px) {
	.slider-text h1,
	h1 {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 1300px) {
	.slider-text h1,
	h1 {
		font-size: 3rem;
	}
	.slider-text h1 {
		padding: 0 25px 0 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.slider-text h1,
	h1 {
		font-size: 2.75rem;
	}
}

@media only screen and (max-width: 900px) {
	.slider-text h1 {
		padding: 0;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 700px) {
	.slider-text h1,
	h1 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 500px) {
	.slider-text h1,
	h1 {
		width: 20ch;
	}
}

@media only screen and (max-width: 450px) {
	.slider-text h1 {
		font-size: 2.25rem;
	}
}

h2 {
	font-size: 3.5rem;
	line-height: 1.3em;
	letter-spacing: 2px;
	margin: 0;
}

@media only screen and (max-width: 1500px) {
	h2 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 991.98px) {
	h2 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 500px) {
	h2 {
		font-size: 2rem;
	}
}

h2 + h4 {
	margin: 1.6em 0 0;
}

@media only screen and (max-width: 991.98px) {
	h2 + h4 {
		margin: 1.2em 0 0;
	}
}

h3 {
	font-size: 4rem;
	line-height: 5rem;
	margin: 0;
}

@media only screen and (max-width: 1320px) {
	h3 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 1100px) {
	h3 {
		font-size: 3rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 700px) {
	h3 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 500px) {
	h3 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

h4 {
	font-size: 3rem;
	margin: 0;
	line-height: 1.2;
}

@media only screen and (max-width: 1300px) {
	h4 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 700px) {
	h4 {
		font-size: 2rem;
	}
}

.team-section-item h4 {
	font-size: 2.5rem;
}

h5 {
	font-size: 3.5rem;
	line-height: 4.5rem;
	margin: 0 0 35px;
}

@media only screen and (max-width: 1500px) {
	h5 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media only screen and (max-width: 1300px) {
	h5 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	h5 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 700px) {
	h5 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

h6 {
	font-size: 2.75rem;
	margin: 0 0 1em;
}

@media only screen and (max-width: 500px) {
	h6 {
		font-size: 2.25rem;
	}
}

a {
	color: #4a4a4a;
	-webkit-transition: color ease 0.3s;
	-moz-transition: color ease 0.3s;
	-ms-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #956A4A;
}

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

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

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,
footer {
	width: 100%;
}

.content-holder {
	max-width: 2000px;
	width: 90%;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.content-object-center {
	max-width: 75%;
	width: 100%;
	align-self: center;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 850px) {
	.content-object-center {
		max-width: 90%;
	}
}

@media only screen and (max-width: 700px) {
	.content-object-center {
		max-width: 100%;
	}
}

.home .content-object-center {
	padding: 100px 0;
	max-width: 65%;
}

@media only screen and (max-width: 1300px) {
	.home .content-object-center {
		max-width: 85%;
	}
}

@media only screen and (max-width: 850px) {
	.home .content-object-center {
		max-width: 80%;
	}
}

@media only screen and (max-width: 750px) {
	.home .content-object-center {
		padding: 40px 0;
		max-width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.home .content-object-center {
		padding: 40px 0;
	}
}

.object-fit {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-edit-link {
	background: #c9a277;
	display: block;
	width: 150px;
	padding: 15px 0;
	color: #fff !important;
	position: fixed;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 999;
	text-align: center;
	text-decoration: none;
}

.subtitle {
	display: block;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 10px;
	font-size: 3.5rem;
	color: #956A4A;
}

@media only screen and (max-width: 1500px) {
	.subtitle {
		font-size: 70%;
		margin: 0;
	}
}

h1 .subtitle,
h2 .subtitle {
	color: #00ae7e;
	font-weight: 600;
}

@media only screen and (max-width: 991.98px) {
	.subtitle {
		font-size: 100%;
		margin: 0 0 10px;
	}
}

.our-team-template-default
	.intro--content
	.content-object-center
	.single-content
	h2 {
	margin: 0 0 30px;
}

@media only screen and (max-width: 600px) {
	.our-team-template-default
		.intro--content
		.content-object-center
		.single-content
		h2 {
		margin: 0;
	}
}

/* background colours start */

.bg-white {
	background: #FFF;
}

.bg-gold {
	background: #E3DCD4;
}

.bg-d-gold {
	background: #956A4A;
}

.bg-dark-grey {
	background: #303234;
}

.bg-light-grey {
	background: #353a41;
}

.bg-white {
	background: #ffffff;
}

.bg-whitesmoke {
	background: #efefef;
}

/* background colours end */

.btn,
button,
.contact-form-holder .contact-form .wpcf7-submit {
	display: flex;
	align-items: center;
	max-width: max-content;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	height: 40px;
	padding: 10px 20px;
	border-radius: 8px;
	color: white;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	border: 1px solid #956A4A;
	font-size: 16px;
}

.btn.btn-outline {
	border: 1px solid #956A4A;
}

.btn:hover,
.btn.btn-outline:hover {
	background: #E3DCD4;
	color: #272727;
}

@media only screen and (max-width: 1250px) {
	.btn,
	button,
	.wpcf7-submit {
		height: 44px;
		padding: 12px 22px;
	}
}

@media only screen and (max-width: 400px) {
	.btn,
	button,
	.wpcf7-submit {
		height: 40px;
		padding: 12px 15px;
	}
}

.btn span,
button span {
	margin: 0 0 0 5px;
	font-weight: 700;
}

a.btn.bg-white, .single-content a.btn.bg-white, .single-content a.btn.bg-whitesmoke {
	color: black;
}

.btn.bg-green:hover,
.contact-form-holder .contact-form button:hover {
	background: #49b496;
	color: white;
}

.cookie-dialog__label {
	padding: 0 !important;
}

.cookie-dialog__more {
	color: #b6b6b6 !important;
	border-color: transparent !important;
}

.cookie-dialog__table {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 20px;
	margin-bottom: 20px;
	table-layout: auto;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.cookie-dialog__table {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.cookie-dialog__table th,
.cookie-dialog__table td {
	vertical-align: top;
	border: 1px solid #838383;
	padding: 4px 10px;
	text-align: left;
}

.cookie-dialog__table th:nth-child(1),
.cookie-dialog__table td:nth-child(1) {
	word-break: break-word;
	min-width: 140px;
}

.cookie-dialog__table th {
	font-weight: 700;
}

@media (max-width: 768px) {
	.cookie-dialog__table caption,
	.cookie-dialog__table table,
	.cookie-dialog__table thead,
	.cookie-dialog__table tbody,
	.cookie-dialog__table th,
	.cookie-dialog__table td,
	.cookie-dialog__table tr {
		display: block;
	}

	.cookie-dialog__table thead {
		display: none;
	}

	.cookie-dialog__table tbody td {
		border: none;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #838383;
		position: relative;
		white-space: normal;
		text-align: left;
		padding: 4px 10px 4px 130px;
	}

	.cookie-dialog__table tbody td:before {
		position: absolute;
		top: 4px;
		left: 10px;
		width: 40%;
		white-space: nowrap;
		text-align: left;
		font-weight: 700;
	}

	.cookie-dialog__table tbody td:nth-child(1):before {
		content: "Cookie name";
	}

	.cookie-dialog__table tbody td:nth-child(2):before {
		content: "Provider";
	}

	.cookie-dialog__table tbody td:nth-child(3):before {
		content: "Type";
	}

	.cookie-dialog__table tbody td:nth-child(4):before {
		content: "Expiry";
	}

	.cookie-dialog__table tbody td:nth-child(5):before {
		content: "Description";
	}

	.cookie-dialog__table tbody td:first-child {
		border-width: 1px 1px 0;
		width: auto;
	}

	.cookie-dialog__table tbody td:last-child {
		border-width: 1px;
		width: auto;
	}

	.cookie-dialog__table tbody tr:not(:last-child) {
		border-width: 0 0 20px;
		border-style: solid;
		border-color: #fff;
	}
}

.blog-content-wrapper {
	padding: 100px 0;
	justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
	.blog-content-wrapper {
		padding: 50px 0;
	}
}

.blog-content-wrapper .content-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-content-wrapper .content-holder a {
	margin: 0 0 25px;
}

.blog-post-container {
	width: 49%;
	margin: 0 0 2%;
	background: #303234;
	color: #fff;
}

@media only screen and (max-width: 800px) {
	.blog-post-container {
		width: 100%;
	}
}

.blog-post-container h3 a {
	color: #fff;
	margin: 0 0 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	text-align: left;
}

.blog-img,
.blog-post-container img {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

@media only screen and (max-width: 1320px) {
	.blog-img,
	.blog-post-container img {
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.blog-img,
	.blog-post-container img {
		height: 250px;
	}
}

.blog-post-container img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-text {
	padding: 60px 50px;
	text-align: center;
}

@media only screen and (max-width: 1320px) {
	.blog-text {
		padding: 30px;
	}
}

.next-prev-wrapper {
	background: #efefef;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px;
	border-radius: 34px;
}

.post-btn-next,
.post-btn-previous {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 10px;
}

.post-btn-previous {
	font-weight: 600;
	border-left: 3px solid rgb(91 135 145 / 45%);
	padding: 0 0 0 20px;
}

.blog-content-wrapper .content-holder .post-btn-next a,
.blog-content-wrapper .content-holder .post-btn-previous a {
	margin: 0;
}

.full-width-content.fees-section {
	padding: 2.5% 0 5%;
}

.full-width-content.add-gap .content-holder {
	width: 55%;
	margin: 0 5%;
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 991.98px) {
	.full-width-content.add-gap .content-holder {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 50px;
	}
}

.full-width-content.add-gap h2 {
	color: white;
	margin: 0 0 30px;
}

.full-width-content.add-gap h2 {
	color: #35626c;
}

.side-image {
	width: 35%;
}

@media only screen and (max-width: 991.98px) {
	.side-image {
		width: 90%;
		margin: 0 auto;
	}
}

.side-image img {
	width: 35%;
	border-radius: 34px 0 0 34px;
}

@media only screen and (max-width: 991.98px) {
	.side-image img {
		width: 100%;
	}
}

/* accordion styles start */

.accordion-holder {
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
}

@media only screen and (max-width: 1320px) {
	.accordion-holder {
		padding: 100px 0;
		max-width: 85%;
	}
}

@media only screen and (max-width: 991.98px) {
	.accordion-holder {
		padding: 50px 0;
	}
}

.bg-white .accordion-holder h2,
.bg-whitesmoke .accordion-holder h2 {
	color: #303234;
}

.accordion-holder h2 {
	margin: 0 0 25px;
	color: white;
}

.accordion .set {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 3px solid #03a67a;
}

.accordion .set:last-of-type {
	border-bottom: 3px solid #03a67a;
}

.accordion .set > a {
	display: block;
	cursor: pointer;
	padding: 30px 70px 30px 0;
	text-decoration: none;
	position: relative;
	color: #303234;
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 500;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 1320px) {
	.accordion .set > a {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.accordion .set > a {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.accordion .set > a {
		padding: 20px 50px 20px 0;
		font-size: inherit;
	}
}

.accordion .set > a.active {
	color: #03a57b;
	border-bottom: none;
	padding: 30px 70px 30px 0;
}

.accordion .set > a i {
	position: absolute;
	right: 20px;
	top: 30px;
}

.accordion-content {
	display: none;
	color: #303234;
}

.accordion-content h4 {
	margin: 20px 0;
	display: block;
}

.accordion-content a {
	color: #03a679;
}

.accordion-content p {
	font-weight: 400;
	max-width: 85%;
}

.accordion-content p:first-of-type {
	margin: 0 0 0.6em 0;
}

.accordion-content p:last-of-type {
	margin: 0 0 30px 0;
}

.standout-box {
	background: #efefef;
	padding: 15px 20px 25px 30px;
}

.standout-box p,
.standout-box p:last-of-type {
	margin: 15px 0 0 0;
}

/* accordion styles end */

/* association-logos styles start */

.association-logos-holder {
	justify-content: center;
	padding: 80px 10% 50px;
	width: 100%;
}

.association-logos-holder:nth-of-type(2) {
	background: whitesmoke;
	padding: 80px 10% 100px;
}

@media only screen and (max-width: 550px) {
	.association-logos-holder {
		padding: 10% 5%;
	}
}

.association-logos-holder h5 {
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
}

.al-icon {
	flex-basis: 20%;
	flex-grow: 1;
	width: 100%;
	justify-content: space-around;
	max-width: 22em;
}

@media only screen and (max-width: 991.98px) {
	.al-icon {
		flex-basis: 30%;
	}
}

.al-icon img {
	object-fit: contain;
	width: 70%;
}

/* association-logos styles end */

/* contact-details-strip styles start */

.contact-details-strip-wrapper {
	position: relative;
}

.contact-details-strip-background-image {
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 1150px) {
	.contact-details-strip-background-image {
		height: 40vh;
		max-height: 350px;
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.contact-details-strip-background-image .object-fit,
	.contact-details-strip-background-image {
		object-position: right;
		max-height: 30vh;
		min-height: 250px;
	}
}

.contact-details-strip-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 65%;
	background: #956A4A;
	border-radius: 0 150px 0 0;
	padding: 50px 5%;
}

@media only screen and (max-width: 1200px) {
	.contact-details-strip-content {
		border-radius: 0 75px 0 0;
		padding: 25px 5%;
	}
}

@media only screen and (max-width: 1150px) {
	.contact-details-strip-content {
		border-radius: 0;
		padding: 25px 5%;
		position: relative;
		width: 100%;
	}
}

.contact-details-holder {
	align-items: center;
}

.contact-details-holder a {
	color: white;
	font-size: 2.75rem;
	letter-spacing: 1.5px;
	margin: 20px 50px 20px 0;
}

@media only screen and (max-width: 1500px) {
	.contact-details-holder a {
		font-size: 2.25rem;
		margin: 5px 30px 5px 0;
	}
}

@media only screen and (max-width: 1150px) {
	.contact-details-holder a {
		font-size: 2rem;
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 700px) {
	.contact-details-holder a {
		font-size: 1.8rem;
		flex: 1;
	}
}

@media only screen and (max-width: 600px) {
	.contact-details-holder a {
		font-size: 1.6rem;
		margin: 0;
	}
}

@media only screen and (max-width: 400px) {
	.contact-details-holder a {
		font-size: 1.5rem;
	}
}

.contact-details-holder a:hover {
	text-decoration: underline;
	color: #1d1f22;
}

.contact-details-holder svg {
	max-width: 50px;
	width: 100%;
	margin: 0 50px 0 0;
}

@media only screen and (max-width: 1500px) {
	.contact-details-holder svg {
		max-width: 36px;
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 1300px) {
	.contact-details-holder svg {
		max-width: 30px;
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 600px) {
	.contact-details-holder svg {
		height: 40px;
		width: 40px;
		margin: 0 15px 0 0;
	}
}

/* contact-details-strip styles end */

/* contact-form styles start */

.contact-form-holder {
	width: 65%;
	color: white;
	padding: 100px 5%;
	align-content: center;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-holder {
		width: 100%;
	}
}

.contact-form-holder .contact-form {
	max-width: 90%;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-holder .contact-form {
		max-width: 100%;
	}
}

.contact-form-side-image {
	width: 35%;
	/*! max-height: 800px; */
}

@media only screen and (max-width: 991.98px) {
	.contact-form-side-image {
		display: none;
	}
}

.contact-form-holder .contact-form .width-fifty {
	width: 50%;
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form .width-fifty {
		width: 100%;
	}
}

.contact-form-holder .contact-form input,
.contact-form-holder .contact-form textarea,
.contact-form-holder .contact-form select {
	width: 100%;
	margin: 0 0 15px 0;
	height: 64px;
	padding: 0 20px;
	border: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.8rem;
	-moz-appearance: none;
	outline: none;
	background: rgb(241 241 241 / 30%);
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 1200px) {
	.contact-form-holder .contact-form input,
	.contact-form-holder .contact-form textarea,
	.contact-form-holder .contact-form select {
		font-size: 1.6rem;
	}
}

.contact-form-holder .contact-form input::placeholder,
.contact-form-holder .contact-form select,
.contact-form-holder .contact-form textarea::placeholder {
	font-weight: 300;
	color: #ffffff;
}

.contact-form-holder .contact-form input,
.contact-form-holder .contact-form select {
	width: calc(100% - 15px);
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form input,
	.contact-form-holder .contact-form select {
		font-size: 1.6rem;
		height: 55px;
		padding: 0 15px;
		margin: 0 0 15px;
		width: 100%;
	}
}

.wpcf7-submit {
	width: 100%;
	max-width: 300px;
}

.contact-form-holder .contact-form .width-fifty p {
	margin: 0;
	height: 100%;
}

.contact-form-holder .contact-form .width-fifty br {
	display: none;
}

.custom-select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background-image: url("assets/images/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 55px 15px;
	background-position: right;
}

.contact-form-holder .contact-form textarea {
	height: calc(100% - 15px);
	padding: 20px;
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form textarea {
		height: 175px;
		margin: 15px 0 0 0;
	}
}

.contact-form-holder .contact-form select,
.contact-form-holder .contact-form .wpcf7-submit {
	margin: 0;
}

.contact-form-holder .contact-form .wpcf7-submit {
	background: #03a679;
	margin: 17px 0 0 0;
	width: inherit;
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form .wpcf7-submit {
		margin: 15px 0 0;
	}
}

.gdpr-text {
	font-size: 1.5rem;
	font-weight: 100;
	margin: 20px 0 0 0;
	width: 100%;
	flex: 1;
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 1400px) {
	.gdpr-text {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.gdpr-text {
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding: 0;
	}
}

a.privacy-link {
	color: #30826c;
}

.contact-form .full-width {
	width: 100%;
	justify-content: space-between;
	margin: 25px 0 0 0;
}

@media only screen and (max-width: 1280px) {
	.contact-form .full-width {
		flex-direction: column;
	}
}

.marketing-text {
	width: 100%;
}

.marketing-text p,
.marketing-text .wpcf7-list-item {
	margin: 0;
}

.marketing-text input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	-moz-appearance: auto;
}

.three-box {
	width: 100%;
}

.three-box div {
	width: 100%;
	background: #1d1f22;
	padding: 30px 30px 35px 30px;
	margin: 1% 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.three-box div p {
	margin: 5px 0 0 50px;
}

@media only screen and (max-width: 500px) {
	.three-box div p {
		margin: 5px 0 0 0;
	}
}

.three-box div h4 {
	font-weight: 400;
	width: 140px;
}

@media only screen and (max-width: 500px) {
	.three-box div h4 {
		width: 100%;
	}
}

.three-box div h4 span {
	font-weight: 800;
}

.contact-form-holder .contact-form span:last-of-type input {
	margin: 0;
}

/* contact-form styles end */

/* content-double-image styles start */

.content-double-image-wrapper.bg-black {
	color: white;
}

@media only screen and (max-width: 1500px) {
	.content-double-image-wrapper .content-holder {
		width: 100%;
	}
}

.cdiw--image {
	width: 52.5%;
	justify-content: center;
	align-content: center;
	margin: 150px 0;
}

@media only screen and (max-width: 1700px) {
	.cdiw--image {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 1500px) {
	.cdiw--image {
		margin: 25px 0;
	}
}

@media only screen and (max-width: 875px) {
	.cdiw--image {
		width: 35%;
	}
}

@media only screen and (max-width: 500px) {
	.cdiw--image {
		width: 100%;
	}
}

.cdiw-image-holder-left,
.cdiw-image-holder-right {
	height: 500px;
	width: 45%;
	max-width: 325px;
}

@media only screen and (max-width: 1050px) {
	.cdiw-image-holder-left,
	.cdiw-image-holder-right {
		height: 375px;
	}
}

@media only screen and (max-width: 875px) {
	.cdiw-image-holder-left {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.cdiw-image-holder-left {
		width: 90%;
		margin: 0 auto 25px;
		max-width: inherit;
		height: inherit;
	}
}

.cdiw-image-holder-right {
	margin: 0 0 0 50px;
}

@media only screen and (max-width: 1300px) {
	.cdiw-image-holder-right {
		margin: 0 0 0 20px;
	}
}

.double-img-slider.slick-slider,
.double-img-slider.slick-slider {
	display: none;
}

.home .double-img-slider.slick-slider,
.home .double-img-slider.slick-slider {
	display: block;
}

@media only screen and (max-width: 875px) {
	.home .cdiw-image-holder-right.double-img-slider.slick-slider,
	.cdiw-image-holder-right {
		display: none;
	}
}

.cdiw-image-holder-left img,
.cdiw-image-holder-right img {
	border-radius: 100px;
	height: 500px;
}

@media only screen and (max-width: 1050px) {
	.cdiw-image-holder-left img,
	.cdiw-image-holder-right img {
		border-radius: 50px;
		height: 375px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}
}

@media only screen and (max-width: 500px) {
	.cdiw-image-holder-left img,
	.cdiw-image-holder-right img {
		height: 250px;
	}
}

.cdiw--content {
	width: 47.5%;
}

@media only screen and (max-width: 875px) {
	.cdiw--content {
		width: 60%;
	}
}

@media only screen and (max-width: 500px) {
	.cdiw--content {
		width: 100%;
	}
}

.position-left .cdiw--content {
	order: 0;
}

@media only screen and (min-width: 992px) {
    .position-right .cdiw--content {
    	order: -1;
    }
}

img.object-fit.sticky-on {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	max-width: 100%;
	height: 100%;
	max-height: 60vh;
	object-fit: cover;
	object-position: center;
	top: 200px;
}

.postid-24503 img.object-fit.sticky-on {
	min-height: inherit;
	object-fit: contain;
}

@media only screen and (max-width: 991.98px) {
	.postid-24503 .side-image img {
		border-radius: 0;
	}
}

.single-content:not(:first-child) {
	margin: 50px 0 0 0;
}

.position-left .cdiw--content .single-content {
	padding: 60px 0 50px;
}

@media only screen and (max-width: 750px) {
	.position-left .cdiw--content .single-content {
		padding: 50px 5%;
	}
}

@media only screen and (max-width: 500px) {
	.position-left .cdiw--content .single-content {
		padding: 50px 5% 0;
	}
}

/* content-double-image styles end */

/* content-image styles start */

.home .content-image-wrapper {
	padding: 40px 0;
}

@media only screen and (max-width: 750px) {
	.home .content-image-wrapper {
		padding: 0;
	}
}

.content-image-wrapper {
	padding: 75px 0;
}

@media only screen and (max-width: 700px) {
	.content-image-wrapper {
		padding: 5% 0;
	}
}

.content-image-wrapper + .content-image-wrapper {
	padding: 5% 0;
}

@media only screen and (max-width: 700px) {
	.content-image-wrapper + .content-image-wrapper {
		padding: 50px 0;
	}
}

.home .content-image-wrapper + .content-image-wrapper {
	padding: 40px 0;
}

@media only screen and (max-width: 750px) {
	.home .content-image-wrapper + .content-image-wrapper {
		padding: 0;
	}
}

.content-image-wrapper.bg-black,
.content-image-wrapper.bg-light-grey {
	color: white;
}

.home .ciw--image {
	width: 52.5%;
}

@media only screen and (max-width: 1500px) {
	.home .ciw--image {
		width: 40%;
	}
}

@media only screen and (max-width: 750px) {
	.home .ciw--image {
		width: 100%;
		margin: 0 auto;
	}
	.home .ciw--image {
		order: -1;
	}
}

.ciw--image {
	width: 30%;
}

@media only screen and (max-width: 991.98px) {
	.ciw--image {
		width: 80%;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 700px) {
	.ciw--image {
		width: 90%;
		margin: 0 auto 40px;
	}
}

.position-left .ciw--image img {
	border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	-moz-border-radius: 0 100px 100px 0;
	-ms-border-radius: 0 100px 100px 0;
	-o-border-radius: 0 100px 100px 0;
}

.position-right .ciw--image img {
	border-radius: 100px 0 0 100px;
	-webkit-border-radius: 100px 0 0 100px;
	-moz-border-radius: 100px 0 0 100px;
	-ms-border-radius: 100px 0 0 100px;
	-o-border-radius: 100px 0 0 100px;
}

@media only screen and (max-width: 991.98px) {
	.position-left .ciw--image img,
	.position-right .ciw--image img {
		border-radius: 0;
	}
}

.home .ciw--content {
	width: 47.5%;
}

@media only screen and (max-width: 1500px) {
	.home .ciw--content {
		width: 60%;
	}
}

@media only screen and (max-width: 750px) {
	.home .ciw--content {
		width: 100%;
	}
}

.ciw--content {
	width: 70%;
}

@media only screen and (max-width: 991.98px) {
	.ciw--content {
		width: 90%;
		margin: 0 auto;
	}
}

.position-left .ciw--content {
	order: 0;
}
@media only screen and (min-width: 992px) {
    .position-right .ciw--content {
    	order: -1;
    }
}
.position-right .ciw--content .single-content a.btn {
	margin: 0 0 20px;
}

.ciw--content .single-content h4 {
	color: #03a679;
}

img.object-fit.sticky-on {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	max-width: 100%;
	height: 100%;
	max-height: 50vh;
	min-height: 550px;
	object-fit: cover;
	object-position: center;
	top: 225px;
}

.home .ciw--image img.object-fit.sticky-on {
	max-height: 60vh;
	min-height: 650px;
}

@media only screen and (max-width: 1500px) {
	.home .ciw--image img.object-fit.sticky-on {
		max-height: 50vh;
		min-height: 450px;
	}

	img.object-fit.sticky-on {
		max-height: 50vh;
		min-height: 450px;
	}
}

@media only screen and (max-width: 1200px) {
	img.object-fit.sticky-on {
		max-height: 40vh;
		min-height: 350px;
	}
}

@media only screen and (max-width: 700px) {
	.home .ciw--image img.object-fit.sticky-on,
	img.object-fit.sticky-on {
		max-height: 30vh;
		min-height: 250px;
	}
}

.intro--content .single-content p {
	max-width: 80%;
}

@media only screen and (max-width: 1600px) {
	.intro--content .single-content p {
		max-width: 100%;
	}
}

.single-content:nth-of-type(2) p {
	max-width: 100%;
}

.single-content p a {
	color: #956A4A;
}

.single-content a.btn {
	display: inline-flex;
	color: white;
}

.single-content a.btn {
    margin: 5px;
}
/*
.single-content a.btn:nth-of-type(2) {
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 550px) {
	.single-content a.btn:nth-of-type(2) {
		margin: 0 0 10px 0;
	}
}
*/

.single-content:nth-of-type(2) {
	background: #efefef;
	padding: 40px 50px;
}

@media only screen and (max-width: 1600px) {
	.single-content:nth-of-type(2) {
		padding: 30px;
	}
}

.single-content:nth-of-type(2) h3 {
	font-size: 3.5rem;
	max-width: 85%;
	color: #09c491;
}

@media only screen and (max-width: 991.98px) {
	.single-content:nth-of-type(2) h3 {
		font-size: 2.5rem;
	}
}

.single-content:nth-of-type(2) ul {
	padding: 0 0 0 25px;
}

.ciw--content p,
.ciw--content li {
	max-width: 80ch;
}

/* content-image styles end */

/* fees styles start */

table.fees.wide-table {
	border-top: 1px solid #a4a4a4;
	margin: 5% 0 0 0;
}

@media only screen and (max-width: 660px) {
	table.fees.wide-table {
		margin: 20px 0 35px;
	}
}

table.fees {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
	color: #3a4145;
}

@media only screen and (max-width: 750px) {
	table.fees {
		margin: 20px 0;
	}
}

table.fees thead {
	margin: 40px 0 0;
	display: block;
}

table.fees thead:first-of-type {
	margin: 0;
}

table.fees thead tr {
	background: #03a679;
	color: #fff;
	border: none;
}

@media only screen and (max-width: 660px) {
	table.fees thead tr {
		border-radius: 0;
	}
}

table.fees tr {
	background-color: #ededed;
	border-bottom: 1px solid rgb(164 164 164 / 30%);
	border-left: 1px solid rgb(164 164 164 / 30%);
	border-right: 1px solid rgb(164 164 164 / 30%);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

table.fees td i {
	line-height: 2rem;
	margin: 10px 0 0 0;
}

table.fees th,
table.fees td {
	padding: 0.8em 30px;
	text-align: left;
	width: 25%;
}

table.fees.wide-table th,
table.fees.wide-table td {
	width: 40%;
}

@media only screen and (max-width: 700px) {
	table.fees th,
	table.fees td {
		font-size: 1.5rem;
		padding: 0.8em;
	}
}

@media only screen and (max-width: 400px) {
	table.fees th,
	table.fees td {
		padding: 0.6em 1em;
	}
}

table.fees td:first-of-type i {
	font-size: 80%;
	display: block;
}

table.fees td span {
	font-weight: 100;
}

table.fees th {
	letter-spacing: 1px;
	padding: 1.25em 30px;
	width: 25%;
	font-size: 2rem;
}

@media only screen and (max-width: 700px) {
	table.fees th {
		font-size: 1.6rem;
		padding: 0.8em;
	}
}

@media only screen and (max-width: 400px) {
	table.fees th {
		font-size: 1.5rem;
		padding: 1em;
	}
}

table.fees th:last-of-type {
	background: #018964;
	color: #ffffff;
}

@media only screen and (max-width: 660px) {
	table.fees th:last-of-type {
		border-radius: 0;
	}
}

table.fees th:first-of-type,
table.fees td:first-of-type {
	width: 75%;
}

table.fees td:first-of-type {
	width: 75%;
	background: white;
	font-weight: 500;
}

table.fees.wide-table td:first-of-type {
	width: 60%;
}

@media only screen and (max-width: 660px) {
	table.fees td:first-of-type,
	table.fees td {
		width: 100%;
	}
}

.fees-content {
	width: 65%;
	padding: 5%;
	align-content: center;
}

@media only screen and (max-width: 900px) {
	.fees-content {
		width: 100%;
		padding: 5%;
	}
}

.fees-image {
	width: 35%;
}

@media only screen and (max-width: 900px) {
	.fees-image {
		width: 100%;
		order: 1;
	}
}

@media only screen and (max-width: 1200px) {
	.fees-image img {
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		max-width: 100%;
		height: 100%;
		max-height: 50vh;
		min-height: 550px;
		object-fit: cover;
		object-position: center;
		top: 225px;
	}
}

@media only screen and (max-width: 900px) {
	.fees-image img {
		max-height: 25vh;
		min-height: 300px;
	}
}

.full-width-content.no-max-width {
	padding: 0;
}

.fees-wrapper:nth-of-type(even) {
	background: whitesmoke;
}

.fees-wrapper:nth-of-type(even) .fees-image {
	order: 1;
}

s {
	color: #03a679;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
s:after {
	content: "";
	display: block;
	width: 100%;
	height: 55%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid;
}

.fees tbody:last-of-type tr {
    background: none;
    border: none;
}

.fees tbody:last-of-type tr td {
    background: none;
}

.fees tbody:last-of-type tr td .btn {
    margin-top: 26px;
}

/* fees styles end */

/* fiftyfifty styles start */
.fifty-fifty-content {
	width: 50%;
	flex-direction: column;
}

@media only screen and (max-width: 900px) {
	.fifty-fifty-content {
		width: 100%;
	}
}

.fifty-fifty-content.bg-dark-grey,
.fifty-fifty-content.bg-light-grey {
	color: white;
}

.fiftyfifty--image {
	max-height: 450px;
	min-height: 450px;
}

@media only screen and (max-width: 900px) {
	.fiftyfifty--image {
		max-height: 350px;
		min-height: 350px;
	}
}

.fiftyfifty--content {
	padding: 95px 0 100px;
}

@media only screen and (max-width: 900px) {
	.fiftyfifty--content {
		padding: 50px 5%;
	}
}

/* fiftyfifty styles end */

/* footer styles start */

footer {
	padding: 75px 0;
}

footer,
footer a {
	color: white;
}

footer .content-holder {
	justify-content: space-between;
}

.divider {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid rgb(245 245 245 / 50%);
	display: inline;
	height: 14px;
}

.opening-hours-wrapper {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 275px;
}

.opening-hours-wrapper .day {
	margin: 0 30px 0 0;
	width: 48%;
}

.opening-hours-wrapper .time {
    align-content: end;
}

.opening-hours-holder {
	max-width: 300px;
	width: 100%;
}

.our-policies-holder {
	align-items: center;
	max-width: 360px;
	width: 100%;
	margin: 0 100px 0 0;
}

.opening-hours-holder,
.our-policies-holder {
	line-height: 3.5rem;
}

.our-policies-holder h6 {
	width: 100%;
}

.opening-hours-holder {
	margin: 0 100px 0 0;
}

.footer-content-left {
	align-items: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
	.footer-content-left {
		flex: 1;
		text-align: center;
		justify-content: center;
	}
	.opening-hours-holder,
	.our-policies-holder,
	.our-address-holder {
		flex: 1;
		margin: 0 35px;
	}
	.opening-hours-holder {
		justify-content: center;
	}
	.footer-content-right {
		flex: -moz-available;
		justify-content: center;
		background: #303234;
		padding: 30px;
		margin: 50px 0 0 0;
	}
}

@media only screen and (max-width: 1130px) {
	.footer-content-left {
		flex: inherit;
	}

	.our-policies-holder,
	.opening-hours-holder {
		width: 40%;
		max-width: inherit;
		flex: inherit;
	}

	.our-address-holder {
		flex: inherit;
		width: 100%;
		justify-content: center;
		margin: 50px 0 0 0;
	}

	.our-address-holder br {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.opening-hours-holder,
	.our-policies-holder,
	.our-address-holder {
		max-width: 100%;
		width: 100%;
		margin: 0 0 50px;
		text-align: left;
		justify-content: flex-start;
	}
	.opening-hours-holder h6 {
		width: 100%;
	}
	.footer-content-right {
		margin: 0;
		width: 100%;
	}
}

.footer-link {
	display: inline-block;
}

.footer-top-links {
	align-content: center;
	align-items: center;
	width: 100%;
}

.footer-link.full-width-link {
	width: 100%;
}

.footer-logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}

@media only screen and (max-width: 500px) {
	.footer-logo img {
		max-width: 130px;
		margin: 0 auto 35px;
	}
	.footer-social-icons-holder a {
		margin: 0 10px;
	}
}

.footer-social-icons-holder {
	justify-content: space-between;
	align-items: center;
}

/* footer styles end */

/* full width content styles start */
.full-width-content {
	padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
	.full-width-content {
		padding: 50px 0;
	}
}

.full-width-content .content-holder {
	max-width: 1400px;
	margin: 0 auto 50px;
}

.full-width-content.no-max-width .content-holder {
	max-width: none;
}

.full-width-content.bg-black {
	color: white;
}

.full-width-content.bg-black a {
	color: #03a579;
}

.full-width-content ol li {
	margin: 0 0 30px;
}

.full-width-content ol li:last-of-type {
	margin: 0;
}
/* full width content styles end */

/* header styles start */

.header-wrapper {
	width: 100%;
	background: white;
	position: sticky;
	top: 0;
	z-index: 999;
	/*! height: 175px; */
	-webkit-box-shadow: 0 0 40px rgb(145 145 145 / 40%);
	box-shadow: 0 0 40px rgb(145 145 145 / 40%);
}

header .content-holder {
	justify-content: space-between;
	padding: 26px 0;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	header .content-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	header .content-holder {
		padding: 20px 10px 15px;
	}
}

.header-logo {
	max-width: 360px;
	width: 100%;
	height: auto;
	flex: 1;
}

@media only screen and (max-width: 1400px) {
	.header-logo {
		max-width: 300px;
	}
	.header-phone-number svg {
		width: 46px;
		height: auto;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-logo {
		max-width: 135px;
		flex: 1;
	}
}


@media only screen and (max-width: 400px) {
	.header-logo img {
		padding: 0 50px 0 0;
	}
}

a.header-logo img {
	object-fit: contain;
}



.header-numbers-holder {
	flex-direction: column;
	margin: 0 0 0;
}

.header-numbers-holder span a {
	background: #F3F3F3;
	font-size: 15px !important;
	border-radius: 8px;
	padding: 5px 10px 5px 30px;
	margin-right: 8px;
	position: relative;
}

.header-numbers-holder span a img {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.header-numbers-holder div:first-child {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
	.header-numbers-holder {
		align-self: center;
		margin: 0 0 0;
	}
}

.header-numbers-holder a {
	font-weight: 600;
	font-size: 17px;
}

@media only screen and (max-width: 1400px) {
	.header-numbers-holder a {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-numbers-holder a {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 991.92px) {
	.header-phone-number,
	.header-btn.btn-outline {
		display: none;
	}
}

.contact-buttons a {
   text-align: center;
   font-size: 17px;
   font-weight: 600;
   color: #272727;
}

.subnav-div.contact-buttons a img {
	display: block;
	margin: 0 auto 5px;
}

@media only screen and (min-width: 992px) {
	.contact-buttons {
	   display: none;
	}
}

.header-btn {
	display: inline-block;
}
.header-btn.btn.btn-outline {
	margin-left: 10px;
}

@media only screen and (max-width: 991.98px) {
	.header-btn {
	  font-size: 15px;
     padding: 10px 10px;
     height: unset;
	}
	.subnav-div.contact-buttons {
	  display: flex; 
	  justify-content: space-between;
	  align-items: center; 
	  width: 100%;   
	  padding: 10px 0;  
	}

	.subnav-div.contact-buttons a {
	  flex-direction: column; 
	  align-items: center;
	  text-align: center;
	  flex: 1;
	}
}



header {
	position: sticky;
	top: 0;
	z-index: 9;
	background: white;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.subnav {
	height: 65px;
	width: 100%;
}

.social-subnav {
	justify-content: space-between;
	align-items: center;
}

.social-subnav a {
	align-content: center;
	display: flex;
	margin: 0 0 0 14.px;
}

.social-subnav a:first-of-type {
	margin: 0;
}

.subnav .content-holder {
	justify-content: space-between;
	align-items: center;
}

.subnav .content-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  position: relative;
}

@media (min-width: 1500px) {
	.subnav-div.desktop-navigation {
	  flex: 1;
	  display: flex;
	  justify-content: center;
	}

	.subnav-div.desktop-navigation > ul {
	  display: inline-flex;
	  justify-content: center;
	  list-style: none;
	}

	.subnav-div.desktop-navigation li {
	  position: relative;
	}

	.subnav-div.social-subnav {
	  display: flex;
	  justify-content: flex-end;
	  flex-shrink: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.subnav .content-holder {
		width: 97%;
	}
}

header .subnav .content-holder {
	padding: 0;
}

.subnav-div:nth-child(3) {
	display: none;
}

@media (min-width: 992px) {
	.subnav-div:nth-child(3) {
		position: absolute;
	   right: 0;
	   display: flex;
	}
}


@media only screen and (max-width: 991.98px) {
	.subnav-div.desktop-navigation {
		display: none;
	}
}

nav.desktop-navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

nav.desktop-navigation ul a {
	display: block;
	color: #272727;
	text-decoration: none;
	padding: 20px 20px;
	font-weight: 600;
}

@media only screen and (max-width: 1550px) {
	nav.desktop-navigation ul a {
		padding: 15px;
	}
}

@media only screen and (max-width: 1300px) {
	nav.desktop-navigation ul a {
		padding: 15px 10px;
	}
}

nav.desktop-navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

nav.desktop-navigation ul li:hover {
	background: #956A4A;
}

nav.desktop-navigation ul li:hover a {
	color: #FFF
}



nav.desktop-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #272727;
	padding: 0;
	width: max-content;
	z-index: 3;
}

nav.desktop-navigation ul ul a {
	color: #FFF;
}

nav.desktop-navigation ul ul a img {
	position: absolute;
	right: 20px;
	margin: 0;
	top: 21px;
}

@media only screen and (max-height: 900px) {
	nav.desktop-navigation ul ul a img {
		top: 14px;
	}
}

nav.desktop-navigation ul ul li {
	float: none;
	border-bottom: 2px solid #2b2b2b;
}

nav.desktop-navigation ul ul li:last-of-type {
	border: none;
}

nav.desktop-navigation ul ul li:hover {
	background: #956A4A;
	cursor: pointer;
}

nav.desktop-navigation ul ul a {
	line-height: 120%;
	font-size: 1.5rem;
	padding: 13px 50px 13px 20px;
}

@media only screen and (max-height: 900px) {
	nav.desktop-navigation ul ul a {
		font-size: 1.45rem;
		padding: 10px 50px 10px 20px;
	}
}

nav.desktop-navigation ul ul ul {
	top: 0;
	left: 100%;
}

nav.desktop-navigation ul ul ul a {
	padding: 13px 20px;
}

@media only screen and (max-height: 900px) {
	nav.desktop-navigation ul ul ul a {
		padding: 10px 50px 10px 20px;
	}
}

nav.desktop-navigation ul li:hover > ul {
	display: block;
}

.gtranslate_wrapper a {
	color: white;
}

.gt_languages a {
	color: #3a4145;
}

.subnav-div.language-selector .gt_selector.notranslate {
	height: 36px;
	border-radius: 5px;
	border: none;
	background: white;
	padding: 0 8px;
	font-size: 80%;
}

.gift-card-subnav {
	color: white;
	margin: 0 0 0 25px;
	align-content: center;
	padding: 5px 0 0 0;
}

.gift-card-subnav img {
	max-width: 30px;
	width: 100%;
	height: auto;
	margin: 0 15px 0 0;
}

@media only screen and (max-width: 1250px) {
	.gift-card-subnav {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.gift-card-subnav {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.subnav-div.language-selector {
		display: none;
	}
	header .subnav .content-holder {

	}
}

#searchForm button, #mobileSearchForm button {
	display: inline-block;
	background: #FFF;
	padding: 6px 10px 6px 6px;
	border-radius: 0 8px 8px 0;
	border: none;
	height: 36px;
	font-weight: 400;
	font-size: 80%;
}


#mobileSearchForm input {
   width: 256px;
}

.mobile-search-form {
    display: none;
    justify-content: center;
    margin: 17px 0;
}

#search_form {
	padding: 5px 10px 5px 15px;
	height: 36px;
	border: none;
	width: 250px;
	border-radius: 8px 0 0 8px;
	font-size: 80%;
}

@media only screen and (max-width: 1050px) {
	#search_form {
		width: 185px;
	}
}

@media only screen and (max-width: 375px) {
	#search_form {
		width: 90px;
	}
}

/* header styles end */

/* mobile navigation start */

.mobile-nav {
	display: none;
}

@media only screen and (max-width: 991.98px) {
	.mobile-nav {
		display: block;
	}
}

#nav,
#nav-content {
	display: inline;
}

#nav-button {
	display: none;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	line-height: 0;
	color: #272727;
	margin: 0;
	max-width: 35px;
	width: 35px;
	z-index: 9;
	position: relative;
}

#nav-button svg {
	margin-bottom: 13px;
}

#nav-overlay {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 75px);
	background-color: rgba(0, 0, 0, 0.6);
}

#nav-closenav {
	display: none;
	position: fixed;
	background: #1c1e21;
	color: white;
	padding: 20px 11px 20px 17px;
	z-index: 999;
	right: 0;
	margin-top:-39px;
	max-width: 300px;
	border-radius: 30px 0 0 0;
	font-size: 29px;
}

#nav-sidebar {
	display: none;
	position: fixed;
	max-width: 400px;
	width: 100%;
	z-index: 20;
	height: calc(100% - 75px);
	top: 0;
	left: 0;
	background-color: #1c1e21;
	color: white;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform 0.2s ease-out;
}
#nav-sidebar li {
	display: block;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 991.98px) {
	#nav-sidebar li img {
		display: none;
	}
}

#nav-sidebar li.btn {
	max-width: inherit;
	width: 100%;
	border-radius: 0;
	text-transform: capitalize;
	height: inherit;
	padding: 0;
}

#nav-sidebar-header {
	background: white;
	line-height: 0;
	margin-bottom: 33px;
}

#nav-sidebar li a {
	color: #ffffff;
}
#nav-sidebar-header img {
	width: 100%;
	height: auto;
	padding: 50px 50px;
	margin: 0;
	max-width: 350px;
}

@media only screen and (max-width: 400px) {
	#nav-sidebar-header img {
		padding: 50px 25px;
		max-width: 300px;
	}
}

#nav-sidebar-body .button {
	margin-top: 16px;
	text-align: center;
	float: none;
	display: block;
	height: auto;
	line-height: inherit;
	padding: 10px;
}

#nav-content {
	display: none;
}

#nav-button,
#nav-sidebar,
.nav-activated #nav-overlay,
.nav-activated #nav-closenav {
	display: block;
}

.nav-activated #nav-sidebar {
	transform: translateX(0);
}

.mobile-nav nav ul li a {
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 50px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	height: 100%;
	letter-spacing: 2px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 500px) {
	.mobile-nav nav ul li a {
		font-size: 1.5rem;
		padding-left: 25px;
	}
}

.mobile-nav nav ul li a:hover {
	background-color: #956A4A;
}
.mobile-nav nav ul li a:after {
	position: absolute;
	top: 0;
	right: 10px;
}

.mobile-nav nav ul li:last-child a {
	border-bottom: none;
}

.mobile-nav nav ul i {
	position: absolute;
	font-size: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 10px 50px 10px 30px;
	z-index: 999;
}

.mobile-nav nav ul .sub-menu i {
	padding: 5px 50px 5px 30px;
}

.mobile-nav nav ul {
	padding: 0;
	margin: 0;
	/* border-top: 1px solid rgba(255, 255, 255, 0.1); */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav nav ul ul {
	border-top: 1px solid rgba(100, 100, 100, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav nav ul ul a {
	padding: 5px 0 5px 50px;
	line-height: 40px;
	font-weight: 100;
	display: block;
	font-size: 90%;
}
.mobile-nav nav ul ul a:hover {
	background-color: #45464d;
}

.mobile-nav nav ul li > .sub-menu {
	display: none;
}

.mobile-nav nav ul li.open-menu > .sub-menu {
	display: block;
	background: #3a393b;
}

.mobile-nav nav ul li.open-menu > .sub-menu ul {
	background: #4c4c4c;
}

i.fas.fa-caret-down.right.fa-caret-down:before {
	margin: 10px 0 0 0;
	display: block;
}

#nav-sidebar .mobile-lang-switcher {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#nav-sidebar .mobile-lang-switcher li {
    display: inline-block;
    width: auto;
    text-align: center;
}

#nav-sidebar .mobile-lang-switcher li a:hover {
	background-color: #956A4A;
}

#nav-sidebar .mobile-lang-switcher li a {
    line-height: 60px;
    padding: 21px 32px;
}

#nav-sidebar .mobile-lang-switcher .current-lang a {
    background-color: #303234;
}

/* mobile navigation end */
/* icon-strip styles start */

.icons-strip-wrapper {
	padding: 0 0 80px;
}

.icons-strip-wrapper .content-holder {
	padding: 4% 5%;
	justify-content: space-between;
	text-align: center;
	border-radius: 0 0 100px 100px;
}

@media only screen and (max-width: 1500px) {
	.icons-strip-wrapper .content-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	.icons-strip-wrapper .content-holder {
		justify-content: center;
	}
}

.icon-holder {
	width: 20%;
	color: white;
}

@media only screen and (max-width: 991.98px) {
	.icon-holder {
		width: 33%;
		margin: 25px 0;
	}
}

@media only screen and (max-width: 650px) {
	.icon-holder {
		width: 50%;
		margin: 25px 0;
	}
}

.icon {
	max-width: 180px;
	margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
	.icon {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1100px) {
	.icon {
		max-width: 120px;
	}
}

@media only screen and (max-width: 450px) {
	.icon {
		max-width: 110px;
	}
}

.icon-text {
	max-width: 80%;
	margin: 0 auto;
}

.icon-text p {
	margin: 25px 0 0;
}

/* icon-strip styles end */

/* intro styles start */

.intro {
	background: #1d1f22;
}

.intro .content-holder {
	border-radius: 0;
	width: 100%;
	max-width: inherit;
}

@media only screen and (max-width: 550px) {
	.intro .content-holder .btn,
	.full-width-content .btn {
		width: 100%;
		max-width: inherit;
		margin: 0 0 10px;
		justify-content: center;
		line-height: 1.8rem;
	}
}

.intro .content-holder.bg-dark-grey {
	color: white;
}

.intro--image {
	width: 42.5%;
	justify-content: center;
	align-content: center;
	margin: 0;
}

.intro--image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1800px) {
	.intro--image {
		width: 40%;
	}
}

@media only screen and (max-width: 900px) {
	.intro--image {
		width: 100%;
	}
}

.intro--image img {
	border-radius: 0;
	height: 60vh;
	min-height: 650px;
}

@media only screen and (max-width: 1400px) {
	.intro--image img {
		border-radius: 0;
		height: 40vh;
		min-height: 350px;
	}
}

@media only screen and (max-width: 900px) {
	.intro--image img {
		height: inherit;
		min-height: inherit;
		max-height: 50vh;
	}
}

@media only screen and (max-width: 800px) {
	.intro--image img {
		max-height: 40vh;
	}
}

.intro--content {
	width: 57.5%;
}

@media only screen and (max-width: 1800px) {
	.intro--content {
		width: 60%;
	}
}

@media only screen and (max-width: 1800px) {
	.intro--content {
		width: 60%;
	}
}

@media only screen and (max-width: 900px) {
	.intro--content {
		width: 100%;
		order: 2;
	}
}

.intro--content .content-object-center {
	max-width: 75%;
	padding: 75px 0;
}

@media only screen and (max-width: 1500px) {
	.intro--content .content-object-center {
		max-width: 85%;
		padding: 50px 0;
	}
}

@media only screen and (max-width: 1500px) {
	.intro--content .content-object-center {
		max-width: 90%;
	}
}

.intro--content .content-object-center .single-content h2 {
	max-width: 75%;
}

@media only screen and (max-width: 1600px) {
	.intro--content .content-object-center .single-content h2 {
		max-width: 100%;
	}
}

.position-left .intro--content {
	order: 0;
}

.position-left .intro--image {
	order: -1;
	margin: 100px 0 100px 7.5%;
}

.content-holder.bg-black {
	color: white;
}

.content-image-wrapper.bg-whitesmoke .single-content:nth-of-type(2) {
	background: white;
}

/* intro styles end */

/* partners styles start */
.our-partners .content-holder {
	margin: 0 auto;
}

.our-partners .content-holder h2 {
	margin: 0 0 40px;
	text-align: center;
}

.logo-grid ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}

.logo-grid li {
	width: calc(100% / 4);
	border: 1px solid whitesmoke;
}

@media only screen and (max-width: 991.98px) {
	.logo-grid li {
		width: calc(100% / 3);
	}
}

@media only screen and (max-width: 600px) {
	.logo-grid li {
		width: calc(100% / 2);
	}
}

.our-partners:nth-of-type(even) .logo-grid ul li {
	background: white;
}

.logo-grid a {
	display: block;
	height: 10em;
	padding: 30px;
}

@media only screen and (max-width: 400px) {
	.logo-grid a {
		padding: 15px;
	}
}

.logo-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* partners styles end */

/* reviews-and-feedback styles start */

.reviews-and-feedback-wrapper {
	padding: 100px 0;
	color: white;
}

@media only screen and (max-width: 800px) {
	.reviews-and-feedback-wrapper {
		background: #303234;
		padding: 50px 0;
	}
}

.reviews-and-feedback-wrapper .content-holder {
	max-width: 1400px;
}

.raf-title-holder {
	justify-content: space-between;
	margin: 0 0 50px;
}

.raf-title-holder .raf-title h2 {
	margin: 0;
}

.raf-motif {
	max-width: 200px;
}

@media only screen and (max-width: 800px) {
	.raf-motif {
		max-width: 20%;
	}
}

@media only screen and (max-width: 530px) {
	.raf-motif {
		display: none;
	}
}

.raf-motif img {
	object-fit: contain;
}

/* reviews-and-feedback styles end */

/* slider styles start */

.homepage__slider {
    background:#1d1f22;
}

.homepage__slider .slide {
	max-height: calc(90vh - 175px);
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 650px) {
	.homepage__slider .slide {
		max-height: inherit;
	}
}

.homepage__slider .slider-content-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1d1f22;
	z-index: 2;
	height: 170px;
	justify-content: center;
	color: white;
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
	border-radius: 100px 100px 0 0;
	align-content: center;
	justify-content: space-between;
	padding: 0 7.5%;
	align-items: center;
}

@media only screen and (max-width: 1850px) {
	.homepage__slider .slider-content-bar {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slider-content-bar {
		max-width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		height: inherit;
		padding: 40px 100px;
	}
}

@media only screen and (max-width: 1100px) {
	.homepage__slider .slider-content-bar {
		padding: 40px 5%;
	}
}

@media only screen and (max-width: 900px) {
	.homepage__slider .slider-content-bar {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 25px 5% 30px;
	}
}

@media only screen and (max-width: 800px) {
	.homepage__slider .slider-content-bar {
		position: relative;
	}
}

.slider-button a:last-of-type {
	margin: 0 0 0 10px;
	background: #949494;
}

.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: inherit;
	margin-right: auto;
	line-height: 0;
}

.home .slick-track {
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev.slick-arrow {
	max-width: 200px;
	position: absolute;
	left: 0;
	top: 30%;
	transform: translate(-25%, -50%);
	z-index: 8;
	background: #03a679;
	color: white;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	align-content: space-around;
}

.homepage__slider .slick-prev.slick-arrow {
	transform: none;
	left: 3%;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-prev.slick-arrow {
		left: 1%;
	}
}

.slick-next.slick-arrow {
	position: absolute;
	right: 0%;
	top: 30%;
	transform: translate(50%, -50%);
	z-index: 8;
	background: #03a679;
	color: white;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	align-content: space-around;
}

@media only screen and (max-width: 1500px) {
	.slick-prev.slick-arrow,
	.slick-next.slick-arrow {
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 600px) {
	.slider__team-slider .slick-prev.slick-arrow {
		left: 20px;
	}
	.slider__team-slider .slick-next.slick-arrow {
		right: 32px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1500px) {
    .slider__team-slider .slick-prev.slick-arrow {
        left: 17px;
    }
}

.homepage__slider .slick-next.slick-arrow {
	transform: none;
	right: 3%;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-next.slick-arrow {
		right: 1%;
	}
}

.homepage__slider .slick-prev.slick-arrow,
.homepage__slider .slick-next.slick-arrow {
	cursor: pointer;
	top: inherit;
	bottom: 20px;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-prev.slick-arrow,
	.homepage__slider .slick-next.slick-arrow {
		bottom: 40px;
	}
}

.slick-next.slick-arrow img,
.slick-prev.slick-arrow img {
	width: 40px;
	height: 25px;
	margin: 0 0 0 15px;
}

@media only screen and (max-width: 1500px) {
	.slick-next.slick-arrow img,
	.slick-prev.slick-arrow img {
		width: 30px;
		height: 20px;
		margin: 1px 0 0 0;
	}
}

.slick-prev.slick-arrow img {
	margin: 0 0 0 25px;
}

@media only screen and (max-width: 1500px) {
	.slick-prev.slick-arrow img {
		margin: 1px 0 0 5px;
	}
}

/* slider styles end */

/* small box styles start */

.small-box-content-section {
	padding: 100px 0;
}

.small-box-content-section .content-holder {
	max-width: 1400px;
}

.small-box-content-wrapper {
	width: 24.25%;
	margin: 0 1% 1.5% 0;
	background: #303234;
	align-content: flex-start;
}

@media only screen and (max-width: 1500px) {
	.small-box-content-wrapper {
		width: 23%;
		margin: 0 1.5% 1.5% 0;
	}
}

@media only screen and (max-width: 1150px) {
	.small-box-content-wrapper {
		width: 32.5%;
		margin: 0 1% 1% 0;
	}
}

@media only screen and (max-width: 800px) {
	.small-box-content-wrapper {
		width: 49%;
		margin: 0 1% 1% 0;
	}
}

@media only screen and (max-width: 500px) {
	.small-box-content-wrapper {
		width: 100%;
		margin: 0 auto 2.5%;
		max-width: 85%;
	}
}

@media only screen and (max-width: 450px) {
	.small-box-content-wrapper {
		width: 100%;
		margin: 0 0 2.5%;
		max-width: inherit;
	}
}

.small-box-content-wrapper:nth-of-type(4n) {
	margin: 0 0 1.5% 0;
}

@media only screen and (max-width: 1150px) {
	.small-box-content-wrapper:nth-of-type(3n) {
		margin: 0 0 1% 0;
	}
	.small-box-content-wrapper:nth-of-type(4n) {
		margin: 0 1% 1% 0;
	}
}

@media only screen and (max-width: 800px) {
	.small-box-content-wrapper:nth-of-type(2n) {
		margin: 0 0 1% 0;
	}
	.small-box-content-wrapper:nth-of-type(3n) {
		margin: 0 1% 1% 0;
	}
}

@media only screen and (max-width: 550px) {
	.small-box-content-wrapper:nth-of-type(2n),
	.small-box-content-wrapper:nth-of-type(3n),
	.small-box-content-wrapper:nth-of-type(4n) {
		margin: 0 auto 2.5%;
	}
}

@media only screen and (max-width: 400px) {
	.small-box-content-wrapper:nth-of-type(2n),
	.small-box-content-wrapper:nth-of-type(3n),
	.small-box-content-wrapper:nth-of-type(4n) {
		margin: 0 0 2.5%;
	}
}

.small-box-content-holder {
	padding: 30px 15px 10px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.small-box-image-holder {
	min-height: 400px;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 850px) {
	.small-box-image-holder {
		min-height: 300px;
		max-height: 300px;
	}
}

@media only screen and (max-width: 500px) {
	.small-box-image-holder {
		min-height: 350px;
		max-height: 350px;
	}
}

@media only screen and (max-width: 400px) {
	.small-box-image-holder {
		min-height: 300px;
		max-height: 300px;
	}
}

.small-box-content-holder .content-object-center {
	max-width: 90%;
	color: white;
	text-align: left;
}

.small-box-content-holder .content-object-center h4 {
	color: #13be8f;
	font-size: 2.5rem;
}

@media only screen and (max-width: 1400px) {
	.small-box-content-holder .content-object-center h4 {
		font-size: 2rem;
	}
}

.small-box-image-holder .video-holder {
	height: 100%;
	aspect-ratio: auto;
	border: none;
	margin: 0;
}

.small-box-image-holder .video-holder img {
	position: relative;
}

/* small box styles end */

/* team styles start */

.page-id-209 .team__wrapper,
.page-id-25135 .team__wrapper,
.page-id-27945 .team__wrapper{
	padding: 75px 0 50px;
}

.team__wrapper {
	padding: 0;
}

.team__wrapper .content-holder {
	max-width: 1400px;
}

.team__wrapper .content-holder h2 {
	margin: 0 0 30px;
	padding: 0 0 0 25px;
}

@media only screen and (max-width: 700px) {
	.team__wrapper .content-holder h2 {
		padding: 0;
	}
}

.page-id-209 .team__wrapper:nth-of-type(odd),
.page-id-25135 .team__wrapper:nth-of-type(odd),
.page-id-27945 .team__wrapper:nth-of-type(odd){
	background: #eaeaea;
}

.team-section-items {
	padding: 100px 0;
}

.team-section-item-info-container:hover {
	cursor: pointer;
}

.team-section-items.white {
	background: #fff;
}

.slider__team-slider {
	justify-content: center;
}

.team-section-item {
	padding: 0 0 0 25px;
}

@media only screen and (max-width: 600px) {
	.team-section-item {
		padding: 0;
	}
}

.team-section-item-info-container {
	width: 100%;
	background: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.team-section-items h3 {
	width: 100%;
	text-align: center;
	margin: 0 0 75px;
}

.team-section-item-position {
	margin: 0 0 30px;
	width: 100%;
	font-weight: 600;
	line-height: 2rem;
	color: #13be8f;
}

.team-section-item-info a.gdc {
	color: white;
	font-weight: 100;
	width: 100%;
	margin: 0 0 15px;
}

.page-id-209 .team-section-item-name,
.page-id-25135 .team-section-item-name,
.page-id-27945 .team-section-item-name {
	text-align: left;
	min-height: 135px;
}

.team-section-item-name,
.jobtitle {
	width: 100%;
	font-size: 2.8rem;
	line-height: 4rem;
}

.jobtitle {
	font-size: smaller;
	margin: 20px 0 0 0;
	text-align: left;
	font-style: italic;
	line-height: 3.5rem;
}

@media only screen and (max-width: 991.98px) {
	.team-section-item-name {
		font-size: 2.25rem;
		line-height: 3rem;
	}
}

.page-id-209 .team-section-item-name span,
.page-id-25135 .team-section-item-name span,
.page-id-27945 .team-section-item-name span {
	display: block;
}

.team-section-item-name {
	margin: 0 0 20px;
}

.team-section-item-info {
	padding: 35px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	background: #303234;
	color: white;
	min-height: 335px;
	align-content: first baseline;
}

.team-section-item-info a.btn {
	width: 100%;
	max-width: inherit;
	justify-content: center;
	height: 50px;
}

.team-section-item-info a.btn:first-of-type {
	margin: 0 0 10px;
}

.team-section-item-info a.btn:last-of-type {
	background: #949494;
}

.team-section-item-img {
	width: 100%;
	cursor: pointer;
	display: flex;
	height: 100%;
	max-height: 400px;
	min-height: 400px;
	object-fit: cover;
}

@media only screen and (max-width: 700px) {
	.team-section-item-img {
		max-height: 350px;
		min-height: 350px;
	}
}

@media only screen and (max-width: 500px) {
	.team-section-item-img {
		max-height: 300px;
		min-height: 300px;
	}
}

.team-section-item-gdc a {
	color: inherit;
	text-decoration: none;
	margin: 0 0 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-section-item-modal a.gdc {
	color: #fff;
	margin: 10px 0 0;
	display: flex;
}

.modal-open .team-section-item-modal {
	right: 0;
}

.team-section-item-modal img {
	margin: 0 0 30px;
}

.modal-open .team-section-item-modal h3 {
	text-align: left;
	margin: 0 0 20px;
	color: white;
	padding: 0;
}

.team-section-item-modal h3 span {
	display: block;
	font-style: italic;
	font-size: 1.8rem;
	text-transform: capitalize;
}

.team-section-item-modal-qualifications ul {
	margin: 1em 0 1.6em;
	padding: 0 0 0 20px;
}

.team-section-item-modal-img {
	position: relative;
	height: 40vh;
	width: 100%;
	margin: 0 0 50px;
	background-size: cover;
	background-position: center;
}

.team-section-item-modal-close {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #956A4A;
	cursor: pointer;
	z-index: 99;
}

.team-section-item-modal-close:hover {
	opacity: 1;
}

.team-section-item-modal-close:before,
.team-section-item-modal-close:after {
	position: absolute;
	left: 25px;
	content: " ";
	height: 30px;
	width: 2px;
	background-color: #fff;
	top: 10px;
}

.team-section-item-modal-close:before {
	transform: rotate(45deg);
}

.team-section-item-modal-close:after {
	transform: rotate(-45deg);
}

.full-width-content.team-profile-links .content-holder {
	margin: 0 auto;
	max-width: inherit;
}

.full-width-content.team-profile-links .content-holder .team-section-item {
	width: 18.25%;
	margin: 0 2% 2% 0;
}

.full-width-content.team-profile-links .content-holder .team-section-item-info {
	min-height: 160px;
}

.full-width-content.team-profile-links
	.content-holder
	.team-section-item:nth-child(5n),
.full-width-content.team-profile-links
	.content-holder
	.team-section-item:last-of-type {
	margin: 0 0 2% 0;
}

.team-profile-link-title {
	width: 100%;
	margin: 0 0 40px 25px;
	color: white;
}

.full-width-content.team-profile-links
	.content-holder
	.team-section-item
	a.btn {
	height: 45px;
	font-size: 1.6rem;
	font-weight: 800;
	margin: 5px 0 0 0;
}

.team-section-item-modal-position {
	display: block;
	color: #03a679;
	border-bottom: 4px solid #54575a;
	padding: 0 0 20px;
}

.modal-open .team-section-item-modal img.team-section-item-img {
	object-position: top;
	max-height: 500px;
	min-height: 500px;
}

.full-width-content.team-section .content-holder {
	max-width: 1000px;
}

.full-width-content.team-section .content-holder a.btn {
	display: inline-flex;
}

.full-width-content.team-section .single-content {
	background: whitesmoke;
	padding: 35px 35px 20px;
	margin: 25px 0;
	border-radius: 10px;
}

.full-width-content.team-section .single-content h4 {
	font-size: 2.5rem;
	color: #956A4A;
}

span.language-title {
	margin: 20px 0 0 0;
	display: block;
	border-bottom: 3px solid #303234;
	padding: 0 0 20px;
	width: auto;
}
/* team styles end */

/* treatment index styles start */
.treatment-index-section .content-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 100px 0;
}

@media only screen and (max-width: 550px) {
	.treatment-index-section .content-holder {
		padding: 50px 0;
	}
}

.treatment-index-section .content-holder a:hover {
	color: #4a4a4a;
}

.ti-holder {
	width: 49%;
	margin: 0 2% 2% 0;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
	.ti-holder {
		width: 100%;
		margin: 0 0 2%;
	}
}

.ti-holder img {
	width: 40%;
	max-height: 350px;
	min-height: 350px;
}

@media only screen and (max-width: 1100px) {
	.ti-holder img {
		max-height: 285px;
		min-height: 285px;
	}
}

@media only screen and (max-width: 550px) {
	.ti-holder img {
		width: 100%;
		min-height: 200px;
		max-height: 200px;
	}
}

.ti-content-holder {
	width: 60%;
	background: #dcdcdc;
}

@media only screen and (max-width: 550px) {
	.ti-content-holder {
		width: 100%;
		padding: 25px;
	}
}

.ti-content-holder .content-object-center {
	max-width: 75%;
}

.ti-content-holder .content-object-center p span {
	font-weight: 800;
	display: block;
}

.treatment-index-section .content-holder a.ti-holder:nth-child(2n) {
	margin: 0 0 2%;
}
/* treatment index styles end */

.mobile-cta-bar {
	display: none;
}

@media only screen and (max-width: 650px) {
	.mobile-cta-bar {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
		background: #956A4A;
	}

	.mobile-cta-bar,
	#mobile-search-button {
		justify-content: center;
		flex: 1;
		padding: 2px;
		color: white;
		align-items: center;
		font-weight: 600;
	}

	.mobile-cta-bar__appointments:hover,
	.mobile-cta-bar__call:hover,
	.mobile-cta-bar__locations:hover,
	#mobile-search-button:hover {
		color: white;
	}

    #mobile-search-button {
        background: none;
    }
	
	#searchForm {
	    display: none;
	}
}

@media only screen and (min-width: 651px) {
    #mobile-search-button {
        display: none;
    }
}

#open_sogoacc {
	height: auto !important;
	left: 10px !important;
	bottom: 10px !important;
}

.go-top {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	color: white;
	background-color: hsla(163, 94%, 33%, 0.9);
	padding: 20px 0 12px 0;
	display: none;
	max-width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50px 50px 0 0;
	font-size: 25px;
	z-index: 9999;
	color: white;
}

.go-top:hover {
	color: white;
	background-color: hsla(163, 94%, 33%, 0.7);
}

@media only screen and (max-width: 950px) {
	.go-top {
		display: none !important;
	}
}

.search-results {
	list-style: none;
	width: 100%;
	padding: 0;
}
.search-result-box {
	width: 48%;
	background: whitesmoke;
	border-radius: 5px;
	margin: 1%;
	padding: 30px;
	flex-basis: fit-content;
}
.search-results-list h2 {
	margin: 0 0 20px;
}

.search-result-box a {
	font-weight: 800;
	color: #956A4A;
	margin: 0 0 25px;
	font-size: 2rem;
}
.search-result-box p {
	margin: 20px 0 0 0;
	font-weight: 100;
	font-style: italic;
}

/* Gift Cards */
#gift-card-value-form input, #giftcard_delivery_type_field input {
    display: none;
}
#giftcard_delivery_type_field .woocommerce-input-wrapper {
    display: flex;
}
#gift-card-value-form label, #giftcard_delivery_type_field .woocommerce-input-wrapper label {
    display: block;
    border: 4px solid #7f7f7f;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    white-space: pre;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
#gift-card-value-form label:hover, #giftcard_delivery_type_field .woocommerce-input-wrapper label:hover {
    cursor: pointer;
    border: 4px solid #bfbfbf;
}
#gift-card-value-form label {
    width: 151px;
    padding: 23px 0;
    font-size: 19px;
}
#giftcard_delivery_type_field .woocommerce-input-wrapper label {
    padding: 10px;
    line-height: normal;
    font-size: 16px;
    margin-top: 0;
}
#giftcard_delivery_type_field .woocommerce-input-wrapper label .required {
    display: none;
}
#gift-card-value-form input:checked + label, #giftcard_delivery_type_field .woocommerce-input-wrapper input:checked + label {
    border: 4px solid #956A4A;
}
#gift-card-value-form label:after {
    content:" EUR";
}
.gift-card-step-number{
    font-style: normal;
    color: #fff;
    background: #000;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    margin-right: 18px;
}
#gift-card-value-form fieldset {
    display: flex;
    flex-wrap: wrap;
    max-width: 715px;
    border: none;
    padding: 0;
    margin-left: 57px;
}
.gift-card-step-heading {
    font-size: 2.52rem;
}
#gift-card-value-form button[type="submit"] {
    min-width: 400px;
    justify-content: center;
    margin: 10px;
    margin-left: 63px;
    font-size: 2.24rem;
    height: 65px;
}

@media only screen and (max-width: 1500px) {
    .gift-card-step-heading {
        font-size:2.26rem;
    }
    #gift-card-value-form button[type="submit"] {
        min-width: 325px;
        margin-left: 50px;
        font-size: 1.92rem;
        height: 59px;
    }
    .gift-card-step-number{
        width: 39px;
        height: 39px;
        line-height: 38px;
        margin-right: 16px;
    }
    #gift-card-value-form fieldset {
        margin-left: 43px;
    }
}
@media only screen and (max-width: 500px) {
    .gift-card-step-heading {
        font-size:1.84rem;
    }
    #gift-card-value-form button[type="submit"] {
        min-width: 266px;
    }
    .gift-card-step-number{
        width: 33px;
        height: 33px;
        line-height: 32px;
        margin-right: 11px;
    }
    #gift-card-value-form fieldset {
        margin-left: 38px;
    }
    #gift-card-value-form button[type="submit"] {
        margin-left: 41px;
        font-size: 1.58rem;
        height: 53px;
    }
    #gift-card-value-form label:after {
        content:"€";
    }
    #gift-card-value-form label {
        width: 80px;
        margin: 5px;
    }
}
@media only screen and (min-width: 501px) {
    .gift-card-step-heading + * {
        margin-left: 40px;
    }
    #giftcard_delivery_type_field .woocommerce-input-wrapper label:first-of-type {
        margin-left: 0;
    }
}