/*
Theme Name: First Class Physio
Author: Samantha Scott - Thrive Digital
Author URI: http://thriveweb.com.au/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.white {
    background: white;
}

.light {
    background: #f6f6f6;
}

.medium {
    background: #ededed;
}

.dark {
    background: #353736;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark a {
    color: white;
}

html {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    color: black;
    background: #f6f6f6;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    margin-top: 5rem;
}

@media screen and (max-width: 80rem) {
    body {
        margin-top: 9rem;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

blockquote {
    position: relative;
    padding: 3rem 6rem 2rem;
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 4rem;
    width: 6rem;
    top: 2rem;
    height: 5px;
    background: linear-gradient(to right, #f9bf7f 25%, #ff9e33 25%);
}

blockquote p {
    color: black !important;
    font-size: 2rem !important;
    font-style: italic;
    font-weight: 400 !important;
}

@media screen and (max-width: 50rem) {
    blockquote {
        margin: 0;
        padding: 3rem 0 0 0;
    }

    blockquote:before {
        left: 0;
    }

    blockquote p {
        font-size: 1.4rem !important;
    }
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    margin: 1rem 0 0;
    display: inline-block;
    position: relative;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: white !important;
    line-height: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ff9e33;
    transition: 0.5s ease all;
    cursor: pointer;
}

.button:before,
button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background: #f9bf7f;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    transition: 0.5s ease all;
}

.faq__section .faq_main .accordian_main {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.faq__section .faq_main .accordian_main .accordion-wrapper {
    display: inline-block;
    width: 49%;
    margin-bottom: 25px;
}

.faq__section .faq_main .accordian_main .accordion-wrapper .btn-wrapper {
    /* margin-bottom: 25px; */
}

.faq__section .faq_main button {
    margin: 0;
    min-height: 123px;
}


.faq__section .faq_main {
    padding: 100px 0;
}

.faq__section .faq_main h2 {
    text-align: center;
    padding-bottom: 20px;
}

.faq__section .faq_main .accordian_main .accordion-wrapper .collepsing-div {
    background-color: #fff;
}

.faq__section .faq_main button {
    width: 100%;
    text-align: left;
    height: auto;
    line-height: normal !important;
    background-color: #fff;
    color: #000 !important;
    border: 0;
}


.faq__section .faq_main .accordion-wrapper.active button::after {
    transform: translateY(-50%) rotate(45deg);
    right: 1rem;
    transition: 0.8s;
}

.faq__section .faq_main .accordion-wrapper button::after {
    transition: 0.8s;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.faq__section .faq_main .accordion-wrapper button::before {
    height: 100%;
    background-color: transparent;
}



.faq__section .faq_main .collepsing-div p {
    padding: 0 25px 45px 25px;
    color: rgba(53, 55, 54, 0.6);
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
}


.button:after,
button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    right: 1.3rem;
    width: 0.8rem;
    height: 0.8rem;
    top: 1.1rem;
    z-index: 9;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}

.button.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
    padding-left: 0;
    background: transparent;
}

.button.white:before,
button.white:before,
input[type="button"].white:before,
input[type="reset"].white:before,
input[type="submit"].white:before {
    background: white;
    width: 3rem !important;
}

.button.white:after,
button.white:after,
input[type="button"].white:after,
input[type="reset"].white:after,
input[type="submit"].white:after {
    border-color: #ff9e33;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    outline: 0;
}

.button:hover:before,
.button:focus:before,
button:hover:before,
button:focus:before,
input[type="button"]:hover:before,
input[type="button"]:focus:before,
input[type="reset"]:hover:before,
input[type="reset"]:focus:before,
input[type="submit"]:hover:before,
input[type="submit"]:focus:before {
    width: 0;
}

code {
    background: #f6f6f6;
    border-radius: .4rem;
    font-size: 86%;
    padding: .2rem .5rem;
    margin: 0 .2rem;
    white-space: nowrap;
}

pre {
    background: #f6f6f6;
    border-left: 0.3rem solid #f6f6f6;
    font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace;
}

pre>code {
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

form,
.gform_wrapper {
    margin: 0 !important;
}

form .gform_body,
.gform_wrapper .gform_body {
    width: 100% !important;
}

form ul,
.gform_wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

form ul li,
.gform_wrapper ul li {
    margin: 0 0 1rem !important;
    padding: 0 !important;
    width: 100%;
}

form ul li.half,
.gform_wrapper ul li.half {
    width: calc(50% - 0.5rem) !important;
}

form ul li.third,
.gform_wrapper ul li.third {
    width: calc(33% - 0.5rem) !important;
}

form ul li label,
.gform_wrapper ul li label {
    display: none !important;
}

form ul li input[type="text"],
form ul li select,
form ul li textarea,
.gform_wrapper ul li input[type="text"],
.gform_wrapper ul li select,
.gform_wrapper ul li textarea {
    width: 100% !important;
    margin: 0 !important;
    -webkit-appearance: none;
    font-family: "acumin-pro", sans-serif !important;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    text-decoration: none;
    background: white;
    border: 0;
    display: inline-block;
    padding: 1rem 1.5rem !important;
    resize: none;
    transition: 0.5s ease all;
    cursor: pointer;
}

form ul li input[type="text"]::placeholder,
form ul li select::placeholder,
form ul li textarea::placeholder,
.gform_wrapper ul li input[type="text"]::placeholder,
.gform_wrapper ul li select::placeholder,
.gform_wrapper ul li textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

form ul li input[type="text"]:hover,
form ul li input[type="text"]:focus,
form ul li select:hover,
form ul li select:focus,
form ul li textarea:hover,
form ul li textarea:focus,
.gform_wrapper ul li input[type="text"]:hover,
.gform_wrapper ul li input[type="text"]:focus,
.gform_wrapper ul li select:hover,
.gform_wrapper ul li select:focus,
.gform_wrapper ul li textarea:hover,
.gform_wrapper ul li textarea:focus {
    outline: 0;
}

form ul li .ginput_container,
.gform_wrapper ul li .ginput_container {
    margin: 0 !important;
}

form ul li.gfield_error,
.gform_wrapper ul li.gfield_error {
    border: 0 !important;
    background: none !important;
}

form ul li.gfield_error input,
form ul li.gfield_error select,
form ul li.gfield_error textarea,
.gform_wrapper ul li.gfield_error input,
.gform_wrapper ul li.gfield_error select,
.gform_wrapper ul li.gfield_error textarea {
    border: 1px solid red !important;
}

form ul li.gfield_error .validation_message,
.gform_wrapper ul li.gfield_error .validation_message {
    display: none;
}

form ul li .gform_delete,
.gform_wrapper ul li .gform_delete {
    vertical-align: top;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
    filter: grayscale(1);
    opacity: 0.5;
}

form ul li .ginput_container_fileupload,
.gform_wrapper ul li .ginput_container_fileupload {
    background: #ff9e33 !important;
    margin: 0;
}

form ul li .ginput_container_fileupload .gform_drop_instructions,
.gform_wrapper ul li .ginput_container_fileupload .gform_drop_instructions {
    display: none;
}

form ul li .ginput_container_fileupload .gform_drop_area,
.gform_wrapper ul li .ginput_container_fileupload .gform_drop_area {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
}

form ul li .ginput_container_fileupload .gform_drop_area:before,
.gform_wrapper ul li .ginput_container_fileupload .gform_drop_area:before {
    content: "";
    display: block;
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    background: url("./images/file.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 3rem;
    top: 1rem;
}

form ul li .ginput_container_fileupload .gform_drop_area .button,
.gform_wrapper ul li .ginput_container_fileupload .gform_drop_area .button {
    background: transparent;
    line-height: 1.4 !important;
    padding: 1rem 2rem 1rem 4rem !important;
    border: 0;
    margin: 0 !important;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}

form ul li .ginput_container_fileupload .gform_drop_area .button:after,
.gform_wrapper ul li .ginput_container_fileupload .gform_drop_area .button:after {
    display: none;
}

form .validation_error,
.gform_wrapper .validation_error {
    border: 0 !important;
    color: red !important;
    font-weight: 300 !important;
}

form .gform_footer,
.gform_wrapper .gform_footer {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
}

form .gform_footer:after,
.gform_wrapper .gform_footer:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    right: 1.3rem;
    width: 0.8rem;
    height: 0.8rem;
    top: 1.1rem;
    z-index: 9;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}

form .gform_footer input,
.gform_wrapper .gform_footer input {
    width: 100%;
    margin: 0 !important;
}

form .gform_footer input.button,
.gform_wrapper .gform_footer input.button {
    border: 0;
}

@media screen and (max-width: 60rem) {

    form ul li.third,
    .gform_wrapper ul li.third {
        width: 100% !important;
    }
}

@media screen and (max-width: 50rem) {

    form ul li.half,
    .gform_wrapper ul li.half {
        width: 100% !important;
    }
}

.feature {
    height: 40rem;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

iframe {
    max-width: 50rem;
    height: 25rem;
}

@media screen and (max-width: 55rem) {
    iframe {
        width: 100%;
        height: 50vw;
    }
}

a {
    transition: 0.5s ease all;
    text-decoration: none;
}

a:hover {
    color: #ff9e33;
}

.phone,
.email,
.fax,
.address {
    padding-left: 2rem;
    position: relative;
}

.phone:before,
.email:before,
.fax:before,
.address:before {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.5rem;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.phone:before {
    background-image: url("./images/phone.svg");
}

.fax:before {
    background-image: url("./images/fax.svg");
}

.email:before {
    width: 1.2rem;
    background-image: url("./images/email.svg");
}

.address:before {
    height: 1.2rem;
    background-image: url("./images/address.svg");
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt,
dd,
li {
    margin-bottom: 1.0rem;
}

hr {
    border-top: 0.1rem solid #f6f6f6;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.button,
button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

table {
    width: 100%;
}

th,
td {
    border-bottom: .1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.tacenter {
    text-align: center;
}

.tacenter .alt:after {
    margin: auto;
}

.title {
    display: block;
    background: white;
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, #f9bf7f 25%, #ff9e33 25%);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "acumin-pro", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    color: black;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
    font-weight: 500;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin: 0;
}

h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange {
    color: #ff9e33;
}

h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt {
    position: relative;
    padding-bottom: 2rem;
}

h1.alt:after,
h2.alt:after,
h3.alt:after,
h4.alt:after,
h5.alt:after {
    content: "";
    width: 5rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, #f9bf7f 25%, #ff9e33 25%);
}

h6,
p,
p a,
blockquote {
    color: black;
    font-family: "acumin-pro", sans-serif;
    line-height: 1.5;
}

h6:last-child,
p:last-child,
p a:last-child,
blockquote:last-child {
    margin: 0;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.2rem;
}

p,
p a,
h6 {
    margin: 0 0 1rem;
    font-weight: 300;
    opacity: 0.9;
}

p strong,
p a strong,
h6 strong {
    font-weight: 500;
}

h6 {
    font-size: 1.5rem;
}

p {
    font-size: 1.1rem;
}

.content ul,
.content ol,
.content p,
.content p a {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 1rem 0;
    color: rgba(53, 55, 54, 0.6);
}

.content p a,
.content li a {
    text-decoration: underline;
    color: #ff9e33;
}

.content ul,
.content ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content ul li,
.content ol li {
    margin: 1rem 0;
    padding-left: 2.5rem;
    position: relative;
}

.content ul li:before,
.content ol li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s ease all;
}

.content ol li:before {
    background-image: url("./images/bullet.svg");
}

.content ol li:hover:before {
    transform: rotate(90deg);
}

.content ul li:before {
    background-image: url("./images/tick.svg");
}

.content img {
    width: 100%;
    height: auto;
    margin: 0;
}

.columns {
    margin-bottom: 5rem;
}

.columns .flex {
    align-items: flex-start;
}

@media screen and (max-width: 60rem) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.2rem;
    }

    .columns {
        margin-bottom: 2rem;
    }
}

section {
    position: relative;
    z-index: 99;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

.flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.xwide {
    margin: auto;
    width: 100rem;
}

.wide {
    margin: auto;
    width: 75rem;
}

.small {
    margin: auto;
    width: 50rem;
}

.xsmall {
    margin: auto;
    width: 40rem;
}

.thick {
    padding: 6rem 0;
}

.thin {
    padding: 4rem 0;
}

.xthin {
    padding: 3rem 0;
}

.padding {
    padding: 5rem;
}

.top {
    padding-top: 10rem !important;
    margin-top: -10rem !important;
    z-index: 9;
}

.bottom {
    padding-bottom: 10rem !important;
    margin-bottom: -10rem !important;
    z-index: 9;
}

.float {
    background: white;
    padding: 5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.split .item {
    width: 50%;
}

.split .relative .background {
    top: 5rem;
}

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

.half .item {
    width: 45%;
}

.half .item-30 {
    width: 30%;
}

.half .item-70 {
    width: 65%;
}

.third {
    justify-content: space-between;
}

.third:after {
    content: "";
    flex: 0 30%;
}

.third .item {
    width: 30%;
}

.third .item:nth-child(n + 4) {
    margin-top: 5%;
}

.quarter {
    justify-content: space-between;
}

.quarter .item {
    width: 22%;
}

.quarter .item:nth-child(n + 5) {
    margin-top: 5%;
}

@media screen and (max-width: 110rem) {
    .xwide {
        width: 90%;
    }
}

@media screen and (max-width: 90rem) {
    .wide {
        width: 90%;
    }
}

@media screen and (max-width: 70rem) {
    .small {
        width: 90%;
    }

    .quarter .item {
        width: 48%;
        margin: 0 0 4%;
    }
}

@media screen and (max-width: 60rem) {
    .split .item {
        width: 100%;
        padding: 3rem;
    }

    .split .relative {
        height: 50vw;
    }

    .split .relative .background {
        top: 0;
    }
}

@media screen and (max-width: 50rem) {
    .xsmall {
        width: 90%;
    }

    .xthin {
        padding: 2rem 0;
    }

    .thin,
    .thick {
        padding: 4rem 0;
    }

    .padding {
        padding: 3rem;
    }

    .float {
        padding: 3rem;
    }

    .half .item,
    .half .item-30,
    .half .item-70,
    .quarter .item,
    .quarter .item-30,
    .quarter .item-70 {
        margin: 0 0 5%;
        width: 100%;
    }

    .half .item:last-child,
    .half .item-30:last-child,
    .half .item-70:last-child,
    .quarter .item:last-child,
    .quarter .item-30:last-child,
    .quarter .item-70:last-child {
        margin-bottom: 0;
    }

    .third .item {
        width: 100%;
    }

    .third .item:nth-child(n + 2) {
        margin-top: 3rem;
    }

    .third:after {
        display: none;
    }
}

@media screen and (max-width: 30rem) {

    .xwide,
    .wide,
    .small,
    .xsmall {
        width: 90% !important;
    }

    .third .item {
        width: 100%;
    }

    .third .item:nth-child(n + 2) {
        margin-top: 5%;
    }

    .third:after {
        flex: 0 100%;
    }

    .float {
        padding: 2rem;
    }
}

.accordion .item {
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    background: white;
    position: relative;
}

.accordion .item:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 0.8rem;
    height: 0.8rem;
    top: 1.6rem;
    right: 2rem;
    border-right: 2px solid #353736;
    border-bottom: 2px solid #353736;
    transform: rotate(45deg);
}

.accordion .item:last-child {
    margin-bottom: 0;
}

.accordion .item .title {
    text-align: left;
    height: auto;
    padding: 0 2rem 0 0;
    margin: 0 !important;
    max-width: 100%;
    cursor: pointer;
}

.accordion .item .title:after {
    display: none;
}

.accordion .item .title p {
    margin: 0;
}

.accordion .item .content {
    padding: 1rem 0;
    display: none;
}

.accordion .item .button {
    margin-top: 2rem;
    margin-bottom: 0;
}

.banner {
    width: 100%;
    height: 15rem;
    background: black;
}

.banner h2,
.banner h1 {
    color: white !important;
}

.banner .background {
    opacity: 0.4;
}

@media screen and (max-width: 60rem) {
    .banner h2 {
        font-size: 2.5rem;
    }
}

.category-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.category-nav ul li {
    margin: 0 1rem;
    padding: 0;
}

.category-nav ul li.current-cat a {
    color: #ff9e33;
}

.category-nav ul li a {
    color: black;
    font-size: 1.2rem;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.posts-page .category-nav ul li:first-child a {
    color: #ff9e33;
}

@media screen and (max-width: 650px) {
    .category-nav ul {
        display: block;
    }

    .category-nav ul li {
        display: block;
        margin: 1rem 2rem 1rem 0;
    }
}

.checklist .item h5 {
    font-size: 1.2rem;
    font-weight: 100;
    position: relative;
    padding-left: 3rem;
}

.checklist .item h5:before {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("./images/tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

.cta .wide {
    z-index: 9;
}

.cta .background {
    width: 60%;
    left: auto;
}

.cta .background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, white, transparent);
}

.cta.orange {
    padding: 3rem 2rem;
    background-color: #ff9e33;
    background-image: url("./images/icon.png");
    background-repeat: repeat;
    background-size: contain;
}

.cta.orange h3 {
    color: white;
    margin: 0;
    font-weight: 700;
}

.edit_link {
    position: fixed;
    top: 10rem;
    left: 0;
    z-index: 20000;
    opacity: 1;
}

.edit_link a {
    background: #ff9e33;
    padding: 1.2rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    opacity: 1;
    color: white;
    color: white;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: block;
}

.edit_link a:hover {
    background: #f9bf7f;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: #353736 !important;
    border: none;
    border-radius: 0;
    color: #333;
    cursor: pointer;
}

.flickity-button:hover,
.flickity-button:focus {
    background: rgba(53, 55, 54, 0.6) !important;
    outline: none !important;
    box-shadow: none !important;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .faq__section .faq_main .accordian_main .accordion-wrapper {
        display: inline-block;
        width: 100%;
    }

    .faq__section .faq_main button {
        min-height: unset;
    }
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: -6rem;
    margin: 0;
    width: 3rem !important;
    min-width: 3rem;
    height: 3rem;
    padding: 0 !important;
}

.flickity-prev-next-button:after {
    display: none;
}

.flickity-prev-next-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 0.8rem !important;
    height: 0.8rem !important;
    background: transparent;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.flickity-prev-next-button.previous {
    right: calc(10% + 3.2rem);
    left: auto;
}

.flickity-prev-next-button.previous:before {
    left: 0.6rem;
    transform: rotate(-225deg);
}

.flickity-prev-next-button.next {
    right: 10%;
}

.flickity-prev-next-button.next:before {
    right: 1.2rem;
}

@media screen and (max-width: 50rem) {
    .flickity-prev-next-button {
        top: -3rem;
    }

    .flickity-prev-next-button.previous {
        left: 5%;
    }

    .flickity-prev-next-button.next {
        right: 5%;
    }
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

footer {
    z-index: 0;
}

footer p,
footer a {
    margin: 1rem 0 0 !important;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

footer p strong,
footer a strong {
    font-weight: 600;
}

footer .call,
footer .xwide,
footer .copy {
    z-index: 99;
    position: relative;
}

footer .call {
    background: #ff9e33;
    padding: 2rem 0;
}

footer .call h4,
footer .call h3 {
    color: white;
    line-height: 1.2;
    margin: 0;
}

footer .call h3 {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
}

footer .call h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: 0.75rem;
    margin: auto;
    background: url("./images/phone2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

footer .phone,
footer .email,
footer .fax,
footer .address {
    padding-left: 1.5rem;
}

footer .phone:before,
footer .email:before,
footer .fax:before,
footer .address:before {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.25rem;
    margin: auto;
}

footer .email:before {
    top: 0.4rem;
    width: 0.9rem !important;
}

footer .phone:before {
    background-image: url("./images/phone.svg");
}

footer .fax:before {
    background-image: url("./images/fax.svg");
}

footer .email:before {
    width: 1.2rem;
    background-image: url("./images/email.svg");
}

footer .address:before {
    height: 1.2rem;
    background-image: url("./images/address.svg");
}

footer .social {
    display: flex;
    align-items: center;
}

footer .social .fab {
    font-size: 1.1rem;
    margin-right: 0.8rem;
}

footer .xwide {
    padding: 5rem 0;
}

footer .flex {
    align-items: flex-start;
}

footer .copy {
    background: rgba(246, 246, 246, 0.5);
}

footer .copy .xwide {
    padding: 1rem 0;
}

footer .copy .xwide p {
    margin: 0 !important;
}

footer .background {
    background-color: transparent;
    opacity: 0.1;
}

@media screen and (max-width: 40rem) {
    footer .copy p {
        text-align: center;
    }

    footer .call h3:before {
        width: 1.1rem;
        height: 1.1rem;
        top: 0.5rem;
    }
}

.gallery .carousel-image {
    display: block !important;
    width: 20rem;
    height: 20rem;
}

@media screen and (max-width: 750px) {
    .gallery .carousel-image {
        width: 15rem;
        height: 15rem;
    }
}

header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 200;
    transition: 0.5s ease all;
    background: white;
}

header .xwide {
    justify-content: space-between;
}

header .logo img {
    height: 4rem;
    width: auto;
}

header .hamburger {
    display: none;
    width: 2.2rem;
    height: 1.6rem;
    z-index: 20000;
    position: relative;
    cursor: pointer;
}

header .hamburger .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background: #ff9e33;
    transition: 0.25s ease all;
}

header .hamburger .bar:nth-child(1) {
    top: 0;
}

header .hamburger .bar:nth-child(2) {
    top: 50%;
}

header .hamburger .bar:nth-child(3) {
    top: 100%;
}

header .nav ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
}

header .nav ul li {
    display: inline-block;
    padding: 2.4rem 3rem;
    margin: 0;
    position: relative;
}

header .nav ul li a {
    font-size: 1rem;
    font-weight: 600;
    color: #353736;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.25s ease all;
}

header .nav ul li.current-menu-item a,
header .nav ul li.current-menu-parent a {
    color: #ff9e33;
}

header .nav ul li.current-menu-item:after,
header .nav ul li.current-menu-parent:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, #f9bf7f 25%, #ff9e33 25%);
}

header .nav ul li:hover a {
    color: #ff9e33;
}

header .nav ul li.menu-item-has-children a {
    pointer-events: none;
}

header .nav ul li.menu-item-has-children .sub-menu {
    display: none;
    left: -2rem;
    right: -2rem;
    z-index: 999;
    margin: auto !important;
    top: calc(100% - 5px);
    background: white;
    position: absolute;
    padding: 0 !important;
    transition: 0.5s ease all;
}

header .nav ul li.menu-item-has-children .sub-menu li {
    margin: 0;
    padding: 0;
    display: block;
}

header .nav ul li.menu-item-has-children .sub-menu li:nth-child(2n) a {
    background: #f6f6f6;
}

header .nav ul li.menu-item-has-children .sub-menu li a {
    display: block;
    pointer-events: all;
    padding: 1.5rem;
    transition: 0.5s ease all;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: black;
    transition: 0.25s ease all;
}

header .nav ul li.menu-item-has-children .sub-menu li:hover a,
header .nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #f9bf7f;
    color: white;
}

header .nav ul li.menu-item-has-children .sub-menu li:hover:after,
header .nav ul li.menu-item-has-children .sub-menu li.current-menu-item:after {
    display: none;
}

header .nav ul li.menu-item-has-children .sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(to right, #f9bf7f 25%, #ff9e33 25%);
}

header .nav ul li.menu-item-has-children.current-menu-parent:after {
    display: none;
}

header .booking {
    height: 100%;
    text-align: center;
    display: inline-block;
}

header .booking h3,
header .booking h4 {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0.8rem 1.5rem;
    line-height: 1.2;
}

header .booking h4 {
    background: #434343;
}

header .booking h3 {
    background: #ff9e33;
    font-size: 1.6rem;
    padding-left: 3.5rem;
    position: relative;
    transition: 0.5s ease all;
}

header .booking h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: 1.3rem;
    margin: auto;
    background: url("./images/phone2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 1.5rem;
}

header .booking:hover h3 {
    background: #f9bf7f;
}

@media screen and (max-width: 110rem) {
    header .xwide {
        width: 100%;
        padding-left: 5%;
    }
}

@media screen and (max-width: 80rem) {
    header .xwide {
        width: 90%;
        padding: 1rem 0;
    }

    header .logo img {
        height: 3rem;
    }

    header .nav {
        max-height: 0;
        overflow: scroll;
        background: white;
        position: absolute;
        top: 100%;
        padding-top: 3.9rem;
        left: 0;
        right: 0;
    }

    header .nav ul {
        display: block;
        width: 100%;
    }

    header .nav ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 2rem 0;
        padding: 1rem 0;
    }

    header .nav ul li.menu-item-has-children .sub-menu {
        margin-top: 2rem !important;
        max-height: 100%;
        left: 0;
        right: 0;
        height: 100%;
        position: relative;
    }

    header .booking {
        width: 100%;
        left: 0;
        right: 0;
        display: block !important;
        position: absolute;
        top: 0;
        height: auto;
    }

    header .booking h4 {
        display: none;
    }

    header .booking h3 {
        padding: 1rem 1.5rem;
    }

    header .hamburger {
        display: block;
    }

    header.active .nav {
        max-height: 100vh;
    }

    header.active .hamburger .bar:nth-child(1) {
        transform: rotate(45deg);
        top: 1rem;
    }

    header.active .hamburger .bar:nth-child(2) {
        opacity: 0;
    }

    header.active .hamburger .bar:nth-child(3) {
        transform: rotate(-45deg);
        top: 1rem;
    }
}

@media screen and (max-width: 50rem) {
    header .logo img {
        height: 2.8rem;
    }
}

.logos .carousel-cell {
    width: 12rem;
    height: 6rem;
    margin: 0 5rem;
}

.logos .carousel-cell .background {
    background-color: transparent;
    background-size: contain;
}

.opener {
    width: 100%;
    height: 45rem;
    background: #eee;
}

.opener .background {
    width: 70%;
    left: auto;
}

.opener .background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    background-position: bottom;
    background: linear-gradient(to right, #eee, rgba(255, 255, 255, 0));
    z-index: 9;
}

.opener .wide {
    z-index: 99;
}

.opener .wide .info {
    width: 40rem;
}

.opener .wide .info svg {
    display: block;
    height: 5rem;
    width: auto;
    margin: 2rem 0;
}

.opener .wide .info .button {
    margin-top: 1rem;
    padding-left: 0;
    color: black !important;
    background: transparent;
}

.opener .wide .info .button:before {
    background: #ff9e33;
    width: 3rem !important;
}

@media screen and (max-width: 90rem) {
    .wide {
        width: 80%;
    }
}

@media screen and (max-width: 50rem) {
    .opener {
        height: 30rem;
    }

    .opener .background:before {
        width: 60%;
    }

    .opener .wide .info {
        width: 70%;
    }

    .opener .wide .info svg {
        height: 4rem;
    }
}

@media screen and (max-width: 40rem) {
    .opener {
        height: auto;
        padding: 2rem 0 15rem;
    }

    .opener .background {
        bottom: 0;
        width: 100%;
        top: auto;
        height: 16rem;
    }

    .opener .background:before {
        bottom: 14rem;
        background: linear-gradient(to bottom, #eee, rgba(255, 255, 255, 0));
        height: 10rem;
        width: 100%;
    }

    .opener .wide .info {
        text-align: center;
        width: 100%;
    }

    .opener .wide .info h1 {
        font-size: 2rem;
    }

    .opener .wide .info h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .opener .wide .info svg {
        margin: auto;
        height: 3rem;
    }
}

.pagination {
    text-align: center;
    display: inline-block;
}

.pagination ul {
    list-style: none;
    margin: 0;
    background: white;
    padding: 0.5rem;
    display: flex;
}

.pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.pagination ul li.next a,
.pagination ul li.prev a {
    background: #ff9e33;
    color: white;
    position: relative;
}

.pagination ul li.next a:after,
.pagination ul li.prev a:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 0.8rem;
    height: 0.8rem;
    top: 1.1rem;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}

.pagination ul li.next {
    margin-left: 1rem;
}

.pagination ul li.next a:after {
    right: 1.3rem;
    transform: rotate(-45deg);
}

.pagination ul li.prev {
    margin-right: 1rem;
}

.pagination ul li.prev a:after {
    left: 1.3rem;
    transform: rotate(135deg);
}

.pagination ul li a {
    width: 3rem;
    height: 3rem;
    display: block;
    color: #353736;
    text-align: center;
    line-height: 2.5;
    font-size: 1.2rem;
}

.pagination ul li.active a {
    color: #ff9e33;
    font-weight: 600;
}

.process .item {
    padding: 3rem;
    margin-bottom: 5rem;
    justify-content: space-between;
}

.process .item .icon {
    padding: 2rem;
    width: 6rem;
    height: 6rem;
    display: inline-block;
    background: #353736;
    border-radius: 100%;
    text-align: center;
    z-index: 999;
    position: relative;
}

.process .item .icon svg {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 90%;
    width: 90%;
}

.process .item .icon svg .anim {
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
}

@keyframes icon {
    to {
        stroke-dasharray: 260;
        stroke-dashoffset: 0;
    }
}

.process .item .content {
    width: calc(100% - 10rem);
}

.process .item .content .expand {
    max-height: 0;
    overflow: hidden;
    transition: 1s ease all;
}

.process .item .content h4 span {
    margin-right: 1rem;
    color: #927eba;
}

.process .item:nth-child(3n + 2) .icon .anim {
    stroke: #927eba;
}

.process .item:nth-child(3n + 2) .content h4 span {
    color: #927eba;
}

.process .item:nth-child(3n + 3) .icon .anim {
    stroke: #60b2d4;
}

.process .item:nth-child(3n + 3) .content h4 span {
    color: #60b2d4;
}

.process .item:nth-child(3n + 1) .icon .anim {
    stroke: #46c1b2;
}

.process .item:nth-child(3n + 1) .content h4 span {
    color: #46c1b2;
}

.process .item.active .icon svg .anim {
    animation: icon 1s linear forwards;
}

.process .item.active .content .expand {
    max-height: 1000px;
}

.process .border {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #eee;
    left: 6rem;
}

@media screen and (max-width: 50rem) {
    .process .border {
        z-index: -9;
    }

    .process .item {
        flex-direction: column;
    }

    .process .item .content {
        width: 100%;
    }
}

.services .item .image,
.services .item-30 .image {
    width: 100%;
    height: 15rem;
    background: #ff9e33;
    align-items: center;
    justify-content: center;
}

.services .item .image .button,
.services .item-30 .image .button {
    z-index: 9;
    margin: auto;
    opacity: 0;
}

.services .item .image .background,
.services .item-30 .image .background {
    transition: 0.5s ease all;
    z-index: 0;
}

.services .item .image:hover .button,
.services .item-30 .image:hover .button {
    opacity: 1;
}

.services .item .image:hover .background,
.services .item-30 .image:hover .background {
    background-color: #ff9e33;
    opacity: 0.2;
}

.share {
    margin-top: 5rem;
}

.share .flex-center {
    width: 100%;
    justify-content: center;
}

.share a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(53, 55, 54, 0.4);
}

.share a i {
    margin: 0 0.5rem;
    font-size: 1rem;
}

@media screen and (max-width: 50rem) {
    .share {
        margin-top: 3rem;
    }
}

.testimonials .carousel-cell {
    width: 35rem;
    margin: 3rem 1rem 0;
    background: white;
    padding: 6rem 3rem 3rem;
    overflow: visible;
    opacity: 0.3;
    border-left: 1rem solid #ededed;
    transition: 0.5s ease all;
}

.testimonials .carousel-cell.is-selected {
    opacity: 1;
}

.testimonials .carousel-cell .image {
    width: 7rem;
    height: 7rem;
    border-radius: 7rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    z-index: 9;
}

.testimonials .carousel-cell .taright {
    text-transform: uppercase;
    font-weight: 400;
    color: black;
    margin-top: 2rem;
}

@media screen and (max-width: 80rem) {
    .testimonials .carousel-cell {
        width: 50%;
    }
}

@media screen and (max-width: 60rem) {
    .testimonials .carousel-cell {
        width: 80%;
    }
}

@media screen and (max-width: 40rem) {
    .testimonials .carousel-cell {
        width: 100%;
    }
}

.about-page .benefits .icons {
    justify-content: space-between;
}

.about-page .benefits .icons .item {
    text-align: center;
    width: 19%;
}

.about-page .benefits .icons .item p {
    font-size: 1rem;
}

.about-page .benefits .icons .item img {
    height: 4rem;
    width: auto;
    margin-bottom: 2rem;
}

.about-page .physio .image {
    height: 25rem;
}

.about-page .physio .image .background {
    background-position: top;
}

@media screen and (max-width: 60rem) {
    .about-page .benefits .icons .item {
        width: 100%;
        margin: 0 0 2rem;
    }
}

.consult-page .consult .item {
    padding: 2rem 1rem;
    background: white;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.consult-page .consult .item:nth-child(even) {
    background: #f6f6f6;
}

.consult-page .consult .item img {
    height: 6rem;
    object-fit: contain;
}

.consult-page .consult .item h4 {
    min-height: 7rem;
    padding: 2.5rem 2rem;
    border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 80rem) {
    .consult-page .wide {
        width: 90%;
    }
}

.contact-page .map .background:before {
    content: "";
    display: block;
    position: absolute;
    width: 3rem;
    height: 4rem;
    background-image: url("./images/marker.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.home-page .why h3 {
    margin-bottom: 3rem;
}

.home-page .why .item:last-child ul li:before {
    background-image: url("./images/cross.svg");
}

.home-page .map ol li {
    font-weight: 400;
}

.home-page .map .background {
    z-index: -9;
    background-color: #ededed;
}

.home-page .meet .item-70 {
    width: 65%;
}

.home-page .meet .contact .item {
    margin: 1rem 0;
}

.home-page .meet .image {
    height: 30rem;
}

@media screen and (max-width: 50rem) {
    .home-page .meet .item-70 {
        width: 100%;
    }
}

.physiotherapist-page .services {
    justify-content: center;
}

.physiotherapist-page .services:after {
    display: none;
}

.physiotherapist-page .services .item .image {
    cursor: pointer;
    height: 25rem;
}

.physiotherapist-page .services .background {
    background-position: top;
}

.physiotherapist-page .services .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000000000;
}

.physiotherapist-page .services .popup .flex {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.physiotherapist-page .services .popup .flex .half {
    width: 70rem;
    height: 60rem;
    padding: 4rem;
    background: white;
    align-items: flex-start;
    justify-content: space-between;
}

.physiotherapist-page .services .popup .flex .half .close {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5em;
    cursor: pointer;
}

.physiotherapist-page .services .popup .flex .half .close:before,
.physiotherapist-page .services .popup .flex .half .close:after {
    content: "";
    display: block;
    position: absolute;
    height: 1.5rem;
    width: 2px;
    background: #353736;
    margin: auto;
    left: 0;
    right: 0;
}

.physiotherapist-page .services .popup .flex .half .close:before {
    transform: rotate(-45deg);
}

.physiotherapist-page .services .popup .flex .half .close:after {
    transform: rotate(45deg);
}

.physiotherapist-page .services .popup .flex .half .image {
    height: 25rem;
}

.physiotherapist-page .services .popup .flex .half .image .background {
    z-index: 99;
    opacity: 1 !important;
}

.physiotherapist-page .services .popup .flex .half .light {
    margin-top: 3rem;
    padding: 2rem;
}

@media screen and (max-width: 80rem) {
    .physiotherapist-page .services .item .image {
        height: 30vw;
    }

    .physiotherapist-page .services .popup .flex .half {
        width: 90%;
    }

    .physiotherapist-page .services .popup .flex .half .image {
        height: 30vw;
    }
}

@media screen and (max-height: 900px),
(max-width: 900px) {
    .physiotherapist-page .services .popup .flex .half {
        height: 90%;
        width: 90%;
        padding: 3rem;
        overflow: scroll;
    }

    .physiotherapist-page .services .popup .flex .half .image {
        height: 70vw;
    }

    .physiotherapist-page .services .popup .flex .half .close {
        top: 1rem;
        right: 1rem;
    }
}

@media screen and (max-width: 50rem) {
    .physiotherapist-page .services .item .image {
        height: 70vw;
    }
}

.posts .item,
.posts .carousel-cell,
.featured-posts .item,
.featured-posts .carousel-cell {
    height: 30rem;
    z-index: 0;
    background: #353736;
}

.posts .item .info,
.posts .carousel-cell .info,
.featured-posts .item .info,
.featured-posts .carousel-cell .info {
    padding: 3rem;
    z-index: 99;
    position: relative;
}

.posts .item .info span,
.posts .carousel-cell .info span,
.featured-posts .item .info span,
.featured-posts .carousel-cell .info span {
    color: #ff9e33;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.posts .item .info p,
.posts .carousel-cell .info p,
.featured-posts .item .info p,
.featured-posts .carousel-cell .info p {
    color: white;
    margin: 1rem 0;
    font-weight: 400;
}

.posts .item .info p strong,
.posts .carousel-cell .info p strong,
.featured-posts .item .info p strong,
.featured-posts .carousel-cell .info p strong {
    font-size: 1.2rem;
}

.posts .item .info .button,
.posts .carousel-cell .info .button,
.featured-posts .item .info .button,
.featured-posts .carousel-cell .info .button {
    margin: 0;
}

.posts .item .background,
.posts .carousel-cell .background,
.featured-posts .item .background,
.featured-posts .carousel-cell .background {
    background-color: #353736;
    background-blend-mode: soft-light;
    transition: 0.5s ease all;
}

.posts .item:hover .background,
.posts .carousel-cell:hover .background,
.featured-posts .item:hover .background,
.featured-posts .carousel-cell:hover .background {
    opacity: 0.4;
}

.featured-posts .carousel-cell {
    width: 24rem;
    margin: 0 1rem;
}

.single-post .content .alt,
.single-post .content .meta {
    margin-bottom: 2rem;
}

.single-post .content .meta span {
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin: 0 0.5rem;
    text-transform: uppercase;
}

.single-post .content .meta span:last-child {
    color: #ff9e33;
}