/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:wght@400;600;900&display=swap");*/

.phone-number .fa-solid {
    color: #1AABA1
}

.header .widget .cta-button {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    cursor: pointer;
    border: none;
    border: 0;
    font-weight: 800;
    outline: 0;
    margin: 0;
    font-size: 15px;
    padding: 16px 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    -moz-transition: 0.2s background;
    transition: 0.2s background;
    border: 2px solid #1AABA1;
    background-color: #1AABA1;
}

.header .header-top__right .widget {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .phone-number a {
    font-size: 18px
}

.fa-phone:before {
    font-size: 15px !important
}

.btn {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    cursor: pointer;
    border: none;
    border: 0;
    font-weight: 400;
    outline: 0;
    margin: 0;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    -moz-transition: 0.2s background;
    transition: 0.2s background
}

@media all and (min-width: 1024px) {
    .btn {
        padding: 10px 20px
    }
}

.btn:hover {
    text-decoration: none;
    color: white
}

.btn:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.btn svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px
}

.btn.btn-primary {
    border: 2px solid #59b24d;
    background-color: #59b24d
}

.btn.btn-primary:hover {
    border-color: #478e3e;
    background-color: #478e3e
}

.btn.btn-primary:visited,
.btn.btn-primary:focus {
    color: white
}

.btn.btn-secondary {
    border: 2px solid #190c3b;
    background-color: #190c3b;
    color: white
}

.btn.btn-secondary:hover {
    background-color: #2b1565;
    border-color: #2b1565
}

.btn.btn-large {
    padding: 10px 30px;
    font-size: 16px
}

@media all and (min-width: 1024px) {
    .btn.btn-large {
        padding: 14px 40px
    }
}

.btn.btn-with-arrow {
    position: relative;
    padding-left: 30px
}

.btn.btn-with-arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") center/18px no-repeat
}

.btn.btn-with-arrow-secondary {
    position: relative;
    padding-left: 30px;
    color: #190c3b;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    text-align: left;
    display: inline;
    line-height: initial;
    white-space: normal
}

.btn.btn-with-arrow-secondary:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.btn-with-arrow-right {
    position: relative;
    padding-left: 30px
}

.btn-with-arrow-right:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/18px no-repeat
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #192945;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background-color: #fff;
    line-height: 1.42857143;
    overflow-x: hidden
}

@media all and (min-width: 1024px) {
    body {
        font-size: 18px
    }
}

body.overflow-hidden {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    line-height: 1.1;
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

h1 {
    font-size: 50px;
    font-weight: 800
}

@media all and (max-width: 768px) {
    h1 {
        font-size: 40px
    }
}

/* @media all and (min-width: 768px) and (min-width: 1024px) {
    h1 {
        font-size: 40px
    }

} */

h2 {
    font-size: 44px;
    font-weight: 700;
    margin-top: 25px
}

@media all and (max-width: 768px) {
    h2 {
        font-size: 36px
    }
}

/* @media all and (min-width: 768px) and (min-width: 1024px) {
    h2 {
        font-size: 36px
    }
} */


h3 {
    font-size: 32px;
    font-weight: 800
}

@media all and (max-width: 768px) {
    h3 {
        font-size: 26px
    }
}

/*
@media all and (min-width: 768px) and (min-width: 1024px) {
    h3 {
        font-size: 28px
    }
} */

h4 {
    font-size: 28px;
    font-weight: 800
}

@media all and (max-width: 768px) {
    h4 {
        font-size: 20px
    }
}

/*
@media all and (min-width: 768px) and (min-width: 1024px) {
    h4 {
        font-size: 24px
    }
} */

h5 {
    font-size: 20px;
    font-weight: 500
}

/*
@media all and (max-width: 768px) {
    h5 {
        font-size: 20px
    }
}

@media all and (min-width: 768px) and (min-width: 1024px) {
    h5 {
        font-size: 20px
    }
} */

h6 {
    font-size: 18px;
    font-weight: 500
}

@media all and (min-width: 768px) {
    h6 {
        font-size: 18px
    }
}

@media all and (min-width: 768px) and (min-width: 1024px) {
    h6 {
        font-size: 18px
    }
}

a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #190c3b;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease
}

a:visited {
    color: #1aaba1;
}

a:hover,
a:focus {
    color: #190c3b
}

a:hover {
    text-decoration: none
}

a:focus,
input:focus {
    outline: 0
}

p {
    margin: 0 0 12.5px 0;
    white-space: normal;
    word-wrap: break-word
}

p a {
    border-bottom: 1px solid #1aaba1;
    color: #1aaba1;
}

b,
strong {
    font-weight: bold
}

img {
    max-width: 100%;
    height: auto
}

img.alignright {
    float: right;
    margin: 1em 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 1em 1em 1em 0
}

img.aligncenter {
    display: block;
    margin: 1em auto
}

label {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0
}

button,
input,
textarea {
    font-size: 18px;
    color: #190c3b;
    font-family: "Plantin", Georgia, sans-serif
}

@media all and (min-width: 1024px) {

    button,
    input,
    textarea {
        font-size: 18px
    }
}

iframe {
    max-width: 100%
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #f6f6f6
}

figure {
    margin: 1em auto
}

figure img {
    margin-bottom: -8px
}

.site-main ul {
    list-style-type: none;
    padding-left: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-size: 18px;
    list-style-position: inside;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.site-main ul li {
    font-size: 18px
}

.site-main ul li:before {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%2359b24d' contentScriptType='text/ecmascript' contentStyleType='text/css' enable-background='new 0 0 2048 2048' height='2048px' id='Layer_1' preserveAspectRatio='xMidYMid meet' version='1.1' viewBox='0.0 0 1536.0 2048' width='1536.0px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' zoomAndPan='magnify'%3E%3Cpath d='M1536 1024c0 139.333-34.333 267.833-103 385.5s-161.833 210.833-279.5 279.5S907.333 1792 768 1792 s-267.833-34.333-385.5-103S171.667 1527.167 103 1409.5S0 1163.333 0 1024s34.333-267.833 103-385.5S264.833 427.667 382.5 359 S628.667 256 768 256s267.833 34.333 385.5 103s210.833 161.833 279.5 279.5S1536 884.667 1536 1024z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg fill='%2359b24d' contentScriptType='text/ecmascript' contentStyleType='text/css' enable-background='new 0 0 2048 2048' height='2048px' id='Layer_1' preserveAspectRatio='xMidYMid meet' version='1.1' viewBox='0.0 0 1536.0 2048' width='1536.0px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' zoomAndPan='magnify'%3E%3Cpath d='M1536 1024c0 139.333-34.333 267.833-103 385.5s-161.833 210.833-279.5 279.5S907.333 1792 768 1792 s-267.833-34.333-385.5-103S171.667 1527.167 103 1409.5S0 1163.333 0 1024s34.333-267.833 103-385.5S264.833 427.667 382.5 359 S628.667 256 768 256s267.833 34.333 385.5 103s210.833 161.833 279.5 279.5S1536 884.667 1536 1024z'/%3E%3C/svg%3E");
    width: 8px;
    height: 8px;
    background-color: #192945;
    content: '';
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -3px
}

.site-main ul a {
    color: #190c3b
}

.site-main ul a:hover {
    color: #1AABA1
}

.site-main .widget ul li:before {
    display: none
}

.scrolable-table {
    overflow-x: auto
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
}

table p {
    margin-bottom: 0
}

table ul {
    list-style: none;
    padding: 0;
    margin: 0
}

table th {
    font-weight: 700;
    padding: 14px 20px;
    vertical-align: middle
}

table td {
    padding: 14px 20px;
    vertical-align: middle;
    line-height: 1.5em
}

button,
input,
optgroup,
select,
textarea {
    line-height: normal
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-appearance: none;
    appearance: none;
    background-color: white !important;
    background-image: none !important
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
[type="search"],
[type="url"],
textarea,
select {
    border: 1px solid #ccc;
    color: #333;
    background-color: white;
    font-family: inherit;
    padding: 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s linear, background .15s linear;
    -o-transition: border-color .15s linear, background .15s linear;
    -moz-transition: border-color .15s linear, background .15s linear;
    transition: border-color .15s linear, background .15s linear;
    height: 38px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

@media all and (min-width: 1024px) {

    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="email"],
    [type="search"],
    [type="url"],
    textarea,
    select {
        height: 38px
    }
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #757575
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #757575
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #757575
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
[type="search"]::placeholder,
[type="url"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: #757575
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
[type="search"]:focus,
[type="url"]:focus,
textarea:focus,
select:focus {
    outline: none
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
[type="search"]:disabled,
[type="url"]:disabled,
textarea:disabled,
select:disabled {
    background-color: rgba(0, 0, 0, 0.05)
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
[type="search"]:hover,
[type="url"]:hover,
textarea:hover,
select:hover {
    background-color: white;
    border: 1px solid #333
}

select {
    background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) center right 6px/30px no-repeat;
    padding-right: 24px;
    cursor: pointer;
    color: black
}

textarea {
    height: auto;
    width: 100%;
    color: black
}

input[type="radio"],
input[type="checkbox"] {
    display: none
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 26px;
    position: relative;
    text-transform: none
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.15)
}

input[type="checkbox"]:checked + label:after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #000
}

input[type="radio"]:checked + label:after {
    position: absolute;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    background: black;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 4px
}

input[type="radio"] + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

input[type="submit"],
input[type="button"][name="submit"],
button[type="submit"],
.form-button {
    width: 100%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    cursor: pointer;
    border: none;
    border: 0;
    font-weight: 400;
    outline: 0;
    margin: 0;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    -moz-transition: 0.2s background;
    transition: 0.2s background;
    border: 2px solid #192945;
    background-color: #192945
}

@media all and (min-width: 1024px) {

    input[type="submit"],
    input[type="button"][name="submit"],
    button[type="submit"],
    .form-button {
        padding: 10px 20px
    }
}

input[type="submit"]:hover,
input[type="button"][name="submit"]:hover,
button[type="submit"]:hover,
.form-button:hover {
    text-decoration: none;
    color: white
}

input[type="submit"]:focus,
input[type="button"][name="submit"]:focus,
button[type="submit"]:focus,
.form-button:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

input[type="submit"] svg,
input[type="button"][name="submit"] svg,
button[type="submit"] svg,
.form-button svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px
}

input[type="submit"]:hover,
input[type="button"][name="submit"]:hover,
button[type="submit"]:hover,
.form-button:hover {
    /*     border-color: #478e3e;
        background-color: #478e3e */
    box-shadow: 0 0 0 5px #19294566
}

input[type="submit"]:visited,
input[type="submit"]:focus,
input[type="button"][name="submit"]:visited,
input[type="button"][name="submit"]:focus,
button[type="submit"]:visited,
button[type="submit"]:focus,
.form-button:visited,
.form-button:focus {
    color: white
}

.gutenberg-block.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

fieldset legend {
    background: white;
    font-weight: bold;
    margin-left: -0.16667rem;
    margin: 0;
    padding: 0 0.16667rem
}

ins {
    text-decoration: none
}

.block-title {
    font-size: 38px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 30px
}

.block-title:before {
    color: #59b24d;
    font-size: 20px;
    margin-right: 0;
    position: relative;
    content: "";
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231AABA1' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.block-title a:hover {
    color: #59b24d
}

.block.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.wp-block-button__link {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    cursor: pointer;
    font-weight: 800;
    outline: 0;
    margin: 0;
    font-size: 15px;
    padding: 16px 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    -moz-transition: 0.2s background;
    transition: 0.2s background;
    border: 2px solid #192945;
    background-color: #192945
}

.button1 {
    border: 2px solid #1AABA1 !important;
    background-color: #1AABA1 !important;
}

/* @media all and (min-width: 1024px) {
    .wp-block-button__link {
        padding: 10px 20px
    }
} */

.wp-block-button__link:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 0 0 5px #19294566;
}

.button1:hover {
    box-shadow: 0 0 0 5px #1aaba166;
}

.wp-block-button__link:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: 0 0 0 5px #19294566
}

.wp-block-button__link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px
}

/* .wp-block-button__link:hover {
    border-color: #478e3e;
    background-color: #478e3e
} */

.wp-block-button__link:visited,
.wp-block-button__link:focus {
    color: white
}

.wp-block-button.btn-with-arrow .wp-block-button__link {
    position: relative;
    padding-left: 30px
}

.wp-block-button.btn-with-arrow .wp-block-button__link:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    center / 18px no-repeat
}

.wp-block-button.btn-with-arrow-secondary .wp-block-button__link {
    position: relative;
    padding-left: 30px;
    color: #190c3b;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    text-align: left;
    display: inline;
    line-height: initial;
    white-space: normal
}

.wp-block-button.btn-with-arrow-secondary .wp-block-button__link:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.wp-block-column {
    margin-bottom: 30px
}

@media all and (min-width: 768px) {
    .wp-block-column {
        margin-bottom: 0
    }
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    background-color: rgba(255, 255, 255, 0)
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link:last-child {
    margin-right: 0
}

.wp-block-social-link {
    display: inline-block
}

.wp-block-social-links .wp-social-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    border: 0
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: rgba(255, 255, 255, 0);
    fill: #59b24d
}

.wp-block-social-link-anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.wp-block-social-link-anchor:hover {
    background-color: #59b24d
}

.wp-block-social-links .wp-social-link svg {
    width: 36px;
    height: 36px
}

.wp-block-group.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.wp-block-group.wrapped .wp-block-group__inner-container {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px
}

@media (min-width: 768px) {
    .wp-block-group.wrapped .wp-block-group__inner-container {
        max-width: 750px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .wp-block-group.wrapped .wp-block-group__inner-container {
        max-width: 970px
    }
}

@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
    .wp-block-group.wrapped .wp-block-group__inner-container {
        max-width: 1170px
    }
}

@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1600px) {
    .wp-block-group.wrapped .wp-block-group__inner-container {
        max-width: 1530px
    }
}

.wp-block-table.is-style-stripes tr:last-of-type th,
.wp-block-table.is-style-stripes tr:last-of-type td {
    border: none
}

.wp-block-table thead {
    background-color: #59b24d;
    color: white
}

.wp-block-table th,
.wp-block-table td {
    padding: 14px 20px
}

.wp-block-table th {
    text-align: left
}

.wp-block-image figcaption {
    text-align: center
}

.book-appointment-block {
    background: #1AABA1;
    padding: 80px 24px;
    position: relative;
}

.cta-appointment-page {
    padding: 150px 100px;
    margin-right: 10% !important;
}

/*
@media all and (min-width: 768px) and (min-width: 1600px) {
    .book-appointment-block {
        padding: 44px 48px
    }
}*/
.list-clinics .grid-item:last-child {
    margin-bottom: 0
}

.cta-banner-bck {
    /* 	padding: 50px 0; */
    /* 	background-image: linear-gradient(
          to right,
          rgba(172, 214, 209, 0.7) 0%,
          rgba(172, 214, 209, 1) 50%,
          rgba(172, 214, 209, 0.7) 100%
        ),
        url('https://uco-clinic.flywheelstaging.com/wp-content/uploads/2025/12/pattern-navy.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; */
    background-color: #1AABA1
}

.cta-banner {
    padding: 30px 0;
    background-color: #1AABA1
}

.cta-banner h3 {
    margin-bottom: 80px
}

.cta-banner .is-layout-flex {
    text-align: center
}

.cta-banner a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
}

.book-appointment-block.hidden {
    display: none;
}

.no-background a {
    background-color: transparent;
    border: none;
    color: #50A944 !important
}

.no-background a:hover {
    color: white !important
}

.absolute-bottom {
    position: absolute !important;
    bottom: 20px;
    right: 0;
    padding: 20px 20px;
    font-size: 14px
}

.cta-appointment-page .absolute-bottom {
    right: 15%;
    left: 15%
}

.cta-appointment-page .cta-p {
    margin: 30px 10%;
}

.book-appointment-block:before {
    content: '';
    display: block;
    background: url("/wp-content/uploads/2025/12/greenarc3-opacity.svg") no-repeat;
    height: 280px;
    width: 282px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

@media all and (min-width: 768px) {
    .book-appointment-block:before {
        width: 340px
    }
}

.cta-banner .wp-block-columns {
    margin-bottom: 0
}

.cta-banner .green-text {
    margin-bottom: 50px !important
}

.fullwidth {
    width: 100%;
    max-width: 1300px
}

.block-flex {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.book-appointment-block {
    border: 0;
    color: #000;
    margin-top: 0;
    font-size: 34px;
    position: relative;
    z-index: 2
}

/*
@media all and (min-width: 1600px) {
    .book-appointment-block h2 {
        font-size: 41px
    }
}*/

.book-appointment-block .sub-heading {
    color: #000;
    font-size: 34px;
    margin-top: 5px;
    margin-bottom: 20px;
    word-wrap: break-word;
    max-width: 300px;
    position: relative;
    z-index: 2;
    font-family: "Quicksand", sans-serif;
}

.book-appointment-block p {
    color: #000;
    font-size: 19px;
    position: relative;
    z-index: 2;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.book-appointment-block p a {
    text-decoration: underline;
    color: #192945
}

.book-appointment-block .wp-block-button__link {
    background-color: #192945;
    border-color: #192945;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.book-appointment-block .wp-block-button__link:hover {
    border-color: #192945;
    background-color: #192945;
}

.book-appointment-block input[type="text"],
.book-appointment-block input[type="tel"],
.book-appointment-block input[type="email"] {
    height: 50px
}

.book-appointment-block .gform_wrapper {
    z-index: 1;
    position: relative
}

.book-appointment-block .gform_wrapper .gfield_required {
    color: #190c3b;
    font-size: 19px
}

.book-appointment-block .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px
}

.book-appointment-block .gform_footer {
    position: relative;
    padding-left: 30px;
    color: #190c3b;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    text-align: left;
    display: inline;
    line-height: initial;
    white-space: normal
}

.book-appointment-block .gform_footer:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.book-appointment-block input[type="submit"] {
    position: relative;
    padding-left: 30px;
    color: #190c3b;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    text-align: left;
    display: inline;
    line-height: initial;
    white-space: normal;
    margin-bottom: 0 !important
}

.book-appointment-block input[type="submit"]:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 16px;
    left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.callback-request {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.callback-request .gform_footer.top_label {
    padding-bottom: 0 !important
}

@media all and (min-width: 768px) {
    #content {
        min-height: 640px
    }
}

#content:focus {
    outline: none
}

.home.page #content:before {
    content: '';
    display: none;
    background: url("../img/greenarc.png") no-repeat;
    height: 470px;
    position: absolute;
    z-index: -1
}

@media all and (min-width: 768px) {
    .home.page #content:before {
        display: block;
        left: -50px;
        top: 168px;
        width: 506px
    }
}

@media all and (min-width: 768px) {
    .home.page.admin-bar #content:before {
        top: 200px
    }
}

.block-system-main h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 18px;
    margin-top: 10px
}

.block-system-main .sub-heading {
    font-size: 20px;
    line-height: 28px
}

#footer {
    /*background-color: #f6f6f6;*/
    background-color: #192945;
    padding: 20px 0;
    margin-top: 30px;
    color: #fff;
}

#footer p a, #footer a {
    font-weight: 500;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4bb3ab;
}

#footer .widget > h4 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c8c6cd;
    color: #fff;
}

#footer .wp-social-link a {
    color: #fff;
}

.subscribe-form .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe-form .input-group input[type="email"] {
    margin-bottom: 0
}

.subscribe-form .input-group button[type="submit"] {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid white;
}

.hamburger {
    width: 62px;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.hamburger.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.hamburger svg {
    fill: white
}

.header {
    position: relative
}

.header-bottom {
    background: #192945;
    color: white;
    position: relative
}

.header-bottom a {
    color: white
}

.header-top {
    padding: 20px 0
}

@media all and (min-width: 768px) {
    .header-top__right .searchform {
        max-width: 416px;
        margin-left: auto
    }
}

.how-to-find-us-block {
    position: relative
}

@media all and (min-width: 768px) {
    .how-to-find-us-block:before {
        content: "";
        width: 1px;
        position: absolute;
        left: -1em;
        top: 0;
        bottom: 0;
        background: #e7e6e9
    }
}

.how-to-find-us-block h2 {
    margin: 0 0 25px;
    border-bottom: 1px solid #e7e6e9;
    padding-bottom: 20px;
    display: block
}

.how-to-find-us-block h2:before {
    background: url("/wp-content/uploads/2025/12/pin.svg") no-repeat;
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    position: relative;
    top: 12px
}

.how-to-find-us-block a {
    border-bottom: 0;
    text-decoration: underline;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-left: 24px;
    display: block
}

.how-to-find-us-block a:before {
    position: relative;
    display: inline-block;
    content: "";
    color: #59b24d;
    margin-right: 8px;
    margin-left: -26px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231AABA1' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/20px no-repeat
}

.how-to-find-us-block iframe {
    margin-top: 30px;
    margin-bottom: 25px
}

.image-pull-down {
    position: relative;
    bottom: -145px;
    display: none
}

@media all and (min-width: 768px) {
    .image-pull-down {
        display: block
    }
}

.image-pull-down img {
    padding-right: 10px
}

#logo a {
    display: block
}

#logo a img {
    margin-bottom: -8px;
    width: 260px
}

@media all and (min-width: 1024px) {
    #logo a img {
        width: 330px
    }
}

#menu-clinics {
    list-style: none;
    padding: 0;
    font-family: "Quicksand", sans-serif;
}

#menu-clinics .menu-item a {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding: 10px 5px 10px 22px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative
}

#menu-clinics .menu-item a:before {
    position: absolute;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 20px;
    left: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231AABA1' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/14px no-repeat
}

#menu-clinics .menu-item a:hover {
    padding-left: 40px;
    color: #1AABA1
}

#menu-clinics .menu-item a:hover:before {
    left: 18px
}

#menu-clinics .menu-item.current-menu-item a {
    color: #1AABA1
}

.opening-times-block {
    position: relative
}

@media all and (min-width: 768px) {
    .opening-times-block:before {
        content: "";
        width: 1px;
        position: absolute;
        left: -1em;
        top: 0;
        bottom: 0;
        background: #e7e6e9
    }
}

.opening-times-block h2 {
    margin: 0 0 25px;
    border-bottom: 1px solid #e7e6e9;
    padding-bottom: 20px;
    display: block
}

.opening-times-block h2:before {
    background: url("/wp-content/uploads/2025/12/clock.svg") no-repeat;
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    position: relative;
    top: 12px
}

.pagination {
    text-align: center;
    vertical-align: middle;
    margin: 20px 0
}

@media all and (min-width: 768px) {
    .pagination {
        margin: 40px 0
    }
}

.pagination a,
.pagination span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: black;
    height: 40px;
    width: 36px;
    font-size: 16px;
    border: 1px solid #ddd;
    margin-left: -6px
}

.pagination a:hover,
.pagination span:hover {
    color: #1AABA1
}

.pagination a:focus,
.pagination a:visited,
.pagination span:focus,
.pagination span:visited {
    color: black
}

.pagination a:focus:hover,
.pagination a:visited:hover,
.pagination span:focus:hover,
.pagination span:visited:hover {
    color: #1AABA1
}

.pagination a.prev,
.pagination a.next,
.pagination span.prev,
.pagination span.next {
    width: auto;
    padding: 0 10px
}

.pagination a.current,
.pagination span.current {
    width: 36px;
    height: 40px;
    background: #1AABA1;
    color: white
}

.phone-number {
    font-family: "Quicksand", sans-serif;
    color: #1AABA1;
    font-size: 24px;
    font-weight: 700
}

.searchform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Quicksand", sans-serif;
}

.searchform input[type="text"] {
    background: #e9e7eb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='%23999'%3E%3Cpath d='M 21 3 C 11.621094 3 4 10.621094 4 20 C 4 29.378906 11.621094 37 21 37 C 24.710938 37 28.140625 35.804688 30.9375 33.78125 L 44.09375 46.90625 L 46.90625 44.09375 L 33.90625 31.0625 C 36.460938 28.085938 38 24.222656 38 20 C 38 10.621094 30.378906 3 21 3 Z M 21 5 C 29.296875 5 36 11.703125 36 20 C 36 28.296875 29.296875 35 21 35 C 12.703125 35 6 28.296875 6 20 C 6 11.703125 12.703125 5 21 5 Z'/%3E%3C/svg%3E") left 10px center/16px no-repeat;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 30px;
    color: #999;
    margin-bottom: 0;
    height: 35px
}

.searchform input[type="submit"] {
    background: #c4c4c4;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 2px;
    line-height: 1;
    height: 35px;
    font-family: "Quicksand", sans-serif;
    border-left: 2px solid #fff;
    text-transform: none;
    font-size: 16px
}

.searchform input[type="submit"]:hover {
    background: #190c3b
}

.header-top-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-top-menu .menu-item a {
    font-size: 16px;
    color: #190c3b;
    padding: 5px 10px;
    display: block
}

.main-menu {
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-table
}

.main-menu .menu-item {
    display: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0
}

@media all and (min-width: 1024px) {
    .main-menu .menu-item {
        display: table-cell
    }
}

.main-menu .menu-item:first-child {
    display: table-cell;
    border-left: 0
}

.main-menu .menu-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.main-menu .menu-item a {
    display: block;
    padding: 12px 25px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 16px
}

@media all and (min-width: 1024px) {
    .main-menu .menu-item a {
        padding: 12px 40px
    }
}

@media all and (min-width: 1024px) and (min-width: 1600px) {
    .main-menu .menu-item a {
        padding: 12px 50px
    }
}

.main-menu .menu-item a:hover {
    /*background: #473c62*/
    background-color: #1f3356;

}

@media all and (min-width: 1024px) {

    .main-menu .menu-item.current-menu-ancestor > a,
    .main-menu .menu-item.current-menu-item:not(.menu-item-home) > a {
        background-color: #1AABA1
    }
}

.header-bottom-second {
    background: #1AABA1
}

.main-sub-menu-trigger {
    width: 62px;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (min-width: 768px) {
    .main-sub-menu-trigger {
        display: none
    }
}

.main-sub-menu-trigger svg {
    width: 20px
}

.main-sub-menu {
    font-family: "Quicksand", sans-serif;
    padding: 12px 0;
    /*     border-top: 1px solid #51ab45; */
    list-style: none;
    margin: 0
}

@media all and (min-width: 768px) {
    .main-sub-menu {
        text-align: center
    }
}

.main-sub-menu a {
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0
}

.main-sub-menu > .menu-item > a {
    display: none
}

.main-sub-menu > .menu-item > .sub-menu {
    padding: 0;
    display: none
}

.main-sub-menu > .menu-item > .sub-menu .menu-item {
    display: block
}

@media all and (min-width: 768px) {
    .main-sub-menu > .menu-item > .sub-menu .menu-item {
        display: inline
    }
}

.main-sub-menu > .menu-item > .sub-menu .menu-item:last-of-type a:after {
    display: none
}

.main-sub-menu > .menu-item > .sub-menu a {
    padding: 0 24px;
    font-weight: 600
}

@media all and (min-width: 768px) {
    .main-sub-menu > .menu-item > .sub-menu a {
        padding: 0
    }
}

.main-sub-menu > .menu-item > .sub-menu a:after {
    padding: 0 20px 0 18px
}

@media all and (min-width: 768px) {
    .main-sub-menu > .menu-item > .sub-menu a:after {
        content: '|'
    }
}

@media all and (max-width: 768px) {

    .main-sub-menu > .menu-item.current-menu-ancestor > a,
    .main-sub-menu > .menu-item.current-menu-item > a {
        display: block;
        text-align: left;
        padding: 0 20px 0 24px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 17px;
        font-family: "Quicksand", sans-serif;
    }

    .lead {
        font-size: 16px !important;
    }

    .main-sub-menu > .menu-item.current-menu-ancestor > .sub-menu,
    .main-sub-menu > .menu-item.current-menu-item > .sub-menu {
        display: block
    }
}
.main-sub-menu > .menu-item.current-menu-ancestor > .sub-menu,
.main-sub-menu > .menu-item.current-menu-item > .sub-menu {
    display: block
}

@media all and (max-width: 768px) {

    .main-sub-menu > .menu-item.current-menu-ancestor > .sub-menu,
    .main-sub-menu > .menu-item.current-menu-item > .sub-menu {
        display: none;
        margin-top: 10px
    }
    .footer-spacer{
        height: 0 !important;
    }
}

.main-sub-menu > .menu-item.current-menu-ancestor > .sub-menu .current-menu-ancestor > a,
.main-sub-menu > .menu-item.current-menu-ancestor > .sub-menu .current-menu-item > a,
.main-sub-menu > .menu-item.current-menu-item > .sub-menu .current-menu-ancestor > a,
.main-sub-menu > .menu-item.current-menu-item > .sub-menu .current-menu-item > a {
    color: rgba(255, 255, 255, 0.5)
}

.mobile-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #190c3b;
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    display: none
}

.mobile-menu .menu-item {
    display: block;
    border-top: 1px solid white
}

.mobile-menu a {
    display: block;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 17px;
    color: white;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    text-align: center
}

.mobile-menu-opened .mobile-menu {
    display: block
}

@media all and (min-width: 1024px) {
    .mobile-menu-opened .mobile-menu {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .cta-appointment-page {
        padding: 120px 50px;
        margin-right: 0 !important;
    }
}

.new-banner {
    padding: 80px 20px;
    margin-top: 30px;
    font-family: "Quicksand", sans-serif;
}

.new-banner-title {
    margin-bottom: 60px
}

#input_5_5_6_container, #input_5_1_3_container {
    padding: 0
}

.new-banner-button a {
    background-color: #180F34;
    border: 1px solid #180F34;
    font-weight: bold

}

.new-banner-middle-col {
    font-size: 22px;
}

.new-banner-middle-col a {
    color: white;
    text-decoration: underline;
    font-size: 22px
}

#gform_submit_button_5 {
    text-decoration: underline;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    background-color: transparent;
    border: none;

}

#gform_submit_button_5:hover {
    border-color: #478e3e;
    background-color: #478e3e;
}

@media screen and (max-width: 780px) {
    .new-banner-middle-col {
        text-align: center
    }

    .new-banner-title {
        margin-bottom: 30px
    }
}
.post-839 .custom-html-widget{
    display: none !important;
}


