@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #009857;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #009857;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0))
}

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

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overscroll-behavior: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: .875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #009857;
    text-decoration: underline
}

a:hover {
    color: #005d00
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    accent-color: exact;
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #009857;
    border-color: #009857
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #009857;
    border-color: #009857;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #009857;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009857;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #009857;
    border-color: #009857
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #009857;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #009857;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%
}

.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009857
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #009857
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #009857
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #009857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009857;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009857;
    border-color: #009857
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #009857
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:hover,
.link-success:focus {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #009857 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #009857 !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #009857 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media(min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 * Bootstrap Reboot v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #009857;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Utilities v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #009857
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:hover,
.link-success:focus {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #009857 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #009857 !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #009857 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

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

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide.prv {
    visibility: hidden
}

.slick-slide {
    margin: 0 15px;
    pointer-events: none
}

.slick-slide img {
    width: auto;
    display: inline
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5
}

.slick-active {
    opacity: .5;
    pointer-events: visible
}

.slick-current {
    opacity: 1
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background-color: #fff;
    border: 1px solid #c6c8c8
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
    color: #4b4b45
}

.slick-prev.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
    background-color: #fff
}

.slick-prev,
.slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4b4b45
}

.slick-prev:before {
    content: "←";
    font-family: 'ccadicon' !important;
    color: #fff;
    opacity: 1
}

.slick-next:after {
    content: "→";
    font-family: 'ccadicon' !important;
    color: #fff;
    opacity: 1
}

.slick-prev:hover,
.slick-prev:focus {
    background-color: #4b4b45
}

.slick-next:hover,
.slick-next:focus {
    background-color: #4b4b45
}

.slick-dots {
    bottom: -60px
}

.slick-dots li {
    height: 5px;
    width: 100px
}

.slick-dots li button {
    height: 5px;
    width: 100px;
    padding: 0
}

.slick-dots li button:before {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #c6c8c8;
    opacity: 1
}

.slick-dots li.slick-active {
    opacity: 1
}

.slick-dots li.slick-active button:before {
    background-color: #009857;
    opacity: 1
}

.AboutSlider .slick-list {
    width: fit-content;
    overflow: hidden;
    padding: 60px 40px 60px 150px;
    margin-left: -75px;
    margin-top: -60px
}

.InsuranceSlider .slick-list {
    width: fit-content;
    overflow: hidden;
    padding: 50px 0 0 40px
}

.slick-slide.slick-cloned {
    opacity: 0
}

@media(min-width:1376px) and (max-width:1470px) {

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px
    }

    .AboutSlider .slick-list {
        padding: 60px 40px 60px 100px
    }
}

@media(min-width:1200px) and (max-width:1376px) {

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px
    }

    .AboutSlider .slick-list {
        padding: 60px 40px 60px 100px
    }
}

@media(min-width:1075px) and (max-width:1200px) {

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px
    }

    .AboutSlider .slick-list {
        padding: 60px 40px 60px 100px
    }
}

@media(min-width:992px) and (max-width:1075px) {

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px
    }

    .AboutSlider .slick-list {
        padding: 60px 40px 60px 75px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 12px
    }

    .slick-dots li {
        width: 50px
    }

    .slick-dots li button:before {
        width: 50px
    }

    .slick-dots {
        bottom: -30px
    }

    .InsuranceSlider .slick-list {
        width: auto;
        overflow: inherit;
        padding: 0
    }

    .AboutSlider .slick-list {
        padding: 50px 40px 50px 100px;
        width: auto;
        overflow: inherit
    }
}

@media(max-width:767px) {
    .slick-slide {
        margin: 0 8px
    }

    .slick-dots {
        bottom: -30px
    }

    .slick-dots li {
        width: 20px;
        margin: 0
    }

    .slick-dots li button,
    .slick-dots li button:before {
        width: 20px
    }

    .slick-prev,
    .slick-next {
        display: none !important
    }

    .AboutSlider .slick-list {
        width: auto;
        overflow: inherit;
        padding: 30px 0;
        margin-left: 0
    }

    .InsuranceSlider .slick-list {
        width: auto;
        overflow: inherit;
        padding: 30px 0;
        margin-left: 0
    }
}

@media(max-width:320px) {
    .slick-dots {
        bottom: -30px
    }

    .slick-dots li {
        width: 15px;
        margin: 0
    }

    .slick-dots li button,
    .slick-dots li button:before {
        width: 15px
    }
}

/* @font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTLight-eot');
    src: url('../NewsGothicBTLight-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTLight-woff2') format('woff2'), url('../NewsGothicBTLight-ttf') format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTLightitalic-eot');
    src: url('../NewsGothicBTLightitalic-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTLightitalic-woff2') format('woff2'), url('../NewsGothicBTLightitalic-ttf') format('truetype');
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTRoman-eot');
    src: url('../NewsGothicBTRoman-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTRoman-woff2') format('woff2'), url('../NewsGothicBTRoman-ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTRomanitalic-eot');
    src: url('../NewsGothicBTRomanitalic-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTRomanitalic-woff2') format('woff2'), url('../NewsGothicBTRomanitalic-ttf') format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTDemi-eot');
    src: url('../NewsGothicBTDemi-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTDemi-woff2') format('woff2'), url('../NewsGothicBTDemi-woff') format('woff'), url('../404.html') format('truetype'), url('../assets/NewsGothicBTDemi-svg.svg#News%20Gothic') format('svg');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTDemiitalic-eot');
    src: url('../NewsGothicBTDemiitalic-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTDemiitalic-woff2') format('woff2'), url('../NewsGothicBTDemiitalic-woff') format('woff'), url('../404.html') format('truetype'), url('../assets/NewsGothicBTDemiitalic-svg.svg#News%20Gothic') format('svg');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTBold-eot');
    src: url('../NewsGothicBTBold-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTBold-woff2') format('woff2'), url('../NewsGothicBTBold-ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'NewsGothBT';
    src: url('../NewsGothicBTBolditalic-eot');
    src: url('../NewsGothicBTBolditalic-eot#iefix') format('embedded-opentype'), url('../NewsGothicBTBolditalic-woff2') format('woff2'), url('../NewsGothicBTBolditalic-ttf') format('truetype');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'ccadicon';
    src: url('../ccadicon-eot');
    src: url('../ccadicon-eot#iefix') format('embedded-opentype'), url('../ccadicon-ttf') format('truetype'), url('../ccadicon-woff') format('woff'), url('../assets/ccadicon-svg.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
} */

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'ccadicon' !important;
    speak-as: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-bed:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-call:before {
    content: ""
}

.icon-care:before {
    content: ""
}

.icon-ccad:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-condition:before {
    content: ""
}

.icon-down-arrow:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-left-arrow-pointed:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-right-arrow-pointed:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-shield:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-up-arrow:before {
    content: ""
}

.icon-video:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-no-data:before {
    content: ""
}

.icon-stack:before {
    content: ""
}

.icon-grid:before {
    content: ""
}

.icon-tick:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-brains:before {
    content: ""
}

.icon-business:before {
    content: ""
}

.icon-callback:before {
    content: ""
}

.icon-careers:before {
    content: ""
}

.icon-Combinedshape:before {
    content: ""
}

.icon-digestive:before {
    content: ""
}

.icon-events:before {
    content: ""
}

.icon-health-library:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-media:before {
    content: ""
}

.icon-medical-education:before {
    content: ""
}

.icon-mobile-share:before {
    content: ""
}

.icon-transfer-patient:before {
    content: ""
}

.icon-Applepodcast-Color:before {
    content: ""
}

.icon-Activation:before {
    content: ""
}

.icon-Add:before {
    content: ""
}

.icon-Amenities:before {
    content: ""
}

.icon-Applepodcast-grey:before {
    content: ""
}

.icon-Appointment:before {
    content: ""
}

.icon-Back:before {
    content: ""
}

.icon-Blog:before,
.icon-blog:before {
    content: ""
}

.icon-Callsupport:before {
    content: ""
}

.icon-ClinicalOffering:before {
    content: ""
}

.icon-Deselect:before {
    content: ""
}

.icon-Dislike:before {
    content: ""
}

.icon-Done-Blue:before {
    content: ""
}

.icon-Edit:before {
    content: ""
}

.icon-Email:before {
    content: ""
}

.icon-Error---Grey:before {
    content: ""
}

.icon-Facebook-Stroke:before {
    content: ""
}

.icon-Finance:before {
    content: ""
}

.icon-Finddoctor:before {
    content: ""
}

.icon-forward:before {
    content: ""
}

.icon-Googlepodcasts-Color:before {
    content: ""
}

.icon-Googlepodcasts-grey:before {
    content: ""
}

.icon-health:before {
    content: ""
}

.icon-Info:before {
    content: ""
}

.icon-Instagram-Filled:before {
    content: ""
}

.icon-Internationalpatients:before {
    content: ""
}

.icon-Like:before {
    content: ""
}

.icon-LineArrow-Down:before {
    content: ""
}

.icon-Linkedln-Stroke:before {
    content: ""
}

.icon-MedicalRecords:before {
    content: ""
}

.icon-Medications:before {
    content: ""
}

.icon-Message:before {
    content: ""
}

.icon-Minus:before {
    content: ""
}

.icon-Notifications:before {
    content: ""
}

.icon-Parking:before {
    content: ""
}

.icon-Podcast:before {
    content: ""
}

.icon-Research:before {
    content: ""
}

.icon-Reviewed:before {
    content: ""
}

.icon-Selected:before {
    content: ""
}

.icon-Soundcloud-color:before {
    content: ""
}

.icon-Soundcloud-Grey:before {
    content: ""
}

.icon-Spotify-Color:before {
    content: ""
}

.icon-Spotify-Grey:before {
    content: ""
}

.icon-Stitcher-color:before {
    content: ""
}

.icon-Stitcher-Grey:before {
    content: ""
}

.icon-Success---Grey:before {
    content: ""
}

.icon-Success--Color:before {
    content: ""
}

.icon-Surgeon-Color:before {
    content: ""
}

.icon-TestResults:before {
    content: ""
}

.icon-Twitter-Stroke:before {
    content: ""
}

.icon-Visitation:before {
    content: ""
}

.icon-Warning---Color:before {
    content: ""
}

.icon-Warning---Grey:before {
    content: ""
}

.icon-Youtube-color:before {
    content: ""
}

.icon-Youtube-Grey:before {
    content: ""
}

.icon-Youtube-Stroke:before {
    content: ""
}

.icon-anestheshiology:before {
    content: ""
}

.icon-Education-Department:before {
    content: ""
}

.icon-Eye-Institute:before {
    content: ""
}

.icon-Imaging-institute:before {
    content: ""
}

.icon-International-Patient-Service:before {
    content: ""
}

.icon-Multidisciplinary-Simulation-center:before {
    content: ""
}

.icon-Neurological-Institute:before {
    content: ""
}

.icon-Nursing-Institute:before {
    content: ""
}

.icon-Oncology-Institute:before {
    content: ""
}

.icon-Pathology-Laboratory-Medicine-Institute:before {
    content: ""
}

.icon-pharmacy:before {
    content: ""
}

.icon-Quality-patient-Safety-institute:before {
    content: ""
}

.icon-Research-department:before {
    content: ""
}

.icon-Respiratory-Institute:before {
    content: ""
}

.icon-robotic-surgery:before {
    content: ""
}

.icon-Surgical-Subspecialities:before {
    content: ""
}

.icon-Transplant-Center:before {
    content: ""
}

.icon-forty-plus:before {
    content: ""
}

.icon-eighty-four:before {
    content: ""
}

.icon-UAE-1st:before {
    content: ""
}

.icon-Our-Story:before {
    content: ""
}

.icon-Patient-Portal:before {
    content: ""
}

.icon-Research--Education:before {
    content: ""
}

.icon-Respiratory-Institute:before {
    content: ""
}

.icon-robotic-surgery:before {
    content: ""
}

.icon-Surgical-Subspecialities:before {
    content: ""
}

.icon-Transplant-Center:before {
    content: ""
}

.icon-forty-plus:before {
    content: ""
}

.icon-eighty-four:before {
    content: ""
}

.icon-UAE-1st:before {
    content: ""
}

.icon-Arabic-UAE1st-01:before {
    content: ""
}

.icon-Our-Story:before {
    content: ""
}

.icon-Patient-Portal:before {
    content: ""
}

.icon-Research--Education:before {
    content: ""
}

.icon-Diseases:before {
    content: ""
}

.icon-Treatments:before {
    content: ""
}

.icon-Supplements:before {
    content: ""
}

.icon-Diagnostics:before {
    content: ""
}

.icon-Document:before {
    content: ""
}

.icon-like-active:before {
    content: ""
}

.icon-dislike-active:before {
    content: ""
}

.icon-play1:before {
    content: ""
}

.icon-cancer-types:before {
    content: ""
}

.icon-Plan-your-care:before {
    content: ""
}

.icon-International-Patients:before {
    content: ""
}

.icon-Patient-portal-mobile-app:before {
    content: ""
}

.icon-Patient-portal-online:before {
    content: ""
}

.icon-download-resources-green:before {
    content: ""
}

.icon-download-resources-green-2:before {
    content: ""
}

.icon-Download-resources-blue:before {
    content: ""
}

.icon-Download-resources-blue-2:before {
    content: ""
}

.icon-Download-resources-blue-3:before {
    content: ""
}

.icon-play-circle:before {
    content: ""
}

.icon-play-circle-2:before {
    content: ""
}

.icon-Al-ain-CCAD:before {
    content: ""
}

.icon-visiting-hospital:before {
    content: ""
}

.icon-blood-cancer:before {
    content: ""
}

.icon-breast-health-clinic:before {
    content: ""
}

.icon-endocrine-cancer:before {
    content: ""
}

.icon-eye-cancer:before {
    content: ""
}

.icon-GI-cancer:before {
    content: ""
}

.icon-GU-cancer:before {
    content: ""
}

.icon-gynecological-cancer:before {
    content: ""
}

.icon-head-neck:before {
    content: ""
}

.icon-neuro-oncology:before {
    content: ""
}

.icon-soft-tissue-cancer:before {
    content: ""
}

.icon-thoracic-cancer:before {
    content: ""
}

.icon-journey:before {
    content: ""
}

.icon-financial:before {
    content: ""
}

.icon-ccad-hospital:before {
    content: ""
}

.icon-forty-plus-ar:before {
    content: ""
}

.icon-eighty-four-ar:before {
    content: ""
}

@font-face {
    font-family: 'Janna LT';
    src: url('../JannaLT-Regular-eot');
    src: url('../JannaLT-Regular-eot#iefix') format('embedded-opentype'), url('../JannaLT-Regular-woff2') format('woff2'), url('../JannaLT-Regular-woff') format('woff'), url('../JannaLT-Regular-ttf') format('truetype'), url('../assets/JannaLT-Regular-svg.svg#Janna%20LT') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Janna LT';
    src: url('../JannaLT-Bold-eot');
    src: url('../JannaLT-Bold-eot#iefix') format('embedded-opentype'), url('../JannaLT-Bold-woff2') format('woff2'), url('../JannaLT-Bold-woff') format('woff'), url('../JannaLT-Bold-ttf') format('truetype'), url('../assets/JannaLT-Bold-svg.svg#Janna%20LT') format('svg');
    font-weight: 700;
    font-style: normal
}

.MobileHeader {
    display: none
}

.TopStrip {
    background-color: #edf4fa;
    height: 40px;
    line-height: 40px;
    text-align: right;
    transition-timing-function: ease-out;
    transition-duration: .8s
}

.SearchArea,
.StripNav,
.NumAndLang {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.TopStrip .NumAndLang {
    margin-left: 10px;
    margin-right: 20px;
    padding-right: 8px
}

.SearchArea li,
.StripNav li,
.NumAndLang li {
    display: inline;
    margin-right: 40px;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    color: #4b4b45;
    font-weight: 600
}

.StripNav li {
    margin-right: 50px !important
}

.StripNav li a,
.NumAndLang li a {
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #4b4b45;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.StripNav li a:hover,
.NumAndLang li a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.StripNav li a span {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.NumAndLang li a span {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.NumAndLang li:last-child a {
    font-family: 'Janna LT';
    font-weight: 700
}

.BottomStrip1 {
    margin: 0;
    position: relative;
    transition-timing-function: ease-out;
    transition-duration: .8s;
    bottom: 0
}

.BottomStrip1 .CallToActionButton {
    display: inline;
    padding-right: 35px
}

.BottomStrip1 .col-9 {
    text-align: right
}

.BottomStrip {
    margin: 0;
    position: relative;
    transition-timing-function: ease-out;
    transition-duration: .8s
}

.BottomStrip .col-9 {
    text-align: right
}

.LogoArea {
    margin: 38px 0;
    padding-left: 35px
}

.BottomStrip .CallToActionButton {
    display: inline;
    padding-right: 35px
}

.MainNavigation {
    text-align: right;
    display: inline-block;
    margin-top: 76px
}

.MainNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

.MainNavigation ul li {
    display: inline-block
}

/* Space between top-level header links only (not mega-menu lists) */
.MainNavigation > ul > li:not(:last-child) {
    margin-right: 32px
}

.MainNavigation > ul > li:last-child {
    margin-right: 0
}

.MainNavigation .MenuDrop ul li,
.MainNavigation .MenuGroup ul li {
    margin-right: 0 !important
}

#EF25EA6C3DC64D5DA75EAD64CAEF4DF0 {
    margin-right: 20px;
    margin-left: 0
}

.MainNavigation ul li:hover {
    border-bottom: 5px solid #009857;
    padding-bottom: 71px
}

.MainNavigation ul li a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #4b4b45;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.MainNavigation ul li a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.BottomStrip a.btn-general {
    margin-right: 15px;
    display: inline-block
}

.BottomStrip a.btn-general.btn-blue {
    margin-right: 0
}

.BottomStrip1 a.btn-general {
    margin-right: 15px;
    display: inline-block
}

.BottomStrip1 a.btn-general.btn-blue {
    margin-right: 0
}

.SearchArea li.search {
    width: 220px;
    display: inline-block
}

.SearchArea .search input {
    display: inline-block;
    width: 0%;
    visibility: hidden;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #414141;
    outline: none;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.SearchArea li.search:hover input {
    display: inline-block;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1);
    width: 90%;
    visibility: visible
}

.SearchArea li.search:hover input:focus {
    outline: none
}

.fixedHeaderCTA {
    position: fixed;
    z-index: 1001;
    background-color: #fbfbfb;
    width: 100%;
    bottom: 0;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
    transition-timing-function: ease-in;
    transition-duration: .8s;
    gap: 2.7rem
}

.fixedHeader {
    position: fixed;
    z-index: 1001;
    background: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
    transition-timing-function: ease-in;
    transition-duration: .8s
}

.fixedHeader .MainNavigation {
    margin-top: 28px
}

.fixedHeader .LogoArea {
    margin: 8px 0
}

.fixedHeader .LogoArea img {
    width: 70%
}

.fixedHeader .MainNavigation ul li:hover {
    padding-bottom: 28px
}

.fixedHeader .MainNavigation ul li .MenuGroup ul li {
    padding: 0
}

@media(min-width:1651px) and (max-width:1700px) {
    .MainNavigation ul li:hover {
        padding-bottom: 56px
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .LogoArea {
        margin: 18px 0;
        padding-left: 20px
    }

    .MainNavigation {
        margin-top: 50px
    }

    .MainNavigation > ul > li:not(:last-child) {
        margin-right: 26px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 37px
    }

    .MainNavigation ul li a {
        font-size: 16px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 15px
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 15px
    }

    .fixedHeader .MainNavigation ul li:hover {
        padding-bottom: 17px
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

@media(min-width:1376px) and (max-width:1469px) {
    .LogoArea {
        margin: 18px 0;
        padding-left: 0
    }

    .LogoArea img {
        width: 100%
    }

    .MainNavigation {
        margin-top: 50px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 48px
    }

    .MainNavigation ul li a {
        font-size: 14px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 0
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

@media(min-width:1200px) and (max-width:1375px) {
    .LogoArea {
        margin: 15px 0;
        padding-left: 0
    }

    .LogoArea img {
        width: 100%
    }

    .MainNavigation {
        margin-top: 50px
    }

    .MainNavigation > ul > li:not(:last-child) {
        margin-right: 18px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 19px
    }

    .MainNavigation ul li a {
        font-size: 14px
    }

    .fixedHeader .MainNavigation {
        margin-top: 20px
    }

    .fixedHeader .MainNavigation ul li:hover {
        padding-bottom: 20px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip .btn-general {
        padding: 9px 15px
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip1 .btn-general {
        padding: 9px 15px
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

@media(min-width:1076px) and (max-width:1199px) {
    .LogoArea {
        margin: 15px 0;
        padding-left: 0
    }

    .LogoArea img {
        width: 110%
    }

    .MainNavigation {
        margin-top: 50px
    }

    .MainNavigation > ul > li:not(:last-child) {
        margin-right: 18px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 26px
    }

    .MainNavigation ul li a {
        font-size: 14px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip a.btn-general {
        margin-right: 10px
    }

    .BottomStrip .btn-general {
        padding: 5px 10px;
        font-size: 11px
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip1 a.btn-general {
        margin-right: 10px
    }

    .BottomStrip1 .btn-general {
        padding: 5px 10px;
        font-size: 11px
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SearchArea li.search {
        width: 195px
    }

    .SearchArea li,
    .StripNav li,
    .NumAndLang li {
        margin-right: 20px
    }

    .StripNav li a,
    .NumAndLang li a {
        font-size: 11px
    }

    .LogoArea {
        margin: 19px 0;
        padding-left: 0
    }

    .LogoArea img {
        width: 110%
    }

    .MainNavigation {
        margin-top: 35px
    }

    .MainNavigation > ul > li:not(:last-child) {
        margin-right: 16px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 41px
    }

    .MainNavigation ul li a {
        font-size: 13px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip a.btn-general {
        margin-right: 8px
    }

    .BottomStrip .btn-general {
        padding: 5px 10px;
        font-size: 9px
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip1 a.btn-general {
        margin-right: 8px
    }

    .BottomStrip1 .btn-general {
        padding: 5px 10px;
        font-size: 9px
    }

    .fixedHeader .MainNavigation {
        margin-top: 15px
    }

    .fixedHeader .MainNavigation ul li:hover {
        padding-bottom: 15px
    }

    .flex {
        display: flex
    }

    .flex-center {
        align-items: center;
        justify-content: center
    }
}

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

    .SearchArea li,
    .StripNav li,
    .NumAndLang li {
        margin-right: 10px
    }

    .SearchArea li {
        font-size: 10px
    }

    .StripNav li a,
    .NumAndLang li a {
        font-size: 10px
    }

    .LogoArea {
        margin: 20px 0;
        padding-left: 0
    }

    .fixedHeader .LogoArea img {
        width: 110%
    }

    .MainNavigation {
        margin-top: 26px
    }

    .MainNavigation > ul > li:not(:last-child) {
        margin-right: 14px
    }

    .MainNavigation ul li:hover {
        padding-bottom: 27px
    }

    .MainNavigation ul li a {
        font-size: 9px
    }

    .BottomStrip .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip a.btn-general {
        margin-right: 8px
    }

    .BottomStrip .btn-general {
        padding: 3px 8px;
        font-size: 9px
    }

    .BottomStrip1 .CallToActionButton {
        padding-right: 0
    }

    .BottomStrip1 a.btn-general {
        margin-right: 8px
    }

    .BottomStrip1 .btn-general {
        padding: 3px 8px;
        font-size: 9px
    }

    .fixedHeader .MainNavigation {
        margin-top: 17px
    }

    .fixedHeader .MainNavigation ul li:hover {
        padding-bottom: 17px
    }
}

@media(max-width:767px) {
    .noScroll {
        overflow: hidden
    }

    .DesktopHeader {
        display: none
    }

    .MobileHeader {
        display: block
    }
    
    .MobileHeader .TopStrip {
        height: auto;
        min-height: 35px;
        padding: 5px 0;
        line-height: 25px;
    }
    
    .MobileHeader .TopStrip .StripNav,
    .MobileHeader .TopStrip .NumAndLang {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }
    
    .MobileHeader .TopStrip .StripNav li,
    .MobileHeader .TopStrip .NumAndLang li {
        margin-right: 0;
        font-size: 11px;
    }
    
    .MobileHeader .BottomStrip {
        padding: 10px 0;
    }
    
    .MobileHeader .LogoArea {
        padding: 5px 0;
    }
    
    .MobileHeader .LogoArea img {
        max-height: 40px;
        width: auto;
    }

    .logo {
        padding: 20px 0 0 10px
    }

    .langArea {
        text-align: center;
        padding: 25px 0
    }

    .langArea a {
        font-family: 'Janna LT';
        font-weight: 400;
        font-size: 16px;
        color: #384d5f;
        line-height: 29px;
        text-decoration: none;
        padding-left: 10px
    }

    .MobileHeaderSearch {
        text-align: center;
        padding: 27px 0
    }

    .MobileHeaderSearch span {
        font-size: 20px;
        position: relative;
        top: 3px;
        color: #4b4b45
    }

    .MobileMenu {
        margin-top: 20px;
        position: relative;
        text-align: center
    }

    .menu-wrapper {
        position: absolute;
        top: -8px;
        right: 0;
        bottom: 0;
        width: 35px;
        cursor: pointer;
        z-index: 1000
    }

    .menu-wrapper span.menu-text {
        background-color: transparent;
        margin: 0;
        height: inherit;
        font-size: 12px;
        text-align: center;
        position: relative;
        top: 30px;
        right: 3px
    }

    .menu-wrapper span.menu-text:before {
        content: "Menu";
        color: #414141
    }

    .menu-wrapper.active span.menu-text:before {
        content: "Close";
        color: #fff
    }

    .hamburger-menu,
    .hamburger-menu:after,
    .hamburger-menu:before {
        width: 30px;
        height: 3px
    }

    .hamburger-menu {
        position: relative;
        transform: translateY(25px);
        background: #4b4b45;
        transition: all 0ms 300ms;
        border-radius: 5px
    }

    .hamburger-menu.animate {
        background: rgba(255, 255, 255, 0)
    }

    .hamburger-menu:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px;
        background: #4b4b45;
        transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        border-radius: 5px
    }

    .hamburger-menu:after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background: #4b4b45;
        transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
        border-radius: 5px
    }

    .hamburger-menu.animate:before,
    .hamburger-menu.animate:after {
        background: #4b4b45
    }

    .hamburger-menu.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
    }

    .hamburger-menu.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
    }

    .overlayMenu {
        background-color: rgba(237, 244, 250, .8);
        position: fixed
    }

    .overlayMenu-vertical {
        top: 70px;
        width: 100%;
        height: calc(100% - 70px);
        z-index: 1002
    }

    .overlayMenu-right {
        right: -100%
    }

    .overlayMenu-right.overlayMenu-open {
        right: 0
    }

    .overlayMenu {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .mobile {
        height: 100%;
        overflow: auto;
        position: relative;
        width: 100%
    }

    .mobile-controls {
        background: #edf4fa;
        padding: 0;
        display: none;
        position: relative
    }

    .mobile-controls button.back-button {
        border: 0;
        padding: 16px 0;
        background-color: #edf4fa;
        outline: none;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #4b4b45
    }

    .mobile-controls button.back-button i {
        color: #4b4b45;
        position: relative;
        top: 1px;
        margin-right: 10px;
        font-size: 13px
    }

    button:hover {
        cursor: pointer
    }

    .mobile-controls span:hover {
        background: #fff;
        color: #000
    }

    span.back-button i {
        color: #4b4b45;
        position: relative;
        top: 4px;
        margin-right: 10px;
        font-size: 13px
    }

    span.back-button:after {
        content: "Back";
        color: #4b4b45
    }

    .mobile-menu {
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 10;
        height: 850px;
        overflow: auto
    }
    
    .overlayMenu-open .mobile-menu {
        display: block !important;
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        transition: .25s
    }

    .mobile-menu ul li {
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: left;
        background-color: #fafafa
    }

    .mobile-menu ul li.AppointmentButtonArea,
    .mobile-menu ul li.WhatsAppButtonArea,
    .mobile-menu ul li.PortalButtonArea {
        background-color: #fff;
        padding: 10px 45px 10px 10px
    }

    .mobile-menu ul li.PortalButtonArea {
        padding-bottom: 8px
    }

    .mobile-menu ul li.AppointmentButtonArea .btn-general,
    .mobile-menu ul li.WhatsAppButtonArea .btn-general,
    .mobile-menu ul li.PortalButtonArea .btn-general {
        text-align: center;
        padding: 14px 0;
        font-size: 18px;
        box-shadow: 0 3px 5px 0 rgb(000/20%);
        color: #fff;
        font-weight: 700;
        border-bottom: 0
    }

    .mobile-menu ul li.has_child_menu button.arrow {
        width: 100%;
        position: absolute;
        border: 0;
        background-color: transparent;
        text-align: right;
        padding: 22px
    }

    .mobile-menu ul li.has_child_menu button.arrow i {
        color: #4b4b45
    }

    .mobile-menu ul li:last-child {
        border-bottom: 0
    }

    .mobile-menu ul li span {
        background: none;
        border: 0;
        flex: 1;
        text-align: right;
        padding: 10px;
        position: absolute;
        width: 30%;
        outline: none;
        right: 0
    }

    .mobile-menu ul li span i {
        color: #fff;
        position: relative;
        top: 2px
    }

    .mobile-menu ul li a {
        color: #009857;
        flex: 3;
        padding: 20px 22px;
        text-decoration: none;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        font-weight: 400
    }

    .mobile-menu>ul {
        top: 0;
        left: 0
    }

    .mobile-menu>ul ul {
        display: none;
        top: 0;
        left: 100%
    }

    .mobile-menu ul li.ExtraLinkArea {
        background-color: #fff;
        padding: 22px 22px 0 22px;
        display: block;
        overflow: hidden
    }

    .mobile-menu ul li.ExtraLinkArea a {
        color: #4b4b45;
        font-size: 13px;
        line-height: 23px;
        float: left;
        width: 50%;
        flex: none;
        text-align: left;
        padding: 5px 10px 5px 0;
        text-transform: uppercase;
        font-weight: 400
    }

    .mobile-menu ul li.ExtraLinkArea a:nth-child(even) {
        padding-left: 20px
    }

    .mobile-menu ul li.AssistanceSection {
        padding: 8px 18px 18px 18px;
        text-align: center;
        background-color: #f2faf6;
        display: block
    }

    .mobile-menu ul li.AssistanceSection p {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .mobile-menu ul li.AssistanceSection p:last-child span {
        position: relative;
        flex: none;
        right: -4px;
        top: 3px;
        color: #009857;
        padding: 0 10px 0 0
    }

    .mobile-menu ul li.AssistanceSection p:last-child a {
        padding: 0;
        border-bottom: 0;
        flex: none;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }

    ul.current-menu {
        overflow: auto
    }

    .mobile-menu ul li ul.current-menu-inner {
        box-shadow: 0 29px 41px 0 rgb(000/10%)
    }

    .mobile-menu ul li ul.current-menu-inner li.TitleContentArea {
        padding: 22px;
        display: block;
        background-color: #fff
    }

    .mobile-menu ul li ul.current-menu-inner li.TitleContentArea h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #009857;
        font-weight: 400
    }

    .mobile-menu ul li ul.current-menu-inner li.TitleContentArea p {
        font-size: 13px;
        line-height: 20px;
        color: #4b4b45;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

    ul.current-menu-inner li a {
        color: #4b4b45;
        flex: 3;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        font-weight: 400
    }

    .mobile-menu ul li.has_child_menu ul.current-menu-inner li button.arrow {
        width: 100%;
        position: absolute;
        border: 0;
        background-color: transparent;
        text-align: right;
        padding: 15px 20px
    }

    .mobile-menu ul li.has_child_menu ul.current-menu-inner li button.arrow i {
        color: #4b4b45;
        font-size: 14px
    }
}

@media(max-width:360px) {
    .mobile-menu ul li.ExtraLinkArea a {
        font-size: 12px
    }

    .button-parent {
        gap: .9rem !important
    }

    .cta-appointment {
        padding: 20px 10px !important
    }
}

@media(max-width:320px) {
    .logo {
        padding: 20px 0 0 0
    }

    .mobile-menu ul li.ExtraLinkArea a {
        font-size: 11px;
        padding: 5px 0 5px 0
    }
}

@media(max-width:280px) {
    .MobileMenu {
        margin-right: -15px
    }

    .hamburger-menu,
    .hamburger-menu:after,
    .hamburger-menu:before {
        width: 18px;
        height: 4px
    }

    .MobileHeaderSearch span {
        font-size: 14px;
        margin-right: -35px
    }

    .langArea a {
        font-size: 12px;
        margin-right: -50px
    }
}

.MenuDrop {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1001;
    display: none;
    margin-top: 0;
    top: 96px;
    padding-top: 83px
}

.fixedHeader .MenuDrop {
    top: 44px;
    padding-top: 43px
}

.DropdownContent {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    padding: 60px 125px 78px;
    text-align: left;
    overflow: hidden
}

.MenuLeftSection {
    float: left;
    width: 75%;
    overflow: hidden
}

.MenuLeftSection .MenuLinkSection:first-child {
    width: 40%;
    overflow: hidden
}

.MenuLinkLeft,
.MenuLinkRight {
    float: left;
    width: 45%
}

.MenuLinkRight {
    margin-left: 40px
}

.MenuLinkSection {
    float: left;
    width: 30%
}

.MenuLinkSection h2 {
    font-size: 24px;
    color: #009857;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.MenuGroup {
    margin-bottom: 20px
}

.MenuGroup h4 {
    font-size: 18px;
    color: #4b4b45;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.MenuGroup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.MenuGroup ul li {
    display: block;
    padding: 0
}

.MenuGroup ul li:hover {
    border: none;
    padding: 0
}

.MenuGroup ul li a {
    font-size: 14px;
    display: block;
    line-height: 25px;
    font-weight: 400
}

.MainNavigation ul li:hover .MenuDrop {
    display: block
}

.MenuRightSection {
    float: right;
    width: 25%
}

.MenuRightSection .ImgContainer {
    margin-bottom: 30px
}

.MenuRightSection .ImgContainer:last-child {
    margin-bottom: 0
}

.ImgContainer img {
    width: 100%
}

.ImgContainer p {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #4b4b45;
    margin: 20px 0;
    padding: 0
}

.health-library .MenuLeftSection .MenuLinkSection,
.health-library .MenuLeftSection .MenuLinkSection:first-child {
    width: 33.33%
}

.health-library .MenuLinkLeft {
    width: 100%
}

.institute-department .MenuLeftSection .MenuLinkSection,
.institute-department .MenuLeftSection .MenuLinkSection:first-child {
    width: 25%
}

.institute-department .MenuLinkLeft,
.institute-department .MenuLinkRight {
    width: 100%
}

.institute-department .MenuLinkRight {
    margin-left: 0
}

@media(min-width:1651px) and (max-width:1700px) {
    .MenuDrop {
        padding-top: 68px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .MenuDrop {
        top: 65px;
        padding-top: 51px
    }

    .fixedHeader .MenuDrop {
        top: 43px;
        padding-top: 30px
    }

    .DropdownContent {
        padding: 50px
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 43%
    }

    .MenuLinkSection {
        width: 27%
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .MenuDrop {
        top: 68px;
        padding-top: 59px
    }

    .fixedHeader .MenuDrop {
        top: 44px;
        padding-top: 40px
    }

    .DropdownContent {
        padding: 50px
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 45%
    }

    .MenuLinkSection {
        width: 25%
    }

    .MenuLinkSection h2 {
        font-size: 20px;
        line-height: 22px
    }

    .ImgContainer p {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:1200px) and (max-width:1375px) {
    .MenuDrop {
        top: 66px;
        padding-top: 32px
    }

    .fixedHeader .MenuDrop {
        top: 44px;
        padding-top: 32px
    }

    .DropdownContent {
        padding: 20px
    }

    .MenuLeftSection {
        width: 75%
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 40%;
        overflow: hidden;
        padding-left: 0
    }

    .MenuLinkSection {
        float: left;
        width: 30%;
        padding-left: 10px
    }

    .MenuLinkSection h2 {
        font-size: 18px;
        line-height: 18px
    }

    .MenuGroup h4 {
        line-height: 20px;
        margin-bottom: 5px
    }

    .MenuRightSection {
        width: 25%
    }

    .ImgContainer p {
        font-size: 12px;
        line-height: 16px
    }
}

@media(min-width:1076px) and (max-width:1199px) {
    .MenuDrop {
        top: 66px;
        padding-top: 38px
    }

    .DropdownContent {
        padding: 20px
    }

    .MenuLeftSection {
        width: 80%
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 50%;
        overflow: hidden;
        padding-left: 0
    }

    .MenuLinkSection {
        float: left;
        width: 25%
    }

    .MenuLinkSection h2 {
        font-size: 18px;
        line-height: 18px
    }

    .MenuGroup h4 {
        line-height: 20px;
        margin-bottom: 5px
    }

    .MenuRightSection {
        width: 20%
    }

    .ImgContainer p {
        font-size: 12px;
        line-height: 16px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .MenuDrop {
        top: 52px;
        padding-top: 52px
    }

    .fixedHeader .MenuDrop {
        top: 32px;
        padding-top: 26px
    }

    .DropdownContent {
        padding: 20px
    }

    .MenuLeftSection {
        width: 80%
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 40%;
        overflow: hidden;
        padding-left: 0
    }

    .MenuLinkSection {
        float: left;
        width: 30%;
        padding-left: 10px
    }

    .MenuLinkRight {
        margin-left: 30px
    }

    .MenuLinkSection h2 {
        font-size: 16px;
        margin: 0
    }

    .MenuGroup {
        margin-bottom: 5px
    }

    .MenuGroup h4 {
        line-height: 20px;
        margin-bottom: 5px
    }

    .MenuGroup h4 a {
        font-size: 14px !important;
        line-height: 12px
    }

    .MenuGroup ul li a {
        font-size: 12px
    }

    .MenuRightSection {
        width: 20%;
        overflow: hidden;
        margin-top: 20px
    }

    .MenuRightSection .ImgContainer {
        float: left;
        width: 100%;
        padding: 0 15px
    }

    .ImgContainer p {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .MenuDrop {
        top: 44px;
        padding-top: 38px
    }

    .fixedHeader .MenuDrop {
        top: 35px;
        padding-top: 28px
    }

    .DropdownContent {
        padding: 20px
    }

    .MenuLeftSection {
        width: 100%
    }

    .MenuLinkRight {
        margin-left: 30px
    }

    .MenuLeftSection .MenuLinkSection:first-child {
        width: 50%;
        overflow: hidden;
        padding-left: 0
    }

    .MenuLinkSection {
        float: left;
        width: 25%;
        padding-left: 10px
    }

    .MenuLinkSection h2 {
        font-size: 16px;
        margin: 0
    }

    .MenuGroup {
        margin-bottom: 5px
    }

    .MenuGroup h4 {
        line-height: 20px;
        margin-bottom: 5px
    }

    .MenuGroup h4 a {
        font-size: 14px !important;
        line-height: 12px
    }

    .MenuGroup ul li a {
        font-size: 12px
    }

    .MenuRightSection {
        width: 100%;
        overflow: hidden;
        margin-top: 20px
    }

    .MenuRightSection .ImgContainer {
        float: left;
        width: 50%;
        padding: 0 15px
    }

    .ImgContainer p {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0
    }
}

.noScroll {
    overflow: hidden
}

.SearchPanel {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    height: 95%
}

.SearchOverlay {
    background-color: #edf4fa;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%
}

.SearchContainer {
    position: relative;
    z-index: 1001;
    background-color: #fff;
    padding: 150px 150px 70px 150px;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    overflow: auto;
    height: 100%
}

.SearchPanelClose {
    position: absolute;
    right: 60px;
    top: 60px;
    font-size: 24px;
    cursor: pointer
}

.SearchInputArea {
    border-bottom: 2px solid #c6c8c8;
    padding-bottom: 14px
}

.SearchInputArea:before {
    content: "";
    font-family: 'ccadicon' !important;
    margin-right: 30px;
    font-size: 30px;
    color: #4b4b45
}

.SearchInputArea input {
    width: 95%;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    border: 0
}

.SearchInputArea input:focus {
    outline: none
}

.SuggestionPanel {
    border-bottom: 1px solid #ccc;
    padding: 50px 0 0 0;
    margin: 0 -15px;
    margin-bottom: 50px
}

.SearchCategorySection {
    overflow: hidden;
    margin-bottom: 50px
}

.CategoryName {
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 30px;
    color: #4b4b45;
    font-weight: 300
}

.CategoryLink {
    float: left;
    width: 75%
}

.CategoryLink ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none
}

.CategoryLink ul li {
    line-height: 38px
}

.CategoryLink ul li a {
    font-size: 18px;
    color: #4b4b45;
    text-decoration: none;
    font-weight: 600
}

.CategoryLink ul li a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.CategoryLink ul li a:after {
    content: ""
}

.CategoryLink a {
    font-size: 14px;
    line-height: 20px;
    color: #009857;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.CategoryLink a:after {
    content: "";
    font-family: 'ccadicon' !important;
    color: #7b7d83;
    font-size: 10px;
    margin-left: 15px
}

.PopularSearchContainer {
    overflow: hidden
}

.PopularText,
.PopularLinkArea {
    float: left
}

.PopularText {
    width: 15%;
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 600
}

.PopularLinkArea {
    width: 85%
}

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

.PopularLinkArea ul li {
    display: inline-block;
    margin-right: 28px;
    line-height: 30px
}

.PopularLinkArea ul li a {
    text-decoration: none;
    color: #4b4b45;
    font-size: 16px
}

.PopularLinkArea ul li a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.SearchResultButton {
    display: none;
    text-align: center
}

@media(min-width:1470px) and (max-width:1650px) {
    .SearchPanel {
        height: 80%
    }

    .SearchContainer {
        padding: 50px 50px 30px 50px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SuggestionPanel {
        margin-bottom: 30px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .SearchPanel {
        height: 70%
    }

    .SearchContainer {
        padding: 50px 50px 30px 50px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SearchInputArea:before {
        margin-right: 10px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 40px;
        line-height: 40px
    }

    .CategoryLink ul li {
        line-height: 30px
    }

    .CategoryLink ul li a {
        font-size: 14px
    }

    .SuggestionPanel {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .SearchPanel {
        height: 70%
    }

    .SearchContainer {
        padding: 50px 50px 30px 50px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SearchInputArea:before {
        margin-right: 10px;
        font-size: 23px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 30px;
        line-height: 30px
    }

    .CategoryLink ul li {
        line-height: 30px
    }

    .CategoryLink ul li a {
        font-size: 14px
    }

    .SuggestionPanel {
        margin-bottom: 30px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .SearchPanel {
        height: 75%
    }

    .SearchContainer {
        padding: 50px 50px 20px 50px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SearchInputArea:before {
        margin-right: 10px;
        font-size: 23px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 30px;
        line-height: 30px
    }

    .CategoryLink ul li {
        line-height: 30px
    }

    .CategoryLink ul li a {
        font-size: 14px
    }

    .SuggestionPanel {
        margin-bottom: 20px
    }

    .PopularText {
        font-size: 16px;
        line-height: 24px
    }

    .PopularLinkArea ul li {
        margin-right: 15px;
        line-height: 20px
    }

    .PopularLinkArea ul li a {
        font-size: 16px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SearchPanel {
        height: 70%
    }

    .SearchContainer {
        padding: 50px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SearchInputArea:before {
        margin-right: 10px;
        font-size: 23px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 30px;
        line-height: 30px
    }

    .SuggestionPanel {
        margin-bottom: 20px
    }

    .CategoryLink ul li {
        line-height: 28px
    }

    .CategoryLink ul li a {
        font-size: 12px
    }

    .PopularText {
        font-size: 14px;
        line-height: 24px
    }

    .PopularLinkArea ul li {
        margin-right: 15px;
        line-height: 20px
    }

    .PopularLinkArea ul li a {
        font-size: 14px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .SearchPanel {
        height: 80%
    }

    .SearchContainer {
        padding: 60px 60px 40px 60px
    }

    .SearchPanelClose {
        right: 20px;
        top: 20px
    }

    .SearchInputArea:before {
        margin-right: 10px;
        font-size: 23px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 30px;
        line-height: 30px
    }

    .SuggestionPanel {
        padding: 20px 0 0 0;
        margin-bottom: 20px
    }

    .SearchCategorySection {
        margin-bottom: 20px
    }

    .CategoryLink ul {
        margin: 0 0 10px 0
    }

    .CategoryLink ul li {
        line-height: 28px
    }

    .CategoryLink ul li a {
        font-size: 14px
    }

    .PopularText,
    .PopularLinkArea {
        float: none;
        width: 100%
    }

    .PopularText {
        margin-bottom: 10px
    }

    .PopularLinkArea ul li {
        margin-right: 15px;
        line-height: 20px
    }

    .PopularLinkArea ul li a {
        font-size: 14px
    }
}

@media(max-width:767px) {

    .SearchPanel,
    .SearchOverlay {
        top: auto;
        position: fixed
    }

    .SearchPanel {
        height: 85%
    }

    .SearchContainer {
        padding: 20px;
        border-top: 1px solid #ccc
    }

    .SearchPanelClose {
        display: none
    }

    .SearchInputArea {
        padding-bottom: 8px
    }

    .SearchInputArea:before {
        margin-right: 10px;
        font-size: 15px
    }

    .SearchInputArea input {
        width: 88%;
        font-size: 20px;
        line-height: 20px
    }

    .SuggestionPanel {
        padding-top: 10px;
        margin-bottom: 10px;
        border: 0
    }

    .SearchCategorySection {
        margin-bottom: 20px
    }

    .CategoryName,
    .CategoryLink {
        float: none;
        width: 100%
    }

    .CategoryLink ul {
        margin: 15px 0 20px 0
    }

    .CategoryLink ul li {
        line-height: 30px
    }

    .CategoryLink ul li a {
        font-size: 16px
    }

    .CategoryLink a {
        font-size: 13px;
        line-height: 18px
    }

    .PopularSearchSection {
        display: none
    }

    .SearchResultButton {
        display: block;
        text-align: center
    }

    .SearchResultButton a {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        display: block
    }

    .MobileHeaderSearch span.non-click {
        pointer-events: none
    }
}

body {
    font-family: 'NewsGothBT';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #fff;
    color: #4b4b45
}

.btn-general {
    padding: 9px 37px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .06);
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.flex {
    display: flex
}

.flex-center {
    align-items: center;
    justify-content: center
}

.border-none {
    border: none
}

.hero {
    background-color: #0ff
}

.other {
    background-color: #7fffd4
}

.bottom-navigation {
    font-size: 1.1rem;
    width: 100%;
    background-color: #edf4fa;
    padding: 1.2rem 0;
    gap: 2.5rem;
    position: fixed;
    bottom: 0
}

.bottom-navigation1 {
    bottom: 0 !important
}

.bottom-navigation2 {
    width: 100%
}

.button-parent {
    gap: .7rem
}

.btnBottomNav {
    gap: .6rem;
    height: 2.4rem;
    width: fit-content;
    border-radius: .4rem;
    cursor: pointer;
    transition: all .2s;
    padding: 9px 37px;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600
}

.cta-phone {
    border: .1rem solid #009857;
    background-color: #fff;
    color: #009857
}

.cta-whatsapp {
    background-color: #009857;
    color: #fff
}

.cta-whatsapp:hover {
    background-color: #005d00;
    color: #fff
}

.cta-appointment {
    background-color: #009857;
    color: #fff;
    padding: 20px 20px
}

.cta-appointment:hover {
    background-color: #005d00;
    color: #fff;
    padding: 20px 20px
}

.bottom-navigation_content {
    margin: 0
}

.cta-whatsappMenu {
    background: url('../assets/icon-whatsapp.svg') no-repeat 34% 50%
}

.btn-text {
    font-size: 13px;
    font-weight: 600
}

@media only screen and (max-width:70em) {
    .bottom-navigation {
        padding: 1.5rem 2rem;
        bottom: 0 !important;
        width: 100%;
        position: fixed !important;
        z-index: 1001;
        left: 0;
        right: 0;
    }

    .bottom-navigation-android {
        bottom: 55px
    }

    .btn-text {
        display: none
    }

    .cta-phone,
    .cta-whatsapp {
        border-radius: 100%;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0
    }
}

@media only screen and (max-width:55em) {
    .bottom-navigation_content {
        display: none
    }

    .button-parent {
        gap: 1.6rem
    }
}

.btn-block {
    width: 100%
}

.btn-general:hover {
    color: #fff;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.btn-green {
    background-color: #00843d
}

.btn-green:hover {
    background-color: #005d00
}

.btn-blue {
    background-color: #009857
}

.btn-blue:hover {
    background-color: #005d00
}

.btn-white {
    background-color: #fff
}

.btn-light-grey {
    background-color: #cce4cb;
    color: #4b4b45;
    font-weight: 700
}

.btn-light-grey:hover {
    color: #4b4b45;
    background-color: #b5e3b3
}

.btn-whiteNav {
    background-color: #fff;
    border: .1rem solid #009857 !important;
    color: #009857 !important;
    padding: 7px 37px
}

.btn-whiteNav:hover {
    background-color: #fff;
    border: .1rem solid #009857 !important;
    color: #009857 !important;
    padding: 7px 37px
}

.btn-white-blue-border {
    background-color: #fff;
    border: 1px solid #009857;
    color: #009857;
    font-size: 18px;
    line-height: 28px;
    border-radius: 5px;
    padding: 14px 50px
}

.btn-white-blue-border:hover {
    color: #fff;
    background-color: #005d00
}

.btn-grey {
    background-color: #c6c8c8
}

.btn-disabled {
    background-color: #c6c8c8;
    color: #fff;
    pointer-events: none
}

.btn-greyTints {
    background-color: #f5f5f5
}

.bg-blue {
    background-color: #009857
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #fafafa !important
}

.bg-green {
    background-color: #00843d
}

.bg-BlueTints {
    background-color: #edf4fa
}

.bg-LightGreen {
    background-color: #f2faf6
}

a {
    color: #009857;
    text-decoration: none
}

a:hover {
    color: #000
}

.hideLabel {
    display: none
}

@media(max-width:767px) {
    .btn-block {
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2)
    }
}

.FeedbackAndLocation {
    padding: 20px;
    background-color: #fff;
    position: relative;
    z-index: 100
}

@media(max-width:767px) {
    .FeedbackAndLocation {
        padding: 15px
    }
}

.radio-custom {
    opacity: 0;
    position: absolute
}

.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    cursor: pointer;
    font-size: 12px !important;
    color: #00843d !important;
    font-weight: 400 !important
}

.radio-custom-label {
    position: relative
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    text-align: center;
    margin-top: -2px;
    line-height: 13px
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #fff;
    background-color: #00843d;
    border: 1px solid #00843d;
    font-size: 6px;
    font-weight: 700
}

.radio-custom:focus+.radio-custom-label {
    outline: none
}

.NoResultPanel {
    background-color: #fff;
    padding: 50px;
    margin-top: 50px;
    text-align: center
}

.NoResultPanel h2 {
    font-size: 48px;
    line-height: 56px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0
}

.NoResultPanel h2 span {
    color: #00843d
}

.NoResultPanel p {
    font-size: 20px;
    line-height: 30px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.NoResultPanel p a {
    font-weight: 700;
    color: #009857;
    text-decoration: none
}

.NoResultBottomPanel {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 40px;
    text-align: left
}

.PanelContent h5 {
    font-size: 18px;
    color: #009857;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative
}

.PanelContent p {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    font-weight: 400
}

.Callback h5:before {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 26px;
    color: #4b4b45;
    position: absolute;
    left: -40px;
    top: -4px
}

.Call h5:before {
  content: "📞";
  color: #009857; /* your requested green */
  font-family: initial !important; /* reset to default so emoji works */
  font-size: 26px;
  position: absolute;
  left: -40px;
  top: -4px;
}

.Online h5:before {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 26px;
    color: #4b4b45;
    position: absolute;
    left: -40px;
    top: -4px
}

@media(min-width:768px) and (max-width:991px) {
    .NoResultPanel {
        padding: 20px;
        margin-top: 20px
    }

    .PanelContent {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .NoResultPanel {
        padding: 20px;
        margin-top: 20px
    }

    .PanelContent {
        margin-bottom: 20px
    }

    .PanelContent h5 {
        font-size: 14px
    }

    .PanelContent h5:before {
        font-size: 20px
    }

    .PanelContent p {
        font-size: 12px
    }
}

.NoDataSection {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(190, 190, 205, .3);
    padding: 50px;
    margin: 20px 0;
    text-align: center
}

.NoDataSection span {
    font-size: 80px;
    color: #808080
}

.NoDataSection h2 {
    font-size: 48px;
    line-height: 56px;
    color: #4b4b45;
    font-weight: 700;
    text-align: center;
    margin-top: 30px
}

.NoDataSection h2 span {
    color: #00843d;
    font-size: 48px
}

@media(min-width:768px) and (max-width:991px) {
    .NoDataSection {
        padding: 50px 70px
    }
}

@media(max-width:767px) {
    .NoDataSection {
        padding: 30px 20px 10px 20px
    }

    .NoDataSection h2,
    .NoDataSection h2 span {
        font-size: 30px;
        line-height: 40px
    }
}

.inner-page .ServiceSliderItem {
    width: 100% !important;
    height: 400px;
    display: flex;
    margin-bottom: 30px
}

.inner-page .ServiceSliderItem img {
    object-fit: cover
}

.form-group {
    position: relative;
    margin-bottom: 25px
}

.form-control {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b45;
    margin-top: 2px
}

input[type="text"],
input[type="email"] {
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #4c4b5e
}

input:focus {
    box-shadow: none !important;
    border: 1px solid #009857 !important
}

.form-control.input-validation-error {
    border: 1px solid #ef413d !important;
    background-color: #fff
}

.form-control.input-validation-error:focus {
    border: 1px solid #ef413d !important
}

.form-control.input-validation-error::placeholder {
    color: #4b4b45
}

.field-validation-error {
    display: block;
    text-align: left
}

.field-validation-error span {
    color: #ef413d;
    font-size: 14px;
    font-weight: 600
}

.field-validation-error span:before {
    content: "⚠️";
    font-family: 'ccadicon' !important;
    font-size: 26px;
    position: relative;
    top: 4px;
    color: #ef413d !important;
    font-weight: 400;
    padding-right: 5px
}

.form-check-input {
    border: 1px solid #009857;
    border-radius: 4px
}

.form-check-input:checked {
    border: 0;
    border-radius: 4px;
    background-color: #009857
}

.form-check label {
    font-size: 14px
}

.form-check .form-check-input.input-validation-error {
    border: 1px solid #ff7171;
    background-color: #fff0f0
}

.form-check .field-validation-error {
    display: none
}

@media(max-width:767px) {
    .field-validation-error span:before {
        top: 3px !important
    }

    .form-group .input-group .form-select.chosen-select {
        height: 52px;
        margin-top: 2px;
        padding-right: 0;
        background-color: #edf4fa;
        width: 20%
    }

    .form-group .input-group .form-control {
        width: 60%
    }
}

.inner-page .modal-dialog {
    max-width: 90%
}

.inner-page .modal-dialog .modal-body iframe {
    width: 100%;
    height: 800px;
    display: block
}

@media(min-width:1200px) and (max-width:1376px) {
    .inner-page .modal-dialog {
        max-width: 100%
    }

    .inner-page .modal-dialog .modal-body iframe {
        height: 500px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .inner-page .modal-dialog {
        max-width: 100%
    }

    .inner-page .modal-dialog .modal-body iframe {
        height: 500px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .inner-page .modal-dialog {
        max-width: 100%
    }

    .inner-page .modal-dialog .modal-body iframe {
        height: 500px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .inner-page .modal-dialog {
        max-width: 100%
    }

    .inner-page .modal-dialog .modal-body iframe {
        height: 500px
    }
}

@media(max-width:767px) {
    .inner-page .modal-dialog {
        max-width: 100%
    }

    .inner-page .modal-dialog .modal-body iframe {
        height: 300px
    }
}

.Tag {
    background-color: #384d5f;
    border-radius: 5px;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    display: inline-block
}

.share {
    width: 26px;
    height: 26px;
    background-color: #f2faf6;
    border-radius: 50%;
    color: #00843d;
    font-weight: 700 !important;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 26px !important
}

.ShareIcon {
    font-size: 14px;
    line-height: 14px;
    color: #00843d;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.date {
    font-size: 14px;
    line-height: 20px;
    color: #7b7d83
}

.IconCircle {
  width: 80px;               /* Circle width */
  height: 80px;              /* Circle height */
  border-radius: 50%;        /* Makes it a circle */
  background-color: #eee;    /* Optional: light background */
  display: flex;             /* Flexbox for centering */
  align-items: center;       /* Vertical centering */
  justify-content: center;   /* Horizontal centering */
}

.IconCircle i {
  font-size: 30px;
    color: #009857;            /* Icon color */
}

@media(min-width:768px) and (max-width:991px) {
    .IconCircle {
        width: 40px;
        height: 40px;
        line-height: 43px
    }

    .IconCircle .icon {
        font-size: 16px
    }
}

.PlayButton {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 105px;
    font-size: 28px;
    color: #009857;
    padding-left: 10px;
    margin-left: 48% !important;
    cursor: pointer
}

@media(min-width:1075px) and (max-width:1200px) {
    .PlayButton {
        width: 80px;
        height: 80px;
        line-height: 85px;
        font-size: 23px;
        padding-left: 5px;
        margin-left: 45%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PlayButton {
        width: 80px;
        height: 80px;
        line-height: 85px;
        font-size: 23px;
        padding-left: 5px;
        margin-left: 45%
    }
}

@media(max-width:767px) {
    .PlayButton {
        width: 60px;
        height: 60px;
        line-height: 65px;
        font-size: 23px;
        padding-left: 5px;
        margin-left: 42% !important
    }
}

.AlphabetSearchArea {
    margin-bottom: 20px
}

.AlphabetSearchArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.AlphabetSearchArea ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 12px
}

.AlphabetSearchArea ul li:last-child {
    margin-right: 0
}

.AlphabetSearchArea ul li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #4b4b45;
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.AlphabetSearchArea ul li.active a {
    color: #009857;
    border: 1px solid #009857;
    box-shadow: 0 5px 9px 0 rgba(190, 190, 205, .5)
}

.AlphabetSearchArea ul li.inactive a,
.SortingArea ul li.inactive a {
    color: #c6c6bf;
    border: 1px solid #c6c6bf;
    box-shadow: none;
    pointer-events: none
}

.checkbox-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    cursor: pointer;
    font-size: 12px !important;
    color: #00843d !important;
    font-weight: 400 !important
}

.checkbox-custom-label {
    position: relative
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    text-align: center;
    margin-top: -2px;
    line-height: 13px
}

.checkbox-custom+.checkbox-custom-label:before {
    border-radius: 5px
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #00843d;
    border: 1px solid #00843d;
    font-size: 8px
}

.checkbox-custom:focus+.checkbox-custom-label {
    outline: none
}

.SeperationLine {
    text-align: center;
    position: relative
}

.SeperationLine span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7b7d83
}

.SeperationLine:before {
    content: "";
    height: 1px;
    width: 47%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 10px
}

.SeperationLine:after {
    content: "";
    height: 1px;
    width: 47%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 10px
}

@media(max-width:767px) {

    .SeperationLine:before,
    .SeperationLine:after {
        width: 45%
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {

        input[type="email"],
        input[type="text"] {
            font-size: 16px !important
        }
    }
}

.form-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #4b4b45
}

.date {
    position: relative
}

.date input.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    color: #4b4b45
}

.date .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    cursor: pointer
}

.SectionBg {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.DoctorSliderItem {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 17px 30px 0 rgba(190, 190, 205, .2);
    padding: 20px
}

.DoctorSliderItem:hover {
    border: 1px solid #009857;
    padding: 19px
}

.DoctorSliderItem:hover .DoctorImg img {
    opacity: .7
}

.ProfileButtonArea {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    display: none
}

.DoctorSliderItem:hover .ProfileButtonArea {
    display: block
}

.DoctorSliderItem .btn-blue {
    font-size: 12px
}

.ProfileButtonArea a {
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #009857;
    border-radius: 15px;
    border: 1px solid #009857;
    background-color: #fff;
    text-decoration: none
}

.DoctorImg {
    width: 100%;
    background-color: #ebf4fb;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    height: 120px
}

.DoctorImg img {
    width: 100% !important;
    object-fit: contain
}

.VideoEnable {
    width: 25px;
    height: 25px;
    background-color: #d3dee8;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    left: 10px;
    top: 10px
}

.VideoEnable span {
    font-size: 8px;
    color: #4b4b45
}

.DoctorName {
    font-size: 18px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px
}

.DoctorRole {
    font-size: 14px;
    color: #4b4b45;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px
}

.NearestAvailabilityArea {
    margin-left: 25px;
    position: relative;
    margin-bottom: 13px
}

.NearestAvailabilityArea:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -25px;
    top: -1px;
    font-size: 15px;
    color: #4b4b45
}

.NearestAvailabilityArea p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 600
}

.NearestAvailabilityArea span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b45;
    font-weight: 400
}

.NearAvail a.btn-general {
    display: block;
    text-align: center
}

.NextSlot {
    margin-left: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #4b4b45;
    padding: 10px 0;
    position: relative
}

.NextSlot:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -18px;
    top: 10px;
    font-size: 13px
}

.accordion-button.collapsed {
    border: 0;
    border-bottom: 1px solid #ccc
}

.accordion-header {
    margin: 0 !important
}

.accordion-header button.accordion-button {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #009857;
    padding: 30px;
    box-shadow: none
}

.accordion-header button.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: 0;
    margin-top: -5px;
    padding-bottom: 20px;
    box-shadow: 0 -30px 40px rgba(190, 190, 205, .1);
    border-radius: 5px !important;
    position: relative;
    z-index: 100
}

.accordion-body {
    padding: 0 100px 20px 30px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .2);
    border-radius: 0 0 5px 5px
}

.accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45
}

@media(max-width:767px) {
    .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 26px
    }

    .accordion-body {
        padding-right: 30px
    }
}

@media(min-width:1600px) and (max-width:1700px) {

    .FindDoctor .slick-prev,
    .ExpertSlider .slick-prev,
    .NewsMoreSection .slick-prev,
    .SocialSlider .slick-prev,
    .specialitiesSlider .slick-prev {
        left: -145px !important
    }

    .FindDoctor .slick-next,
    .AboutSlider .slick-next,
    .ExpertSlider .slick-next,
    .NewsMoreSection .slick-next,
    .SocialSlider .slick-next,
    .specialitiesSlider .slick-next,
    .InsuranceSlider .slick-next {
        right: -145px !important
    }
}

.QuotationNote {
    min-height: 120px;
    background-image: url(../assets/quotations-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 45px
}

.QuotationNote p {
    font-size: 20px;
    line-height: 28px;
    color: #009857 !important;
    font-weight: 400;
    margin: 0 0 15px 0
}

@media(min-width:992px) and (max-width:1075px) {
    .QuotationNote {
        padding: 20px
    }
}

@media(max-width:767px) {
    .QuotationNote {
        padding: 20px
    }

    .QuotationNote p {
        font-size: 14px;
        line-height: 22px
    }
}

.DisclaimerPanel {
    border-radius: 5px;
    padding: 30px
}

.FeatureImgArea {
    margin-bottom: 25px
}

.FeatureImgArea img {
    border-radius: 5px;
    width: 100%
}

.TagPanel .Tag {
    margin-right: 40px
}

.FeatureContent {
    margin-top: 30px
}

.FeatureContent h4 {
    margin: 0 0 18px 0
}

.FeatureContent h4 a {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    text-decoration: none
}

.FeatureContent p {
    font-size: 18px;
    color: #4b4b45;
    line-height: 28px;
    font-weight: 400
}

@media(max-width:767px) {
    .FeatureContent h4 a {
        font-size: 18px;
        line-height: 28px
    }

    .FeatureContent p {
        font-size: 14px;
        line-height: 20px
    }

    .TagPanel .Tag {
        margin-right: 20px
    }
}

.ShareIcon.sharethis-inline-share-buttons,
.ShareIcon.st-inline-share-buttons {
    display: inline-flex !important;
    text-align: center !important
}

.ShareIcon.sharethis-inline-share-buttons .st-btn,
.ShareIcon.st-inline-share-buttons .st-btn {
    background: #f2faf6 !important;
    border-radius: 50px !important;
    height: 26px !important;
    width: 26px !important;
    text-align: center !important;
    line-height: 26px !important;
    padding: 0 !important;
    cursor: pointer
}

.ShareIcon.sharethis-inline-share-buttons .st-btn:before,
.ShareIcon.st-inline-share-buttons .st-btn:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #00843d
}

.ShareIcon.sharethis-inline-share-buttons .st-btn img,
.ShareIcon.st-inline-share-buttons .st-btn img {
    display: none !important
}

.ShareIcon.sharethis-inline-share-buttons .st-btn:hover,
.ShareIcon.st-inline-share-buttons .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important
}

.crossStyleImgPanel {
    padding: 0 0 100px 0
}

.crossStyleImgPanel .row {
    margin-bottom: 80px
}

.crossStyleImgPanel .row:last-child {
    margin-bottom: 0
}

.crossStyleImgPanel .ThumbContainer {
    position: relative;
    height: 383px;
    display: flex;
    margin-bottom: 0
}

.crossStyleImgPanel .ThumbContainer img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover
}

.crossStyleImgPanel .ThumbContentArea {
    padding: 0 0 0 110px;
    background-color: transparent;
    height: 100%;
    align-content: center;
    display: grid
}

.crossStyleImgPanel .ThumbContentArea h3 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0
}

.crossStyleImgPanel .ThumbContentArea p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0
}

.crossStyleImgPanel .ThumbContentArea p span {
    color: #009857
}

.crossStyleImgPanel .ThumbContentArea .btn-general {
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    width: 190px;
    height: 50px;
    text-align: center
}

.crossStyleImgPanel .row.right .col-12:first-child {
    order: 6 !important
}

.crossStyleImgPanel .row.right .col-12:last-child {
    order: -1 !important
}

.crossStyleImgPanel .row.right .ThumbContentArea {
    padding: 0 140px 0 0;
    height: 100%;
    align-content: center;
    display: grid
}

@media(min-width:992px) and (max-width:1200px) {
    .crossStyleImgPanel {
        padding: 0 0 50px 0
    }

    .crossStyleImgPanel .ThumbContentArea,
    .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .crossStyleImgPanel {
        padding: 0 0 50px 0
    }

    .crossStyleImgPanel .ThumbContentArea,
    .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0
    }

    .crossStyleImgPanel .ThumbContainer {
        height: 300px
    }

    .crossStyleImgPanel .ThumbContentArea h3 {
        font-size: 24px;
        line-height: 34px
    }

    .crossStyleImgPanel .ThumbContentArea p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0
    }

    .crossStyleImgPanel .ThumbContentArea .btn-general {
        font-size: 13px;
        line-height: 40px;
        height: 40px
    }
}

@media(max-width:767px) {
    .crossStyleImgPanel {
        padding: 0 10px 50px 10px
    }

    .crossStyleImgPanel .row {
        margin-bottom: 40px
    }

    .crossStyleImgPanel .ThumbContentArea h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0
    }

    .crossStyleImgPanel .ThumbContainer {
        height: 240px;
        margin-bottom: 22px
    }

    .crossStyleImgPanel .ThumbContentArea {
        padding: 0
    }

    .crossStyleImgPanel .row.right .col-12:first-child {
        order: 0 !important
    }

    .crossStyleImgPanel .row.right .col-12:last-child {
        order: 0 !important
    }

    .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0
    }

    .crossStyleImgPanel .ThumbContentArea .btn-general {
        font-size: 13px;
        width: 100%;
        height: 40px;
        line-height: 40px
    }
}

.generic .SharePanel .date {
    margin-left: 10px
}

.generic .StoryMedia {
    height: auto
}

.generic .StoryDetailsPanel {
    padding: 0 0 60px 0
}

.generic .StoryContent .QuotationNote strong {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #009857
}

.generic .ThumbnailListing {
    padding: 50px 0
}

.generic .DoctorProfileSection {
    padding: 0 0 100px 0
}

.generic .list-numbers {
    list-style: decimal
}

.generic .OnlinePortalContentArea {
    padding-top: 100px
}

.generic .ArticleListPanel {
    margin-bottom: 0
}

.generic .PortalSliderArea.bg-white {
    padding: 0 0 100px 0
}

.generic.CCADYears .RelatedArticleArea {
    padding: 0 0 100px 0
}

@media(max-width:767px) {
    .generic .StoryHighlight {
        padding: 30px 10px 0 10px
    }

    .generic .StoryDetailsPanel {
        padding: 10px 10px 60px 10px
    }

    .generic .StoryContent .QuotationNote strong {
        font-size: 14px;
        line-height: 20px
    }

    .generic .NewsContent h2 {
        margin-bottom: 30px
    }

    .generic .ThumbnailListing,
    .generic .PortalSliderArea,
    .generic .FAQSection {
        padding: 50px 10px
    }

    .generic .DoctorProfileSection {
        padding: 0 10px 50px 10px
    }

    .generic .PageAnchorLinkArea {
        margin-bottom: 30px
    }

    .generic .OnlinePortalContentArea {
        padding-top: 50px
    }

    .generic .PortalMobileLayout {
        margin-top: 50px
    }

    .generic .PortalSliderArea.bg-white {
        padding: 0 10px 50px 10px
    }

    .generic .ArticleListPanel .slick-dots li {
        width: 25%
    }

    .generic.CCADYears .StoryDetailsPanel {
        padding: 10px 10px 0 10px
    }

    .generic.CCADYears .RelatedArticleArea {
        padding: 0 10px 50px 10px
    }
}

.backToTop {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 1000;
    border: 1px solid #009857;
    border-radius: 5px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
    display: none;
    background-color: #fff
}

.backToTop a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    color: #009857
}

.backToTop a:before {
    content: "";
    font-family: 'ccadicon' !important;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid #009857;
    color: #009857;
    display: inline-block;
    position: relative;
    transform: rotate(90deg);
    font-size: 7px;
    text-align: center;
    line-height: 14px;
    margin-right: 5px;
    top: -1px;
    padding-left: 0
}

@media(max-width:767px) {
    .backToTop {
        display: none !important
    }
}

.tab_content h3.accordion-header {
    margin-bottom: 0
}

.SearchDropDown .SearchSectionArea h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

@media(max-width:767px) {
    .SearchDropDown {
        top: 42px;
        width: 100% !important
    }
}

.blueText {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none !important;
    padding: 0 !important
}

.blueText li {
    color: #009857;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px
}

.blueText li:before {
    content: "";
    font-family: 'ccadicon' !important;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #009857;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 5px;
    line-height: 14px;
    text-align: center
}

.concernBox {
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px
}

.concernBox p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #00843d;
    margin: 0;
    padding: 0
}

@media(max-width:767px) {
    .concernBox {
        padding: 20px;
        margin-top: 20px
    }

    .concernBox p {
        font-size: 16px;
        line-height: 24px
    }
}

.contentContainer h3,
.contentContainer h4 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 20px 0;
    font-weight: 700
}

.contentContainer img,
.PageContentPanel img {
    margin-bottom: 30px
}

.contentContainer p img,
.PageContentPanel p img {
    margin: 30px 0
}

.contentContainer p,
.PageContentPanel p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.contentContainer ul,
.PageContentPanel ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
    list-style: disc;
    list-style-position: outside
}

.contentContainer .accordion-body ul {
    margin: 0
}

.contentContainer ul li,
.contentContainer ol li,
.PageContentPanel ul li,
.PageContentPanel ol li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px
}

.contentContainer ul li p {
    display: inline
}

.contentContainer .btn-general {
    height: 55px;
    line-height: 55px;
    padding: 0;
    width: 300px;
    font-size: 18px;
    margin: 20px 0
}

.contentContainer .btn-general .icon {
    font-size: 25px;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.PageContentPanel table.list {
    margin-left: 0;
    margin-bottom: 30px
}

.PageContentPanel table.list th {
    font-size: 20px;
    line-height: 32px
}

.PageContentPanel table.list td {
    border: 1px solid #4b4b45;
    padding: 10px;
    font-size: 20px
}

@media(max-width:767px) {
    .contentContainer h3 {
        font-size: 18px
    }

    .contentContainer p {
        font-size: 14px;
        line-height: 20px
    }

    .contentContainer ul li,
    .contentContainer ol li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .PageContentPanel table.list td {
        font-size: 14px
    }
}

.CommonNewsPanel {
    padding: 50px 0 100px 0
}

.CommonNewsPanel .ButtonArea {
    text-align: center;
    margin-top: 50px
}

.CommonNewsPanel .ButtonArea .btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    font-size: 18px
}

.CommonNewsPanel .ArticleListPanel {
    margin-bottom: 0
}

.CommonNewsPanel .ArticleListItem {
    width: 100% !important
}

@media(max-width:767px) {
    .CommonNewsPanel {
        padding: 0 10px 50px 10px
    }

    .CommonNewsPanel .ArticleListPanel {
        margin-bottom: 0
    }
}

.generic .StoryContent ul,
.StoryContent ul {
    list-style: disc;
    margin: 20px 0;
    padding: 0 0 0 20px;
    list-style-position: outside
}

.StoryContent ul li {
    font-size: 18px;
    line-height: 28px
}

.legal .PageContentPanel {
    border: 0
}

.CareersNewsSliderHealthByte .slick-slide.slick-active {
    opacity: 1
}

.tab_content ul {
    list-style: disc;
    list-style-position: outside;
    margin: 20px 0;
    padding: 0 0 0 20px
}

.tab_content ul li {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin-bottom: 12px
}

.tab_content ul li p {
    display: inline
}

@media(max-width:767px) {
    .tab_content ul li {
        font-size: 14px;
        line-height: 22px
    }
}

.legal .PageContentPanel {
    border: 0
}

.CareersNewsSliderHealthByte .slick-slide.slick-active {
    opacity: 1
}

@media(max-width:767px) {
    .medicalRecord .pageHeadingArea.details h1 {
        order: initial;
        margin-top: 0;
        margin-bottom: 20px
    }
}

.symptomsDetailsTabArea.hideTab {
    display: none
}

.accordion-body table {
    margin-bottom: 20px
}

.accordion-body table td {
    border: 1px solid #9d9c9c;
    background: #f1f1f1;
    font-weight: 600;
    padding: 5px 5px
}

.tab_content .accordion-body ul li {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45
}

h1.error-heading,
.BAP-Container h1.error-heading {
    color: #00843d;
    font-size: 48px;
    line-height: 58px;
    margin: 20px 0;
    padding: 0;
    font-weight: 700
}

.NoDataSection span.err-text {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700
}

@media(max-width:767px) {

    h1.error-heading,
    .BAP-Container h1.error-heading {
        font-size: 30px;
        line-height: 40px
    }

    .NoDataSection span.err-text {
        font-size: 26px;
        line-height: 36px
    }
}

ol {
    margin: 0;
    padding: 0;
    list-style: decimal;
    list-style-position: inside
}

.PageContentPanel img {
    width: 100%
}

.st-btns .st-btn {
    display: none !important
}

.st-btns .st-btn[data-network='copy'],
.st-btns .st-btn[data-network='facebook'],
.st-btns .st-btn[data-network='linkedin'],
.st-btns .st-btn[data-network='twitter'] {
    display: inline-block !important
}

@media(max-width:767px) {
    .StoryContent iframe {
        width: 100%;
        height: 300px
    }
}

.slick-dots {
    position: initial;
    margin: 40px 0 0 0 !important;
    padding: 0 !important
}

.CaresSliderSection .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0
}

.InsurancePanel .slick-dots {
    margin: 10px 0 0 0 !important
}

.btn-blue-medium {
    width: 200px
}

.StoryContent .campaign img {
    margin: 0
}

.ramadan-campaign .awardImgArea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.specialityCampaign .guideSection {
    padding-top: 50px
}

.specialityCampaign .FAQSection {
    padding: 0
}

.specialityCampaign .tab_content ul {
    margin: 0
}

.specialityCampaign .FaqTabLinkArea {
    display: none
}

.ramdancamp .PortalSliderArea.bg-white {
    padding: 100px 0
}

@media(max-width:767px) {
    .ramdancamp .pageHeadDescription span {
        display: block
    }

    .ramdancamp .PortalSliderArea.bg-white {
        padding: 50px 10px
    }
}

.KCCampaign .VideoContentArea p {
    min-height: 50px
}

.buttonArea.captchaError {
    position: relative
}

.buttonArea.captchaError .field-validation-error {
    text-align: left;
    position: absolute;
    top: 70px;
    left: 30%;
    color: #ef413d;
    font-weight: 600;
    font-size: 14px
}

@media(max-width:767px) {
    .buttonArea.captchaError .field-validation-error {
        top: -40px;
        left: 7%
    }
}

.online-forms .input-group.phone .form-control {
    width: 75%
}

@media(max-width:767px) {
    .online-forms .input-group.phone .form-control {
        width: 60%
    }
}

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

.PatientAndVisitors {
    position: relative;
    height: 900px;
    display: flex
}

.PatientAndVisitors:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0) 30%, #fafafa 99%)
}

.HeroSection .ContainerArea {
    position: absolute;
    width: 90%;
    bottom: 50px;
    margin: 0 5%;
    display: flex
}

.PreferenceBox,
.HeroItemBox {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1);
    min-height: 275px;
    border-radius: 4px
}

.PreferenceBox {
    width: 34%;
    margin-right: 30px;
    background-color: rgba(237, 244, 250, .8);
    padding: 40px 25px
}

.PreferenceBox h2 {
    margin: 0 0 27px 0;
    padding: 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: bold
}

.HeroItemBox {
    width: 16%;
    margin-right: 30px;
    transition: margin-top ease .3s;
    padding: 55px 20px 20px 20px;
    opacity: 1;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.HeroItemBox:hover {
    margin-top: -30px;
    cursor: pointer
}

.HeroItemBox:last-child {
    margin-right: 0
}

.HeroItemBox a {
    text-decoration: none;
    display: block
}

.ContainerArea:hover .itemBox:not(:hover) {
    opacity: .4;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.LookDropdown {
    display: flex;
    width: 100%
}

.PreferanceText,
.PreferenceDropdown {
    display: grid
}

.PreferanceText {
    font-size: 16px;
    width: 35%;
    margin: 0;
    padding: 0;
    line-height: 45px
}

.PreferenceDropdown {
    width: 65%
}

.PreferenceDropdown .form-select {
    height: 50px;
    font-size: 14px
}

.LookDropdown .form-select:focus {
    box-shadow: none
}

.PreferenceDropdown .chosen-single,
.PreferenceDropdown .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 3px;
    padding: .675rem 3.45rem .675rem .75rem;
    width: 100%;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none
}

.PreferenceDropdown .chosen-container .chosen-drop {
    border: 0
}

.PreferenceDropdown .chosen-container-single .chosen-single div b,
.PreferenceDropdown .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px
}

.PreferenceDropdown .chosen-container .chosen-results li.highlighted {
    background-color: #009857;
    background-image: none;
    color: #fff;
    border-radius: 3px
}

.PreferenceDropdown .chosen-container .chosen-results li {
    padding: 10px 6px
}

.PreferenceBox .btn-green {
    border: 0;
    width: 100%;
    margin-top: 44px;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0
}

.HeroItemBox .hero-icon {
    font-size: 30px;
    color: #4b4b45
}

.HeroItemBox h4 {
    font-size: 28px;
    color: #4b4b45;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    width: 155px
}

.HeroItemBox p {
    font-size: 14px;
    color: #7b7d83;
    line-height: 20px;
    margin-top: 5px
}

.HighlightedBox .hero-icon,
.HighlightedBox h4,
.HighlightedBox p {
    color: #fff
}

.HighlightedBox.HeroItemBox:hover .hero-icon,
.HighlightedBox.HeroItemBox:hover h4,
.HighlightedBox.HeroItemBox:hover p {
    color: #fff
}

.HeroItemBox:hover .hero-icon,
.HeroItemBox:hover h4 {
    color: #009857
}

@media(min-width:1470px) and (max-width:1650px) {
    .PatientAndVisitors {
        height: auto;
        display: block
    }

    .PreferanceText {
        font-size: 14px;
        width: 35%
    }

    .LookDropdown .form-select {
        padding: .675rem 2rem .675rem .75rem
    }

    .HeroItemBox h4 {
        font-size: 25px;
        line-height: 26px
    }

    .HeroItemBox .hero-icon {
        font-size: 26px
    }

    .HeroItemBox p {
        margin-top: 10px
    }
}

@media(min-width:1375px) and (max-width:1470px) {
    .PatientAndVisitors {
        height: auto;
        display: block
    }

    .PreferanceText {
        font-size: 14px;
        width: 35%
    }

    .LookDropdown .form-select {
        padding: .675rem 2rem .675rem .75rem
    }

    .HeroItemBox h4 {
        font-size: 23px;
        line-height: 26px;
        width: 140px
    }

    .HeroItemBox p {
        margin-top: 10px
    }
}

@media(min-width:1075px) and (max-width:1375px) {
    .HeroSection .ContainerArea {
        bottom: 50px
    }

    .PatientAndVisitors {
        height: auto;
        display: block
    }

    .PreferenceBox,
    .HeroItemBox {
        min-height: 230px;
        padding: 0
    }

    .PreferenceBox {
        padding: 30px 25px
    }

    .PreferenceBox h2 {
        margin: 0 0 10px 0
    }

    .LookDropdown {
        display: block
    }

    .PreferanceText {
        font-size: 14px;
        line-height: 45px;
        width: 100%
    }

    .PreferenceDropdown {
        width: 100%
    }

    .PreferenceDropdown .chosen-single,
    .PreferenceDropdown .chosen-container-active.chosen-with-drop .chosen-single {
        padding: .675rem .45rem .675rem .75rem
    }

    .LookDropdown .form-select {
        padding: .675rem 2rem .675rem .75rem;
        margin-top: 5px
    }

    .PreferenceBox .btn-green {
        margin-top: 10px;
        padding: 10px 0
    }

    .HeroItemBox a {
        padding: 35px 10px 10px 10px
    }

    .HeroItemBox .hero-icon {
        font-size: 20px
    }

    .HeroItemBox h4 {
        font-size: 20px;
        line-height: 23px
    }

    .HeroItemBox p {
        font-size: 15px;
        line-height: 19px;
        margin-top: 10px
    }

    .ContainerArea .itemBox:nth-child(5) h4 {
        width: 74px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .PatientAndVisitors {
        height: auto;
        display: block
    }

    .HeroSection .ContainerArea {
        display: block;
        bottom: 20px
    }

    .PreferenceBox {
        width: 100%;
        padding: 10px;
        min-height: 100px
    }

    .PreferenceBox h2 {
        margin-bottom: 5px
    }

    .PreferanceText {
        font-size: 14px
    }

    .PreferenceBox .btn-green {
        margin-top: 10px;
        font-size: 14px;
        padding: 8px 0
    }

    .LookDropdown .form-select {
        padding: .375rem 3.45rem .375rem .75rem
    }

    .HeroItemBox {
        width: 23%;
        float: left;
        margin-right: 2.5%;
        margin-top: 10px;
        height: auto;
        min-height: 0;
        transition: none;
        padding: 0
    }

    .HeroItemBox a {
        padding: 15px
    }

    .HeroItemBox:hover {
        margin-top: 35px;
        transition: none !important;
        cursor: pointer
    }

    .ContainerArea:hover .itemBox:not(:hover) {
        opacity: 1
    }

    .HeroItemBox h4 {
        font-size: 15px;
        line-height: 20px;
        width: auto
    }

    .HeroItemBox p {
        display: none
    }

    .HeroSection .ContainerArea .HeroItemBox:last-child {
        margin-right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PatientAndVisitors {
        height: auto;
        display: block
    }

    .HeroSection .ContainerArea {
        display: block;
        bottom: 20px
    }

    .PreferenceBox {
        width: 100%;
        padding: 10px;
        min-height: 100px
    }

    .PreferenceBox h2 {
        margin-bottom: 5px
    }

    .PreferanceText {
        font-size: 14px
    }

    .PreferenceBox .btn-green {
        margin-top: 10px;
        font-size: 14px;
        padding: 8px 0
    }

    .LookDropdown .form-select {
        padding: .375rem 3.45rem .375rem .75rem
    }

    .HeroItemBox {
        width: 23%;
        float: left;
        margin-right: 2.5%;
        margin-top: 10px;
        height: auto;
        min-height: 105px;
        transition: none;
        padding: 0
    }

    .HeroItemBox a {
        padding: 15px
    }

    .HeroItemBox:hover {
        margin-top: 10px;
        transition: none;
        cursor: pointer;
        transition: none !important
    }

    .HeroItemBox .hero-icon {
        font-size: 20px
    }

    .ContainerArea:hover .itemBox:not(:hover) {
        opacity: 1
    }

    .HeroItemBox h4 {
        font-size: 16px;
        line-height: 20px;
        width: 95px
    }

    .HeroItemBox p {
        display: none
    }

    .HeroSection .ContainerArea .HeroItemBox:last-child {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .HeroSection .ContainerArea {
        display: block;
        top: 180px
    }

    .ContainerArea:hover .itemBox:not(:hover) {
        opacity: 1
    }

    .PreferenceBox {
        padding: 20px;
        min-height: 0
    }

    .PreferenceBox h2 {
        margin: 0 0 14px 0;
        font-size: 12px
    }

    .PreferenceBox .btn-green {
        padding: 9px 0;
        margin-top: 14px;
        font-size: 14px
    }

    .PreferenceBox,
    .HeroItemBox {
        width: 100%
    }

    .PreferanceText {
        padding-right: 10px;
        font-size: 12px;
        width: 45%
    }

    .PreferenceDropdown {
        width: 75%
    }

    .LookDropdown .form-select {
        font-size: 12px;
        padding: .675rem 2rem .675rem .75rem
    }

    .HeroItemBox {
        margin-top: 20px;
        min-height: 0;
        transition: none;
        padding: 0
    }

    .HeroItemBox a {
        padding: 20px;
        overflow: hidden
    }

    .HeroItemBox:hover {
        margin-top: 20px;
        transition: none
    }

    .HeroItemBox .hero-icon,
    .HeroItemBox h4 {
        float: left
    }

    .HeroItemBox .hero-icon {
        width: 16%;
        font-size: 21px
    }

    .HeroItemBox h4 {
        width: 84%;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        line-height: 20px
    }

    .HeroItemBox p {
        display: none
    }
}

@media(min-width:540px) and (max-width:717px) {
    .PatientAndVisitors {
        height: 700px
    }
}

@media(min-width:375px) and (max-width:414px) {
    .HeroSection .ContainerArea {
        top: 250px
    }

    .PatientAndVisitors {
        height: 780px
    }
}

@media(max-width:360px) {
    .HeroSection .ContainerArea {
        top: 180px
    }

    .PatientAndVisitors {
        height: 700px;
        display: block
    }
}

@media(max-width:320px) {
    .PatientAndVisitors {
        height: 680px
    }
}

@media(max-width:280px) {
    .PatientAndVisitors {
        height: 740px
    }

    .LookDropdown {
        display: block
    }

    .PreferenceDropdown {
        width: 100%
    }

    .HeroItemBox h4 {
        font-size: 16px
    }
}

.FindDoctor {
    padding: 100px 0;
    background-color: #fafafa;
    overflow-x: hidden
}

.FindDoctor h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.FindDoctor p {
    font-size: 18px;
    color: #4b4b45;
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

.FilterBar {
    background-color: #f0efef;
    border-radius: 4px;
    padding: 10px
}

.SearchBarArea,
.TabLinksArea,
.MoreFiltersArea {
    display: inline-block
}

.SearchBarArea {
    width: 39%;
    position: relative
}

.TabLinksArea {
    width: 48%;
    padding: 0 20px
}

.MoreFiltersArea {
    width: 12%
}

.MoreFiltersArea.not-required {
    opacity: .5;
    pointer-events: none
}

.MoreFiltersArea .btn i {
    font-style: normal
}

.SearchBarArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    padding: 10px 10px;
    border: 1px solid #fff;
    height: auto
}

.SearchBarArea input.form-control:focus {
    border: 1px solid #00843d !important
}

.SearchBarArea .icon-search {
    position: absolute;
    top: 10px;
    right: 0px
}

.SearchDropDown {
    border: 1px solid #00843d;
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 20px 10px;
    z-index: 1;
    display: none
}

.SearchDropDown .SearchContent {
    height: auto;
    overflow-y: scroll;
    max-height: 300px
}

.SearchContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .3);
    background-color: #ccc;
    border-radius: 5px
}

.SearchContent::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.SearchContent::-webkit-scrollbar-thumb {
    background-color: #00843d;
    border-radius: 5px
}

.SearchContent .SearchSectionArea {
    border-top: 2px solid #ccc;
    margin: 0 15px;
    padding-bottom: 10px;
    padding-top: 10px
}

.SearchContent .SearchSectionArea:first-child {
    border: 0;
    padding-top: 0
}

.FindDoctor .SearchSectionArea h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.SearchSectionArea h2 a {
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 24px;
    color: #009857;
    text-decoration: none;
    font-weight: 700
}

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

.SearchSectionArea ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #4b4b45;
    line-height: 24px;
    text-decoration: none
}

.TabLinksArea ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    display: flex
}

.TabLinksArea ul li {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    position: relative;
    z-index: 101
}

.TabLinksArea ul.tabs li.active {
    color: #fff
}

.TabLinksArea ul.tabs {
    position: relative;
    z-index: 10
}

.TabLinksArea ul.tabs .line {
    height: 41px;
    position: absolute;
    width: 33.33%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 200ms cubic-bezier(.64, .04, .35, 1);
    background-color: #009857;
    z-index: 100
}

.TabLinksArea ul.tabs li:nth-child(1).active~.line {
    left: 0%
}

.TabLinksArea ul.tabs li:nth-child(2).active~.line {
    left: 33.33%
}

.TabLinksArea ul.tabs li:nth-child(3).active~.line {
    left: 66.66%
}

.MoreFiltersArea .btn-white {
    font-size: 12px;
    color: #4b4b45;
    text-transform: uppercase;
    padding: 10px 6px;
    width: 100%;
    font-weight: 600
}

.MoreFiltersArea .btn-white .counter {
    border-radius: 50px;
    background-color: #00843d;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.MoreFiltersArea .btn-white .icon-filter {
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    top: 1px;
    font-weight: 700
}

.MoreFiltersArea.active .btn-white {
    background-color: #00843d;
    color: #fff
}

.MoreFiltersArea.active .btn-white .counter {
    background-color: #fff;
    color: #00843d
}

.MoreFilterArea {
    background-color: #f0efef;
    border-radius: 0 0 4px 4px;
    position: relative;
    margin-top: -1px;
    padding: 0 10px 10px 10px;
    display: none
}

.MoreFilterArea hr {
    margin: 0;
    background-color: #ccc
}

.FilterSection {
    padding: 15px 10px 5px 10px;
    overflow: hidden
}

.FilterItem {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    margin-right: 5px
}

.FilterItem label {
    float: left;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px
}

.FilterItem select {
    float: left;
    border: 0;
    background-color: transparent;
    color: #00843d;
    font-size: 14px;
    outline: none;
    padding: 1px 10px;
    width: 135px;
    margin-top: 6px
}

.LocationRadio {
    overflow: hidden
}

.FilterSection .FilterItem:nth-child(2) select {
    width: 80px
}

.FilterSection .FilterItem:nth-child(3) select {
    width: 120px
}

.FilterSection .FilterItem:nth-child(5) .radio-custom-label {
    top: 2px
}

.FilterSection .FilterItem:last-child {
    margin-right: 0;
    margin-top: 2px;
    margin-left: 3px;
    position: absolute;
    right: 0
}

.FilterItem:last-child input {
    border: 0;
    background-color: transparent;
    color: #00843d;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 1px
}

.FilterItem:last-child input:focus {
    border: 0 !important
}

.FilterItem:last-child span {
    font-size: 10px;
    margin-left: 0;
    color: #4b4b45;
    position: relative;
    top: 0
}

.InfoLinkArea {
    overflow: hidden;
    padding: 20px 0
}

.SectionInfoText,
.SectionLinkArea {
    float: left;
    width: 50%
}

.SectionInfoText p {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #4b4b45;
    font-weight: 400
}

.SectionInfoText p span {
    color: #009857
}

.SectionLinkArea {
    text-align: right
}

.SectionLinkArea a {
    font-size: 16px;
    line-height: 20px;
    color: #009857;
    font-weight: 700;
    text-decoration: none
}

.DefaultSliderSection .SectionLinkArea a {
    color: #009857
}

.DefaultSliderSection .SectionLinkArea a:before {
    content: ""
}

.DefaultSliderSection .SectionLinkArea a:after {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px
}

.SectionLinkArea a:before {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px
}

.tab_container .tab_content .InfoLinkArea .SectionLinkArea a:after {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 12px;
    margin-right: 5px;
    position: relative
}

.tab_container .tab_content .InfoLinkArea .SectionLinkArea a:before {
    content: ""
}

.HPViewAllLink {
    width: 100%;
    margin-top: 20px
}

.HPViewAllLink a {
    color: #009857 !important
}

.HPViewAllLink a:after {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px
}

.HPViewAllLink a:before {
    content: ""
}

.DoctorSliderItem {
    width: 300px !important;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 17px 30px 0 rgba(190, 190, 205, .2);
    padding: 20px
}

.DoctorSliderItem:hover {
    border: 1px solid #009857;
    padding: 19px
}

.DoctorSliderItem:hover .DoctorImg img {
    opacity: .7
}

.ProfileButtonArea {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    display: none
}

.DoctorSliderItem:hover .ProfileButtonArea {
    display: block
}

.DoctorSliderItem .btn-blue {
    font-size: 12px
}

.ProfileButtonArea a {
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #009857;
    border-radius: 15px;
    border: 1px solid #009857;
    background-color: #fff;
    text-decoration: none
}

.DoctorSlider .slick-active {
    opacity: 1
}

.DoctorImg {
    width: 100%;
    background-color: #ebf4fb;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    height: 120px
}

.DoctorImg img {
    width: 100% !important;
    object-fit: contain
}

.VideoEnable {
    width: 25px;
    height: 25px;
    background-color: #d3dee8;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    left: 10px;
    top: 10px
}

.VideoEnable span {
    font-size: 8px;
    color: #4b4b45
}

.DoctorName {
    font-size: 18px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px
}

.DoctorRole {
    font-size: 14px;
    color: #4b4b45;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px
}

.NearestAvailabilityArea {
    margin-left: 25px;
    position: relative;
    margin-bottom: 13px;
    display: none
}

.NearestAvailabilityArea:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -25px;
    top: -1px;
    font-size: 15px;
    color: #4b4b45
}

.NearestAvailabilityArea p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 600
}

.NearestAvailabilityArea span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #4b4b45;
    font-weight: 400
}

.NextSlot {
    margin-left: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #4b4b45;
    padding: 10px 0;
    position: relative
}

.NextSlot:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -18px;
    top: 10px;
    font-size: 13px
}

.SortingArea {
    margin-bottom: 50px
}

.SortingArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.SortingArea ul li {
    float: left;
    margin-right: 8px
}

.SortingArea ul li:last-child {
    margin-right: 0
}

.SortingArea ul li a {
    border: 1px solid #ccc;
    padding: 5px 13px;
    border-radius: 3px;
    color: #4b4b45;
    background-color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

.SortingArea ul li a:hover {
    color: #009857;
    border: 1px solid #009857
}

.SortingArea ul li.active a {
    color: #009857;
    border: 1px solid #009857;
    box-shadow: 0 5px 9px 0 rgba(190, 190, 205, .5)
}

.SectionLinkArea a {
    color: #4b4b45
}

.SectionLinkArea a span {
    margin-right: 5px
}

.SectionLinkArea a i {
    font-style: normal
}

.DoctorNameSliderItem {
    width: 300px !important
}

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

.DoctorNameSliderItem ul li {
    line-height: 20px;
    margin-bottom: 10px
}

.DoctorNameSliderItem ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4b4b45;
    text-decoration: none
}

.DoctorNameSliderItem ul li a:hover {
    color: #009857
}

.DoctorNameSlider .slick-slide.slick-active,
.DoctorSpecialtySlider .slick-slide.slick-active,
.DoctorSymptomsSlider .slick-slide.slick-active {
    opacity: 1 !important
}

.DoctorNameSlider .slick-slide,
.DoctorSpecialtySlider .slick-slide,
.DoctorSymptomsSlider .slick-slide {
    opacity: .5 !important
}

.DoctorButton {
    display: none
}

.FindDoctor .slick-prev {
    left: -250px
}

.FindDoctor .slick-next {
    right: -250px
}

.DoctorSlider .slick-slide.slick-current.slick-active {
    margin-left: 0
}

.DoctorNameSlider .slick-slide.slick-current,
.DoctorSpecialtySlider .slick-slide.slick-current,
.DoctorSymptomsSlider .slick-slide.slick-current {
    margin: 0
}

.Availability a.btn-general {
    display: block;
    text-align: center
}

.DoctorSymptomsSlider .slick-dots li,
.DoctorSymptomsSlider .slick-dots li button,
.DoctorSymptomsSlider .slick-dots li button:before {
    width: 70px
}

.FindDoctor .helpDesc {
    display: none
}

@media(min-width:1700px) and (max-width:1800px) {
    .FindDoctor .slick-prev {
        left: -190px
    }

    .FindDoctor .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .FindDoctor .slick-prev {
        left: -80px
    }

    .FindDoctor .slick-next {
        right: -80px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .SearchBarArea {
        width: 33%
    }

    .TabLinksArea {
        width: 50%
    }

    .MoreFiltersArea {
        width: 16%
    }

    .FilterItem {
        margin-bottom: 15px
    }

    .DoctorImg img {
        width: 100%
    }

    .FindDoctor .slick-prev {
        left: -20px
    }

    .FindDoctor .slick-next {
        right: -20px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .SearchBarArea {
        width: 33%
    }

    .TabLinksArea {
        width: 50%
    }

    .MoreFiltersArea {
        width: 16%
    }

    .FilterSection {
        padding: 10px 0 0 0
    }

    .FilterItem {
        margin-bottom: 10px;
        margin-right: 25px;
        padding: 0
    }

    .FilterItem select {
        padding: 1px 10px
    }

    .DoctorImg img {
        width: auto
    }

    .FindDoctor .slick-prev {
        left: -20px
    }

    .FindDoctor .slick-next {
        right: -20px
    }

    .DoctorSymptomsSlider .slick-dots li,
    .DoctorSymptomsSlider .slick-dots li button,
    .DoctorSymptomsSlider .slick-dots li button:before {
        width: 40px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .SearchBarArea {
        width: 38%
    }

    .TabLinksArea {
        width: 44%;
        padding: 0 10px
    }

    .MoreFiltersArea {
        width: 16%
    }

    .TabLinksArea ul li {
        padding: 12px 15px;
        font-size: 12px
    }

    .MoreFilterArea {
        padding-bottom: 0
    }

    .FilterSection {
        padding: 10px 0 0 0
    }

    .FilterItem {
        margin-bottom: 15px;
        margin-right: 8px;
        padding: 0
    }

    .DoctorImg img {
        width: auto
    }

    .FindDoctor .slick-prev {
        left: -20px
    }

    .FindDoctor .slick-next {
        right: -20px
    }

    .DoctorSymptomsSlider .slick-dots li,
    .DoctorSymptomsSlider .slick-dots li button,
    .DoctorSymptomsSlider .slick-dots li button:before {
        width: 40px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SearchBarArea {
        width: 36%
    }

    .TabLinksArea {
        width: 46%
    }

    .MoreFiltersArea {
        width: 16%
    }

    .TabLinksArea ul li {
        padding: 12px 17px;
        font-size: 12px
    }

    .MoreFilterArea {
        padding-bottom: 0
    }

    .FilterSection {
        padding: 10px 0 0 0
    }

    .FilterItem {
        margin-bottom: 15px
    }

    .SortingArea ul li {
        margin-bottom: 8px
    }

    .DoctorImg img {
        width: auto
    }

    .FindDoctor .slick-prev {
        left: -20px
    }

    .FindDoctor .slick-next {
        right: -20px
    }

    .DoctorSymptomsSlider .slick-dots li,
    .DoctorSymptomsSlider .slick-dots li button,
    .DoctorSymptomsSlider .slick-dots li button:before {
        width: 34px
    }

    .SearchBarArea input.form-control {
        height: auto
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FilterBar {
        position: relative;
        height: 125px
    }

    .SearchBarArea {
        top: 64px;
        left: 10px;
        width: 70%
    }

    .TabLinksArea {
        width: 100%;
        padding-left: 0
    }

    .tabs li {
        text-align: center
    }

    .MoreFiltersArea {
        top: 66px;
        width: 27%;
        left: 72%
    }

    .SearchBarArea,
    .TabLinksArea,
    .MoreFiltersArea {
        float: none;
        position: absolute;
        z-index: 10
    }

    .FilterItem {
        margin-bottom: 15px;
        margin-right: 0
    }

    .FilterSection .FilterItem:last-child {
        margin-top: 0;
        width: 100%;
        text-align: center
    }

    .DoctorImg img {
        width: 60%
    }

    .SortingArea ul li {
        margin-bottom: 8px
    }

    .FindDoctor .slick-prev {
        left: -25px
    }

    .FindDoctor .slick-next {
        right: -25px
    }

    .DoctorSymptomsSlider .slick-dots li {
        margin: 0 2px
    }

    .DoctorSymptomsSlider .slick-dots li,
    .DoctorSymptomsSlider .slick-dots li button,
    .DoctorSymptomsSlider .slick-dots li button:before {
        width: 17px
    }

    .SearchBarArea input.form-control {
        height: auto
    }
}

@media(max-width:767px) {
    .FindDoctor {
        padding: 30px 10px
    }

    .FindDoctor h2 {
        font-size: 30px;
        line-height: 40px
    }

    .FindDoctor p {
        font-size: 14px;
        line-height: 20px
    }

    .FilterBar {
        position: relative;
        height: 125px
    }

    .SearchBarArea {
        top: 64px;
        left: 10px;
        width: 74%
    }

    .TabLinksArea {
        width: 93%;
        padding: 0
    }

    .TabLinksArea ul {
        text-align: left
    }

    .TabLinksArea ul.tabs .line {
        height: 36px
    }

    .tabs li {
        text-align: center
    }

    .TabLinksArea ul li {
        font-size: 11px
    }

    .MoreFiltersArea {
        top: 66px;
        width: 39%;
        left: 76%
    }

    .MoreFilterArea {
        position: absolute;
        margin-top: -4px;
        z-index: 10;
        width: 88%;
        box-shadow: 0 10px 20px rgba(190, 190, 205, .5)
    }

    .FilterSection {
        padding: 15px 0 0 0
    }

    .MoreFiltersArea .btn i {
        display: none
    }

    .MoreFiltersArea .btn-white {
        width: 52%;
        padding: 11px 5px 9px 5px;
        border-radius: 0 4px 4px 0;
        border: 1px solid #ccc;
        border-left: 0;
        position: relative
    }

    .MoreFiltersArea .btn-white:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 25px;
        background-color: #ccc;
        left: 0;
        top: 8px
    }

    .SearchBarArea,
    .TabLinksArea,
    .MoreFiltersArea {
        float: none;
        position: absolute;
        z-index: 10
    }

    .MoreFiltersArea .btn-white .icon-filter {
        font-size: 14px
    }

    .MoreFiltersArea.active .btn-white {
        background-color: #fff;
        color: #00843d
    }

    .MoreFiltersArea.active .btn-white .counter {
        background-color: #00843d;
        color: #fff
    }

    .FilterItem {
        margin-bottom: 15px;
        float: none;
        margin-right: 0;
        padding: 0
    }

    .FilterItem label {
        width: 46%;
        font-size: 12px;
        line-height: 16px
    }

    .FilterItem select {
        width: 50% !important;
        text-align: right
    }

    .LocationRadio {
        padding-left: 0
    }

    .LocationRadio label {
        width: auto;
        margin: 0;
        margin-right: 5px
    }

    .FilterSection .FilterItem:last-child {
        display: none;
        position: relative;
        text-align: right
    }

    .MoreFilterArea .LocationRadio label:before {
        margin-top: -4px
    }

    .SearchBarArea input.form-control {
        border: 1px solid #ccc
    }

    .DefaultSliderSection .SectionInfoText {
        width: 100%
    }

    .SectionInfoText p {
        font-size: 13px
    }

    .DefaultSliderSection .SectionLinkArea {
        display: none
    }

    .DoctorSlider.slider,
    .DoctorNameSlider.slider,
    .DoctorSpecialtySlider.slider,
    .DoctorSymptomsSlider.slider {
        margin-left: 0
    }

    .DoctorSlider .slick-slide,
    .DoctorNameSlider .slick-slide,
    .DoctorSpecialtySlider .slick-slide,
    .DoctorSymptomsSlider .slick-slide {
        margin: 0 8px
    }

    .DoctorSlider .slick-prev,
    .DoctorNameSlider .slick-prev,
    .DoctorSpecialtySlider .slick-prev,
    .DoctorSymptomsSlider .slick-prev,
    .DoctorSlider .slick-next,
    .DoctorNameSlider .slick-next,
    .DoctorSpecialtySlider .slick-next .DoctorSymptomsSlider .slick-next {
        display: none !important
    }

    .DoctorSliderItem,
    .DoctorNameSliderItem {
        width: 270px !important
    }

    .DoctorSliderItem {
        padding: 16px 20px 20px 20px
    }

    .DoctorSliderItem .btn-blue {
        margin-bottom: 10px
    }

    .DoctorSliderItem .btn-light-grey {
        font-size: 12px
    }

    .DoctorImg {
        height: 98px
    }

    .DoctorName {
        font-size: 14px;
        line-height: 20px;
        min-height: 25px
    }

    .DoctorRole {
        font-size: 11px;
        line-height: 16px;
        min-height: 32px;
        margin-bottom: 12px
    }

    .NextSlot {
        font-size: 11px
    }

    .SortingArea {
        margin-bottom: 20px;
        margin-right: -24px
    }

    .SortingArea ul {
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 10px
    }

    .SortingArea ul li {
        margin-bottom: 10px;
        display: inline-block;
        float: none
    }

    .SortingArea ul li:last-child {
        margin-right: 22px
    }

    .SortingArea ul li a {
        padding: 8px 12px;
        font-size: 13px
    }

    .DoctorNameSliderItem ul li {
        line-height: 22px;
        margin-bottom: 5px
    }

    .DoctorNameSliderItem ul li a {
        font-size: 14px
    }

    .SectionLinkArea a span {
        display: none
    }

    .SectionLinkArea a:after {
        content: "Back"
    }

    .HPViewAllLink a:after {
        content: "";
        font-family: 'ccadicon' !important;
        color: #009857;
        font-size: 12px;
        font-weight: 300;
        margin-left: 5px
    }

    .DoctorButton {
        text-align: center;
        padding-top: 40px;
        display: block
    }

    .DoctorButton .btn-general {
        padding: 10px 60px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        width: 246px
    }

    .btnBorder {
        border: 1px solid #00843d !important;
        border-left: 0 !important
    }

    .FindDoctor .SearchDropDown {
        top: 42px;
        width: 126%
    }

    .SearchDropDown .SearchContent {
        height: 300px;
        overflow-y: scroll
    }

    .DoctorSlider .slick-dots li {
        width: 6.25%
    }

    .DoctorSlider .slick-dots li button,
    .DoctorSlider .slick-dots li button:before {
        width: 100%
    }

    .DoctorSymptomsSlider .slick-dots li,
    .DoctorSymptomsSlider .slick-dots li button,
    .DoctorSymptomsSlider .slick-dots li button:before {
        width: 10px
    }
}

@media(max-width:360px) {
    .MoreFiltersArea .btn-white {
        padding: 11px 5px 10px 5px
    }

    .LocationRadio {
        padding-left: 26px
    }
}

@media(max-width:320px) {
    .TabLinksArea ul li {
        font-size: 10px
    }

    .MoreFilterArea {
        width: 92.5%
    }

    .FilterItem label {
        width: 44%
    }

    .FilterItem select {
        width: 52% !important;
        text-align: right
    }

    .LocationRadio {
        padding-left: 10px
    }

    .LocationRadio label {
        width: auto !important
    }

    .SortingArea {
        margin-bottom: 0
    }

    .SortingArea ul li {
        margin-right: 3px
    }

    .SortingArea ul li a {
        padding: 4px 8px;
        font-size: 12px
    }

    .DoctorNameSliderItem ul li {
        line-height: 22px
    }

    .DoctorNameSliderItem ul li a {
        font-size: 12px
    }
}

.PatientStories {
    position: relative
}

.PatientStories img {
    width: 100%
}

.overlayArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: -moz-linear-gradient(left, rgba(0, 77, 0, 0) 0%, rgba(0, 77, 0, 0.65) 100%);
background: -webkit-linear-gradient(left, rgba(0, 77, 0, 0) 0%, rgba(0, 77, 0, 0.65) 100%);
background: linear-gradient(to right, rgba(0, 77, 0, 0) 0%, rgba(0, 77, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00edf4fa', endColorstr='#4b4b45', GradientType=1)
}

.PatientContent {
    padding-top: 41%;
    padding-left: 30%
}

.PatientContent h2 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font-weight: 700
}

.PatientContent h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 34px;
    font-weight: 700
}

.PatientContent p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 50px
}

.PatientStories .PatientContent a.btn-general,
.PatientStorie .PatientContent a.btn-general {
    background-color: #009857;
    border: 1px solid #009857;
    color: #fff
}

.PatientStories .PatientContent a.btn-general:hover,
.PatientStorie .PatientContent a.btn-general:hover {
    background-color: #005d00;
    border-color: #005d00;
    color: #fff
}

.videoHoldingArea {
    height: 880px;
    position: relative;
    overflow: hidden
}

.SectionFixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.Video10Sec video {
    width: 100%
}

.topMargin {
    z-index: 1000;
    margin-top: 880px
}

@media(min-width:1470px) and (max-width:1650px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 10%
    }

    .videoHoldingArea {
        height: 700px
    }

    .topMargin {
        margin-top: 700px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 10%
    }

    .videoHoldingArea {
        height: 700px
    }

    .topMargin {
        margin-top: 700px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 0%
    }

    .PatientContent h2 {
        margin-bottom: 30px
    }

    .videoHoldingArea {
        height: 675px
    }

    .topMargin {
        margin-top: 675px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 0%
    }

    .PatientContent h2 {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .PatientContent h5 {
        font-size: 20px
    }

    .videoHoldingArea {
        height: 500px
    }

    .topMargin {
        margin-top: 500px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 0%
    }

    .PatientContent h2 {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .PatientContent h5 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px
    }

    .videoHoldingArea {
        height: 500px
    }

    .topMargin {
        margin-top: 500px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PatientContent {
        padding-top: 20%;
        padding-left: 0%
    }

    .PatientContent h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .PatientContent h5 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px
    }

    .PatientContent p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .PatientContent a.btn-general {
        padding: 10px 30px;
        font-size: 12px
    }

    .videoHoldingArea {
        height: 340px
    }

    .topMargin {
        margin-top: 340px
    }
}

@media(max-width:767px) {
    /* Conditions / patient-story hero: full-bleed image + readable overlay (avoid fixed 480px vs 90vh clash) */
    .PatientStories {
        height: auto;
        min-height: min(88vh, 720px);
        overflow: hidden;
        display: block;
        position: relative;
        isolation: isolate
    }

    .PatientStories .imageHoldingArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .PatientStories .Image10Sec {
        height: 100% !important;
        min-height: min(88vh, 720px)
    }

    .PatientStories .Image10Sec img {
        height: 100%;
        min-height: min(88vh, 720px);
        object-fit: cover
    }

    .PatientStories .overlayArea {
        position: relative;
        z-index: 1;
        min-height: min(88vh, 720px);
        height: auto;
        display: flex;
        align-items: flex-end;
        padding: 1.25rem 0 max(5.5rem, calc(1.75rem + env(safe-area-inset-bottom, 0px)));
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(0, 77, 0, 0.2) 0%, rgba(0, 77, 0, 0.55) 35%, rgba(0, 77, 0, 0.88) 100%);
        filter: none
    }

    .PatientStories .PatientContent {
        padding-top: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 0;
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 2
    }

    .PatientStories .PatientContent h2 {
        font-size: 26px;
        line-height: 1.25;
        margin-top: 0;
        margin-bottom: 12px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35)
    }

    .PatientStories .PatientContent h5 {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 10px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35)
    }

    .PatientStories .PatientContent p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 18px;
        padding-right: 0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35)
    }

    .PatientStories .PatientContent a.btn-general,
    .PatientStorie .PatientContent a.btn-general {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 12px 18px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        text-align: center;
        background-color: #009857 !important;
        border: 1px solid #009857 !important;
        color: #fff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25)
    }

    .PatientStories .PatientContent a.btn-general:hover,
    .PatientStorie .PatientContent a.btn-general:hover {
        background-color: #005d00 !important;
        border-color: #005d00 !important;
        color: #fff !important
    }

    .PatientContent .btn-white-blue-border {
        padding: 9px 55px;
        font-size: 14px
    }

    .videoHoldingArea {
        height: 480px
    }

    .topMargin {
        margin-top: 0
    }
}

@media(max-width:320px) {
    .PatientStories .overlayArea {
        padding-left: 8px;
        padding-right: 8px
    }

    .PatientStories .PatientContent {
        padding-left: 8px;
        padding-right: 8px
    }
}

.AboutSection {
    background-color: #fafafa;
    overflow: hidden;
    padding: 100px 0 10px 0;
    position: relative
}

.AboutSectionWhite {
    background-color: #fff;
    overflow: hidden;
    padding: 100px 0 70px 0;
    position: relative
}

.AboutContentContainer {
    padding-right: 40px;
    position: relative;
    z-index: 100
}

.AboutContentContainer h1 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: 400px
}

.AboutContentContainer p {
    font-size: 20px;
    line-height: 30px;
    color: #4b4b45;
    font-weight: 400;
    padding: 0;
    margin: 0 76px 50px 0
}

.AboutContentContainer ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
    list-style-position: outside
}

.AboutContentContainer ul li {
    font-size: 20px;
    line-height: 32px;
    color: #4b4b45
}

.AboutIconArea {
    padding-right: 30px
}

.AboutIconArea .IconCircle {
    width: 90px;
    height: 90px;
    background-color: #cce4cb;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 25px
}

.AboutIconArea .IconCircle span {
    font-size: 40px;
    line-height: 90px
}

#iibjre {
    display: inline-block;
    width: 100px
}

.AboutIconArea p {
    font-size: 18px;
    color: #4b4b45;
    line-height: 26px;
    font-weight: 400;
    margin: 0 30px 0 0;
    padding: 0
}

.AboutIconArea p a {
    color: #009857
}

.AboutSlider .container {
    width: 1320px;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 0
}

.AboutSlider .slick-slide {
    opacity: 1 !important
}

.AboutSliderItem {
    height: 550px;
    border-radius: 10px;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    width: 410px !important
}

.AboutSliderItem.active {
    padding: 92px 55px 44px 56px
}

.AboutSliderItem.active h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.AboutSliderItem.active p {
    margin: 25px 0 50px 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    min-height: 160px
}

.AboutSliderItem.active .btn-white-blue-border {
    padding: 9px 55px 9px 56px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px
}

.AboutSliderItem.active:hover .btn-white-blue-border {
    border: 1px solid #fff
}

.AboutSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 228px
}

.AboutSliderItem .SliderContainerArea {
    padding: 25px 24.3px 44px 40px
}

.AboutSliderItem .SliderContainerArea h2 {
    font-size: 24px;
    line-height: 32px;
    color: #4b4b45;
    font-weight: 700;
    min-height: 70px
}

.AboutSliderItem .SliderContainerArea p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    font-weight: 400;
    margin: 25px 0 20px 0;
    min-height: 80px
}

.AboutSliderItem .SliderContainerArea .btn-green {
    padding: 9px 55px 9px 56px;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.AboutSlider .slick-prev {
    left: -65px
}

.AboutSlider .slick-next {
    right: -250px
}

.AboutSlider .slick-dots {
    display: none !important
}

@media(min-width:1700px) and (max-width:1800px) {
    .AboutSlider .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .AboutSlider .slick-prev {
        left: -60px !important
    }

    .AboutSlider .slick-next {
        right: -60px !important
    }

    .AboutSliderItem {
        height: 500px;
        width: 370px !important
    }

    .AboutSliderItem .SliderContainerArea p {
        margin: 5px 0 20px 0
    }

    .AboutSliderItem.active p {
        margin: 25px 0 18px 0
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .AboutContentContainer p {
        margin: 0 0 50px 0;
        font-size: 18px
    }

    .AboutIconArea {
        padding-right: 0
    }

    .AboutIconArea p {
        font-size: 16px;
        line-height: 20px
    }

    .AboutSlider .slick-prev {
        left: -50px !important
    }

    .AboutSlider .slick-next {
        right: -20px !important
    }

    .AboutSliderItem {
        height: 500px;
        width: 360px !important
    }

    .AboutSliderItem.active {
        padding: 77px 55px 44px 56px
    }

    .AboutSliderItem.active p {
        margin: 25px 0 20px 0
    }

    .AboutSliderItem .SliderContainerArea h2 {
        min-height: 65px
    }

    .AboutSliderItem .SliderContainerArea p {
        margin-bottom: 10px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .AboutSection {
        padding: 60px 0
    }

    .AboutSectionWhite {
        padding: 60px 0
    }

    .AboutSliderItem.active p {
        margin: 25px 0 0 0
    }

    .AboutContentContainer p {
        margin: 0 0 40px 0;
        font-size: 18px
    }

    .AboutIconArea {
        padding-right: 0
    }

    .AboutIconArea p {
        font-size: 16px;
        line-height: 20px
    }

    .AboutSliderItem.active {
        padding: 50px
    }

    .AboutSlider .slick-prev {
        left: -50px !important
    }

    .AboutSlider .slick-next {
        right: -20px !important
    }

    .AboutSliderItem {
        height: 480px;
        width: 300px !important
    }

    .AboutSliderItem .SliderContainerArea h2 {
        font-size: 20px;
        line-height: 25px;
        min-height: 50px
    }

    .AboutSliderItem .SliderContainerArea p {
        margin: 10px 0 20px 0
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .AboutSection {
        padding: 50px 0
    }

    .AboutSectionWhite {
        padding: 50px 0
    }

    .AboutIconArea {
        padding-right: 0
    }

    .AboutContentContainer h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .AboutContentContainer p {
        margin: 0 0 50px 0;
        font-size: 18px
    }

    .AboutIconArea p {
        font-size: 14px;
        line-height: 20px
    }

    .AboutSlider .slick-prev {
        left: -50px !important
    }

    .AboutSlider .slick-next {
        right: -20px !important
    }

    .AboutSliderItem {
        height: 450px;
        width: 300px !important
    }

    .AboutSliderItem.active {
        padding: 50px
    }

    .AboutSliderItem.active h2 {
        font-size: 25px;
        line-height: 32px
    }

    .AboutSliderItem .SliderContainerArea h2 {
        font-size: 20px;
        line-height: 24px;
        min-height: 45px
    }

    .AboutSliderItem .SliderContainerArea p {
        margin: 10px 0 10px 0;
        font-size: 14px;
        min-height: 70px;
        line-height: 22px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .AboutSection {
        padding: 50px 0
    }

    .AboutSectionWhite {
        padding: 50px 0
    }

    .AboutIconArea {
        padding-right: 0
    }

    .AboutContentContainer h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .AboutContentContainer p {
        margin: 0 0 50px 0;
        font-size: 18px
    }

    .AboutIconArea p {
        font-size: 14px;
        line-height: 20px
    }

    .AboutSlider .slick-prev {
        left: -50px !important
    }

    .AboutSlider .slick-next {
        right: -20px !important
    }

    .AboutSliderItem {
        height: 460px;
        width: 300px !important
    }

    .AboutSliderItem.active {
        padding: 50px
    }

    .AboutSliderItem.active h2 {
        font-size: 25px;
        line-height: 32px
    }

    .AboutSliderItem .SliderContainerArea h2 {
        font-size: 20px;
        line-height: 24px;
        min-height: 45px
    }

    .AboutSliderItem .SliderContainerArea p {
        margin: 10px 0 10px 0;
        font-size: 14px;
        min-height: 70px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .AboutSection {
        padding: 50px 0
    }

    .AboutSectionWhite {
        padding: 50px 0
    }

    .AboutContentContainer h1 {
        font-size: 36px;
        line-height: 40px
    }

    .AboutContentContainer p {
        margin-bottom: 50px
    }

    .AboutIconArea {
        padding-right: 0
    }

    .AboutSlider .slick-prev {
        left: -20px
    }

    .AboutSlider .slick-next {
        right: -20px
    }

    .AboutSliderItem {
        height: 470px;
        width: 320px !important
    }

    .AboutSliderItem.active {
        padding: 50px
    }

    .AboutSliderItem.active h2 {
        font-size: 28px;
        line-height: 48px
    }

    .AboutSliderItem.active p {
        margin-bottom: 20px
    }

    .AboutSliderItem .SliderContainerArea h2 {
        font-size: 20px;
        min-height: 30px
    }

    .AboutSliderItem .SliderContainerArea p {
        min-height: 70px;
        margin-top: 23px
    }

    .AboutSlider .slick-slide.slick-active {
        opacity: 1
    }
}

@media(max-width:767px) {
    .AboutSection {
        padding: 40px 10px
    }

    .AboutSectionWhite {
        padding: 40px 0
    }

    .AboutContentContainer {
        padding-right: 0
    }

    .AboutContentContainer h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        width: 240px
    }

    .AboutContentContainer p {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        margin-bottom: 20px
    }

    .AboutContentContainer ul li {
        font-size: 14px;
        line-height: 22px
    }

    .AboutIconArea {
        padding-right: 0;
        overflow: hidden
    }

    .AboutIconArea .IconCircle {
        float: left;
        width: 70px;
        height: 70px
    }

    .AboutIconArea .IconCircle span {
        font-size: 45px;
        line-height: 70px
    }

    .AboutIconArea p {
        width: 60%;
        padding-left: 20px;
        margin: 0;
        float: left;
        padding-top: 12px;
        font-size: 16px
    }

    .AboutSlider {
        margin-top: 40px
    }

    .AboutSlider .slick-dots {
        display: block !important
    }

    .AboutSliderItem {
        height: 280px;
        width: 245px !important;
        box-shadow: 0 10px 10px 0 rgba(190, 190, 205, .5)
    }

    .AboutSliderItem.active {
        background-color: #009857;
        padding: 45px 30px 25px 30px;
        text-align: center
    }

    .AboutSliderItem.active h2 {
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: left
    }

    .AboutSliderItem.active p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
        margin-bottom: 42px;
        text-align: left;
        min-height: 68px;
        overflow: hidden
    }

    .AboutSliderItem.active .btn-white-blue-border {
        padding: 0 58px;
        font-size: 12px;
        line-height: 45px;
        height: 45px;
        width: 180px
    }

    .AboutSliderItem .SliderContainerArea {
        padding: 18px 24px
    }

    .AboutSliderItem .SliderContainerArea h2 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
        min-height: 50px;
        overflow: hidden
    }

    .AboutSliderItem .SliderContainerArea p {
        display: none
    }

    .AboutSliderItem .SliderContainerArea .btn-green {
        padding: 0 41px;
        background-color: #fff;
        border: 1px solid #009857;
        color: #009857;
        font-size: 12px;
        line-height: 45px;
        height: 45px;
        width: 180px
    }

    .AboutSlider .slick-dots li {
        width: 33.33%
    }

    .AboutSlider .slick-dots li button,
    .AboutSlider .slick-dots li button:before {
        width: 100% !important
    }

    .AboutSliderItem img {
        height: 137px
    }
}

.SevicesSection {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.SevicesSection h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    margin-bottom: 64px
}

.ServiceSliderItem {
    width: 300px !important;
    border-radius: 10px;
    position: relative
}

.ServiceSliderItem img {
    width: 100% !important;
    border-radius: 10px
}

.ServiceContentArea {
    padding: 30px 30px 55px 30px
}

.ServiceContentArea h3 {
    font-size: 24px;
    line-height: 33px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    font-weight: 600
}

.ServiceContentArea p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    height: 120px;
    overflow: hidden
}

.ServiceImgArea {
    position: relative;
    display: flex;
    height: 220px
}

.ServiceImgArea img {
    width: 100%;
    border-radius: 0 0 10px 10px;
    object-fit: cover
}

.ServiceImgArea .ServiceIconArea {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    background-color: #edf4fa;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #009857
}

.ServiceIconArea .icon {
    font-size: 40px;
    line-height: 80px
}

.ServiceFullContainer {
    padding: 30px
}

.ServiceIconSection {
    margin-bottom: 10px
}

.ServiceIconSection .ServiceIconArea {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #edf4fa;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    color: #009857
}

.ServiceIconSection .ServiceIconArea .icon {
    line-height: 58px;
    font-size: 30px
}

.ServiceFullContainer h3 {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 66px
}

.ServiceList {
    height: 218px;
    margin-bottom: 18px;
    overflow-y: scroll
}

.ServiceList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: transparent
}

.ServiceList::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.ServiceList::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 5px
}

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

.ServiceList ul li a {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    text-decoration: none;
    text-align: left;
    padding: 0;
    line-height: 30px
}

.ServiceList ul li a:hover {
    opacity: 1
}

.ServiceFullContainer a {
    display: block;
    text-align: center;
    padding: 9px 0;
    font-size: 13px;
    line-height: 22px
}

.ServiceFullImgContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .03) 44%, rgba(75, 75, 69, 1) 79%, rgba(75, 75, 69, 1) 83%);
    background: -webkit-linear-gradient(top, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .03) 44%, rgba(75, 75, 69, 1) 79%, rgba(75, 75, 69, 1) 83%);
    background: linear-gradient(to bottom, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .03) 44%, rgba(75, 75, 69, 1) 79%, rgba(75, 75, 69, 1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b4b45', endColorstr='#4b4b45', GradientType=0);
    border-radius: 10px
}

.ServiceFullImgContainer h5 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700
}

.ServiceSlider .slick-active {
    opacity: 1
}

.ServiceSlider .slick-dots {
    display: none !important
}

.ServiceOverlayContent {
    display: none;
    border-radius: 10px
}

.ServiceSliderItem.bg-grey:hover .ServiceInitialContent {
    display: none
}

.ServiceSliderItem.bg-grey:hover .ServiceOverlayContent {
    display: block
}

.ServiceFullContainer .btn-white-blue-border:hover {
    border: 1px solid #fff
}

@media(min-width:1200px) and (max-width:1376px) {
    .SevicesSection {
        padding: 50px 0
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .SevicesSection {
        padding: 40px 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SevicesSection {
        padding: 40px 0
    }

    .SevicesSection h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .ServiceSlider .slick-prev {
        left: -20px
    }

    .ServiceSlider .slick-next {
        right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .SevicesSection {
        padding: 40px 0
    }

    .SevicesSection h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .ServiceSlider .slick-prev {
        left: -20px
    }

    .ServiceSlider .slick-next {
        right: 20px
    }
}

@media(max-width:767px) {
    .SevicesSection {
        padding: 40px 0
    }

    .ServiceSlider .slick-slide {
        opacity: 1 !important
    }

    .ServiceSliderItem {
        width: 241px !important;
        height: auto
    }

    .ServiceContentArea {
        padding: 22px 22px 70px 22px
    }

    .SevicesSection h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .ServiceContentArea h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        padding-right: 20px;
        height: 35px
    }

    .ServiceContentArea p {
        font-size: 12px;
        line-height: 24px
    }

    .ServiceImgArea {
        height: 155px
    }

    .ServiceImgArea .ServiceIconArea {
        width: 56px;
        height: 56px;
        position: absolute;
        top: -28px;
        left: 50%;
        margin-left: -28px;
        border-radius: 50%;
        background-color: #edf4fa;
        text-align: center;
        line-height: 60px;
        font-size: 21px
    }

    .ServiceFullContainer h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        min-height: 26px
    }

    .ServiceIconSection .ServiceIconArea {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 14px
    }

    .ServiceIconArea .icon {
        line-height: 60px;
        font-size: 22px
    }

    .ServiceIconSection .ServiceIconArea .icon {
        line-height: 45px
    }

    .ServiceList {
        height: 211px
    }

    .ServiceList ul li a {
        font-size: 12px;
        line-height: 26px
    }

    .ServiceSlider .slick-dots {
        display: block !important
    }
}

.ClinicalNewsletterSection {
    padding: 80px 0;
    background-color: #edf4fa;
    text-align: center;
    z-index: 100;
    position: relative
}

.ClinicalNewsletterSection h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 700
}

.ClinicalNewsletterSection p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: 400
}

.ClinicalNewsletterSection .col-12 {
    position: relative;
    max-width: 1320px;
    margin: 0 auto
}

.ClinicalNewsletterSection input[type="text"],
.ClinicalNewsletterSection input[type="email"] {
    padding: 18px 15px;
    width: 100%;
    margin-bottom: 30px
}

.ClinicalNewsletterSection .btn-blue {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px
}

@media(max-width:767px) {
    .ClinicalNewsletterSection {
        padding: 30px 20px
    }

    .ClinicalNewsletterSection h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .ClinicalNewsletterSection p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 30px
    }

    .ClinicalNewsletterSection input[type="text"],
    .ClinicalNewsletterSection input[type="email"] {
        padding: 13px 10px;
        margin-bottom: 15px
    }

    .ClinicalNewsletterSection .btn-blue {
        margin-top: 20px
    }
}

.InsurancePartnerSection {
    padding: 76px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.InsuranceContentArea {
    position: relative;
    z-index: 100
}

.InsuranceContentArea h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    width: 390px
}

.InsuranceContentArea p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #4b4b45;
    padding: 0;
    margin: 25px 0 50px 0
}

.InsuranceContentArea .btn-blue {
    font-size: 18px;
    padding: 14px 54px
}

.MobileButtonArea {
    display: none
}

.InsuranceSliderItem {
    width: 300px !important;
    height: 178px;
    background-color: #f7f7f7;
    border-radius: 7px;
    line-height: 178px;
    text-align: center;
    position: relative;
    padding: 0
}

.InsuranceSliderItem img {
    display: inherit !important;
    border-radius: 5px
}

.InsurancePartnerSection .slick-slide {
    opacity: 1 !important
}

.InsuranceSliderItem .overlayContent {
    background-color: #4b4b45;
    position: absolute;
    height: 178px;
    width: 100%;
    border-radius: 7px;
    left: 0;
    top: 0;
    padding: 15px 30px 25px 30px;
    line-height: 22px;
    text-align: left;
    opacity: 0;
    padding-top: 30px;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.InsuranceSliderItem .overlayContent h5 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    padding: 0
}

.InsuranceSliderItem .overlayContent ul {
    margin: 5px 0 15px 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside
}

.InsuranceSliderItem .overlayContent ul li {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.InsuranceSliderItem .overlayContent a {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.InsuranceSliderItem .overlayContent a:after {
    content: "";
    font-family: 'ccadicon' !important;
    margin-left: 10px;
    font-size: 7px
}

.InsuranceSliderItem:hover .overlayContent {
    display: block;
    cursor: pointer;
    opacity: 1;
    padding-top: 15px;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.InsuranceSlider .slick-dots {
    bottom: -20px;
    left: 17%
}

.InsuranceSlider .slick-next {
    right: -225px
}

@media(min-width:1076px) and (max-width:1200px) {

    .InsuranceSlider .slick-dots li button,
    .InsuranceSlider .slick-dots li {
        width: 35px
    }

    .InsuranceSlider .slick-dots li button:before {
        width: 35px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .MobileButtonArea {
        display: none
    }

    .InsuranceSlider .slick-dots li button,
    .InsuranceSlider .slick-dots li {
        width: 30px
    }

    .InsuranceSlider .slick-dots li button:before {
        width: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .InsurancePartnerSection {
        padding: 50px 0
    }

    .InsuranceSlider {
        margin-top: 30px;
        margin-bottom: 50px !important
    }

    .InsuranceSliderItem {
        width: 100% !important;
        margin-bottom: 30px;
        padding: 0 44px
    }

    .InsuranceContentArea p {
        margin-bottom: 0
    }

    .InsuranceContentArea .btn-general {
        display: none
    }

    .MobileButtonArea {
        text-align: center;
        padding-top: 20px;
        display: block
    }

    .MobileButtonArea .btn-general {
        font-size: 18px;
        padding: 14px 54px
    }

    .InsuranceSlider .slick-dots {
        left: 0%
    }
}

@media(max-width:767px) {
    .InsurancePartnerSection {
        padding: 40px 10px 120px 10px;
        position: relative;
        margin-top: -1px;
        height: 250px;

    }

    .InsuranceContentArea {
        position: unset
    }

    .InsuranceContentArea h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        padding: 0
    }

    .InsuranceContentArea p {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px
    }

    .InsuranceContentArea a.btn-general {
        position: absolute;
        bottom: 50px;
        font-size: 13px;
        padding: 0;
        left: 50%;
        width: 245px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        margin-left: -120px
    }

    .InsurancePartnerSection .InsuranceSlider .slick-list {
        padding: 0 0
    }

    .InsuranceSliderItem {
        width: 150px !important;
        height: 120px !important;
        margin-bottom: 26px;
        line-height: 120px;
        padding: 0 11px
    }

    .InsuranceSliderItem img {
        width: 100% !important
    }

    .InsuranceSliderItem .overlayContent {
        height: 100%;
        padding: 10px
    }

    .InsuranceSliderItem .overlayContent h5 {
        font-size: 14px;
        line-height: 12px
    }

    .InsuranceSliderItem .overlayContent ul {
        margin: 8px 0
    }

    .InsuranceSliderItem .overlayContent ul li {
        font-size: 11px;
        line-height: 16px
    }

    .InsuranceSlider .slick-dots {
        bottom: -24px;
        left: 0
    }

    .InsuranceSlider .slick-dots li {
        width: 20%
    }

    .InsuranceSlider .slick-dots li button,
    .InsuranceSlider .slick-dots li button:before {
        width: 100%
    }
}

@media(max-width:320px) {
    .InsuranceSliderItem {
        width: 140px !important
    }

    .InsuranceSliderItem .overlayContent ul li {
        font-size: 10px
    }
}

.ExpertQuestionSection {
    padding: 100px 0;
    overflow: hidden;
    background-color: #edf4fa;
    position: relative
}

.ExpertQuestionSection h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    margin-bottom: 27px
}

.ExpertQuestionSection p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px 0
}

.ExpertSliderItem {
    width: 410px !important;
    position: relative
}

.ExpertSliderItem img {
    border-radius: 10px;
    width: 100% !important
}

.ExpertSliderItem a.ExpertPlayButton {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 25px;
    padding-left: 10px;
    text-decoration: none;
    top: 114px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center
}

.ExpertSliderItem p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 400;
    margin: 24px 0 0 0;
    padding: 0
}

.ExpertSlider .slick-active {
    opacity: 1
}

.ExpertSlider .slick-dots {
    display: none !important
}

.ExpertSlider .slick-prev {
    left: -250px
}

.ExpertSlider .slick-next {
    right: -250px
}

.AskExpertArea {
    margin-top: 50px
}

.AskExpertArea h5 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0
}

.AskExpertInputArea input[type="text"] {
    padding: 18px 15px;
    display: inline-block;
    width: 79%
}

.AskExpertInputArea .btn-green {
    display: inline-block;
    margin-left: 20px;
    width: 247px;
    padding: 18px 0;
    font-size: 18px
}

.ExpertSliderItem:hover img {
    display: none
}

.ExpertSliderItem:hover .SmallVideoArea {
    display: block
}

.ExpertSliderItem:hover .ExpertPlayButton {
    display: none
}

.SmallVideoArea {
    display: none
}

.SmallVideoArea iframe {
    border: 0;
    border-radius: 10px;
    width: 100%;
    height: 228px;
    display: block
}

.AllQuestionButton {
    text-align: center;
    margin-top: 30px
}

.AllQuestionButton .btn-general {
    padding: 14px 67px;
    font-size: 18px;
    line-height: 28px
}

.ExpertQuestionSection .modal-dialog {
    max-width: 90%
}

.ExpertQuestionSection .modal-dialog .modal-body iframe {
    width: 100%;
    height: 800px;
    display: block
}

@media(min-width:1700px) and (max-width:1800px) {
    .ExpertSlider .slick-prev {
        right: -190px
    }

    .ExpertSlider .slick-next {
        left: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .ExpertSlider .slick-prev {
        left: -90px
    }

    .ExpertSlider .slick-next {
        right: -90px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .ExpertSlider .slick-prev {
        left: -20px
    }

    .ExpertSlider .slick-next {
        right: -20px
    }

    .AskExpertInputArea .btn-green {
        width: 18%
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .ExpertQuestionSection {
        padding: 40px 0
    }

    .ExpertSlider .slick-prev {
        left: -20px
    }

    .ExpertSlider .slick-next {
        right: -20px
    }

    .AskExpertInputArea .btn-green {
        width: 20%
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .ExpertQuestionSection {
        padding: 40px 0
    }

    .ExpertSliderItem {
        width: 310px !important
    }

    .ExpertSliderItem a.ExpertPlayButton {
        top: 35%
    }

    .ExpertSlider .slick-prev {
        left: -20px
    }

    .ExpertSlider .slick-next {
        right: -20px
    }

    .AskExpertInputArea .btn-green {
        width: 26%
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .ExpertQuestionSection {
        padding: 40px 0
    }

    .ExpertSliderItem {
        width: 310px !important
    }

    .ExpertSlider .slick-prev,
    .ExpertSlider .slick-next {
        top: 33%
    }

    .ExpertSliderItem a.ExpertPlayButton {
        top: 35%
    }

    .ExpertSlider .slick-prev {
        left: -20px
    }

    .ExpertSlider .slick-next {
        right: -20px
    }

    .AskExpertArea {
        margin-top: 30px
    }

    .AskExpertInputArea input[type="text"] {
        width: 70%
    }

    .AskExpertInputArea .btn-green {
        width: 26%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ExpertQuestionSection {
        padding: 40px 0
    }

    .ExpertQuestionSection h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .ExpertQuestionSection p {
        padding-bottom: 20px
    }

    .ExpertSliderItem {
        width: 310px !important
    }

    .ExpertSlider .slick-prev,
    .ExpertSlider .slick-next {
        top: 33%
    }

    .ExpertSliderItem a.ExpertPlayButton {
        top: 35%
    }

    .ExpertSlider .slick-prev {
        left: -20px
    }

    .ExpertSlider .slick-next {
        right: -20px
    }

    .AskExpertInputArea input[type="text"] {
        width: 70%
    }

    .AskExpertInputArea .btn-green {
        width: 26%
    }
}

@media(max-width:767px) {
    .ExpertQuestionSection {
        padding: 40px 0
    }

    .ExpertQuestionSection h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .ExpertSliderItem {
        width: 244px !important
    }

    .ExpertSliderItem img {
        height: 136px
    }

    .SmallVideoArea iframe {
        height: 136px
    }

    .ExpertSliderItem a.ExpertPlayButton {
        width: 36px;
        height: 36px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 5px;
        top: 68px;
        margin-left: -18px;
        margin-top: -18px;
        border-radius: 50%;
        text-align: center
    }

    .ExpertSliderItem p {
        font-size: 12px;
        line-height: 22px;
        margin: 20px 0 0 0
    }

    .AskExpertArea {
        margin-top: 20px
    }

    .ExpertSlider .slick-dots {
        display: block !important
    }

    .AskExpertArea h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .AskExpertInputArea input[type="text"] {
        width: 100%;
        margin-bottom: 30px
    }

    .AskExpertInputArea .btn-green {
        width: 80%;
        margin-left: 35px
    }

    .ExpertSlider .slick-dots li,
    .ExpertSlider .slick-dots li button,
    .ExpertSlider .slick-dots li button:before {
        width: 40px !important
    }
}

.NewsMoreSection {
    background-color: #fafafa;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.NewsMoreSliderItem {
    width: 410px !important;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    min-height: 620px;
    position: relative;
    margin-top: 0;
    transition: all 600ms cubic-bezier(.22, .61, .35, 1)
}

.NewsMoreSliderItem:hover {
    margin-top: -30px;
    transition: all 600ms cubic-bezier(.22, .61, .35, 1)
}

.tab_content .NewsMoreSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
    margin-bottom: 0;
    height: 240px;
    object-fit: cover
}

.NewsMoreSliderItem .category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 100;
    background-color: #384d5f;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.NewsMoreSliderItem .ShareIcon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #4b4b45;
    border-radius: 50%;
    background-color: #d3dee8;
    font-size: 12px
}

.NewsMoreSliderItem .NewsSliderContent {
    padding: 30px;
    min-height: 410px
}

.NewsSliderContent span {
    font-size: 13px;
    color: #7b7d83;
    display: block;
    margin-bottom: 6px
}

.NewsMoreSection .tab_content .NewsSliderContent h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    min-height: 58px
}

.NewsSliderContent p {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b45;
    padding: 0;
    margin: 0 0 35px 0;
    min-height: 66px
}

.NewsSliderContent a.btn-general {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px
}

.NewsSliderContent.Events span {
    display: none
}

.NewsSliderContent.Events p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    min-height: initial
}

.NewsSliderContent.Events p span {
    display: inline-block;
    font-size: 18px;
    color: #4b4b45;
    padding-right: 18px;
    margin-bottom: 0;
    position: relative;
    top: 2px
}

.NewsSliderContent.Events p span.icon-events {
    font-size: 22px
}

.SliderSocialContent {
    border-top: 1px solid #c6c8c8;
    overflow: hidden;
    padding: 25px 0 0 0
}

.SliderSocialContent .LeftContent {
    float: left;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 700
}

.SliderSocialContent .RightContent {
    float: right
}

.SliderSocialContent .RightContent span {
    display: inline-block;
    text-decoration: none;
    margin-left: 15px;
    font-size: 12px;
    cursor: pointer
}

.SliderSocialContent .RightContent span:hover {
    color: #009857
}

.NewsMoreSection .NewsContent h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 700;
    text-align: left
}

.NewsContent p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #4b4b45
}

.NewsTabLinkArea {
    background-color: #f0efef;
    padding: 10px;
    border-radius: 4px;
    margin-top: 25px
}

.NewsTabLinkArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex
}

.NewsTabLinkArea ul li {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    z-index: 101;
    cursor: pointer
}

.NewsTabLinkArea ul li.active {
    color: #fff
}

.NewsTabLinkArea ul.tabs {
    position: relative
}

.NewsTabLinkArea ul.tabs .line {
    height: 41px;
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 500ms cubic-bezier(.64, .04, .35, 1);
    background-color: #009857;
    z-index: 100
}

.NewsTabLinkArea ul.tabs li:nth-child(1).active~.line {
    left: 0%
}

.NewsTabLinkArea ul.tabs li:nth-child(2).active~.line {
    left: 25%
}

.NewsTabLinkArea ul.tabs li:nth-child(3).active~.line {
    left: 50%
}

.NewsTabLinkArea ul.tabs li:nth-child(4).active~.line {
    left: 75%
}

.NewsSlider {
    margin: 30px 0
}

.NewsSlider .slick-active {
    opacity: 1
}

.NewsMoreSection .ButtonArea {
    text-align: center;
    margin-top: 80px
}

.NewsMoreSection .ButtonArea .btn-blue {
    padding: 14px 55px;
    font-size: 18px
}

.NewsMoreSection .slick-prev {
    left: -250px
}

.NewsMoreSection .slick-next {
    right: -250px
}

@media(min-width:1700px) and (max-width:1800px) {
    .NewsMoreSection .slick-prev {
        left: -190px
    }

    .NewsMoreSection .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .NewsMoreSection {
        padding: 70px 0
    }

    .NewsMoreSection .slick-prev {
        left: -80px
    }

    .NewsMoreSection .slick-next {
        right: -80px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .NewsMoreSection {
        padding: 50px 0
    }

    .NewsTabLinkArea {
        margin-top: 50px
    }

    .NewsMoreSection .slick-prev {
        left: -20px
    }

    .NewsMoreSection .slick-next {
        right: -20px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .NewsMoreSection {
        padding: 50px 0
    }

    .NewsTabLinkArea {
        margin-top: 50px
    }

    .NewsMoreSection .slick-prev {
        left: -20px
    }

    .NewsMoreSection .slick-next {
        right: -20px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .NewsMoreSection {
        padding: 50px 0
    }

    .NewsContent h2 {
        font-size: 45px;
        line-height: normal;
        margin: 0 0 20px 0
    }

    .NewsTabLinkArea {
        margin-top: 50px
    }

    .NewsMoreSection .slick-prev {
        left: -20px
    }

    .NewsMoreSection .slick-next {
        right: -20px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .NewsMoreSection {
        padding: 50px 0
    }

    .NewsContent h2 {
        font-size: 45px;
        line-height: normal;
        margin: 0 0 20px 0
    }

    .NewsTabLinkArea {
        margin-top: 50px
    }

    .NewsMoreSection .slick-prev {
        left: -20px
    }

    .NewsMoreSection .slick-next {
        right: -20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .NewsMoreSection {
        padding: 50px 0
    }

    .NewsMoreSliderItem {
        min-height: 550px;
        width: 320px !important
    }

    .NewsMoreSection .slick-prev {
        left: -25px
    }

    .NewsMoreSection .slick-next {
        right: -25px
    }

    .NewsSliderContent a.btn-general {
        margin-bottom: 0
    }

    .NewsMoreSection .slick-dots {
        bottom: -55px
    }

    .NewsMoreSection .slick-dots li {
        width: 25px
    }
}

@media(max-width:767px) {
    .NewsMoreSection {
        padding: 40px 10px
    }

    .NewsContent h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0
    }

    .NewsContent p {
        margin: 15px 70px 15px 0;
        font-size: 14px;
        line-height: 22px
    }

    .NewsTabLinkArea {
        margin: 0;
        display: none
    }

    .NewsSlider {
        margin: 0 0
    }

    .NewsSlider.slider {
        margin-left: 0
    }

    .NewsMoreSliderItem {
        width: 270px !important;
        min-height: 232px
    }

    .NewsMoreSliderItem:hover {
        margin-top: 0;
        transition: none
    }

    .NewsMoreSliderItem .ShareIcon {
        display: block !important
    }

    .NewsMoreSliderItem .NewsSliderContent {
        padding: 19px;
        min-height: 110px
    }

    .NewsSliderContent p,
    .NewsSliderContent a.btn-general,
    .SliderSocialContent {
        display: none
    }

    .NewsMoreSection .tab_content .NewsSliderContent h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        min-height: 36px
    }

    .NewsSliderContent.Events span {
        display: block
    }

    .NewsMoreSection .ButtonArea {
        margin-top: 0
    }

    .NewsMoreSection .ButtonArea .btn-blue {
        padding: 6px 0;
        font-size: 14px;
        line-height: 28px;
        width: 245px
    }

    .NewsSlider .slick-dots {
        bottom: -50px
    }

    .NewsSlider .slick-dots li {
        width: 18px
    }

    .NewsSlider .slick-dots li button,
    .NewsSlider .slick-dots li button:before {
        width: 100%
    }

    .tab_content .NewsMoreSliderItem img {
        height: 180px
    }
}

.CaresSliderSection {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    background-color: #fff
}

.CaresSliderSection .slick-slide {
    margin: 0 0
}

.CaresSliderSection .slick-prev {
    left: 55px
}

.CaresSliderSection .slick-next {
    right: 55px
}

.LargeSliderItem {
    position: relative;
    background-color: #fff
}

.CaresSlider.slick-slider {
    margin-bottom: 0
}

.CaresSlider .slick-slide img {
    width: 100%
}

.sliderOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(237, 244, 250, 1) 0%, rgba(225, 238, 248, 1) 11%, rgba(125, 185, 232, 0) 45%);
    background: -webkit-linear-gradient(left, rgba(237, 244, 250, 1) 0%, rgba(225, 238, 248, 1) 11%, rgba(125, 185, 232, 0) 45%);
    background: linear-gradient(to right, rgba(237, 244, 250, 1) 0%, rgba(225, 238, 248, 1) 11%, rgba(125, 185, 232, 0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4fa', endColorstr='#007db9e8', GradientType=1)
}

.LargeSliderContent {
    margin: 0;
    position: absolute;
    bottom: 50%;
    width: 40%
}

.LargeSliderContent h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 20px 20px 0;
    padding: 0
}

.LargeSliderContent p {
    font-size: 20px;
    font-weight: 400;
    color: #4b4b45;
    line-height: 30px;
    margin: 0 95px 50px 0;
    padding: 0
}

.LargeSliderContent .btn-blue {
    padding: 14px 64px;
    font-size: 18px;
    line-height: 28px
}

.CaresSlider .slick-dots {
    display: none
}

@media(min-width:1470px) and (max-width:1650px) {
    .LargeSliderContent {
        padding-left: 60px
    }

    .LargeSliderContent p {
        margin: 0 0 50px 0
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .LargeSliderContent {
        padding-left: 60px;
        bottom: 20%;
        width: 54%
    }

    .LargeSliderContent h3 {
        font-size: 28px;
        margin-bottom: 10px
    }
}

@media(min-width:1200px) and (max-width:1375px) {
    .LargeSliderContent {
        padding-left: 70px;
        width: 60%;
        bottom: 15%
    }

    .LargeSliderContent h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .LargeSliderContent p {
        margin: 0 0 30px 0
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .LargeSliderContent {
        padding-left: 70px;
        width: 40%;
        bottom: 20%
    }

    .LargeSliderContent h3 {
        font-size: 25px;
        margin-bottom: 0
    }

    .LargeSliderContent p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px 0
    }

    .LargeSliderContent .btn-blue {
        padding: 10px 64px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .LargeSliderContent {
        padding-left: 80px;
        bottom: 15%;
        width: 70%
    }

    .LargeSliderContent h3 {
        font-size: 22px;
        margin-bottom: 0
    }

    .LargeSliderContent p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .LargeSliderContent .btn-blue {
        padding: 9px 37px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .CaresSlider .slick-slide img {
        height: 250px;
        object-fit: cover
    }

    .LargeSliderContent {
        padding-left: 40px;
        width: 70%;
        bottom: 40px
    }

    .LargeSliderContent h3 {
        font-size: 22px;
        margin-bottom: 0
    }

    .LargeSliderContent p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .LargeSliderContent .btn-blue {
        padding: 10px 30px
    }

    .CaresSliderSection .slick-prev {
        left: 20px
    }

    .CaresSliderSection .slick-next {
        right: 20px
    }
}

@media(max-width:767px) {
    .LargeSliderContent {
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        bottom: 70px
    }

    .sliderOverlay {
        background: -moz-linear-gradient(top, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 56%, rgba(237, 244, 250, 1) 0%);
        background: -webkit-linear-gradient(top, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 56%, rgba(237, 244, 250, 1) 0%);
        background: linear-gradient(to bottom, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 56%, rgba(237, 244, 250, 1) 0%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00edf4fa', endColorstr='#edf4fa', GradientType=0)
    }

    .LargeSliderItem {
        height: 455px
    }

    .LargeSliderContent h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .LargeSliderContent p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px 0
    }

    .LargeSliderContent .btn-blue {
        padding: 9px 70px;
        font-size: 12px;
        width: 200px;
        height: 45px
    }

    .CaresSlider .slick-dots {
        bottom: 30px;
        padding: 0 22px
    }

    .CaresSlider .slick-dots li {
        width: 15%;
        margin: 0
    }

    .CaresSlider .slick-dots li button,
    .CaresSlider .slick-dots li button:before {
        width: 100%
    }

    .CaresSlider.slider {
        margin-bottom: 0
    }
}

@media(max-width:320px) {
    .LargeSliderContent {
        margin: 110px 0 0 0
    }

    .sliderOverlay {
        background: -moz-linear-gradient(bottom, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 50%, rgba(237, 244, 250, 1) 0%);
        background: -webkit-linear-gradient(bottom, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 50%, rgba(237, 244, 250, 1) 0%);
        background: linear-gradient(to bottom, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 50%, rgba(237, 244, 250, 1) 0%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00edf4fa', endColorstr='#edf4fa', GradientType=0)
    }
}

.sideSlideImgArea {
    display: none
}

.sideSlider .sideSlideImgArea {
    display: block
}

.sideSlider .LargeSliderItem {
    display: block !important;
    height: 400px
}

.sideSlider .LargeSliderItem img {
    display: none
}

.sideSlider .LargeSliderItem .sideSlideImgArea img {
    display: block;
    border-radius: 5px
}

.sideSlider .LargeSliderItem .sliderOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 56%, rgba(237, 244, 250, 1) 0%);
    background: -webkit-linear-gradient(top, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 57%, rgba(237, 244, 250, 1) 0%);
    background: linear-gradient(to bottom, rgba(237, 244, 250, 0) 42%, rgba(237, 244, 250, 1) 56%, rgba(237, 244, 250, 1) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00edf4fa', endColorstr='#edf4fa', GradientType=0);
    border-radius: 5px
}

.sideSlider .LargeSliderItem .sliderOverlay .col-xxl-5 {
    width: 100%
}

.sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 45px;
    width: 100%
}

.sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0
}

.sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent p {
    display: none
}

.sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent .btn-blue {
    width: 160px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600
}

.sideSlider .slick-prev,
.sideSlider .slick-next {
    display: none !important
}

.sideSlider .slick-dots {
    bottom: 10px
}

.sideSlider .slick-dots li {
    width: 8%
}

.sideSlider .slick-dots li button,
.sideSlider .slick-dots li button:before {
    width: 100%
}

.generic .sideSlider {
    margin-bottom: 30px
}

@media(min-width:1200px) and (max-width:1376px) {
    .sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent h3 {
        font-size: 20px;
        line-height: 26px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .sideSlider .LargeSliderItem {
        height: 300px
    }

    .sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent h3 {
        font-size: 16px;
        line-height: 22px
    }

    .sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent .btn-blue {
        height: 30px;
        line-height: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sideSlider .slick-dots {
        bottom: 40px
    }

    .sideSlider .LargeSliderItem .sliderOverlay .LargeSliderContent {
        bottom: 90px
    }
}

.SocialSection {
    background-color: #fafafa;
    padding: 55px 0;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.SocialSectionContent h2 {
    margin: 0 0 30px 0;
    padding: 0
}

.SocialSectionContent h2 a {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.SocialSectionContent h2 a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.SocialSectionContent p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #4b4b45
}

.socialLinks {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right
}

#shared-footer,
footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 82px
}

@media only screen and (max-width:70em) {

    #shared-footer,
    footer {
        margin-bottom: 96px
    }
}

body {
    padding-bottom: 110px
}

@media only screen and (max-width:70em) {
    body {
        padding-bottom: 125px
    }
}

.socialLinks li {
    display: inline-block;
    margin-left: 25px;
    font-size: 20px
}

.socialLinks li a {
    text-decoration: none;
    color: #7b7d83;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.socialLinks li a:hover {
    text-decoration: none;
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.SocialSlider {
    margin-top: 60px
}

.SocialSlider .slick-slide.slick-active {
    opacity: 1
}

.SocialMediaItem {
    width: 190px !important;
    height: 190px;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer
}

.SocialMediaItem img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover
}

.MediaOverlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    height: 100%;
    border-radius: 5px;
    background: -moz-linear-gradient(top, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .02) 44%, rgba(75, 75, 69, .89) 82%, rgba(75, 75, 69, 1) 87%);
    background: -webkit-linear-gradient(top, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .02) 44%, rgba(75, 75, 69, .89) 82%, rgba(75, 75, 69, 1) 87%);
    background: linear-gradient(to bottom, rgba(75, 75, 69, 0) 43%, rgba(75, 75, 69, .02) 44%, rgba(75, 75, 69, .89) 82%, rgba(75, 75, 69, 1) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b4b45', endColorstr='#4b4b45', GradientType=0)
}

.MediaOverlay .postName {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700
}

.MediaOverlay .icon {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #fff;
    font-size: 12px
}

.MediaHover {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 100;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 0 20px
}

.MediaHover .postIcon {
    font-size: 14px;
    color: #4b4b45;
    margin-bottom: 10px
}

.MediaHover .postTitle {
    margin-bottom: 10px
}

.MediaHover .postTitle a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #009857
}

.SocialMediaItem:hover .MediaHover {
    display: block
}

.MediaHover .postContent {
    font-size: 12px;
    color: #4b4b45;
    line-height: 18px
}

.postFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    width: 100%
}

.postFooter .postUserimage {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    height: auto;
    border-radius: 50%
}

.postFooter .postDate {
    font-size: 12px !important;
    margin-top: 0;
    opacity: .5;
    text-transform: uppercase
}

.postFooter .postShare {
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 14px;
    color: #2b2b2b;
    text-align: right;
    box-shadow: none
}

.postFooter .postShare a {
    display: inline-block;
    color: #2b2b2b;
    opacity: .5;
    transition: opacity .3s linear
}

.postFooter .postShare a i {
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top
}

.postFooter .postShare a i:before {
    margin: 0 0 0 5px
}

#curator-feed {
    margin-top: 60px
}

.crt-widget-carousel .crt-carousel-stage {
    overflow: inherit
}

.crt-grid-post {
    width: 190px !important;
    height: 190px;
    display: flex;
    margin: 0 15px
}

.crt-grid-post .crt-post-normal img {
    width: 100%;
    object-fit: cover;
    height: 190px;
    border-radius: 5px
}

.crt-grid-post-v2 .crt-post-hover {
    border-radius: 4px;
    padding: 4px
}

.crt-post-normal .crt-social-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(75, 75, 69, 0) 37.76%, #4b4b45 84.02%)
}

.crt-social-icon i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff !important
}

.crt-post-hover .crt-post-header {
    padding-top: 10px
}

.crt-post-hover .crt-post-header .crt-social-icon {
    margin-bottom: 0
}

.crt-postName {
    font-size: 11px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff
}

.crt-post-hover .crt-post-header .crt-social-icon i {
    color: #4b4b45 !important;
    position: relative;
    font-size: 14px;
    left: 0
}

.crt-post-hover .crt-post-fullname a,
.crt-post-hover .crt-post-content-text {
    font-size: 12px !important
}

.crt-panel-next,
.crt-panel-prev {
    background-color: rgba(75, 75, 69, 1)
}

.crt-panel-next:before {
    content: "";
    font-family: 'ccadicon' !important
}

.crt-panel-prev:before {
    content: "";
    font-family: 'ccadicon' !important
}

.crt-post-hover .crt-date {
    font-size: 12px !important
}

.SocialSlider .slick-prev {
    left: -250px
}

.SocialSlider .slick-next {
    right: -250px
}

@media(min-width:1700px) and (max-width:1800px) {
    .SocialSlider .slick-prev {
        left: -190px
    }

    .SocialSlider .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .SocialSlider .slick-prev {
        left: -130px
    }

    .SocialSlider .slick-next {
        right: -130px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .SocialSectionContent h2 {
        margin-bottom: 10px
    }

    .SocialSlider .slick-prev {
        left: -20px
    }

    .SocialSlider .slick-next {
        right: -20px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .SocialSectionContent h2 {
        margin-bottom: 10px
    }

    .SocialSlider .slick-prev {
        left: -20px
    }

    .SocialSlider .slick-next {
        right: -20px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .SocialSectionContent h2 {
        margin: 0
    }

    .SocialSectionContent h2 a {
        font-size: 38px
    }

    .socialLinks li:first-child {
        margin-left: 0
    }

    .SocialSectionContent p {
        font-size: 16px
    }

    .SocialSlider .slick-prev {
        left: -20px
    }

    .SocialSlider .slick-next {
        right: -20px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SocialSectionContent h2 {
        margin: 0
    }

    .SocialSectionContent h2 a {
        font-size: 38px
    }

    .socialLinks li:first-child {
        margin-left: 0
    }

    .SocialSectionContent p {
        font-size: 16px
    }

    .SocialSlider .slick-prev {
        left: -20px
    }

    .SocialSlider .slick-next {
        right: -20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .SocialSection {
        padding: 50px 0
    }

    .SocialSectionContent h2 {
        margin: 0
    }

    .SocialSectionContent h2 a {
        font-size: 38px
    }

    .socialLinks {
        margin-top: 15px;
        text-align: left
    }

    .socialLinks li {
        font-size: 16px
    }

    .socialLinks li:first-child {
        margin: 0
    }

    .SocialSlider .slick-prev {
        left: -25px
    }

    .SocialSlider .slick-next {
        right: -25px
    }
}

@media(max-width:767px) {
    .SocialSection {
        padding: 40px 0 100px 0;
        position: relative;
        margin-top: -7px
    }

    .SocialSectionContent h2 {
        margin-bottom: 0
    }

    .SocialSectionContent h2 a {
        font-size: 26px;
        line-height: 26px
    }

    .SocialSectionContent p {
        position: absolute;
        bottom: 35px;
        left: 0;
        font-size: 12px;
        text-align: center;
        width: 100%
    }

    .socialLinks {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important
    }

    .socialLinks li {
        display: inline-block;
        margin-left: 30px;
        font-size: 16px
    }

    .socialLinks li:first-child {
        margin-left: 0
    }

    .SocialSlider {
        margin-top: 30px
    }

    .SocialMediaItem {
        width: 158px !important;
        height: 158px;
        margin-bottom: 15px
    }

    .MediaOverlay .postName {
        font-size: 8px
    }

    .MediaHover {
        padding: 10px 10px 0 10px
    }

    .MediaHover .postTitle a {
        font-size: 11px
    }

    .MediaHover .postTitle {
        margin-bottom: 0
    }

    .MediaHover .postContent {
        font-size: 10px;
        line-height: 15px
    }

    .postFooter .postDate {
        font-size: 10px !important
    }

    .postFooter .postShare {
        top: 15px
    }

    .postFooter .postShare a i {
        font-size: 10px
    }

    #curator-feed {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.FeedbackBox {
    background-color: #f2faf6;
    min-height: 390px;
    padding: 66px 0;
    text-align: center
}

.FeedbackBox h3 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 25px
}

.FeedbackBox p {
    padding: 0 20%;
    font-size: 18px;
    color: #4b4b45;
    line-height: 26px;
    margin-bottom: 50px
}

.FeedbackBox .btn-general {
    padding: 14px 75px;
    font-size: 18px;
    color: #fff;
    line-height: 28px
}

.FeedbackBox .btn-blue {
    margin-right: 25px
}

@media(min-width:1200px) and (max-width:1376px) {
    .FeedbackBox {
        padding: 66px 10px 30px 10px;
        min-height: 350px
    }

    .FeedbackBox h3 {
        font-size: 30px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .FeedbackBox {
        min-height: 404px;
        padding: 66px 30px 30px 30px
    }

    .FeedbackBox p {
        padding: 0 5%;
        margin-bottom: 70px
    }

    .FeedbackBox .btn-general {
        padding: 10px 50px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .FeedbackBox {
        padding: 50px 30px;
        min-height: 404px
    }

    .FeedbackBox h3 {
        font-size: 26px;
        line-height: 18px
    }

    .FeedbackBox p {
        padding: 0 5%;
        margin-bottom: 30px
    }

    .FeedbackBox .btn-general {
        display: block;
        margin: 0;
        margin-top: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FeedbackBox {
        min-height: 0
    }
}

@media(max-width:767px) {
    .FeedbackBox {
        padding: 40px 24px;
        min-height: 0
    }

    .FeedbackBox h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .FeedbackBox p {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .FeedbackBox .btn-general {
        display: block;
        width: 100%;
        padding: 9px 0 !important;
        font-size: 12px !important
    }

    .FeedbackBox .btn-blue {
        margin-bottom: 15px
    }
}

.LocationArea {
    position: relative
}

.LocationArea img {
    width: 100%;
    height: 390px;
    margin: 0
}

.LocationSearch {
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
    display: none
}

.LocationText,
.LocationSearchBox {
    float: left
}

.LocationText {
    font-size: 16px;
    color: #4b4b45;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 60px
}

.LocationSearchBox select {
    font-size: 14px;
    padding: 10px 60px 10px 10px;
    border-radius: 4px;
    border: solid 1px #ccc
}

.LoationSpot {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    background-color: #009857;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    transition: all 800ms cubic-bezier(.23, 1.25, .46, 1)
}

.LoationSpot:hover {
    width: 89px;
    height: 89px;
    line-height: 89px;
    font-size: 30px;
    transition: all 800ms cubic-bezier(.23, 1.25, .46, 1)
}

.LoationSpot span {
    color: #fff
}

.LoationSpot.abudhabi {
    right: 36%;
    top: 50%
}

.LocationButtonArea {
    position: absolute;
    z-index: 100;
    left: 30px;
    bottom: 30px
}

.LocationButtonArea .btn-general {
    padding: 10px 50px;
    font-size: 16px
}

@media(min-width:1200px) and (max-width:1376px) {
    .LocationArea img {
        height: 350px
    }

    .LoationSpot {
        width: 37px;
        height: 37px;
        line-height: 37px
    }

    .LoationSpot:hover {
        width: 57px;
        height: 57px;
        line-height: 57px;
        font-size: 20px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .LocationArea img {
        height: 404px
    }

    .LoationSpot {
        width: 37px;
        height: 37px;
        line-height: 37px
    }

    .LoationSpot:hover {
        width: 57px;
        height: 57px;
        line-height: 57px;
        font-size: 20px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .LocationArea img {
        height: 404px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .LocationArea {
        margin-top: 20px
    }

    .LocationArea img {
        height: auto
    }

    .LoationSpot {
        width: 57px;
        height: 57px;
        line-height: 57px;
        transition: none
    }

    .LoationSpot:hover {
        width: 57px;
        height: 57px;
        line-height: 57px;
        font-size: 16px;
        transition: none
    }
}

@media(max-width:767px) {
    .LocationSearch {
        top: 20px;
        left: 20px
    }

    .LocationArea {
        margin-top: 15px
    }

    .LocationArea img {
        height: auto
    }

    .LocationText {
        font-size: 14px;
        padding-right: 20px
    }

    .LocationSearchBox select {
        padding: 0 5px;
        width: 220px;
        height: 42px
    }

    .LoationSpot {
        width: 48px;
        height: 48px;
        line-height: 48px;
        transition: none
    }

    .LoationSpot:hover {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        transition: none
    }

    .LoationSpot.abudhabi {
        right: 32%;
        top: 60%
    }

    .LocationButtonArea {
        left: 18px;
        bottom: 18px;
        width: 310px
    }

    .LocationButtonArea .btn-general {
        width: 100%;
        text-align: center
    }
}

.symptomsDetailsTabArea {
    background-color: #f0efef;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0
}

.symptomsDetailsTabArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    position: relative
}

.symptomsDetailsTabArea ul li {
    flex: 1;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    font-size: 16px;
    color: #4b4b45;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    z-index: 101;
    cursor: pointer
}

.symptomsDetailsTabArea ul li.active {
    color: #fff
}

.symptomsDetailsTabArea ul.tabs .line {
    height: 50px;
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 100ms cubic-bezier(.64, .04, .35, 1);
    background-color: #009857;
    z-index: 100
}

.symptomsDetailsTabArea ul.tabs li:nth-child(1).active~.line {
    left: 0%
}

.symptomsDetailsTabArea ul.tabs li:nth-child(2).active~.line {
    left: 20%
}

.symptomsDetailsTabArea ul.tabs li:nth-child(3).active~.line {
    left: 40%
}

.symptomsDetailsTabArea ul.tabs li:nth-child(4).active~.line {
    left: 60%
}

.symptomsDetailsTabArea ul.tabs li:nth-child(5).active~.line {
    left: 80%
}

.DetailsMainContainer .tab_container {
    margin-top: 40px
}

.tab_content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px
}

.tab_content h2 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0;
    min-height: 50px
}

.tab_content h2 span.ShareIcon {
    position: absolute;
    right: 0
}

.tab_content p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.tab_content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0
}

.tab_content p:last-child {
    margin-bottom: 0
}

.tab_content .DoctorSliderItem {
    margin-top: 30px;
    width: auto
}

.tab_content .DoctorImg img {
    margin: 0
}

.tab_content .NearestAvailabilityArea p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px
}

.tab_content .AccordionArea:last-child {
    margin-bottom: 0
}

.tab_content .accordion-body p {
    font-size: 16px;
    line-height: 26px
}

.tab_content .tabShowMore {
    display: none !important
}

.DoctorSection .PaginationArea {
    margin-top: 30px
}

@media(min-width:992px) and (max-width:1200px) {
    .tab_content p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px 0
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .tab_content h2 {
        margin-bottom: 15px
    }

    .tab_content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .symptomsDetailsTabArea ul li {
        font-size: 12px;
        padding: 12px 0
    }
}

@media(max-width:767px) {
    .tab_content h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 15px 0
    }

    #diagnosis-treatment.tab_content h2 {
        padding-right: 75px
    }

    .tab_content h2 span.ShareIcon {
        top: 6px
    }

    .tab_content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .tab_content h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 0
    }

    .tab_content .tabShowMore {
        position: relative;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #00843d;
        text-decoration: none;
        margin-top: 20px;
        display: block;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        display: block !important
    }

    .tab_content .tabShowMore:before {
        content: "";
        height: 1px;
        width: 35%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        top: 10px
    }

    .tab_content .tabShowMore:after {
        content: "";
        height: 1px;
        width: 35%;
        background-color: #ccc;
        position: absolute;
        right: 0;
        top: 10px
    }

    .tab_content .showMoreHeight {
        height: 200px;
        overflow: hidden
    }

    .symptomsDetailsTabArea {
        background-color: transparent;
        padding: 0;
        border-radius: 0
    }

    .symptomsDetailsTabArea ul {
        display: block;
        background-color: #fff;
        border-radius: 0 0 5px 5px
    }

    .symptomsDetailsTabArea ul li {
        display: none;
        text-align: left;
        padding: 19px 10px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600
    }

    .symptomsDetailsTabArea ul li.active {
        display: block;
        background-color: #fff;
        color: #4b4b45;
        padding: 19px 10px;
        position: relative
    }

    .symptomsDetailsTabArea ul li.active:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 20px;
        font-size: 20px;
        display: none
    }

    .symptomsDetailsTabArea ul.showList li.active:after {
        content: ""
    }

    .symptomsDetailsTabArea ul.tabs .line {
        position: absolute;
        z-index: 1000;
        background-color: transparent;
        right: 0;
        left: auto !important;
        height: 65px;
        width: 65px;
        text-align: center
    }

    .symptomsDetailsTabArea ul.tabs .line:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 20px;
        font-size: 20px;
        line-height: 65px;
        font-weight: 600
    }

    .symptomsDetailsTabArea ul li.show {
        display: block;
        border-top: 1px solid #fafafa;
        border-radius: 0
    }
}

.ArticleListPanel {
    overflow: hidden
}

.ArticleListPanel h3 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 700;
    position: relative
}

.ArticleListPanel h3 span {
    position: absolute;
    right: 0
}

.ArticleListPanel h3 span a {
    font-size: 18px;
    line-height: 34px;
    color: #009857;
    text-decoration: none
}

.ArticleListPanel h3 span a:after {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-left: 20px;
    margin-right: 5px
}

.ArticleListSlider .slick-slide.slick-active {
    opacity: 1 !important
}

.ArticleListItem {
    flex: 0 0 auto;
    width: 300px !important
}

.ListImageArea {
    position: relative;
    margin-bottom: 20px
}

.ListImageArea img {
    border-radius: 5px;
    width: 100%
}

.ListImageArea .Tag {
    position: absolute;
    left: 15px;
    top: 15px
}

.ListImageArea .ShareIcon {
    position: absolute;
    right: 15px;
    top: 15px
}

.ArticleDate {
    font-size: 13px;
    color: #7b7d83;
    line-height: 23px;
    margin-bottom: 10px
}

.ArticleListItem p a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    text-decoration: none
}

@media(min-width:768px) and (max-width:991px) {
    .ArticleListPanel {
        margin-bottom: 50px;
        overflow: initial
    }

    .ArticleListSlider .slick-prev {
        left: 0
    }

    .ArticleListSlider .slick-next {
        right: 0
    }
}

@media(max-width:767px) {
    .ArticleListPanel {
        margin-bottom: 50px
    }

    .ArticleListItem {
        width: 330px !important
    }

    .ArticleListPanel h3 span a {
        color: transparent
    }

    .ArticleListPanel .slick-dots li {
        width: 33.33%
    }

    .ArticleListPanel .slick-dots li button,
    .ArticleListPanel .slick-dots li button:before {
        width: 100%
    }
}

.ArticleSliderArea {
    padding: 100px 0;
    overflow: hidden
}

.ArticleSliderArea h2 {
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 36px;
    line-height: 48px;
    color: #4b4b45;
    font-weight: 700
}

.ArticleSlideItem {
    width: 300px !important;
    min-height: 0;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    transition: none;
    position: relative;
    border-radius: 10px;
    background-color: #fff
}

.ArticleSlideItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important
}

.ArticleSlideItem .category {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    background-color: #384d5f;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600
}

.ArticleSlideItem .ShareIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #00843d;
    border-radius: 50%;
    background-color: #f2faf6;
    font-size: 14px
}

.ArticleSlideItem .ShareIcon span {
    font-weight: 700
}

.ArticleSliderContent {
    padding: 20px 30px
}

.ArticleSliderContent h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 10px 0 15px 0;
    padding: 0;
    color: #4b4b45
}

.ArticleSliderContent p {
    font-size: 12px;
    line-height: 18px;
    color: #4b4b45;
    margin-bottom: 30px
}

.ArticleSliderContent .btn-green {
    width: 150px;
    height: 40px;
    font-size: 12px;
    text-align: center
}

.ArticleSlider .slick-slide.slick-active {
    opacity: 1
}

@media(max-width:767px) {
    .ArticleSliderArea {
        padding: 50px 10px
    }

    .ArticleSliderArea h2 {
        margin: 0 0 30px 0;
        font-size: 28px;
        line-height: 34px
    }

    .ArticleSlideItem {
        width: 330px !important;
        box-shadow: none;
        background-color: transparent
    }

    .ArticleSlideItem img {
        border-radius: 10px
    }

    .ArticleSliderContent {
        padding: 20px 0
    }

    .ArticleSliderContent h3 {
        width: 300px
    }

    .ArticleSliderContent p,
    .ArticleSliderContent .btn-green {
        display: none
    }
}

.SortingArea {
    margin-bottom: 50px
}

.SortingArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.SortingArea ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.SortingArea ul li:last-child {
    margin-right: 0
}

.SortingArea ul li a {
    border: 1px solid #ccc;
    padding: 5px 14px;
    border-radius: 3px;
    color: #4b4b45;
    background-color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

.SortingArea ul li a:hover {
    color: #009857;
    border: 1px solid #009857
}

.SortingArea ul li.active a {
    color: #009857;
    border: 1px solid #009857;
    box-shadow: 0 5px 9px 0 rgba(190, 190, 205, .5)
}

@media(max-width:767px) {
    .SortingArea {
        margin-bottom: 20px;
        margin-right: -15px
    }

    .SortingArea ul {
        overflow: auto;
        white-space: nowrap
    }

    .SortingArea ul li {
        margin-bottom: 10px;
        display: inline-block;
        float: none
    }

    .SortingArea ul li a {
        padding: 8px 12px;
        font-size: 13px
    }
}

@media(max-width:320px) {
    .SortingArea {
        margin-bottom: 0
    }

    .SortingArea ul li {
        margin-right: 3px
    }

    .SortingArea ul li a {
        padding: 4px 8px;
        font-size: 12px
    }
}

.calendar {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    color: #4b4b45;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 30px;
    margin-bottom: 30px
}

.calendar a {
    text-decoration: none;
    color: inherit
}

.calendar header .simple-calendar-btn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #00843d;
    border: 0 solid #cbd1d2
}

.calendar header .simple-calendar-btn:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 8px;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transform-origin: center center
}

.calendar header .btn-prev {
    top: 30px;
    left: 20px;
    transform: rotate(-180deg)
}

.calendar header .btn-next {
    top: 30px;
    right: 20px
}

.calendar header .btn-next:before {
    transform: rotate(45deg)
}

.OtherAppointmentPanel .calendar header h2.month {
    padding: 0;
    margin: 0;
    color: #009857;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600
}

.calendar header .year {
    font-weight: 600
}

.calendar table {
    width: 100%;
    margin: 20px 0;
    border-spacing: 0
}

.calendar thead {
    font-size: 1.2em;
    font-weight: 600
}

.calendar thead td {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center
}

.calendar td {
    padding: .8em .1em;
    text-align: center
}

.calendar .day {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
    color: #7b7d83
}

.calendar .day:hover {
    border: 1px solid #009857
}

.calendar .day.today {
    background: #009857;
    color: #fff
}

.calendar .day.has-event {
    border: 1px solid #009857;
    color: #009857
}

.calendar .day.today.has-event:after {
    background: #fff
}

.calendar .day.wrong-month {
    color: #cbd1d2
}

.calendar .day.wrong-month:hover {
    border: 2px solid transparent
}

.calendar .day.has-event:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #79d0e6
}

.calendar .day.disabled {
    cursor: default
}

.calendar .day.disabled:hover {
    border: 2px solid transparent
}

.calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    background: #545a5c;
    box-sizing: border-box
}

.calendar .event-container .event-wrapper {
    overflow-y: auto;
    max-height: 100%
}

.calendar .event-container .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.calendar .event-container .close:before,
.calendar .event-container .close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #cbd1d2
}

.calendar .event-container .close:before {
    transform: rotate(45deg)
}

.calendar .event-container .close:after {
    transform: rotate(-45deg)
}

.calendar .event-container .event {
    position: relative;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    background: #6691cc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    text-align: left;
    color: #fff
}

.calendar .event-container .event-date {
    margin-bottom: 1em
}

.calendar .event-container .event-hour {
    float: right
}

.calendar .event-container .event-summary {
    font-weight: 600
}

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545a5c;
    transform: translate(-50%, -50%)
}

@media(max-width:767px) {
    .CalenderArea {
        position: relative;
        margin: 0 -20px
    }

    .calendar thead td {
        font-size: 12px;
        line-height: 14px
    }

    .calendar td {
        padding: .3em .1em
    }

    .calendar header .month {
        font-size: 16px;
        line-height: 26px
    }

    .calendar header .btn-next,
    .calendar header .btn-prev {
        top: 27px
    }
}

.inner-page .BAP-DoctorList .DefaultSliderSection,
.inner-page .BAP-DoctorList .tab_content {
    margin-top: 0
}

.BAP-DoctorList .DoctorSliderItem {
    width: 300px !important;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    padding: 20px;
    margin-bottom: 30px
}

.BAP-DoctorList .DefaultSliderSection .DoctorSliderItem {
    width: 270px !important
}

.BAP-DoctorList .DoctorSliderItem:hover {
    border: 1px solid #009857;
    padding: 19px
}

.BAP-DoctorList .ProfileButtonArea {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    display: none
}

.BAP-DoctorList .DoctorSliderItem:hover .ProfileButtonArea {
    display: block
}

.BAP-DoctorList .ProfileButtonArea a {
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #009857;
    border-radius: 15px;
    border: 1px solid #009857;
    background-color: #fff;
    text-decoration: none
}

.BAP-DoctorList .DoctorImg {
    width: 100%;
    background-color: #ebf4fb;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    height: 120px
}

.BAP-DoctorList .DoctorImg img {
    width: 100% !important;
    object-fit: contain
}

.BAP-DoctorList .VideoEnable {
    width: 25px;
    height: 25px;
    background-color: #d3dee8;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    left: 10px;
    top: 10px
}

.BAP-DoctorList .VideoEnable span {
    font-size: 8px;
    color: #4b4b45
}

.BAP-DoctorList .DoctorName {
    font-size: 18px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px
}

.BAP-DoctorList .DoctorRole {
    font-size: 14px;
    color: #4b4b45;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px
}

.BAP-DoctorList .NearestAvailabilityArea {
    margin-left: 25px;
    position: relative;
    margin-bottom: 30px
}

.BAP-DoctorList .NearestAvailabilityArea:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -25px;
    top: -3px;
    font-size: 18px;
    color: #00843d
}

.BAP-DoctorList .NearestAvailabilityArea p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 600
}

.BAP-DoctorList .NearestAvailabilityArea span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    font-weight: 400
}

.BAP-DoctorList .NextSlot {
    margin-left: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #4b4b45;
    padding: 10px 0;
    position: relative
}

.BAP-DoctorList .NextSlot:before {
    content: "";
    font-family: 'ccadicon';
    position: absolute;
    left: -18px;
    top: 10px;
    font-size: 13px
}

.BAP-DoctorList .NearestAvailabilityArea {
    margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1200px) {
    .BAP-DoctorList .DoctorSliderItem {
        width: 270px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .BAP-DoctorList .DoctorSliderItem {
        width: 250px !important
    }
}

@media(max-width:767px) {
    .BAP-DoctorList .DefaultSliderSection .DoctorSliderItem {
        width: 310px !important
    }

    .BAP-DoctorList .DoctorSliderItem {
        width: 270px !important;
        box-shadow: 0 6px 17px rgba(190, 190, 205, .5)
    }
}

@media(max-width:360px) {
    .BAP-DoctorList .DoctorSliderItem {
        width: 250px !important
    }
}

@media(max-width:320px) {
    .BAP-DoctorList .DoctorSliderItem {
        width: 220px !important
    }

    .BAP-DoctorList .DoctorName {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
        min-height: 48px
    }

    .BAP-DoctorList .NearestAvailabilityArea span {
        font-size: 12px
    }

    .BAP-DoctorList .AppointmentTabs ul.tabs li {
        padding: 9px 10px;
        font-size: 11px
    }
}

.BAP-DoctorList .DoctorNameSliderItem {
    width: 230px !important
}

.BAP-DoctorNameSlider .slick-active,
.BAP-DoctorSpecialtySlider .slick-active {
    opacity: 1 !important
}

.BAP-DoctorList .DoctorNameSliderItem ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.BAP-DoctorList .DoctorNameSliderItem ul li {
    margin-bottom: 10px
}

.BAP-DoctorList .DoctorNameSliderItem ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #4b4b45;
    text-decoration: none
}

.BAP-DoctorList .DoctorNameSliderItem ul li a:hover {
    color: #009857
}

.BAP-DoctorNameSlider .slick-prev,
.BAP-DoctorNameSlider .slick-next,
.BAP-DoctorSpecialtySlider .slick-prev,
.BAP-DoctorSpecialtySlider .slick-next {
    display: none !important
}

.BAP-DoctorNameSlider .slick-dots {
    bottom: -25px
}

@media(max-width:767px) {
    .BAP-DoctorList .DoctorNameSliderItem {
        width: 250px !important
    }

    .BAP-DoctorList .DoctorNameSliderItem ul li {
        margin-bottom: 5px
    }

    .BAP-DoctorList .DoctorNameSliderItem ul li a {
        font-size: 14px
    }
}

.BAP-DoctorList .FilterBar {
    background-color: #f0efef;
    border-radius: 4px;
    padding: 10px 2px 10px 10px;
    margin-top: 40px
}

.BAP-DoctorList .SearchBarArea,
.BAP-DoctorList .TabLinksArea,
.BAP-DoctorList .MoreFiltersArea {
    display: inline-block
}

.BAP-DoctorList .SearchBarArea {
    width: 49%;
    position: relative
}

.BAP-DoctorList .TabLinksArea {
    width: 37%;
    padding: 0 20px
}

.BAP-DoctorList .MoreFiltersArea {
    width: 12%
}

.BAP-DoctorList .MoreFiltersArea .btn i {
    font-style: normal
}

.BAP-DoctorList .SearchBarArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    padding: 13px 10px;
    border: 1px solid #fff
}

.BAP-DoctorList .SearchBarArea input.form-control:focus {
    border: 1px solid #00843d !important
}

.BAP-DoctorList .SearchBarArea .icon-search {
    position: absolute;
    top: 18px;
    right: 10px
}

.BAP-DoctorList .SearchSectionArea h2 {
    margin: 0 0 10px 0 !important;
    padding: 0;
    font-size: 14px !important;
    color: #4b4b45;
    font-weight: 700;
    line-height: 24px !important;
    position: relative
}

.BAP-DoctorList .TabLinksArea ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    display: flex
}

.BAP-DoctorList .TabLinksArea ul li {
    display: inline-block;
    padding: 13px 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    position: relative;
    z-index: 101
}

.BAP-DoctorList .TabLinksArea ul.tabs li.active {
    color: #fff
}

.BAP-DoctorList .TabLinksArea ul.tabs {
    position: relative;
    z-index: 10
}

.BAP-DoctorList .TabLinksArea ul.tabs .line {
    height: 49px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 500ms cubic-bezier(.64, .04, .35, 1);
    background-color: #009857;
    z-index: 100
}

.BAP-DoctorList .TabLinksArea ul.tabs li:nth-child(1).active~.line {
    left: 0%
}

.BAP-DoctorList .TabLinksArea ul.tabs li:nth-child(2).active~.line {
    left: 50%
}

.BAP-DoctorList .MoreFiltersArea .btn-white {
    font-size: 12px;
    color: #4b4b45;
    text-transform: uppercase;
    padding: 12px 10px;
    width: 100%;
    font-weight: 600
}

.BAP-DoctorList .MoreFiltersArea .btn-white .counter {
    border-radius: 50px;
    background-color: #00843d;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.BAP-DoctorList .MoreFiltersArea .btn-white .icon-filter {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
    font-weight: 400
}

.BAP-DoctorList .MoreFiltersArea.active .btn-white {
    background-color: #00843d;
    color: #fff
}

.BAP-DoctorList .MoreFiltersArea.active .btn-white .counter {
    background-color: #fff;
    color: #00843d
}

.BAP-DoctorList .MoreFilterArea {
    background-color: #f0efef;
    border-radius: 0 0 4px 4px;
    position: relative;
    margin-top: -1px;
    padding: 0 10px 0 10px;
    display: none
}

.BAP-DoctorList .MoreFilterArea hr {
    margin: 0;
    background-color: #ccc
}

.BAP-DoctorList .FilterSection {
    padding: 15px 10px 5px 10px;
    overflow: hidden
}

.BAP-DoctorList .FilterItem {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 10px
}

.BAP-DoctorList .FilterItem label {
    float: left;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 700
}

.BAP-DoctorList .FilterItem select {
    float: left;
    border: 0;
    background-color: transparent;
    color: #00843d;
    font-size: 12px;
    outline: none;
    padding: 1px 10px;
    width: 135px
}

.BAP-DoctorList .LocationRadio {
    overflow: hidden
}

.BAP-DoctorList .FilterSection .FilterItem:last-child {
    margin-right: 0;
    margin-top: -2px
}

.BAP-DoctorList .FilterItem:last-child input {
    border: 0;
    background-color: transparent;
    color: #00843d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.BAP-DoctorList .FilterItem:last-child input:focus {
    border: 0 !important
}

.BAP-DoctorList .FilterItem:last-child span {
    font-size: 10px;
    margin-left: 0;
    color: #4b4b45
}

.BAP-DoctorList .FilterSection .FilterItem:nth-child(2) select {
    width: 80px
}

.BAP-DoctorList .FilterSection .FilterItem:nth-child(3) select {
    width: 100px
}

.BAP-DoctorList .FilterSection {
    padding: 15px 0 5px 0
}

.BAP-DoctorList .FilterItem {
    padding: 0 0
}

.BAP-DoctorList .FilterSection .FilterItem:last-child {
    margin-left: 20px;
    margin-top: -4px;
    width: auto
}

@media(min-width:1075px) and (max-width:1200px) {
    .BAP-DoctorList .SearchBarArea {
        width: 38%
    }

    .BAP-DoctorList .TabLinksArea {
        width: 44%;
        padding: 0 10px
    }

    .BAP-DoctorList .MoreFiltersArea {
        width: 16%
    }

    .BAP-DoctorList .TabLinksArea ul li {
        padding: 12px 15px;
        font-size: 12px
    }

    .BAP-DoctorList .MoreFilterArea {
        padding-bottom: 0
    }

    .BAP-DoctorList .FilterSection {
        padding: 10px 0 0 0
    }

    .BAP-DoctorList .FilterItem {
        margin-bottom: 15px;
        margin-right: 8px;
        padding: 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .BAP-DoctorList .SearchBarArea {
        width: 36%
    }

    .BAP-DoctorList .TabLinksArea {
        width: 46%
    }

    .BAP-DoctorList .MoreFiltersArea {
        width: 16%
    }

    .BAP-DoctorList .TabLinksArea ul li {
        padding: 12px 17px;
        font-size: 11px
    }

    .BAP-DoctorList .TabLinksArea ul.tabs .line {
        height: 40px
    }

    .BAP-DoctorList .SearchBarArea input.form-control,
    .BAP-DoctorList .MoreFiltersArea .btn-white {
        padding: 10px
    }

    .BAP-DoctorList .MoreFilterArea {
        padding-bottom: 0
    }

    .BAP-DoctorList .FilterSection {
        padding: 10px 0 0 0
    }

    .BAP-DoctorList .FilterItem {
        margin-bottom: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .BAP-DoctorList .FilterBar {
        position: relative;
        height: 125px
    }

    .BAP-DoctorList .SearchBarArea {
        top: 64px;
        left: 10px;
        width: 70%
    }

    .BAP-DoctorList .TabLinksArea {
        width: 100%;
        padding-left: 0
    }

    .BAP-DoctorList .tabs li {
        text-align: center
    }

    .BAP-DoctorList .MoreFiltersArea {
        top: 66px;
        width: 27%;
        left: 72%
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white {
        padding: 11px 10px;
        height: 50px
    }

    .BAP-Container .SearchBarArea,
    .BAP-DoctorList .TabLinksArea,
    .BAP-DoctorList .MoreFiltersArea {
        float: none;
        position: absolute;
        z-index: 10
    }

    .BAP-DoctorList .FilterItem {
        margin-bottom: 15px;
        margin-right: 15px
    }

    .BAP-DoctorList .FilterSection .FilterItem:last-child {
        margin-top: 0;
        width: 100%;
        text-align: center
    }
}

@media(max-width:767px) {
    .BAP-DoctorList .FilterBar {
        position: relative;
        height: 125px
    }

    .BAP-DoctorList .SearchBarArea {
        top: 64px;
        left: 10px;
        width: 72%
    }

    .BAP-DoctorList .TabLinksArea {
        width: 93%;
        padding: 0
    }

    .BAP-DoctorList .TabLinksArea ul {
        text-align: left
    }

    .BAP-DoctorList .TabLinksArea ul.tabs .line {
        height: 41px
    }

    .BAP-DoctorList .tabs li {
        text-align: center
    }

    .BAP-DoctorList .TabLinksArea ul li {
        font-size: 11px
    }

    .BAP-DoctorList .MoreFiltersArea {
        top: 64px;
        width: 43%;
        left: 74%
    }

    .BAP-DoctorList .MoreFilterArea {
        position: absolute;
        margin-top: -4px;
        z-index: 10;
        width: 93.5%
    }

    .BAP-DoctorList .FilterSection {
        padding: 15px 0 0 0
    }

    .BAP-DoctorList .MoreFiltersArea .btn i {
        display: none
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white {
        width: 52%;
        padding: 11px 10px 10px 10px;
        border-radius: 0 4px 4px 0;
        border: 1px solid #ccc;
        border-left: 0;
        position: relative
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 25px;
        background-color: #ccc;
        left: 0;
        top: 8px
    }

    .BAP-DoctorList .SearchBarArea,
    .BAP-DoctorList .TabLinksArea,
    .BAP-DoctorList .MoreFiltersArea {
        float: none;
        position: absolute;
        z-index: 10
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white .icon-filter {
        font-size: 14px
    }

    .BAP-DoctorList .MoreFiltersArea.active .btn-white {
        background-color: #fff;
        color: #00843d
    }

    .BAP-DoctorList .MoreFiltersArea.active .btn-white .counter {
        background-color: #00843d;
        color: #fff
    }

    .BAP-DoctorList .FilterItem {
        margin-bottom: 15px;
        float: none;
        margin-right: 0;
        padding: 0
    }

    .BAP-DoctorList .FilterItem label {
        width: 50%
    }

    .BAP-DoctorList .FilterItem select {
        width: 50%
    }

    .BAP-DoctorList .LocationRadio {
        padding-left: 15px
    }

    .BAP-DoctorList .LocationRadio label {
        width: auto;
        margin: 0;
        margin-right: 5px
    }

    .BAP-DoctorList .FilterSection .FilterItem:last-child {
        display: none
    }

    .BAP-DoctorList .SearchBarArea input.form-control {
        border: 1px solid #ccc;
        border-right: 0;
        padding: 10px;
        margin-top: 0;
        height: 46px
    }

    .BAP-DoctorList .SearchBarArea .icon-search {
        position: absolute;
        top: 14px;
        right: 13px
    }
}

@media(max-width:360px) {
    .BAP-DoctorList .MoreFiltersArea .btn-white {
        padding: 11px 5px 10px 5px
    }

    .DefaultSliderSection .DoctorSliderItem {
        width: 295px !important
    }
}

@media(max-width:320px) {
    .BAP-DoctorList .TabLinksArea ul li {
        font-size: 10px
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white {
        padding: 11px 5px 10px 0
    }

    .BAP-DoctorList .MoreFilterArea {
        width: 100%
    }

    .BAP-DoctorList .MoreFiltersArea .btn-white .icon-filter {
        top: 1px;
        left: 4px
    }

    .BAP-DoctorList .FilterItem label {
        width: 44%
    }

    .BAP-DoctorList .LocationRadio label {
        width: auto !important
    }

    .DefaultSliderSection .DoctorSliderItem {
        width: 255px !important
    }
}

.BAP-FloatingPanel {
    background-color: #fff;
    box-shadow: 0 -10px 40px rgba(190, 190, 205, .2);
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    text-align: left
}

.BAP-FloatingPanel .MobileHandler {
    display: none
}

.BAP-FloatingPanel .PanelItem {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.BAP-FloatingPanel .PanelItem li {
    width: 20%;
    float: left;
    height: 130px;
    border-right: 1px solid #e5e5e5
}

.BAP-FloatingPanel .PanelItem li:last-child .PanelContent {
    background-color: #f8f8f8;
    text-align: center
}

.PanelContent {
    overflow: hidden;
    position: relative;
    padding: 30px;
    background-color: #fff
}

.PanelContent h5 {
    margin: 6px 0 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45
}

.PanelContent p {
    font-size: 18px;
    line-height: 28px;
    color: #c6c8c8;
    font-weight: 400
}

.PanelContent a.Edit {
    display: none
}

.AppointmentDateTimeArea,
.SelectedDoctorArea {
    float: left;
    width: 50%
}

.AppointmentDateTimeArea p {
    display: inline-block;
    padding-right: 30px
}

.SelectedDoctorArea {
    overflow: hidden
}

.ImagePlaceholder {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #e5e5e5;
    border-radius: 5px;
    margin-right: 25px
}

.DoctorDetails {
    float: left;
    width: 72%
}

.NoDoctor p {
    padding-top: 30px;
    color: #c6c8c8 !important
}

.DoctorSelect p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;
    color: #4b4b45 !important
}

.DoctorSelect span {
    font-size: 12px;
    line-height: 18px !important;
    display: inline-block
}

.ConfirmAppointment {
    position: relative
}

.ConfirmAppointment:before {
    content: '';
    font-family: 'ccadicon' !important;
    width: 50px;
    height: 50px;
    background-color: #c6c8c8;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    top: -15px;
    left: 0;
    border-radius: 50%;
    line-height: 50px;
    color: #fff
}

.ConfirmAppointment p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    width: 110px;
    text-align: left
}

.BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) {
    width: 40%
}

.BAP-FloatingPanel.Doctor .SelectedDoctorArea,
.BAP-FloatingPanel.Doctor .AppointmentDateTimeArea {
    width: 100%
}

.BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p {
    padding-right: 20px
}

.BAP-FloatingPanel.Doctor .DoctorDetails {
    width: 73%
}

.BAP-FloatingPanel.Doctor .PanelItem li:first-child .PanelContent {
    padding: 10px 30px
}

.PanelContent.selected p {
    color: #009857
}

.PanelContent.selected .ImagePlaceholder {
    background-color: #edf4fa;
    text-align: center;
    line-height: 65px
}

.PanelContent.selected.completed a.Edit {
    display: block;
    position: absolute;
    right: 30px;
    z-index: 100;
    top: 50px;
    font-size: 24px;
    text-decoration: none;
    color: #00843d
}

.BAP-FloatingPanel .PanelItem li:last-child .PanelContent.completed {
    background-color: #f2faf6
}

.PanelContent.completed .ConfirmAppointment:before {
    background-color: #00843d
}

.PanelContent.completed .ConfirmAppointment p {
    color: #00843d
}

@media(min-width:1470px) and (max-width:1755px) {
    .PanelContent p {
        font-size: 15px
    }

    .AppointmentDateTimeArea p {
        padding-right: 10px
    }

    .ImagePlaceholder {
        margin-right: 10px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p {
        padding-right: 15px;
        font-size: 16px
    }

    .BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p:last-child {
        padding-right: 0
    }

    .BAP-FloatingPanel.Doctor .DoctorDetails {
        width: 68%
    }
}

@media(min-width:1376px) and (max-width:1470px) {

    .BAP-FloatingPanel,
    .BAP-FloatingPanel .PanelItem li {
        height: 100px
    }

    .PanelContent {
        padding: 24px
    }

    .PanelContent p {
        font-size: 15px
    }

    .AppointmentDateTimeArea p {
        padding-right: 10px
    }

    .ImagePlaceholder {
        margin-right: 10px
    }

    .DoctorDetails {
        width: 72%
    }

    .ConfirmAppointment:before {
        top: -13px
    }

    .ConfirmAppointment p {
        font-size: 16px !important;
        margin: 0
    }

    .BAP-FloatingPanel,
    .BAP-FloatingPanel .PanelItem li {
        height: 120px
    }

    .BAP-FloatingPanel .PanelItem li:last-child .PanelContent {
        padding: 20px
    }

    .BAP-FloatingPanel.Doctor .DoctorDetails {
        width: 68%
    }

    .BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p {
        padding-right: 5px
    }

    .PanelContent.selected.completed a.Edit {
        right: 20px;
        top: 40px;
        font-size: 25px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .BAP-FloatingPanel {
        height: 92px
    }

    .BAP-FloatingPanel .PanelItem li:last-child {
        border-right: 0
    }

    .PanelContent {
        padding: 15px
    }

    .PanelContent p {
        font-size: 14px;
        line-height: 28px
    }

    .AppointmentDateTimeArea p {
        padding-right: 5px
    }

    .ImagePlaceholder {
        margin-right: 9px
    }

    .DoctorDetails {
        width: 70%
    }

    .ConfirmAppointment:before {
        width: 30px;
        height: 30px;
        margin-right: 0;
        top: -4px;
        line-height: 30px;
        font-size: 11px
    }

    .ConfirmAppointment p {
        font-size: 14px;
        line-height: 20px;
        width: auto;
        text-align: center
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:last-child .PanelContent {
        padding: 24px
    }

    .BAP-FloatingPanel.Symptom .PanelItem li {
        width: 16.667%;
        height: 92px
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) {
        width: 50%
    }

    .BAP-FloatingPanel.Doctor {
        height: 120px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:first-child .PanelContent {
        padding: 10px 20px
    }

    .BAP-FloatingPanel.Doctor .PanelContent {
        padding: 20px
    }

    .BAP-FloatingPanel.Doctor .DoctorDetails {
        width: 65%
    }

    .BAP-FloatingPanel.Doctor .PanelContent p {
        font-size: 12px
    }

    .BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p {
        padding-right: 5px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:last-child .PanelContent {
        padding: 40px
    }

    .PanelContent.selected.completed a.Edit {
        right: 20px;
        top: 35px;
        font-size: 20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .BAP-FloatingPanel {
        height: 92px
    }

    .BAP-FloatingPanel .PanelItem li {
        width: 16.667%;
        height: 92px
    }

    .BAP-FloatingPanel .PanelItem li:last-child {
        border-right: 0
    }

    .PanelContent {
        padding: 15px
    }

    .PanelContent p {
        font-size: 14px;
        line-height: 28px
    }

    .AppointmentDateTimeArea p {
        padding-right: 5px
    }

    .ImagePlaceholder {
        margin-right: 9px
    }

    .DoctorDetails {
        width: 70%
    }

    .ConfirmAppointment:before {
        width: 30px;
        height: 30px;
        margin-right: 0;
        top: -4px;
        line-height: 30px;
        font-size: 11px
    }

    .ConfirmAppointment p {
        font-size: 14px;
        line-height: 20px;
        width: auto;
        text-align: center
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) {
        width: 50%
    }

    .BAP-FloatingPanel.Doctor {
        height: 120px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li {
        width: 20%;
        height: 120px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:first-child .PanelContent {
        padding: 10px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:last-child .PanelContent {
        padding: 26px 20px
    }

    .BAP-FloatingPanel.Doctor .AppointmentDateTimeArea p {
        margin-bottom: 0
    }

    .BAP-FloatingPanel.Doctor .DoctorDetails {
        width: 71%
    }

    .BAP-FloatingPanel.Doctor .ImagePlaceholder {
        width: 40px;
        height: 40px;
        position: relative;
        top: 10px
    }

    .PanelContent.selected.completed a.Edit {
        right: 10px;
        top: 35px;
        font-size: 16px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .BAP-FloatingPanel {
        height: auto;
        bottom: 0;
        border-radius: 8px 8px 0 0
    }

    .BAP-FloatingPanel .MobileHandler {
        background-color: #fff;
        color: #4b4b45;
        padding: 30px 15px;
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid #e5e5e5;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        display: block;
        position: relative
    }

    .BAP-FloatingPanel .MobileHandler:after {
        position: absolute;
        right: 30px;
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 20px;
        color: #4b4b45
    }

    .BAP-FloatingPanel .MobileHandler.open:after {
        position: absolute;
        right: 30px;
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 20px;
        color: #4b4b45
    }

    .BAP-FloatingPanel .PanelItem {
        display: none
    }

    .BAP-FloatingPanel .PanelContent {
        margin-bottom: 0;
        padding: 15px 15px 0 15px;
        border-bottom: 1px solid #e5e5e5
    }

    .PanelItem li:last-child .PanelContent {
        padding: 15px
    }

    .PanelContent p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .BAP-FloatingPanel .PanelItem li {
        width: 100%;
        border-right: 0;
        height: auto
    }

    .AppointmentDateTimeArea,
    .SelectedDoctorArea {
        width: 50%
    }

    .AppointmentDateTimeArea p {
        padding-right: 10px
    }

    .DoctorDetails {
        width: 70%
    }

    .ConfirmAppointment:before {
        margin-right: 0;
        top: 0;
        text-align: center
    }

    .ConfirmAppointment p {
        width: auto;
        margin-left: 10px
    }

    .BAP-FloatingPanel .PanelItem li:last-child .PanelContent {
        text-align: left
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:first-child,
    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) {
        width: 100%;
        border-bottom: 1px solid #e5e5e5
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:last-child {
        border-top: 1px solid #e5e5e5;
        margin-top: 5px
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) .PanelContent {
        padding-bottom: 10px
    }

    .PanelContent.selected.completed a.Edit {
        top: 20px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:first-child .PanelContent {
        padding: 10px 15px
    }

    .BAP-FloatingPanel.overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #edf4fa;
        position: fixed;
        left: 0;
        top: 0;
        opacity: .8;
        pointer-events: none
    }
}

@media(max-width:767px) {
    .BAP-FloatingPanel {
        height: auto;
        bottom: 0;
        border-radius: 8px 8px 0 0
    }

    .BAP-FloatingPanel .MobileHandler {
        background-color: #fff;
        color: #4b4b45;
        padding: 30px;
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid #e5e5e5;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        display: block;
        position: relative
    }

    .BAP-FloatingPanel .MobileHandler:after {
        position: absolute;
        right: 30px;
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 20px;
        color: #4b4b45
    }

    .BAP-FloatingPanel .MobileHandler.open:after {
        position: absolute;
        right: 30px;
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 20px;
        color: #4b4b45
    }

    .BAP-FloatingPanel .PanelItem {
        display: none
    }

    .BAP-FloatingPanel .PanelContent {
        margin-bottom: 0;
        padding: 15px 15px 0 15px
    }

    .PanelItem li:last-child .PanelContent {
        padding: 15px
    }

    .PanelContent p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .BAP-FloatingPanel .PanelItem li {
        width: 100%;
        border-right: 0;
        height: auto
    }

    .AppointmentDateTimeArea,
    .SelectedDoctorArea {
        width: 100%
    }

    .AppointmentDateTimeArea p {
        padding-right: 10px
    }

    .DoctorDetails {
        width: 70%
    }

    .ConfirmAppointment:before {
        margin-right: 0;
        top: 0;
        text-align: center
    }

    .ConfirmAppointment p {
        width: auto;
        margin-left: 10px
    }

    .BAP-FloatingPanel .PanelItem li:last-child .PanelContent {
        text-align: left
    }

    .BAP-FloatingPanel .PanelContent {
        border-bottom: 1px solid #e5e5e5
    }

    .BAP-FloatingPanel .PanelItem li:last-child .PanelContent {
        border-bottom: 0
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) {
        width: 100%
    }

    .BAP-FloatingPanel.Symptom .PanelItem li:nth-child(2) .PanelContent {
        padding-bottom: 15px
    }

    .BAP-FloatingPanel.Doctor .PanelItem li:first-child .PanelContent {
        padding: 10px 15px
    }

    .PanelContent.selected.completed a.Edit {
        top: 20px
    }

    .BAP-FloatingPanel.overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #edf4fa;
        position: fixed;
        left: 0;
        top: 0;
        opacity: .8;
        pointer-events: none
    }
}

@media(max-width:320px) {
    .BAP-FloatingPanel.Doctor .DoctorDetails {
        width: 70%
    }
}

.SectionProgressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 5px 0 0 0
}

.SectionProgressbar li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #c6c8c8;
    position: relative;
    float: left;
    list-style-type: none;
    font-style: normal
}

.SectionProgressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #c6c8c8;
    border-radius: 25px;
    margin: 1px auto 18px auto;
    border: 1px solid #c6c8c8;
    text-align: center
}

.SectionProgressbar li:after {
    content: '';
    width: 80%;
    height: 5px;
    background: #e5e5e5;
    position: absolute;
    left: -40%;
    top: 18px;
    z-index: -1;
    border-radius: 5px
}

.SectionProgressbar li:first-child {
    text-align: left
}

.SectionProgressbar li:first-child:before {
    margin: 1px auto 10px 1px
}

.SectionProgressbar li:first-child:after {
    width: 0
}

.SectionProgressbar li.active {
    color: #4b4b45
}

.SectionProgressbar li.active:before {
    background: #009857;
    color: #fff;
    border: 2px solid #fff;
    outline: 1px solid #009857;
    width: 48px;
    height: 48px;
    line-height: 46px;
    position: relative;
    top: -5px;
    margin-bottom: 10px
}

.SectionProgressbar li.active:after {
    background-color: #009857
}

.SectionProgressbar li.active.Half:after {
    width: 50%;
    background: #009857;
    left: 27%;
    z-index: 1
}

.SectionProgressbar li.active.checked {
    color: #009857
}

.SectionProgressbar li.active.checked:before {
    content: '';
    font-family: 'ccadicon' !important;
    color: #fff;
    font-size: 10px
}

.SectionProgressbar li:last-child {
    text-align: right
}

.SectionProgressbar li:last-child:before {
    margin: 1px 1px 18px auto
}

.Step3 .SectionProgressbar li {
    width: 33.33%
}

.Step3 .SectionProgressbar li:nth-child(2) {
    text-align: center
}

.Step3 .SectionProgressbar li:nth-child(2):after {
    left: -73%;
    width: 106%
}

.Step3 .SectionProgressbar li:last-child:after {
    right: 24%;
    left: auto;
    width: 110%
}

.Step4 .SectionProgressbar li {
    width: 25%
}

.Step4 .SectionProgressbar li:nth-child(2),
.Step4 .SectionProgressbar li:nth-child(3) {
    text-align: center
}

.Step4 .SectionProgressbar li:nth-child(2):after {
    left: -68%;
    width: 100%
}

.Step4 .SectionProgressbar li:nth-child(3):after {
    left: -30%;
    width: 61%
}

.Step4 .SectionProgressbar li:last-child:after {
    right: 30%;
    left: auto;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .Step4 .SectionProgressbar li {
        font-size: 14px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .Step4 .SectionProgressbar li {
        font-size: 14px
    }

    .Step4 .SectionProgressbar li:first-child,
    .Step4 .SectionProgressbar li:last-child {
        text-align: center
    }

    .Step4 .SectionProgressbar li:first-child:before {
        margin: 1px auto 10px auto
    }

    .Step4 .SectionProgressbar li:last-child:before {
        margin: 1px auto 18px auto
    }

    .Step4 .SectionProgressbar li:nth-child(2):after {
        left: -29%;
        width: 61%
    }

    .Step4 .SectionProgressbar li:last-child:after {
        right: 69%;
        width: 61%
    }
}

@media(max-width:767px) {
    .stepContainer .SectionProgressbar {
        width: 530px
    }

    .SectionProgressbar li {
        font-size: 13px;
        line-height: 18px
    }

    .SectionProgressbar li:before {
        font-size: 15px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: 1px auto 16px auto
    }

    .SectionProgressbar li:after {
        top: 14px;
        height: 3px
    }

    .SectionProgressbar li:last-child:before {
        margin: 1px 1px 16px auto
    }

    .SectionProgressbar li.active:before {
        width: 36px;
        height: 36px;
        line-height: 34px;
        top: -3px
    }

    .stepContainer:nth-child(3) .SectionProgressbar,
    .stepContainer:nth-child(4) .SectionProgressbar,
    .stepContainer:nth-child(5) .SectionProgressbar {
        position: relative;
        left: -210px
    }

    .Symptom .Step3 .SectionProgressbar {
        position: relative;
        left: 0
    }

    .Slot .Step3 .SectionProgressbar,
    .SubmissionForm .Step3 .SectionProgressbar,
    .ApptConfirmation .Step3 .SectionProgressbar,
    .ApptFail .Step3 .SectionProgressbar {
        position: relative;
        left: -210px
    }

    .Step3 .SectionProgressbar li:nth-child(2):after {
        left: -60%;
        width: 85%
    }

    .Step4 .SectionProgressbar {
        width: 730px
    }

    .Step4 .SectionProgressbar li:last-child:before {
        margin: 1px 1px 10px auto
    }

    .stepContainer:nth-child(2) .Step4 .SectionProgressbar,
    .stepContainer:nth-child(3) .Step4 .SectionProgressbar {
        position: relative;
        left: -5px
    }

    .ReasonForVisit .Step4 .SectionProgressbar,
    .Questionnaire .Step4 .SectionProgressbar {
        position: relative;
        left: -190px !important
    }

    .Slot .Step4 .SectionProgressbar,
    .SubmissionForm .Step4 .SectionProgressbar,
    .ApptConfirmation .Step4 .SectionProgressbar,
    .ApptFail .Step4 .SectionProgressbar {
        position: relative;
        left: -380px !important
    }
}

@media(max-width:320px) {
    .stepContainer .SectionProgressbar {
        width: 410px
    }

    .stepContainer:nth-child(3) .SectionProgressbar,
    .stepContainer:nth-child(4) .SectionProgressbar,
    .stepContainer:nth-child(5) .SectionProgressbar {
        position: relative;
        left: -155px
    }
}

.SideAppointmentBox,
.QuickLinkBox {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px
}

.SideAppointmentBox p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    position: relative
}

.SideAppointmentBox p span.icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px
}

.SideAppointmentBox p {
    padding-left: 40px
}

.QuickLinkBox {
    margin-bottom: 30px
}

.QuickLinkBox h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.QuickLinkBox a {
    display: block;
    color: #009857;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 32px
}

.QuickLinkBox a:last-child {
    margin: 0
}

.QuickLinkBox a span {
    margin-right: 22px;
    font-size: 30px;
    position: relative;
    top: 6px
}

.QuickLinkBox a small {
    display: block;
    padding-left: 53px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400
}

.QuickLinkBox a:last-child span {
    position: revert
}

.InfoTopContent {
    padding: 30px
}

.InfoTopContent p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin-bottom: 30px
}

.InfoTopContent p:last-child {
    margin: 0
}

.InfoTopContent p span {
    font-weight: 600
}

.InfoBottomContent {
    border-top: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center
}

.InfoBottomContent p {
    margin-bottom: 0
}

.SupportCircle {
    position: relative;
    margin-top: 10px;
    display: block
}

.SupportCircle:before {
    content: '🎧';
    font-family: 'ccadicon' !important;
    width: 60px;
    height: 60px;
    background-color: #00843d;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    top: -15px;
    left: 0;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

@media(min-width:992px) and (max-width:1199px) {

    .SideAppointmentBox,
    .QuickLinkBox,
    .InfoTopContent,
    .InfoBottomContent {
        padding: 15px
    }

    .QuickLinkBox a {
        font-size: 16px;
        margin-bottom: 15px
    }

    .QuickLinkBox a span {
        margin-right: 10px;
        font-size: 25px
    }

    .QuickLinkBox a small {
        padding-left: 35px
    }

    .InfoTopContent p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .InfoBottomContent p {
        font-size: 14px;
        line-height: 20px
    }
}

.stepContainer {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
    display: none
}

.stepContainer h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 700;
    color: #4b4b45;
    margin: 50px 0 20px 0 !important;
    padding: 0;
    position: relative
}

.stepContainer h2 span {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 400
}

.stepContainer h2 span label {
    color: #009857
}

.stepContainer .PatientFormArea .action-button {
    padding: 15px 60px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 50px
}

.stepContainer .QuestionNext {
    display: none
}

.stepContainer .QuestionNext.show {
    display: block;
    padding: 8px 10px;
    width: 15%;
    float: right;
    margin-top: 0
}

.stepContainer .QuestionNext.show:focus {
    border: 0 !important
}

.stepContainer.active {
    display: block;
    position: relative;
    left: 0
}

@media(min-width:992px) and (max-width:1199px) {

    .StepArea .stepContainer:nth-child(3) h2 span,
    .StepArea .stepContainer .DefaultSliderSection h2 span {
        display: block;
        position: relative;
        margin-top: 10px
    }

    .stepContainer h2 span {
        position: relative;
        display: inherit;
        margin-top: 10px
    }
}

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

    .StepArea .stepContainer:nth-child(3) h2 span,
    .StepArea .stepContainer .DefaultSliderSection h2 span {
        display: block;
        position: relative;
        margin-top: 10px
    }

    .stepContainer h2 span {
        position: relative;
        display: inherit;
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .stepContainer h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        margin: 40px 0 35px 0 !important
    }

    .stepContainer h2 span {
        top: 0;
        right: 0
    }

    .stepContainer .QuestionNext.show {
        width: 100px
    }

    .StepArea .stepContainer:nth-child(3) h2 span {
        display: block;
        position: relative;
        margin-top: 10px;
        font-size: 14px
    }

    .StepArea .stepContainer:nth-child(4) h2 span {
        display: block;
        position: relative;
        margin-top: 10px;
        font-size: 14px
    }

    .stepContainer .PatientFormArea .action-button {
        width: 100%
    }

    .stepContainer .BAP-DoctorList h2 {
        margin: 20px 0
    }

    .stepContainer .BAP-DoctorList h2 span {
        display: block;
        position: relative;
        margin-top: 10px;
        font-size: 14px
    }
}

@media(max-width:320px) {
    .stepContainer h2 span {
        font-size: 12px
    }
}

.BAP-Container h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #4b4b45;
    margin: 60px 0;
    padding: 0
}

.BAP-Container .nav-tabs {
    border: 1px solid #fff
}

.BAP-Container .nav-tabs .nav-link {
    padding: 23px 78px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45;
    background-color: #d3dee8;
    margin-right: 30px
}

.BAP-Container .nav-tabs .nav-item.show .nav-link,
.BAP-Container .nav-tabs .nav-link.active {
    border: 0;
    box-shadow: 0 -7px 10px -2px rgba(190, 190, 205, .5);
    background-color: #fff
}

.BAP-Container .tab-content {
    box-shadow: 0 20px 40px rgba(190, 190, 205, .5);
    padding: 50px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 50px;
    overflow: hidden
}

.SymptomsSearchArea {
    position: relative;
    margin-bottom: 30px
}

.SymptomsSearchArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 19px;
    border: 1px solid #ccc
}

.SymptomsSearchArea input.form-control:focus {
    outline: none;
    border: 1px solid #ccc !important
}

.SymptomsSearchArea .icon-search {
    position: absolute;
    top: 25px;
    right: 10px
}

.SymptomsSearchArea .symptomsError {
    font-size: 14px;
    padding-top: 5px;
    color: #ef413d
}

.SymptomName {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden
}

.SymptomName li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.SymptomName li.SymptomLink {
    width: 100%;
    display: block
}

.SymptomName li span {
    background-color: #d3dee8;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    text-decoration: none;
    border-radius: 18px;
    font-weight: 600;
    display: block;
    cursor: pointer
}

.SymptomsListArea .SymptomLink {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00843d;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-weight: 600;
    cursor: pointer
}

.SymptomsListArea .SymptomLink:before {
    content: "";
    height: 1px;
    width: 43%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 10px
}

.SymptomsListArea .SymptomLink:after {
    content: "";
    height: 1px;
    width: 43%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 10px
}

.DisclaimerPanel {
    border-radius: 5px;
    padding: 30px;
    margin-top: 60px
}

.DisclaimerPanel h5 {
    font-weight: 600;
    color: #4b4b45;
    margin: 0 0 5px 0;
    padding: 0
}

.DisclaimerPanel p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.DisclaimerPanel p a {
    font-weight: 700;
    text-decoration: none;
    color: #009857
}

.BackToSymptoms {
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #009857;
    border: 0;
    position: relative;
    margin-top: 20px
}

.BackToSymptoms:focus {
    border: 0 !important
}

.BackToSymptoms:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px
}

.VisitQuestionArea h2 {
    margin-top: 20px
}

.QuestionsArea h5 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #4b4b45
}

.ListAnsType {
    margin: 0;
    padding: 0;
    list-style: none
}

.ListAnsType li {
    margin-top: 25px;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45
}

.ListAnsType li:first-child {
    margin: 0
}

.ListAnsType li .radio-custom {
    z-index: 100;
    width: 20px;
    height: 20px
}

.ListAnsType li .radio-custom,
.ListAnsType li .radio-custom-label,
.ListAnsType li .checkbox-custom,
.ListAnsType li .checkbox-custom-label {
    margin: 0;
    font-size: 14px !important;
    color: #4b4b45 !important
}

.ListAnsType li .radio-custom+.radio-custom-label:before,
.ListAnsType li .checkbox-custom+.checkbox-custom-label:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-right: 20px
}

.ListAnsType li .radio-custom:checked+.radio-custom-label:before,
.ListAnsType li .checkbox-custom:checked+.checkbox-custom-label:before {
    font-size: 7px
}

.AnswerArea {
    min-height: 370px
}

.AnswerArea textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #4b4b45
}

.AnswerArea textarea:focus {
    border: 1px solid #009857;
    outline: none
}

.AnswerArea input[type='text'] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #4b4b45;
    line-height: 24px;
    border: 1px solid #ccc
}

.AnswerArea input[type='text']:focus {
    border: 1px solid #009857;
    outline: none
}

.AnswerArea .chosen-container {
    width: 100% !important
}

.AnswerArea .chosen-single,
.AnswerArea .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none;
    border: 1px solid #ccc
}

.AnswerArea .chosen-container-single .chosen-single div b,
.AnswerArea .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px
}

.AnswerArea .date {
    position: relative
}

.AnswerArea .date input.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    color: #4b4b45
}

.AnswerArea .date .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    cursor: pointer
}

.AnswerArea .DisclaimerPanel {
    text-align: center
}

.AnswerArea .DisclaimerPanel .btn-general {
    margin-top: 20px
}

.QuestionButtonArea {
    margin-top: 20px
}

.QuestionButtonArea .btn-Question {
    color: #fff;
    padding: 8px 10px;
    display: block;
    position: relative;
    background-color: none;
    opacity: 1
}

.QuestionButtonArea .btn-Question.carousel-control-prev {
    float: left
}

.QuestionButtonArea .btn-Question.carousel-control-next {
    float: right
}

.VideoIcon {
    width: 30px;
    height: 30px;
    background-color: #d3dee8;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

.VideoIcon span {
    font-size: 10px !important;
    color: #4b4b45;
    position: relative !important
}

.DoctorListPanel {
    margin-top: 10px
}

.OtherAppointmentPanel {
    padding: 30px;
    margin-top: 25px;
    overflow: hidden
}

.OtherAppointmentPanel h2 {
    margin: 0 0 10px 0 !important;
    padding: 0
}

.OtherAppointmentPanel p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45
}

.DoctorListPanel .DoctorSliderItem,
.OtherAppointmentPanel .DoctorSliderItem,
.inner-page .DoctorListPanel .DoctorSliderItem,
.inner-page .OtherAppointmentPanel .DoctorSliderItem {
    width: 300px !important
}

.AppointmentTabs {
    text-align: right;
    padding-top: 15px
}

.AppointmentTabs ul.tabs {
    margin: 12px 11px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: right;
    display: inline
}

.AppointmentTabs ul.tabs li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 13px;
    line-height: 18px;
    color: #4b4b45;
    padding: 9px 20px;
    margin-right: 12px;
    font-weight: 600;
    background-color: #fff;
    cursor: pointer
}

.AppointmentTabs ul.tabs li.active {
    background-color: #4b4b45;
    border: 1px solid #4b4b45;
    color: #fff
}

.AppointmentTabs ul.tabs li:last-child {
    margin-right: 0
}

.AppointmentTabs a.Filter {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 13px;
    line-height: 18px;
    color: #4b4b45;
    padding: 9px 20px;
    font-weight: 600;
    background-color: #fff;
    text-decoration: none
}

.AppointmentTabs a.Filter i {
    font-style: normal
}

.AppointmentTabs a.Filter.active {
    background-color: #00843d;
    color: #fff
}

.Filter span.counter {
    border-radius: 50px;
    background-color: #00843d;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    text-align: center
}

.AppointmentTabs a.Filter.active span {
    background-color: #fff;
    color: #00843d
}

.WeekList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.WeekList ul li {
    float: left;
    margin-right: 17px;
    width: 100px;
    text-align: center;
    padding: 19px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer
}

.WeekList ul li.selected,
.WeekList ul li.selected:hover {
    border: 1px solid #009857;
    background-color: #009857
}

.WeekList ul li.selected span,
.WeekList ul li.selected:hover span {
    color: #fff
}

.WeekList ul li:hover {
    border: 1px solid #009857;
    background-color: #fff
}

.WeekList ul li:hover span {
    color: #009857
}

.WeekList ul li:last-child {
    margin-right: 0
}

.WeekList ul li span {
    display: block;
    color: #4b4b45
}

.WeekList ul li span:first-child {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase
}

.WeekList ul li span:last-child {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.OtherAppointmentPanel hr {
    height: 1px;
    background-color: #e5e5e5;
    opacity: 1;
    margin: 25px 0
}

.TimeList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.TimeList ul li {
    float: left;
    margin-right: 16px;
    width: 120px;
    text-align: center;
    padding: 7px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px
}

.TimeList ul li.selected,
.TimeList ul li.selected:hover {
    border: 1px solid #009857;
    background-color: #009857
}

.TimeList ul li.selected span,
.TimeList ul li.selected:hover span {
    color: #fff
}

.TimeList ul li:hover {
    border: 1px solid #009857;
    background-color: #fff
}

.TimeList ul li:hover span {
    color: #009857
}

.WeekList ul li:last-child {
    margin-right: 0
}

.TimeList ul li:nth-child(6n),
.TimeList ul li:last-child {
    margin-right: 0
}

.TimeList ul li span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #4b4b45;
    text-transform: uppercase
}

.TimeList ul li span i {
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.DoctorListSlider {
    margin-top: 25px;
    margin-left: -15px
}

.NearestDoctorSlider .slick-slide.slick-active,
.DoctorListSlider .slick-slide.slick-active {
    opacity: 1 !important
}

.NearestDoctorSlider .slick-dots,
.DoctorListSlider .slick-dots {
    bottom: -25px
}

.AppointmentFilterArea {
    border-top: 1px solid #e5e5e5;
    margin-top: 24px;
    padding-top: 30px;
    padding-top: 30px;
    position: relative;
    display: none
}

.AppointmentFilterArea h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    position: relative;
    font-weight: 600
}

.AppointmentFilterArea h3 span {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 28px;
    color: #4b4b45;
    cursor: pointer
}

.AppointmentFilterArea .col-form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.AppointmentFilterArea .radio-custom,
.AppointmentFilterArea .radio-custom-label,
.AppointmentFilterArea .checkbox-custom,
.AppointmentFilterArea .checkbox-custom-label {
    font-size: 16px !important;
    color: #4b4b45 !important;
    line-height: 22px !important
}

.AppointmentFilterArea .checkbox-custom,
.AppointmentFilterArea .checkbox-custom-label {
    margin-bottom: 15px
}

.AppointmentFilterArea .radio-custom+.radio-custom-label:before,
.AppointmentFilterArea .checkbox-custom+.checkbox-custom-label:before {
    width: 20px;
    height: 20px;
    line-height: 18px
}

.AppointmentFilterArea .radio-custom:checked+.radio-custom-label:before,
.AppointmentFilterArea .checkbox-custom:checked+.checkbox-custom-label:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #fff;
    font-weight: 600
}

.FilterButtonArea {
    text-align: right
}

.FilterButtonArea .btn-white-blue-border {
    padding: 8px 40px;
    font-size: 13px;
    line-height: 22px;
    margin-right: 22px
}

.PatientFormArea .form-control {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b45;
    margin-top: 2px
}

.PatientFormArea .form-control::placeholder {
    color: #4b4b45
}

.PatientFormArea .chosen-container {
    width: 100% !important;
    margin-top: 2px
}

.PatientFormArea .chosen-single,
.PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 13px 20px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none;
    border: 1px solid #ccc
}

.PatientFormArea .chosen-container-single .chosen-single div b,
.PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px;
    background: none
}

.PatientFormArea .chosen-container-single .chosen-single div b:before,
.PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #4b4b45;
    top: 15px;
    right: 18px;
    position: relative;
    font-size: 16px
}

.PatientFormArea .input-group .chosen-container {
    width: 30% !important
}

.PatientFormArea .input-group .chosen-single,
.PatientFormArea .input-group .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 0 0 4px;
    border-right: 0 !important;
    background-color: #edf4fa
}

.PatientFormArea .input-group .form-control {
    margin-bottom: 0;
    border-left: 0 !important
}

.PatientFormArea .form-group {
    position: relative;
    margin-bottom: 25px
}

.PatientFormArea .form-group .info {
    position: absolute;
    right: 20px;
    top: 50px
}

.PatientFormArea .form-group .info i {
    font-weight: 600;
    color: #4b4b45;
    font-size: 16px
}

.PatientFormArea h2 {
    margin: 7px 0 18px 0;
    padding: 0
}

.PatientFormArea .field-validation-error:before {
    content: "⚠️";
    font-family: 'ccadicon' !important;
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 38px;
    color: #ef413d !important;
    z-index: 1;
    background-color: #fff
}

.PatientFormArea .field-validation-error span {
    position: absolute;
    width: 100%;
    left: 15px;
    text-align: right;
    top: 85px;
    font-size: 14px;
    color: #ef413d
}

.PatientFormArea .field-validation-error span:before {
    display: none
}

.selectError .chosen-single,
.selectError .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ef413d !important
}

.selectError input {
    border: 1px solid #ef413d !important
}

.selectError .input-group .field-validation-error:before {
    top: 8px
}

.PatientFormArea .date .field-validation-error:before {
    top: 8px
}

.ConfirmPanel {
    margin-top: 40px;
    padding: 60px;
    text-align: center
}

.ConfirmPanel .ConfirmAppointment:before {
    background-color: #00843d;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px
}

.ConfirmPanel h3 {
    font-size: 36px;
    line-height: 46px;
    color: #00843d;
    margin: 20px 0 15px 0;
    font-weight: 600
}

.ConfirmPanel p {
    font-weight: 600;
    color: #4b4b45
}

.TableContent {
    width: 495px;
    margin: 40px auto 40px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.TableContent .TableTitle {
    text-align: left;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #4b4b45
}

.TableContent .TableTitleContent {
    text-align: right;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #009857
}

.ActionItemsList {
    margin: 0;
    padding: 0;
    list-style: none
}

.ActionItemsList li {
    display: inline-block;
    width: 20%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer
}

.ActionItemsList li span {
    font-size: 22px;
    position: relative;
    top: 3px
}

.QRCodeArea {
    margin-top: 30px
}

.QRCodeArea p {
    font-size: 16px;
    line-height: 20px;
    color: #00843d;
    margin-bottom: 30px
}

.QRCodeArea a {
    text-decoration: none
}

.QRCodeArea a img {
    margin-right: 30px
}

.QRCodeArea a:last-child img {
    margin-right: 0
}

.StepArea {
    position: relative
}

.Filter i.icon {
    display: none
}

.callCenterPanel.NoResultBottomPanel {
    border-top: 0
}

.PatientFormArea .field-validation-error #phoneNumber-error {
    top: 55px
}

.captchaError {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #ef413d
}

@media(min-width:1200px) and (max-width:1376px) {
    .OtherAppointmentPanel h2 {
        font-size: 24px;
        line-height: 26px
    }

    .OtherAppointmentPanel p {
        font-size: 13px;
        line-height: 20px
    }

    .AppointmentTabs ul.tabs li {
        padding: 9px 15px;
        margin-right: 5px
    }

    .AppointmentTabs a.Filter {
        padding: 9px 10px
    }

    .WeekList ul li {
        margin-right: 15px;
        width: 83px;
        margin-bottom: 15px;
        padding: 5px
    }

    .WeekList ul li span:last-child {
        font-size: 16px
    }

    .TimeList ul li {
        margin-right: 14px;
        margin-bottom: 14px
    }

    .TimeList ul li:nth-child(6) {
        margin-right: 0
    }

    .TimeList ul li:nth-child(6) {
        margin-right: 16px
    }

    .AppointmentTabs {
        padding-top: 10px
    }

    .DefaultSliderSection .DoctorSliderItem {
        width: 230px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .SymptomsListArea .SymptomLink:before,
    .SymptomsListArea .SymptomLink:after {
        width: 40%
    }

    .AlphabetSearchArea ul li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .AlphabetSearchArea ul li a {
        height: 32px;
        width: 32px;
        line-height: 32px
    }

    .SymptomName li {
        margin-right: 8px;
        margin-bottom: 8px
    }

    .DisclaimerPanel {
        margin-top: 30px
    }

    .AppointmentTabs {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 30px
    }

    .WeekList ul li {
        width: 95px;
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 15px
    }

    .WeekList ul li:nth-child(5n) {
        margin-right: 0
    }

    .TimeList ul li {
        width: 122px;
        margin-right: 15px
    }

    .TimeList ul li:nth-child(4n) {
        margin-right: 0
    }

    .TimeList ul li:nth-child(6) {
        margin-right: 15px
    }

    .DoctorSection .row .col-md-6:last-child .DoctorSliderItem {
        display: none
    }
}

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

    .SymptomsListArea .SymptomLink:before,
    .SymptomsListArea .SymptomLink:after {
        width: 40%
    }

    .AppointmentTabs {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 30px
    }

    .WeekList ul li {
        width: 95px;
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 15px
    }

    .WeekList ul li:nth-child(5n) {
        margin-right: 0
    }

    .TimeList ul li {
        width: 122px;
        margin-right: 15px
    }

    .TimeList ul li:nth-child(4n) {
        margin-right: 0
    }

    .TimeList ul li:nth-child(6) {
        margin-right: 15px
    }

    .PatientFormArea .chosen-single,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single {
        padding: 13px 9px
    }

    .PatientFormArea .chosen-container-single .chosen-single div b:before,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single div b:before {
        top: 13px;
        right: 8px;
        font-size: 14px
    }

    .DoctorSection .row .col-md-6:last-child .DoctorSliderItem {
        display: none
    }

    .DoctorSection .page-item .page-link {
        padding: 10px
    }
}

@media(max-width:767px) {
    .BAP-Container h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 40px 0
    }

    .BAP-Container .nav-tabs .nav-link {
        padding: 20px 0;
        font-size: 16px;
        line-height: 20px;
        margin-right: 15px;
        width: 167px
    }

    .BAP-Container .nav-tabs .nav-link:last-child {
        margin: 0
    }

    .BAP-Container .tab-content {
        padding: 20px;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        margin-bottom: 50px
    }

    .SymptomsSearchArea input.form-control {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 20px
    }

    .SymptomsSearchArea .icon-search {
        top: 18px
    }

    .AlphabetSearchArea ul li {
        margin-right: 6px;
        margin-bottom: 6px
    }

    .AlphabetSearchArea ul li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .SymptomName li {
        margin-right: 8px;
        margin-bottom: 8px
    }

    .SymptomName li span {
        padding: 4px 15px;
        font-size: 12px;
        line-height: 20px
    }

    .SymptomsListArea .SymptomLink {
        font-size: 14px
    }

    .SymptomsListArea .SymptomLink:before,
    .SymptomsListArea .SymptomLink:after {
        width: 32%
    }

    .DisclaimerPanel {
        margin-top: 20px;
        padding: 20px
    }

    .DisclaimerPanel p {
        font-size: 14px;
        line-height: 20px
    }

    .VisitQuestionArea .SectionLinkArea {
        margin: 0 0 10px 0
    }

    .AnswerArea {
        min-height: 370px
    }

    .ListAnsType li {
        margin-top: 15px
    }

    .QuestionButtonArea .btn-Question {
        width: 100px
    }

    .VideoIcon {
        width: 26px;
        height: 26px;
        top: 0
    }

    .BackToSymptoms {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px
    }

    .QuestionsArea h5 {
        font-size: 14px;
        line-height: 20px
    }

    .DoctorListPanel {
        padding: 15px 0
    }

    .OtherAppointmentPanel {
        padding: 20px
    }

    .OtherAppointmentPanel h2 {
        margin: 0 0 10px 0 !important;
        font-size: 16px !important
    }

    .OtherAppointmentPanel p {
        font-size: 14px;
        line-height: 20px
    }

    .AppointmentTabs {
        text-align: left;
        padding-bottom: 25px
    }

    .AppointmentTabs ul.tabs {
        margin: 12px 8px 0 0
    }

    .AppointmentTabs ul.tabs li {
        padding: 9px 15px;
        margin-right: 8px
    }

    .Filter i,
    .Filter span.counter {
        display: none
    }

    .Filter i.icon {
        display: block;
        color: #fff
    }

    .AppointmentTabs a.Filter {
        font-size: 16px;
        padding: 10px;
        position: relative;
        top: 1px;
        background-color: #00843d
    }

    .AppointmentFilterArea h3 {
        font-size: 18px
    }

    .AppointmentFilterArea .col-form-label {
        font-size: 13px;
        line-height: 18px
    }

    .AppointmentFilterArea .radio-custom,
    .AppointmentFilterArea .radio-custom-label,
    .AppointmentFilterArea .checkbox-custom,
    .AppointmentFilterArea .checkbox-custom-label {
        font-size: 13px !important;
        line-height: 23px !important
    }

    .AppointmentFilterArea .radio-custom,
    .AppointmentFilterArea .radio-custom-label {
        margin: 0 15px 0 0
    }

    .AppointmentFilterArea .checkbox-custom,
    .AppointmentFilterArea .checkbox-custom-label {
        margin: 0 15px 15px 0
    }

    .FilterButtonArea .btn-white-blue-border {
        margin-bottom: 15px;
        margin-right: 0
    }

    .FilterButtonArea button {
        width: 100%
    }

    .WeekList {
        margin-bottom: -15px
    }

    .WeekList ul li {
        margin-right: 15px;
        width: 80px;
        padding: 10px;
        margin-bottom: 10px
    }

    .WeekList ul li span:first-child {
        font-size: 10px;
        line-height: 12px
    }

    .WeekList ul li span:last-child {
        font-size: 13px;
        line-height: 18px
    }

    .WeekList ul li:nth-child(3n) {
        margin-right: 0
    }

    .WeekList ul li:last-child {
        display: none
    }

    .OtherAppointmentPanel hr {
        display: none
    }

    .TimeList {
        margin-top: 30px
    }

    .TimeList ul li {
        margin-right: 7px;
        width: 85px;
        padding: 8px 0;
        margin-bottom: 10px
    }

    .TimeList ul li span {
        font-size: 10px;
        line-height: 12px
    }

    .TimeList ul li:nth-child(3n) {
        margin-right: 0
    }

    .PatientFormArea .form-group .form-label {
        display: none
    }

    .PatientFormArea .chosen-single,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single {
        padding: 13px 12px
    }

    .PatientFormArea .form-group .info {
        top: 15px
    }

    .PatientFormArea .form-group .info i {
        font-weight: 400;
        font-size: 22px
    }

    .PatientFormArea .input-group .chosen-container {
        margin-left: 0 !important
    }

    .PatientFormArea h2 {
        margin: 7px 0 18px 0 !important
    }

    .DisclaimerPanel h5 {
        font-size: 14px
    }

    .ConfirmPanel {
        padding: 20px
    }

    .ConfirmPanel h3 {
        font-size: 24px;
        line-height: 34px
    }

    .ConfirmPanel p {
        font-size: 14px;
        line-height: 20px
    }

    .TableContent {
        width: auto;
        margin: 20px auto
    }

    .TableTitle,
    .TableTitleContent {
        text-align: center !important;
        line-height: 30px
    }

    .ActionItemsList li {
        width: 32%
    }

    .StepArea .stepContainer.Slot h2 span {
        display: block;
        position: relative;
        margin-top: 10px;
        font-size: 14px
    }

    .PatientFormArea .form-control {
        margin-top: 0
    }

    .SubmissionForm .form-select.chosen-select {
        padding: 15px 20px
    }

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

    .QRCodeArea a img {
        margin-right: 0
    }

    .PatientFormArea .field-validation-error {
        top: -30px
    }

    .selectError .input-group .field-validation-error:before {
        top: 38px
    }

    .PatientFormArea .date .field-validation-error:before {
        top: 38px
    }

    .selectError .chosen-select {
        border: 1px solid #ef413d;
        border-right: 0
    }

    .selectError .chosen-select.input-validation-error {
        border: 1px solid #ef413d;
        border-right: 1px solid #ef413d
    }

    .PatientFormArea .field-validation-error #phoneNumber-error {
        top: 85px
    }

    .PatientFormArea .form-control {
        font-size: 16px
    }
}

@media(max-width:360px) {
    .BAP-Container .nav-tabs .nav-link {
        width: 155px
    }

    .AppointmentTabs ul.tabs li {
        margin-right: 0
    }

    .WeekList ul li {
        margin-right: 8px
    }

    .TimeList ul li {
        width: 80px
    }

    .BAP-FloatingPanel .MobileHandler {
        padding: 20px
    }
}

@media(max-width:320px) {
    .BAP-Container .nav-tabs .nav-link {
        width: 138px
    }

    .OtherAppointmentPanel {
        padding: 10px
    }

    .AppointmentTabs ul.tabs li {
        padding: 9px 10px;
        font-size: 11px
    }

    .WeekList ul li {
        width: 73px
    }

    .TimeList ul li {
        width: 74px
    }

    .TimeList ul li span i {
        margin-right: 1px;
        top: 0
    }

    .PatientFormArea .chosen-single,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single {
        padding: 13px 5px
    }

    .PatientFormArea .chosen-container-single .chosen-single div b:before,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single div b:before {
        top: 13px;
        right: 10px
    }

    .ActionItemsList li {
        width: 31%;
        font-size: 12px
    }

    .ActionItemsList li span {
        font-size: 18px
    }

    .DoctorSection .PaginationArea {
        margin-right: -30px;
        margin-left: -30px
    }

    .DoctorSection .page-item .page-link {
        padding: 5px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .PatientFormArea .chosen-container-single .chosen-single div b,
    .PatientFormArea .chosen-container-active.chosen-with-drop .chosen-single div b {
        background: none !important
    }
}

.inner-page .VisitModal .modal-dialog {
    max-width: 50%
}

@media(min-width:768px) and (max-width:1500px) {
    .inner-page .VisitModal .modal-dialog {
        max-width: 80%
    }
}

@media(max-width:767px) {
    .inner-page .VisitModal .modal-dialog {
        max-width: 100%
    }
}

.stepContainer .NoDataSection h2 {
    font-size: 48px !important;
    line-height: 56px !important;
    color: #4b4b45;
    font-weight: 700;
    text-align: center;
    margin-top: 30px
}

.stepContainer .NoDataSection h2 span {
    color: #00843d;
    font-size: 48px;
    position: relative
}

.NoResultBottomPanel .PanelContent {
    padding: 0;
    overflow: inherit;
    background-color: transparent
}

.NoResultBottomPanel .PanelContent h5 {
    font-size: 16px;
    color: #4b4b45;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative
}

.NoResultBottomPanel .PanelContent p {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    font-weight: 400
}

.stepContainer .NoResultBottomPanel h5:before {
    font-family: 'ccadicon' !important;
    font-size: 20px;
    color: #4b4b45;
    position: relative;
    left: -8px;
    top: 3px
}

.stepContainer .NoResultBottomPanel .Callback h5:before {
    content: ""
}

.stepContainer .NoResultBottomPanel .Call h5:before {
    content: ""
}

.stepContainer .NoResultBottomPanel .Online h5:before {
    content: ""
}

@media(max-width:767px) {

    .stepContainer .NoDataSection h2,
    .stepContainer .NoDataSection h2 span {
        font-size: 30px;
        line-height: 40px
    }
}

.answerErrors,
.symptomsError {
    color: #ef413d;
    padding-top: 10px;
    font-size: 14px
}

.VisitModal .callCenterPanel.NoResultBottomPanel {
    border-top: 0;
    padding: 0 30px;
    margin-top: 20px
}

.VisitModal .callCenterPanel.NoResultBottomPanel h2 {
    font-weight: 700
}

.callCenterPanel .PanelContent.Callback p a {
    color: #4b4b45;
    text-decoration: underline
}

.callCenterPanel .PanelContent.Call p {
    background-color: #d3dee8;
    border-radius: 30px;
    padding: 5px 15px;
    margin-left: -30px;
    display: inline-block;
    font-weight: 600
}

.callCenterPanel .PanelContent.Call p span {
    font-weight: 700;
    display: block;
    margin-right: 5px
}

.callCenterPanel .PanelContent.Call p span:after {
    content: ":"
}

.callCenterPanel .PanelContent.Call p i {
    font-weight: 700;
    position: relative;
    top: 2px;
    margin-right: 2px
}

@media(max-width:767px) {
    .VisitModal .callCenterPanel.NoResultBottomPanel {
        padding: 0 0
    }

    .callCenterPanel .PanelContent.Call p {
        margin-left: 0
    }
}

.careers {
    padding: 20px 0 100px 0
}

.careers .ThumbContentArea ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none
}

.careers .ThumbContentArea ul li {
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 18px;
    color: #00843d;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px
}

.careers .ThumbContentArea ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00843d;
    font-family: 'ccadicon' !important;
    font-size: 4px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -10px
}

.careers .ThumbContentArea ul li a {
    font-size: 13px;
    line-height: 18px;
    color: #00843d !important;
    font-weight: 600
}

.CareerNewsPanel {
    padding: 100px 0 0 0
}

.CareersNewsSlider .slick-slide.slick-active {
    opacity: 1 !important
}

.CareerNewsPanel .slick-prev,
.CareerNewsPanel .slick-next {
    display: none !important
}

.careers .VideoSectionContainer {
    margin-bottom: 50px
}

.OnlinePortalContentArea.careers {
    padding: 0 0 50px 0
}

.careers .VideoContentArea .btn-general {
    width: 280px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

.PortalSliderArea.bg-grey {
    padding: 0 0 100px 0
}

.OnlinePortalContentArea.bg-white {
    padding: 100px 0
}

.inner-page .ExpertQuestionSection.careers {
    margin-bottom: 0;
    padding: 100px 0
}

.careers .buttonArea {
    text-align: center
}

.careers .buttonArea .btn-general {
    width: 270px;
    height: 55px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.careersDetails .RegisterContentArea {
    background-color: #f2faf6
}

.careersDetails .RegisterButtonArea {
    margin-top: 20px
}

@media(min-width:768px) and (max-width:991px) {
    .careers {
        padding: 20px 0 50px 0
    }

    .CareerNewsPanel {
        padding: 50px 0 0 0
    }

    .CareerNewsPanel .ArticleListPanel {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .careers {
        padding: 20px 10px 50px 10px
    }

    .CareerNewsPanel {
        padding: 50px 10px 0 10px
    }

    .CareerNewsPanel .ArticleListPanel .slick-dots li {
        width: 25%
    }

    .careers .ThumbContentArea ul li {
        width: 100%
    }

    .careers .VideoSectionContainer {
        margin-bottom: 50px
    }

    .careers .VideoContentArea .btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 13px
    }

    .inner-page .ExpertQuestionSection.careers {
        padding: 50px 10px
    }

    .PortalSliderArea.bg-grey {
        padding: 0 0 50px 0
    }

    .OnlinePortalContentArea.bg-white {
        padding: 50px 0
    }

    .careers .buttonArea {
        margin-top: 20px
    }

    .careers .buttonArea .btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 13px
    }

    .OnlinePortalContentArea.careers {
        padding: 0 10px 0 10px
    }
}

.breadcrumbArea {
    background-color: #fafafa;
    padding: 10px 0
}

.breadcrumbArea .breadcrumb {
    margin-bottom: 0
}

.breadcrumbArea span,
.breadcrumbArea nav {
    display: inline-block
}

.breadcrumbArea span {
    font-size: 13px;
    line-height: 25px;
    color: #4b4b45;
    font-weight: 700;
    margin-right: 8px;
    text-transform: uppercase;
    float: left
}

.breadcrumbArea .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #4b4b45;
    content: "»";
    font-family: 'ccadicon' !important;
    font-size: 9px;
    position: relative;
    top: 1px;
    font-weight: 700
}

.breadcrumb-item {
    font-size: 13px;
    line-height: 20px
}

.breadcrumb-item a {
    text-decoration: none;
    color: #009857
}

.breadcrumb-item.active {
    color: #7b7d83
}

@media(max-width:767px) {
    .breadcrumbArea {
        text-align: center;
        overflow: hidden;
        padding: 10px 0 0 0
    }

    .breadcrumbArea .breadcrumb {
        margin-bottom: 0;
        width: 600px;
        padding-bottom: 10px
    }

    .breadcrumbArea nav {
        overflow: scroll
    }

    .breadcrumbArea span,
    .breadcrumbArea nav {
        display: block
    }

    .breadcrumbArea span {
        line-height: 18px
    }
}

.askAnythingPanel {
    padding: 80px 0
}

.askAnythingPanel h2 {
    margin: 0;
    padding: 0;
    line-height: 46px;
    font-size: 36px;
    color: #4b4b45;
    font-weight: 700
}

.askAnythingPanel p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0;
    padding: 0
}

.askAnythingPanel .buttonArea {
    text-align: right
}

.askAnythingPanel .buttonArea .btn-general {
    text-align: center;
    width: 256px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

.askAnythingFormSection,
#formClose {
    display: none
}

#formClose {
    color: #4b4b45
}

@media(min-width:768px) and (max-width:991px) {
    .askAnythingPanel {
        padding: 40px 0
    }

    .askAnythingPanel h2 {
        line-height: 34px;
        font-size: 24px
    }

    .askAnythingPanel p {
        font-size: 16px;
        line-height: 24px
    }

    .askAnythingPanel .buttonArea .btn-general {
        width: 170px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        font-weight: 600
    }
}

@media(max-width:767px) {
    .askAnythingPanel {
        padding: 35px 10px
    }

    .askAnythingPanel h2 {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 34px;
        text-align: center
    }

    .askAnythingPanel p {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }

    .askAnythingPanel .buttonArea {
        text-align: center;
        margin-top: 40px
    }

    .askAnythingPanel .buttonArea .btn-general {
        width: 270px
    }

    #formClose {
        display: none !important
    }
}

.contactus h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin: 50px 0;
    padding: 0;
    color: #4b4b45
}

.contactus .FormPagePanel .sitecore-form h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #009857;
    margin: 0 0 20px 0;
    padding: 0
}

.contactus .captchaArea {
    text-align: right
}

.contactus .captchaArea div {
    width: auto !important
}

.contactus .buttonArea {
    margin-top: 10px
}

.contactus .buttonArea .btn-general {
    width: 250px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

@media(max-width:767px) {
    .contactus .sitecore-form {
        margin-bottom: 50px
    }

    .contactus h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 30px 0;
        text-align: center
    }

    .contactus .FormPagePanel .sitecore-form h3 {
        font-size: 24px;
        margin: 0 0 30px 0
    }

    .contactus .buttonArea .btn-general {
        width: 100%
    }
}

.PaginationArea {
    background-color: #f7f7f7;
    border-radius: 9px;
    padding: 25px
}

.pagination {
    margin-bottom: 0
}

.pagination li:first-child,
.pagination li:last-child {
    flex: 1
}

.pagination li {
    display: inline
}

.pagination .page-item:last-child {
    text-align: right
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    display: inline-block;
    font-weight: 600
}

.pagination .page-item:first-child .page-link:before {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 10px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.pagination .page-item:last-child .page-link:after {
    content: "";
    font-family: 'ccadicon' !important;
    font-size: 10px;
    margin-left: 15px;
    position: relative;
    top: -1px
}

.page-item.disabled .page-link {
    pointer-events: none;
    background-color: transparent;
    color: #f7f7f7
}

.page-item .page-link {
    color: #4b4b45;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.page-item.active .page-link {
    background-color: transparent;
    border: 0;
    color: #00843d
}

.page-item.active .page-link:focus {
    box-shadow: none
}

@media(min-width:992px) and (max-width:1075px) {
    .page-item .page-link {
        font-size: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PaginationArea {
        margin-bottom: 30px;
        padding: 20px
    }
}

@media(max-width:767px) {
    .PaginationArea {
        margin-bottom: 30px;
        margin-right: -22px;
        margin-left: -22px;
        border-radius: 0;
        padding: 15px
    }

    .pagination li:first-child a span,
    .pagination li:last-child a span {
        display: none
    }

    .page-item .page-link {
        padding: 6px;
        font-size: 14px
    }
}

.inner-page .FindDoctor {
    padding: 60px 0 100px 0
}

.inner-page .FindDoctor h1 {
    font-size: 48px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 56px;
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}

.inner-page .DoctorSliderItem {
    margin-bottom: 30px;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    width: 100% !important
}

.inner-page .DefaultSliderSection,
.inner-page .tab_content {
    margin-top: 60px
}

.inner-page .SectionLinkArea {
    text-align: right
}

.SectionLinkArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline
}

.SectionLinkArea ul li {
    display: inline-block
}

.inner-page .DefaultSliderSection .SectionLinkArea a {
    color: #4b4b45;
    position: relative;
    top: -6px;
    display: inline-block
}

.inner-page .DefaultSliderSection .SectionLinkArea a:after {
    content: none
}

.inner-page .DefaultSliderSection .SectionLinkArea a:before {
    content: ""
}

.FindDoctor .ServiceSliderItem {
    margin-top: 70px
}

.InsurancePanel {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 30px;
    text-align: center
}

.InsurancePanel h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #4b4b45;
    text-align: left;
    margin: 0 0 20px 0 !important;
    padding: 0;
    font-weight: 700
}

.InsuranceSearchPanel {
    overflow: hidden;
    margin-bottom: 20px
}

.InsuranceSearchPanel input,
.InsuranceSearchPanel button {
    float: left
}

.InsuranceSearchPanel input {
    width: 80%;
    border: 0;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 11px 10px;
    font-size: 14px;
    border: 1px solid #fff
}

.InsuranceSearchPanel button {
    width: 20%;
    border: 0;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 10px 10px 9px 10px
}

.InsuranceSearchPanel input:focus {
    box-shadow: none
}

.InsurancePanel .slick-list {
    overflow: hidden
}

.InsurancePanel .slick-slide {
    margin: 0 10px
}

.InsurancePanel .slick-active {
    opacity: 1 !important
}

.InsuranceItem {
    width: 116px !important;
    background-color: #f7f7f7;
    border-radius: 4px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    margin-bottom: 20px
}

.InsuranceItem img {
    border-radius: 4px;
    width: 100%
}

.InsurancePanel .slick-dots {
    bottom: -10px
}

.InsurancePanel .slick-dots li {
    width: 33.33%;
    margin: 0
}

.InsurancePanel .slick-dots li button {
    width: 100%
}

.InsurancePanel .slick-dots li button:before {
    width: 100%
}

.SectionLinkArea ul li .icon {
    font-size: 25px;
    font-weight: 300;
    margin-left: 15px;
    color: #4b4b45;
    cursor: pointer
}

.SectionLinkArea ul li.active .icon {
    color: #00843d
}

.GridStackMenu {
    margin-right: 1px !important
}

.InsurancePanel .btn-general {
    display: block
}

@media(min-width:992px) and (max-width:1075px) {

    .inner-page .DefaultSliderSection,
    .inner-page .tab_content {
        margin-top: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FindDoctor.inner-page h2 {
        margin-bottom: 20px
    }

    .inner-page .DefaultSliderSection,
    .inner-page .tab_content {
        margin-top: 10px
    }

    .inner-page .DoctorName {
        font-size: 16px;
        line-height: 22px;
        min-height: 44px
    }

    .inner-page .Availability input {
        padding: 9px 10px
    }

    .InsurancePanelSlider.slick-dotted.slick-slider {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .inner-page .FindDoctor {
        padding: 30px 12px 2px 12px
    }

    .inner-page .FindDoctor h1 {
        margin-bottom: 25px;
        text-align: center
    }

    .inner-page .FindDoctor p {
        text-align: center;
        margin-bottom: 30px
    }

    .inner-page .MoreFiltersArea .btn-white {
        padding: 11px 5px 9px 5px
    }

    .inner-page .SectionInfoText p {
        text-align: left
    }

    .inner-page .DefaultSliderSection,
    .inner-page .tab_content {
        margin-top: 10px
    }

    .inner-page .DoctorName {
        font-size: 18px;
        line-height: 28px;
        min-height: 40px
    }

    .inner-page .DoctorRole {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px
    }

    .inner-page .NearestAvailabilityArea p {
        text-align: left
    }

    .inner-page .DoctorSliderItem {
        margin-bottom: 40px;
        box-shadow: 0 18.8197px 37.6393px rgba(190, 190, 205, .5)
    }

    .InsurancePanel .slick-dots li {
        width: 16.66%
    }

    .inner-page .FindDoctor .ServiceSliderItem {
        margin-top: 20px;
        margin-bottom: 50px
    }

    .inner-page .FindDoctor .InfoLinkArea {
        padding: 5px 0 0 0
    }
}

.stack .col-md-6,
.stack .col-lg-6 {
    width: 100%
}

.stack .DoctorSliderItem {
    margin-bottom: 40px
}

.stack .DoctorImg,
.stack .DocNameRole {
    display: inline-block
}

.stack .DoctorImg {
    width: 18%;
    margin-bottom: 0;
    margin-right: 20px;
    height: 120px
}

.stack .DocNameRole {
    width: 28%;
    position: relative;
    bottom: 35px
}

.stack .DoctorName,
.stack .DoctorRole {
    min-height: 0;
    margin-bottom: 0
}

.stack .Availability {
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    top: -30px
}

.stack .NearAvail {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-right: 25px
}

.stack .NextAvail {
    display: inline-block;
    width: 40%;
    text-align: left
}

.inner-page .stack .DoctorSliderItem {
    padding: 20px 20px 5px 20px
}

.inner-page .stack .DoctorSliderItem:hover {
    padding: 19px 19px 4px 19px
}

@media(min-width:1200px) and (max-width:1470px) {
    .stack .DoctorImg img {
        width: 100%
    }

    .stack .NearAvail {
        padding-right: 15px
    }

    .stack .Availability .btn-general {
        padding: 9px 10px
    }

    .stack .DocNameRole {
        top: -10px
    }

    .stack .Availability {
        top: -20px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .GridStackMenu {
        margin-right: 1px !important
    }

    .stack .DoctorImg {
        display: none !important
    }

    .stack .DocNameRole {
        width: 34% !important;
        top: 0
    }

    .stack .Availability {
        width: 65% !important;
        top: -20px
    }

    .stack .Availability .btn-general {
        padding: 9px 10px
    }

    .stack .NearAvail {
        padding-right: 5px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .GridStackMenu {
        margin-right: 1px !important
    }

    .SectionLinkArea ul li .icon {
        font-size: 18px
    }

    .stack .DoctorImg {
        position: relative;
        top: -6px;
        height: 75px
    }

    .stack .DoctorImg img {
        width: 100%
    }

    .stack .DocNameRole {
        top: 0
    }

    .stack .DoctorName {
        font-size: 15px;
        line-height: 22px
    }

    .stack .DoctorRole {
        font-size: 13px
    }

    .stack .Availability {
        width: 49%;
        top: -15px
    }

    .stack .Availability input {
        font-size: 11px;
        line-height: 22px
    }

    .stack .NearestAvailabilityArea span {
        font-size: 10px
    }

    .stack .NearAvail {
        padding-right: 5px
    }
}

.DoctorInfoSection {
    background-color: #edf4fa;
    padding-top: 80px;
    margin-bottom: 70px;
    min-height: 477px
}

.DoctorInfoSection img {
    width: 100%
}

.DoctorInfoArea {
    position: relative
}

.DoctorInfoBox {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .2);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 50px;
    overflow: hidden;
    min-height: 450px
}

.DoctorInfoLeft,
.BookAppointment {
    float: left;
    width: 60%;
    margin-right: 12%
}

.DoctorInfoLeft h1,
.DoctorInfoLeft span.docTitle {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline
}

.DoctorInfoLeft p {
    font-size: 18px;
    line-height: 26px;
    color: #7b7d83;
    font-weight: 600;
    margin: 10px 0 20px 0
}

.DoctorInfoLeft h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #4b4b45;
    margin: 0 0 15px 0;
    text-transform: capitalize
}

.DoctorLangTag {
    margin: 0;
    padding: 0;
    list-style: none
}

.DoctorLangTag li {
    display: inline-block;
    margin-right: 10px;
    background-color: #384d5f;
    padding: 5px 7px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.DoctorInfoRight {
    float: right;
    width: 28%
}

.SurgeonBox {
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 166px;
    width: 100%;
    text-align: center
}

.CircleTick {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #cbcbcb;
    line-height: 53px;
    display: inline-block;
    color: #b7b7b7;
    margin-top: 45px
}

.SurgeonBox p {
    color: #cbcbcb;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ExperienceBox {
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 166px;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.ExperienceBox p {
    font-size: 16px;
    line-height: 20px;
    color: #4b4b45;
    margin: 0 0 10px 0;
    font-weight: 700;
    padding-top: 45px
}

.ExperienceBox span {
    font-size: 48px;
    line-height: 56px;
    color: #009857;
    font-weight: 600
}

.ExperienceBox.non-surgeon {
    margin-top: 0
}

.BookAppointment {
    margin-top: 50px
}

.BookAppointment .btn-blue {
    width: 100%;
    padding: 14px 0;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px
}

.BookAppointment p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600
}

.BookAppointment p a {
    color: #009857;
    text-decoration: none
}

.BookAppointment .btn-blue.disabled {
    pointer-events: none;
    background-color: #ccc
}

.DoctorProfileSection {
    padding-bottom: 100px
}

.DoctorProfileSection h2 {
    margin: 80px 0 40px 0;
    padding: 0;
    font-size: 48px;
    line-height: 56px;
    color: #4b4b45;
    font-weight: 700
}

.DoctorProfileSection .News h2 {
    margin: 80px 0 20px 0
}

#DocProfile {
    margin-top: 50px;
    position: relative
}

#DocProfile .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 400
}

#DocProfile .text p {
    margin-bottom: 30px
}

#DocProfile .show-more {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00843d;
    text-decoration: none;
    margin-top: 20px;
    display: none;
    text-align: center;
    font-weight: 600;
    cursor: pointer
}

#DocProfile .show-more:before {
    content: "";
    height: 1px;
    width: 43%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 10px
}

#DocProfile .show-more:after {
    content: "";
    height: 1px;
    width: 43%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 10px
}

#DocProfile .show-more-height {
    height: 330px;
    overflow: hidden
}

.TreatmentService ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.TreatmentService ul li {
    background-color: #fafafa;
    border-radius: 5px;
    width: 300px;
    height: 130px;
    margin: 0 15px 30px 15px;
    float: left;
    padding: 20px 20px 20px 20px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.PageAnchorLinkArea {
    margin-top: 60px
}

.EduTime,
.ExpTime {
    position: relative;
    list-style: none
}

.EduTime li {
    padding-bottom: 40px;
    border-left: 2px solid #cce4cb;
    position: relative;
    padding-left: 72px;
    margin-left: 0
}

.EduTime li:last-child,
.ExpTime li:last-child {
    border: 0;
    padding-bottom: 0
}

.EduTag {
    background-color: #f5f5f5;
    border-radius: 18px;
    color: #00843d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    left: -35px;
    padding: 0 20px 0 0
}

.EduTag span:first-child {
    background-color: #cce4cb;
    border-radius: 18px;
    color: #4b4b45;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 20px;
    margin-right: 20px
}

.EduTime .year {
    color: #384d5f;
    padding-top: 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.EduTime p,
.ExpTime p {
    color: #4b4b45;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0
}

.EduTime p span,
.ExpTime p span {
    font-size: 16px;
    line-height: 20px;
    color: #7b7d83;
    font-weight: 600
}

.TreatLink,
.EduLink,
.ExpLink {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #009857;
    text-decoration: none;
    position: relative
}

.TreatLink:after,
.EduLink:after,
.ExpLink:after {
    content: "";
    font-family: 'ccadicon' !important;
    transform: rotate(270deg);
    position: absolute;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400
}

.TreatLink:hover,
.EduLink:hover,
.ExpLink:hover {
    color: #009857
}

.TreatLink.less:after,
.EduLink.less:after,
.ExpLink.less:after {
    content: "";
    font-family: 'ccadicon' !important;
    transform: rotate(90deg);
    position: absolute;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400
}

.ExpTime li {
    padding-bottom: 40px;
    border-left: 2px solid #d3dee8;
    position: relative;
    padding-left: 72px;
    margin-left: 0
}

.ExpTag {
    background-color: #d3dee8;
    border-radius: 18px;
    position: absolute;
    left: -35px;
    padding: 7px 20px
}

.ExpTag span {
    color: #4b4b45;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block
}

.ExpTime .year {
    color: #384d5f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.InnerNewsSliderArea {
    margin-left: -27px;
    margin-right: -27px
}

.InnerNewsSliderArea .NewsMoreSliderItem {
    width: 300px !important;
    min-height: 0;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    margin: 0 10px;
    transition: none
}

.InnerNewsSliderArea .NewsMoreSliderItem:hover {
    transition: none;
    margin-top: 0
}

.InnerNewsSliderArea .NewsMoreSliderItem img {
    width: 100%
}

.InnerNewsSliderArea .slick-list {
    overflow: hidden;
    padding: 10px 20px 40px 20px
}

.InnerNewsSliderArea .slick-slide {
    margin: 0 5px
}

.InnerNewsSliderArea .NewsSliderContent a.btn-general {
    margin-bottom: 0;
    padding: 9px 40px
}

.InnerNewsSliderArea .NewsSliderContent {
    padding: 25px 25px 30px 25px
}

.InnerNewsSliderArea .NewsSliderContent span {
    font-size: 12px;
    line-height: 18px
}

.InnerNewsSliderArea .NewsSliderContent h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 35px
}

.InnerNewsSliderArea .slick-prev,
.InnerNewsSliderArea .slick-next {
    top: 43%
}

.InnerNewsSliderArea .slick-prev {
    left: 0
}

.InnerNewsSliderArea .slick-next {
    right: 0
}

.InnerNewsSliderArea .slick-dots {
    bottom: -25px
}

.RelatedDoctorsSliderArea {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 100px
}

.RelatedDoctorsSliderArea .DoctorSliderItem {
    width: 268px !important;
    box-shadow: 0 3px 15px rgba(190, 190, 205, .5);
    margin: 0 10px;
    transition: none
}

.RelatedDoctorsSliderArea .DoctorSliderItem:hover {
    border: 0;
    padding: 20px
}

.RelatedDoctorsSliderArea .slick-list {
    overflow: hidden;
    padding: 20px 0
}

.RelatedDoctorsSliderArea .slick-slide {
    margin: 0 5px;
    opacity: 0
}

.RelatedDoctorsSliderArea .slick-active {
    opacity: 1 !important
}

.RelatedDoctorsSliderArea .btn-blue {
    display: block;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700
}

.RelatedDoctorsSliderArea .slick-dots {
    bottom: -25px
}

.RelatedDoctorsSliderArea .slick-next {
    right: 0
}

.RelatedDoctorsSliderArea .slick-prev {
    left: -60px
}

.DoctorProfileSection .GroupArea {
    position: sticky;
    top: 120px
}

.PageAnchorLinkArea ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.PageAnchorLinkArea ul li {
    border-bottom: 1px solid #fff
}

.PageAnchorLinkArea ul li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0
}

.PageAnchorLinkArea ul li a {
    display: block;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 21px;
    color: #4b4b45;
    background-color: #fafafa;
    text-decoration: none;
    font-weight: 600
}

.PageAnchorLinkArea ul li.active a {
    border-left: 10px solid #009857;
    padding: 20px 22px 20px 13px;
    border-radius: 0 0 0 0;
    color: #009857;
    background-color: #edf4fa
}

.PageAnchorLinkArea ul li:first-child a,
.PageAnchorLinkArea ul li.active:first-child a {
    border-radius: 5px 5px 0 0
}

.PageAnchorLinkArea ul li:last-child a,
.PageAnchorLinkArea ul li.active:last-child a {
    border-radius: 0 0 5px 5px
}

.PageActionArea {
    background-color: #fafafa;
    border-radius: 5px
}

.AccessibilityArea {
    overflow: hidden;
    padding: 21px 0 17px 0;
    border-bottom: 1px solid #e5e5e5
}

.LabelArea,
.pluginArea {
    float: left;
    width: 50%
}

.LabelArea {
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4b4b45
}

.pluginArea {
    text-align: right;
    padding-right: 20px
}

.pluginArea .btn {
    padding: 0 5px
}

.pluginArea .btn:focus {
    box-shadow: none
}

.pluginArea .btn-group .btn {
    color: #4b4b45;
    opacity: .5;
    letter-spacing: 3px
}

.pluginArea .btn-group .btn.disabled {
    opacity: 1
}

.pluginArea .rvfs-decrease {
    font-size: 17px;
    font-weight: 600;
    line-height: 38px
}

.pluginArea .rvfs-reset {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px
}

.pluginArea .rvfs-increase {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px
}

.pluginArea .rvfs-decrease span {
    font-size: 38px;
    line-height: 25px;
    display: inline-block;
    top: 3px;
    position: relative;
    font-weight: 300;
    width: 25px
}

.pluginArea .rvfs-increase span {
    font-size: 21px;
    line-height: 38px;
    display: inline-block;
    top: -5px;
    position: relative;
    font-weight: 700;
    padding-left: 3px
}

.ActionLinks {
    padding: 30px 0 30px 30px;
    list-style: none
}

.ActionLinks li {
    margin-bottom: 24px
}

.ActionLinks li:last-child {
    margin-bottom: 0
}

.ActionLinks li span.icon {
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.ActionLinks li a {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #4b4b45;
    font-weight: 600
}

.ActionLinks li:hover a {
    color: #00843d
}

.inner-page .DoctorProfileSection .tab-order-first .ServiceBanner {
    display: block;
    padding-bottom: 100px
}

.inner-page .DoctorProfileSection .tab-order-last .ServiceBanner {
    display: none
}

.SurgeonBox.active {
    background-color: #f2faf6
}

.SurgeonBox.active .CircleTick {
    background-color: #00843d;
    color: #fff
}

.SurgeonBox.active p {
    color: #00843d
}

.DoctorProfileSection .tab-order-last .sideSlider {
    display: none
}

.DoctorProfileSection .tab-order-first .sideSlider {
    margin-bottom: 30px
}

@media(min-width:1376px) and (max-width:1470px) {
    .DoctorInfoBox {
        padding: 40px
    }

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 32px;
        line-height: 42px
    }
}

@media(min-width:1200px) and (max-width:1376px) {

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 32px;
        line-height: 40px
    }

    .DoctorInfoLeft p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 15px 0
    }

    .BookAppointment {
        margin-top: 20px
    }

    .BookAppointment .btn-blue {
        margin-bottom: 10px
    }

    .SurgeonBox,
    .ExperienceBox {
        height: 126px
    }

    .CircleTick {
        margin-top: 25px
    }

    .ExperienceBox p {
        padding-top: 25px
    }

    .DoctorProfileSection {
        padding-bottom: 50px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .DoctorInfoBox {
        top: 30px;
        padding: 20px
    }

    .DoctorInfoLeft,
    .BookAppointment {
        float: left;
        width: 70%;
        margin-right: 2%
    }

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 26px;
        line-height: 34px
    }

    .DoctorInfoLeft p {
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0 15px 0
    }

    .BookAppointment {
        margin-top: 20px
    }

    .BookAppointment .btn-blue {
        width: auto;
        padding: 9px 30px;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .BookAppointment p {
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .SurgeonBox,
    .ExperienceBox {
        height: 110px
    }

    .CircleTick {
        margin-top: 18px
    }

    .ExperienceBox p {
        margin: 0 0 0 0;
        padding-top: 18px
    }

    .ExperienceBox span {
        font-size: 36px;
        line-height: 44px
    }

    .DoctorProfileSection {
        padding-bottom: 50px
    }

    .DoctorProfileSection h2 {
        margin: 40px 0 20px 0;
        font-size: 40px;
        line-height: 50px
    }

    #DocProfile .text {
        font-size: 16px;
        line-height: 24px
    }

    .TreatmentService ul li {
        width: 200px;
        height: 80px;
        margin: 0 15px 15px 0;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px
    }

    .PageAnchorLinkArea {
        margin-top: 40px
    }

    .AccessibilityArea {
        display: none
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .DoctorInfoBox {
        top: 30px;
        padding: 20px
    }

    .DoctorInfoLeft,
    .BookAppointment {
        float: left;
        width: 70%;
        margin-right: 2%
    }

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 26px;
        line-height: 34px
    }

    .DoctorInfoLeft p {
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0 15px 0
    }

    .BookAppointment {
        margin-top: 20px
    }

    .BookAppointment .btn-blue {
        width: auto;
        padding: 9px 30px;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .BookAppointment p {
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .SurgeonBox,
    .ExperienceBox {
        height: 110px
    }

    .CircleTick {
        margin-top: 18px
    }

    .ExperienceBox p {
        margin: 0 0 0 0;
        padding-top: 18px
    }

    .ExperienceBox span {
        font-size: 36px;
        line-height: 44px
    }

    .DoctorProfileSection {
        padding-bottom: 50px
    }

    .DoctorProfileSection h2 {
        margin: 40px 0 20px 0;
        font-size: 40px;
        line-height: 50px
    }

    #DocProfile .text {
        font-size: 16px;
        line-height: 24px
    }

    .TreatmentService ul li {
        width: 200px;
        height: 80px;
        margin: 0 15px 15px 0;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px
    }

    .PageAnchorLinkArea {
        margin-top: 40px
    }

    .AccessibilityArea {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .DoctorInfoSection {
        text-align: center;
        margin-bottom: 120px
    }

    .DoctorInfoSection img {
        width: 40%
    }

    .DoctorInfoBox {
        top: -60px;
        text-align: left;
        padding: 20px;
        min-height: 0
    }

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 28px;
        line-height: 32px
    }

    .DoctorInfoLeft p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0
    }

    .DoctorInfoLeft h5 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px 0
    }

    .BookAppointment {
        margin-top: 20px
    }

    .BookAppointment .btn-blue {
        padding: 9px 0;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .SurgeonBox {
        height: 112px
    }

    .CircleTick {
        margin-top: 20px
    }

    .SurgeonBox p,
    .TreatLink,
    .EduLink,
    .ExpLink,
    .EduTime p,
    .ExpTime p {
        font-size: 16px;
        line-height: 24px
    }

    .ExperienceBox {
        height: 112px;
        margin-top: 15px
    }

    .ExperienceBox p {
        padding-top: 20px
    }

    .ExperienceBox span {
        font-size: 40px;
        line-height: 46px
    }

    .DoctorProfileSection {
        padding-bottom: 50px
    }

    .DoctorProfileSection h2 {
        margin: 30px 0;
        font-size: 32px;
        line-height: 40px
    }

    .DoctorProfileSection .News h2 {
        margin: 30px 0 10px 0
    }

    #DocProfile .text {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0
    }

    #DocProfile .show-more-height {
        height: 300px
    }

    #DocProfile .show-more {
        margin-top: 20px
    }

    .TreatmentService ul li {
        width: 200px;
        height: 80px;
        margin: 0 15px 15px 15px;
        padding: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .TreatLink:after,
    .EduLink:after,
    .ExpLink:after {
        margin-left: 10px;
        font-size: 12px
    }

    .EduTag,
    .EduTime .year,
    .EduTime p span,
    .ExpTime p span,
    .ExpTime .year {
        font-size: 14px;
        line-height: 20px
    }

    .EduTime li,
    .ExpTime li {
        padding-bottom: 20px
    }

    .InnerNewsSliderArea .NewsSlider {
        margin: 0
    }

    .PageAnchorLinkArea {
        margin-top: 40px
    }

    .PageActionArea {
        display: none
    }

    .inner-page .DoctorProfileSection .tab-order-first .ServiceBanner {
        display: none
    }

    .inner-page .DoctorProfileSection .tab-order-last .ServiceBanner {
        display: block
    }

    .DoctorProfileSection .tab-order-first {
        order: -1 !important
    }

    .DoctorProfileSection .tab-order-last {
        order: 6 !important
    }

    .DoctorProfileSection .tab-order-first .sideSlider {
        display: none
    }

    .DoctorProfileSection .tab-order-last .sideSlider {
        display: block
    }

    .PageAnchorLinkArea {
        position: relative
    }

    #selectText {
        display: block;
        border-left: 10px solid #009857;
        padding: 20px 22px 20px 13px;
        border-radius: 5px;
        color: #009857;
        background-color: #edf4fa;
        position: relative;
        font-size: 20px
    }

    #selectText:after {
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 25px;
        position: absolute;
        right: 20px;
        top: 10px
    }

    #selectText.upArrow:after {
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 10px;
        position: absolute;
        right: 20px;
        top: 30px
    }

    .SelectList {
        position: absolute;
        top: 62px;
        background: #fff;
        display: none;
        list-style: none;
        width: 100%
    }

    .PageAnchorLinkArea .SelectList li.active a {
        background-color: #fafafa;
        padding: 20px 22px;
        font-size: 18px;
        line-height: 21px;
        color: #4b4b45;
        border-left: 0
    }

    .PageAnchorLinkArea .SelectList li:first-child a,
    .PageAnchorLinkArea .SelectList li.active:first-child a {
        border-radius: 0
    }

    .PageAnchorLinkArea.fixed {
        position: fixed;
        top: 90px;
        width: 90%;
        margin: 0
    }

    .RelatedDoctorsSliderArea .slick-prev {
        left: -15px
    }
}

@media(max-width:767px) {
    .DoctorInfoSection {
        text-align: center;
        margin-bottom: 330px;
        padding-top: 20px;
        min-height: 210px
    }

    .DoctorInfoSection img {
        width: 75%
    }

    .DoctorInfoBox {
        top: -60px;
        text-align: center;
        padding: 20px;
        min-height: 350px
    }

    .DoctorInfoLeft,
    .BookAppointment {
        width: 100%;
        margin-right: 0
    }

    .DoctorInfoLeft h1,
    .DoctorInfoLeft span.docTitle {
        font-size: 20px;
        line-height: 28px
    }

    .DoctorInfoLeft p {
        font-size: 16px;
        line-height: 22px;
        margin: 5px 0;
        font-weight: 400
    }

    .DoctorInfoLeft h5 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px 0
    }

    .BookAppointment {
        margin-top: 20px
    }

    .BookAppointment .btn-blue {
        padding: 9px 0;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .BookAppointment p {
        font-size: 12px;
        line-height: 22px;
        font-weight: 600
    }

    .DoctorInfoRight {
        width: 100%;
        overflow: hidden;
        margin-top: 20px
    }

    .SurgeonBox {
        height: 115px;
        width: 45%;
        float: left
    }

    .CircleTick {
        margin-top: 20px;
        margin-bottom: 8px
    }

    .SurgeonBox p,
    .TreatLink,
    .EduLink,
    .ExpLink,
    .EduTime p,
    .ExpTime p {
        font-size: 16px;
        line-height: 20px
    }

    .ExperienceBox {
        height: 115px;
        margin-top: 0;
        width: 45%;
        float: right
    }

    .ExperienceBox p {
        font-size: 13px;
        line-height: 18px;
        padding-top: 22px;
        font-weight: 700
    }

    .ExperienceBox span {
        font-size: 36px;
        line-height: 46px
    }

    .ExperienceBox.non-surgeon {
        width: 100%;
        float: none
    }

    .DoctorProfileSection {
        padding-bottom: 50px
    }

    .DoctorProfileSection h2 {
        margin: 30px 0;
        font-size: 28px;
        line-height: 34px
    }

    .DoctorProfileSection .News h2 {
        margin: 30px 0 10px 0
    }

    #DocProfile .text {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0;
        min-height: 350px
    }

    #DocProfile .show-more {
        margin-top: 20px
    }

    .TreatmentService ul {
        margin: 0;
        padding-bottom: 20px
    }

    .TreatmentService ul li {
        width: 170px !important;
        height: 75px;
        margin: 0 0 15px 0;
        padding: 10px 5px;
        font-size: 13px;
        line-height: 18px
    }

    .TreatLink:after,
    .EduLink:after,
    .ExpLink:after {
        margin-left: 10px;
        font-size: 12px
    }

    .EduTag,
    .EduTime .year,
    .EduTime p span,
    .ExpTime p span,
    .ExpTime .year {
        font-size: 14px;
        line-height: 20px
    }

    .EduTime li {
        padding-bottom: 20px;
        padding-left: 32px
    }

    .ExpTime li {
        padding-bottom: 20px;
        padding-left: 52px
    }

    .InnerNewsSliderArea .NewsSlider {
        margin: 0
    }

    .PageActionArea {
        display: none
    }

    .inner-page .DoctorProfileSection .tab-order-first .ServiceBanner {
        display: none
    }

    .inner-page .DoctorProfileSection .tab-order-last .ServiceBanner {
        display: block
    }

    .DoctorProfileSection .tab-order-first {
        order: -1 !important
    }

    .DoctorProfileSection .tab-order-last {
        order: 6 !important
    }

    .PageAnchorLinkArea {
        position: relative
    }

    .DoctorProfileSection .tab-order-first .sideSlider {
        display: none
    }

    .DoctorProfileSection .tab-order-last .sideSlider {
        display: block
    }

    #selectText {
        display: block;
        border-left: 10px solid #009857;
        padding: 10px 22px 10px 13px;
        border-radius: 5px;
        color: #009857;
        background-color: #edf4fa;
        position: relative;
        font-size: 20px
    }

    #selectText:after {
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 10px
    }

    #selectText.upArrow:after {
        content: "";
        font-family: 'ccadicon' !important;
        font-size: 10px;
        position: absolute;
        right: 20px;
        top: 20px
    }

    .SelectList {
        position: absolute;
        top: 50px;
        background: #fff;
        display: none;
        list-style: none;
        width: 100%
    }

    .PageAnchorLinkArea .SelectList li.active a {
        background-color: #fafafa;
        padding: 20px 22px;
        font-size: 18px;
        line-height: 21px;
        color: #4b4b45;
        border-left: 0
    }

    .PageAnchorLinkArea .SelectList li:first-child a,
    .PageAnchorLinkArea .SelectList li.active:first-child a {
        border-radius: 0
    }

    .PageAnchorLinkArea.fixed {
        position: fixed;
        top: 90px;
        width: 94%;
        margin: 0
    }

    #DocProfile .show-more:before,
    #DocProfile .show-more:after {
        width: 30%
    }

    .TreatLink {
        display: none
    }

    .TreatmentService ul.slick-dots {
        overflow: auto;
        bottom: -20px;
        margin: 0
    }

    .TreatmentService ul.slick-dots li {
        width: 20% !important;
        margin: 0;
        height: 5px;
        position: relative;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        float: none;
        background-color: transparent
    }

    .TreatmentService .slick-dots li button,
    .TreatmentService .slick-dots li button:before {
        width: 100%
    }

    .TreatMentServiceList .slick-active {
        opacity: 1 !important
    }

    .InnerNewsSliderArea .NewsMoreSliderItem {
        width: 243px !important
    }

    .RelatedDoctorSlider .DoctorSliderItem {
        width: 243px !important
    }

    .RelatedDoctorSlider .DoctorImg img {
        width: 80%
    }

    .RelatedDoctorSlider .DocNameRole .DoctorName {
        font-size: 14px;
        line-height: 22px;
        min-height: 20px
    }
}

.doctorVideoSection {
    margin-bottom: 30px;
    position: relative;
    margin-top: 80px
}

.doctorVideoSection img {
    border-radius: 5px;
    height: 180px;
    width: 100%;
    object-fit: cover
}

.doctorVideoSection .videoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    line-height: 180px;
    text-align: center
}

.doctorVideoSection .videoOverlay .PlayButton {
    width: 48px;
    height: 48px;
    line-height: 52px;
    display: inline-block;
    margin: 0
}

.eventsSearchPanel {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: -25px
}

.eventsSearchPanel .SearchBarArea {
    width: 84%
}

.eventsSearchPanel .FilterBar {
    margin-top: 0
}

.eventsSearchPanel .MoreFiltersArea {
    width: 15%;
    position: relative;
    top: -2px
}

.eventsSearchPanel .FilterItem label {
    margin-right: 0
}

.eventsSearchPanel .FilterItem select {
    width: 75px
}

.eventsSearchPanel .FilterSection .FilterItem:nth-child(2) select {
    width: 86px
}

.eventsSearchPanel .FilterSection .FilterItem:nth-child(3) select {
    width: 112px
}

.eventsSearchPanel .SearchBarArea input.form-control {
    height: 45px
}

.eventsSearchPanel .SearchDropDown {
    top: 45px
}

.eventsSearchPanel .SearchSectionArea h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.eventsSearchPanel .MoreFiltersArea .btn-white {
    padding: 0;
    height: 44px;
    line-height: 44px
}

.eventsSearchPanel .FilterSection .FilterItem:last-child {
    margin-top: 0
}

.events .expiredEvent {
    position: relative;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    border: 2px solid #ef413d;
    padding: 5px 10px;
    color: #ef413d;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: inline-block
}

.events .NewsMoreSection {
    padding: 0 0 50px 0;
    z-index: 0
}

.events .NewsMoreSection .NewsContent h2,
.events .NewsMoreSection h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 700
}

.NewsMoreSliderItem.Expeired {
    pointer-events: none
}

.categoryExpired {
    display: none
}

.NewsMoreSliderItem.Expeired .categoryExpired {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    background-color: #fff;
    border: 2px solid #ef413d;
    padding: 5px 10px;
    color: #ef413d;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: block
}

.NewsMoreSliderItem.Expeired .category {
    left: 20px
}

.events .NewsMoreSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
    margin-bottom: 0
}

.events .NewsSliderContent h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    min-height: 58px
}

.events .NewsSliderContent.Events .RightContent span {
    display: inline !important
}

.events .NewsMoreSection .SliderSocialContent {
    display: none
}

.events .NewsMoreSliderItem .ShareIcon {
    display: inline-block !important
}

.NewsMoreSliderItem.Expeired img,
.NewsMoreSliderItem.Expeired .category,
.NewsMoreSliderItem.Expeired .ShareIcon,
.NewsMoreSliderItem.Expeired .NewsSliderContent {
    opacity: .6
}

.pastEventsPanel {
    padding: 0 0 100px 0
}

.media-center .pastEventsPanel {
    padding: 100px 0
}

.pastEventsPanel h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 35px 0;
    font-weight: 700;
    color: #4b4b45
}

.pastEventsPanel .NewsMoreSliderItem {
    width: 100% !important;
    min-height: 420px;
    pointer-events: auto;
    transition: none
}

.pastEventsPanel .NewsMoreSliderItem:hover {
    margin-top: 0;
    transition: none
}

.pastEventsPanel .NewsMoreSliderItem .NewsSliderContent {
    min-height: 270px
}

.pastEventsPanel .NewsMoreSliderItem .ShareIcon {
    top: 175px;
    opacity: 1;
    display: block !important;
    cursor: pointer;
    z-index: 100 !important
}

.pastEventsSlider .slick-slide.slick-active {
    opacity: 1
}

.pastEventsPanel .buttonArea {
    text-align: center;
    margin-top: 60px
}

.pastEventsPanel .buttonArea .btn-general {
    width: 300px;
    height: 55px;
    padding: 0;
    line-height: 55px;
    font-size: 18px
}

.events .NewsSliderContent a.btn-general {
    margin-bottom: 20px
}

.eventsSearchPanel .MoreFilterArea .FilterItem {
    padding: 0 15px 0 3px
}

@media(min-width:1200px) and (max-width:1376px) {
    .pageHeadingArea.eventsbanner {
        padding: 0 70px
    }

    .eventsSearchPanel .SearchBarArea {
        width: 80%
    }

    .eventsSearchPanel .SearchBarArea input.form-control {
        height: 44px
    }

    .eventsSearchPanel .MoreFiltersArea {
        width: 19%;
        top: -1px;
        position: relative
    }

    .events .NewsMoreSection .NewsMoreSliderItem {
        width: 330px !important
    }

    .pastEventsPanel .NewsMoreSliderItem {
        min-height: 350px
    }

    .pastEventsPanel .NewsMoreSliderItem .ShareIcon {
        top: 125px
    }

    .pastEventsPanel .NewsMoreSliderItem .NewsSliderContent {
        padding: 20px
    }

    .pastEventsPanel .NewsMoreSliderItem .NewsSliderContent h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pageHeadingArea.eventsbanner {
        padding: 0 70px
    }

    .eventsSearchPanel .SearchBarArea {
        width: 80%
    }

    .eventsSearchPanel .SearchBarArea input.form-control {
        height: 44px
    }

    .eventsSearchPanel .MoreFiltersArea {
        width: 19%;
        top: -1px;
        position: relative
    }

    .eventsSearchPanel .FilterItem {
        margin-bottom: 15px;
        padding: 0;
        margin-right: 3px
    }

    .eventsSearchPanel .FilterItem label {
        margin-right: 0
    }

    .events .NewsMoreSection .NewsMoreSliderItem {
        width: 330px !important
    }

    .pastEventsPanel .NewsMoreSliderItem {
        min-height: 350px
    }

    .pastEventsPanel .NewsMoreSliderItem .ShareIcon {
        top: 100px
    }

    .pastEventsPanel .NewsMoreSliderItem .NewsSliderContent {
        padding: 20px
    }

    .pastEventsPanel .NewsMoreSliderItem .NewsSliderContent h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.eventsbanner h1 {
        padding: 60px 0 40px 0
    }

    .pageHeadingArea.eventsbanner p {
        padding: 40px 0 0 0
    }

    .eventsSearchPanel {
        margin-bottom: 0
    }

    .eventsSearchPanel .FilterBar {
        height: 68px
    }

    .eventsSearchPanel .SearchBarArea {
        width: 69%;
        top: 10px
    }

    .eventsSearchPanel .MoreFiltersArea {
        width: 26%;
        top: 2px
    }

    .eventsSearchPanel .FilterSection .FilterItem:last-child {
        width: auto
    }

    .events .NewsMoreSection .NewsMoreSliderItem {
        width: 330px !important
    }

    .events .NewsMoreSection .NewsMoreSliderItem .NewsSliderContent a.btn-general {
        margin-bottom: 20px
    }

    .pastEventsPanel .NewsMoreSliderItem {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.eventsbanner {
        box-shadow: 0 20px 40px rgba(190, 190, 205, .2)
    }

    .pageHeadingArea.eventsbanner h4.pageSub {
        top: 20px
    }

    .pageHeadingArea.eventsbanner h1 {
        padding: 0;
        margin-top: 20px
    }

    .pageHeadingArea.eventsbanner h1 span {
        margin-bottom: 0
    }

    .pageHeadingArea.eventsbanner p {
        padding: 25px 0 0 0
    }

    .eventsSearchPanel {
        top: 35px
    }

    .eventsSearchPanel .FilterBar {
        position: relative;
        height: 68px
    }

    .eventsSearchPanel .SearchBarArea {
        top: 10px;
        left: 10px;
        width: 70%
    }

    .eventsSearchPanel .FilterBar .MoreFiltersArea {
        top: 12px;
        width: 24%;
        left: 72%;
        position: absolute
    }

    .eventsSearchPanel .FilterBar .MoreFiltersArea .btn-white {
        height: 45px;
        width: 100%
    }

    .eventsSearchPanel .MoreFilterArea {
        width: 100%;
        z-index: 101;
        left: 0
    }

    .eventsSearchPanel .MoreFilterArea .LocationRadio {
        padding-left: 0;
        margin-top: 5px
    }

    .eventsSearchPanel .MoreFilterArea .FilterItem label {
        line-height: 20px
    }

    .events .NewsMoreSection {
        padding: 0 10px 50px 10px
    }

    .events .NewsMoreSection .NewsMoreSliderItem {
        width: 346px !important
    }

    .events .NewsMoreSection .NewsContent h2,
    .events .NewsMoreSection h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px
    }

    .events .NewsSliderContent p,
    .events .NewsSliderContent a.btn-general {
        display: block
    }

    .events .NewsSliderContent a.btn-general {
        margin-bottom: 0;
        width: 150px
    }

    .eventsSearchPanel .SearchDropDown {
        top: 46px;
        width: 132%
    }

    .pastEventsPanel {
        padding: 0 10px 50px 10px
    }

    .pastEventsPanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 30px 0
    }

    .pastEventsPanel .NewsMoreSliderItem {
        margin-bottom: 30px
    }

    .pastEventsPanel .NewsMoreSliderItem .ShareIcon {
        top: 190px
    }

    .pastEventsPanel .buttonArea {
        margin-top: 10px
    }

    .pastEventsPanel .buttonArea .btn-general {
        width: 100%
    }
}

.eventListingPanel {
    padding: 0 0 100px 0
}

.eventListingPanel .resultInfo {
    margin-bottom: 60px
}

.eventListingPanel .resultInfo p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45
}

.eventListingPanel .resultInfo p span {
    color: #009857
}

.eventListingPanel .NewsMoreSliderItem {
    width: 100% !important;
    min-height: 478px;
    transition: none;
    margin-bottom: 30px
}

.eventListingPanel .NewsMoreSliderItem:hover {
    transition: none;
    margin-top: 0
}

.eventListingPanel .NewsMoreSliderItem .ShareIcon {
    display: block;
    top: 150px
}

.eventListingPanel .NewsMoreSliderItem .NewsSliderContent a.btn-general {
    margin-bottom: 20px
}

.eventListingPanel .buttonArea {
    text-align: center;
    margin-top: 30px
}

.eventListingPanel .buttonArea .btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    font-size: 18px
}

@media(min-width:1200px) and (max-width:1376px) {
    .eventListingPanel {
        padding: 0 0 100px 0
    }

    .eventListingPanel .NewsMoreSliderItem .ShareIcon {
        display: block;
        top: 120px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .eventListingPanel {
        padding: 0 0 50px 0
    }

    .eventListingPanel .NewsMoreSliderItem {
        min-height: 410px
    }

    .eventListingPanel .NewsMoreSliderItem .NewsSliderContent {
        padding: 20px
    }

    .eventListingPanel .NewsMoreSliderItem .NewsSliderContent h3 {
        font-size: 16px;
        line-height: 22px
    }

    .eventListingPanel .NewsMoreSliderItem .ShareIcon {
        top: 100px
    }
}

@media(max-width:767px) {
    .eventListingPanel {
        padding: 0 10px 50px 10px
    }

    .eventListingPanel .resultInfo {
        margin-bottom: 40px
    }

    .eventListingPanel .resultInfo p {
        font-size: 12px;
        line-height: 18px
    }

    .eventListingPanel .NewsMoreSliderItem {
        min-height: 445px
    }

    .eventListingPanel .NewsMoreSliderItem .ShareIcon {
        top: 175px
    }
}

.eventsCallActionPanel .infoArea span {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px
}

.eventsCallActionPanel .infoArea span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px
}

.eventsCallActionPanel .ButtonSection {
    text-align: right
}

.eventsCallActionPanel .ButtonSection .btn-general {
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    font-size: 18px
}

.eventsCallActionPanel .ButtonSection .btn-blue {
    margin-right: 40px
}

.events .FeatureStory {
    margin-bottom: 0;
    padding: 50px 0 100px 0
}

.events .FeatureStory .container .row {
    border-bottom: 0 solid #ccc
}

.eventAnchorLinkArea ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.eventAnchorLinkArea ul li:first-child a,
.eventAnchorLinkArea ul li.active:first-child a {
    border-radius: 5px 5px 0 0
}

.eventAnchorLinkArea ul li.active a {
    border-left: 10px solid #009857;
    padding: 20px 22px 20px 13px;
    border-radius: 0 0 0 0;
    color: #009857;
    background-color: #edf4fa
}

.eventAnchorLinkArea ul li a {
    display: block;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 21px;
    color: #4b4b45;
    background-color: #edf4fa;
    text-decoration: none;
    font-weight: 600
}

.eventAnchorLinkArea ul li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0
}

.eventAnchorLinkArea ul li:last-child a,
.eventAnchorLinkArea ul li.active:last-child a {
    border-radius: 0 0 5px 5px
}

.events .FeatureStory .tab-order-last .sideSlider {
    display: none
}

@media(min-width:1376px) and (max-width:1470px) {
    .pageHeadingArea.eventsbanner.eventDetails {
        padding: 0 70px
    }

    .pageHeadingArea.eventsbanner.eventDetails h1 {
        font-size: 26px;
        line-height: 32px
    }

    .eventsCallActionPanel .infoArea span {
        margin-right: 25px
    }

    .eventsCallActionPanel .ButtonSection .btn-general {
        width: 185px;
        height: 45px;
        line-height: 45px;
        font-size: 14px
    }
}

@media(min-width:992px) and (max-width:1376px) {
    .pageHeadingArea.eventsbanner.eventDetails h1 {
        font-size: 26px;
        line-height: 32px;
        padding: 30px 0 30px 0
    }

    .pageHeadingArea.eventsbanner.eventDetails p {
        padding: 30px 0 0 0
    }

    .events .FeatureStory {
        padding: 0 0 50px 0
    }

    .eventsCallActionPanel .ButtonSection .btn-general {
        width: 185px;
        height: 45px;
        line-height: 45px;
        font-size: 14px
    }

    .eventsCallActionPanel .ButtonSection .btn-blue {
        margin-right: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.eventsbanner.eventDetails h1 {
        font-size: 26px;
        line-height: 32px
    }

    .events .FeatureStory {
        padding: 0 0 50px 0
    }

    .eventsCallActionPanel .infoArea span {
        margin-right: 10px;
        font-size: 12px;
        line-height: 16px
    }

    .eventsCallActionPanel .infoArea span i {
        margin-right: 5px
    }

    .eventsCallActionPanel .ButtonSection .btn-general {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .eventsCallActionPanel .ButtonSection .btn-blue {
        margin-right: 0
    }

    .events .agendaPanel,
    .events .resoucesPanel {
        padding: 0 0 50px 0
    }
}

@media(max-width:767px) {
    .pageHeadingArea.eventsbanner.eventDetails h1 {
        margin-top: 50px
    }

    .pageHeadingArea.eventsbanner.eventDetails p {
        padding: 0;
        text-align: left;
        position: absolute;
        top: 0;
        padding-left: 25px
    }

    .pageHeadingArea.eventsbanner.eventDetails p a {
        position: relative
    }

    .events .FeatureStory {
        padding: 0 10px 50px 10px
    }

    .eventsCallActionPanel .infoArea span {
        margin-bottom: 20px;
        display: block
    }

    .eventsCallActionPanel .ButtonSection {
        margin-top: 10px
    }

    .eventsCallActionPanel .ButtonSection .btn-general {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .eventsCallActionPanel .ButtonSection .btn-blue {
        margin-right: 0;
        margin-bottom: 20px
    }

    .events .FeatureStory .tab-order-first .sideSlider {
        display: none
    }

    .events .FeatureStory .tab-order-last .sideSlider {
        display: block;
        margin-top: 30px
    }

    .events .agendaPanel,
    .events .resoucesPanel {
        padding: 0 10px 50px 10px
    }
}

.media-center .newsListingPanel {
    padding: 100px 0
}

.media-center .newsListingPanel .ArticleListPanel {
    margin-bottom: 0
}

.media-center .pageHeadingArea {
    margin-bottom: 0
}

@media(min-width:768px) and (max-width:991px) {
    .media-center .newsListingPanel {
        padding: 50px 0
    }

    .media-center .pastEventsPanel {
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .media-center .newsListingPanel {
        padding: 50px 10px
    }

    .media-center .pastEventsPanel {
        padding: 50px 10px
    }
}

.faq .pageHeadingArea.DropSearchPanel {
    min-height: 255px
}

.faq .DropSearchPanel .ResouceSearchArea {
    margin-top: 20px
}

.faq .DropSearchPanel .CategorySearchArea {
    width: 100%
}

.faq .CategorySearchArea .SearchBarArea {
    top: 0;
    left: 0
}

.faq .FAQSection {
    padding: 0 0 100px 0
}

.faq .FAQSection h2 {
    position: relative;
    font-size: 36px;
    line-height: 48px
}

.faq .FAQSection h2 span {
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 400
}

.faq .FaqTabLinkArea .nav {
    margin: 0 -15px
}

.faq .FaqTabLinkArea .nav .nav-item {
    margin-right: 0;
    flex: 1 0 16.66%;
    padding: 0 15px 30px 15px
}

.faq .FAQSection .ButtonArea {
    text-align: center;
    margin-top: 50px
}

.faq .FAQSection .ButtonArea .btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px;
    text-align: center
}

.FAQSection h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px 0;
    padding: 0;
    color: #4b4b45;
    font-weight: 600
}

.FAQSection h4 span {
    color: #009857
}

.faq .FAQSection .accordion {
    margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1075px) {
    .faq .FAQSection h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 30px 0
    }

    .faq .FAQSection h2 span {
        font-size: 16px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .faq .pageHeadingArea.DropSearchPanel {
        min-height: 215px
    }

    .faq .pageHeadingArea h1 {
        padding: 30px 0
    }

    .faq .pageHeadingArea p.infoContent {
        top: 0
    }

    .faq .DropSearchPanel .ResouceSearchArea {
        margin-top: 0
    }

    .faq .tab-order-last {
        order: 1 !important
    }

    .faq .tab-order-first {
        order: -6 !important
    }

    .faq .FAQSection {
        padding: 0 0 50px 0
    }

    .faq .FAQSection h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 30px 0
    }

    .faq .FAQSection h2 span {
        font-size: 16px
    }

    .faq .FaqTabLinkArea .nav {
        margin: 0 -10px
    }

    .faq .FaqTabLinkArea .nav .nav-item {
        padding: 0 10px 30px 10px
    }

    .faq .FAQSection .ButtonArea .btn-general {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 600
    }
}

@media(max-width:767px) {
    .faq .pageHeadingArea.DropSearchPanel {
        min-height: 220px
    }

    .faq .pageHeadingArea .HealthResouceSearchPanel {
        top: 40px
    }

    .faq .pageHeadingArea.DropSearchPanel p.infoContent {
        top: -100px
    }

    .faq .tab-order-last {
        order: 1 !important
    }

    .faq .tab-order-first {
        order: -6 !important
    }

    .faq .FAQSection {
        padding: 50px 10px 50px 10px
    }

    .faq .FAQSection h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0
    }

    .faq .FAQSection h2 span {
        position: relative;
        font-size: 14px;
        line-height: 20px
    }

    .faq .FaqTabLinkArea .nav .nav-item {
        width: 175px !important;
        padding: 0 0 15px 15px
    }

    .faq .FAQSection .ButtonArea {
        margin-top: 20px
    }

    .faq .FAQSection .ButtonArea .btn-general {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 600
    }

    .faq .redirectLinkPanel {
        padding: 0 10px;
        margin-top: 30px
    }

    .faq .slick-dots {
        padding: 0 10px
    }

    .faq .slick-dots li {
        width: 31%
    }

    .faq .slick-dots li button,
    .faq .slick-dots li button:before {
        width: 100%
    }

    .faq .FAQSection .tab-content .accordion-button::after {
        margin-left: auto
    }
}

.timeline-item {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    max-width: 472px;
    min-height: Auto
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative
}

.background-masker {
    background: #fff;
    position: absolute
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0
}

.background-masker.subheader-right {
    left: 230px
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px
}

.background-masker.content-top {
    height: 20px
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px
}

.background-masker.content-second-line {
    top: 68px
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px
}

.background-masker.content-third-line {
    top: 82px
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px
}

.FeatureStory {
    margin-bottom: 70px
}

.FeatureStory .container .row {
    border-bottom: 1px solid #ccc
}

.FeatureTitleArea {
    padding: 60px 0;
    overflow: hidden
}

.FeatureTitleArea h1 {
    float: left
}

.FeatureTitleArea h2 {
    float: right
}

.FeatureTitleArea h1,
.FeatureTitleArea h2 {
    font-size: 48px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 56px
}

.FeatureTitleArea h2 span {
    font-size: 18px;
    font-weight: 400;
    color: #4b4b45;
    line-height: 56px;
    float: right;
    text-align: right
}

@media(min-width:1470px) and (max-width:1650px) {
    .FeatureContent h4 a {
        font-size: 25px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .FeatureStory {
        margin-bottom: 40px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .FeatureTitleArea {
        padding: 30px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FeatureStory {
        margin-bottom: 20px
    }

    .FeatureTitleArea {
        padding: 20px 0
    }

    .FeatureTitleArea h2 span {
        float: none;
        text-align: left;
        display: block
    }
}

@media(max-width:767px) {
    .FeatureStory {
        margin-bottom: 0
    }

    .FeatureStory .container .row {
        border-bottom: 0 solid #ccc
    }

    .FeatureTitleArea {
        padding: 30px 0;
        text-align: center
    }

    .FeatureTitleArea h1,
    .FeatureTitleArea h2 {
        font-size: 28px;
        line-height: 34px;
        float: none
    }

    .FeatureTitleArea h2 span {
        float: none;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        padding: 15px 50px 0 50px
    }

    .FeatureStory hr {
        display: none
    }
}

footer {
    background-color: #fff;
    position: relative;
    z-index: 1001
}

.SignUpNewsletter {
    background-color: #edf4fa;
    padding: 26px 0 19px 0;
    margin-bottom: 70px;
    overflow: hidden
}

.SignUpContainer {
    width: 1520px;
    margin: 0 auto;
    display: block;
    text-align: center
}

.SignupFormArea {
    width: 74%;
    float: left
}

.SignupText,
.SignupFormArea {
    display: inline-block;
    vertical-align: middle
}

.SignupText {
    width: 26%;
    font-size: 24px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 34px;
    padding-right: 8px;
    text-align: left;
    float: left;
    margin-top: -8px;
    margin-bottom: 0
}

.SignupForm {
    display: table;
    margin-left: 25px
}

.SignupInputArea {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    position: relative
}

.SignupInputArea input[type="text"],
.SignupInputArea input[type="email"] {
    padding: 0 20px;
    width: 260px;
    font-size: 14px;
    height: 50px
}

.SignupInputArea .form-check {
    padding-left: 25px;
    padding-right: 0
}

.SignupInputArea .form-check label {
    padding-left: 0;
    line-height: 27px
}

.SignupInputArea .form-check-input {
    width: 20px;
    height: 20px;
    float: none;
    margin-right: 10px
}

.SignupForm .SignupInputArea:last-child {
    padding: 0 0 0 15px
}

.SignupInputArea .btn-blue {
    width: 254px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 14px 0 13px 0
}

.SignupInputArea button.btn-blue {
    position: relative
}

.SignupInputArea button.btn-blue span {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 7px
}

.SignupInputArea button.btn-blue span img {
    width: 20px
}

.AwardRecognition h3 {
    font-size: 24px;
    font-weight: 700;
    color: #009857;
    margin: 0 0 30px 0;
    padding: 0
}

.LogoSection {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    min-height: 145px
}

.LogoSection a {
    margin-right: 50px;
    display: inline-block
}

.LogoSection a img {
    width: 90%;
    transition: all 1000ms cubic-bezier(.23, 1.25, .46, 1)
}

.LogoSection a:hover img {
    width: 100%;
    transition: all 600ms cubic-bezier(.22, .61, .35, 1)
}

.LogoSection a:last-child {
    margin-right: 0
}

.FooterTopLinks {
    display: flex;
    margin-bottom: 40px
}

.FooterTopLinks .LinkSection {
    flex: 1;
    padding: 0 15px
}

.FooterTopLinks .LinkSection:last-child {
    padding: 0
}

.LinkSection h4 {
    font-size: 20px;
    font-weight: 700;
    color: #009857;
    line-height: 32px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

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

.LinkSection ul li {
    margin-bottom: 12px
}

.LinkSection ul li a {
    font-size: 18px;
    color: #4b4b45;
    text-decoration: none
}

.LinkSection ul li a:hover {
    color: #009857;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.FooterMidLinks {
    border-top: 1px solid #d3dee8;
    border-bottom: 1px solid #d3dee8;
    padding: 34px 0;
    display: table;
    width: 100%
}

.LeftLinks,
.RightLinks {
    display: table-cell;
    vertical-align: middle
}

.LeftLinks {
    width: 70%
}

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

.LeftLinks ul li {
    display: inline-block
}

.LeftLinks ul li a {
    font-size: 18px;
    margin-right: 26px;
    color: #009857;
    line-height: 26px;
    font-weight: 300;
    text-decoration: none
}

.RightLinks {
    text-align: right;
    width: 30%
}

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

.RightLinks ul li {
    display: inline-block
}

.RightLinks ul li a {
    font-size: 14px;
    color: #7b7d83;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none
}

.RightLinks ul li a:hover {
    color: #009857;
    transition: all 600ms cubic-bezier(.64, .04, .35, 1)
}

.FooterBottomText {
    display: table;
    padding: 40px 0;
    width: 100%
}

.FooterBottomText .BottomLeft,
.FooterBottomText .BottomRight {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #4b4b45;
    line-height: 26px
}

.FooterBottomText .BottomLeft {
    width: 60%
}

.FooterBottomText .BottomRight {
    width: 40%;
    text-align: right
}

.thankyou-section {
    text-align: left;
    width: 750px;
    margin: 0 auto
}

.thankyou-section h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    color: #4b4b45;
    position: relative
}

.thankyou-section p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 400
}

.thankyou-section h2:before {
    font-family: 'ccadicon' !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #009857;
    content: "";
    display: inline-block;
    font-size: 10px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 4px;
    left: -36px;
    color: #fff
}

@media(min-width:1470px) and (max-width:1650px) {
    .SignupText {
        width: 26%;
        text-align: left;
        padding-left: 8px;
        padding-right: 0
    }

    .SignupForm {
        margin-left: 15px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .SignUpNewsletter {
        padding: 10px 0;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 10px
    }

    .SignupText,
    .SignupFormArea {
        display: block
    }

    .SignupFormArea {
        width: auto;
        float: none
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupForm .SignupInputArea:last-child {
        width: auto;
        text-align: center
    }

    .SignupInputArea {
        display: inline-block;
        padding: 10px 10px
    }

    .SignupInputArea input[type="text"],
    .SignupInputArea input[type="email"] {
        width: 300px
    }

    .SignupInputArea .btn-blue {
        padding: 10px 60px
    }

    .SignupInputArea .field-validation-error span:before {
        top: 12px
    }

    .LogoSection {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .LogoSection a {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 15px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .SignUpNewsletter {
        padding: 10px 0;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 10px
    }

    .SignupText,
    .SignupFormArea {
        display: block;
        width: 100%
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupForm .SignupInputArea:last-child {
        width: auto;
        text-align: center
    }

    .SignupInputArea {
        display: inline-block;
        padding: 10px 10px
    }

    .SignupInputArea .field-validation-error span:before {
        top: 12px
    }

    .LogoSection {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .LogoSection a {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 15px
    }

    .LinkSection h4 {
        margin-bottom: 10px;
        min-height: 70px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .SignUpNewsletter {
        padding: 10px 0;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 10px
    }

    .SignupText,
    .SignupFormArea {
        display: block;
        width: 100%
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupForm .SignupInputArea:last-child {
        width: auto;
        text-align: center
    }

    .SignupInputArea {
        display: inline-block;
        padding: 10px 10px
    }

    .SignupInputArea .field-validation-error span:before {
        right: 0;
        top: 12px
    }

    .LogoSection {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .LogoSection a {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 15px
    }

    .LogoSection a img {
        width: 90%;
        transition: none
    }

    .LogoSection a:hover img {
        width: 90%;
        transition: none !important
    }

    .LinkSection h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 50px
    }

    .FooterTopLinks .LinkSection {
        margin-right: 45px
    }

    .LinkSection ul li a {
        font-size: 16px;
        line-height: 30px
    }

    .LeftLinks ul li a,
    .FooterBottomText .BottomLeft,
    .FooterBottomText .BottomRight {
        font-size: 16px
    }

    .FooterMidLinks,
    .FooterBottomText {
        padding: 20px 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .SignUpNewsletter {
        padding: 50px 0;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 10px
    }

    .SignupText,
    .SignupFormArea {
        display: block
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupFormArea {
        width: 100%
    }

    .SignupForm .SignupInputArea:last-child {
        width: auto;
        text-align: center
    }

    .SignupInputArea {
        display: inline-block;
        padding: 10px 10px
    }

    .SignupInputArea .field-validation-error span:before {
        right: 0;
        top: 12px
    }

    .LogoSection {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .LogoSection a {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 15px
    }

    .LogoSection a img {
        width: 80%;
        transition: none
    }

    .LogoSection a:hover img {
        width: 80%;
        transition: none !important
    }

    .LinkSection h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 50px
    }

    .FooterTopLinks .LinkSection {
        margin-right: 40px
    }

    .LinkSection ul li a {
        font-size: 14px;
        line-height: 30px
    }

    .LeftLinks ul li a,
    .FooterBottomText .BottomLeft,
    .FooterBottomText .BottomRight {
        font-size: 16px
    }

    .FooterMidLinks,
    .FooterBottomText {
        padding: 20px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .SignUpNewsletter {
        padding: 50px 0;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 10px
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupFormArea {
        width: 100%
    }

    .SignupForm .SignupInputArea:last-child {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .SignupInputArea {
        display: inline-block;
        padding: 10px 10px
    }

    .SignupInputArea .field-validation-error span:before {
        right: 5px;
        top: 12px
    }

    .LogoSection {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .LogoSection a {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 15px
    }

    .LogoSection a img {
        width: 80%;
        transition: none
    }

    .LogoSection a:hover img {
        width: 80%;
        transition: none !important
    }

    .FooterTopLinks .LinkSection {
        margin-right: 0
    }

    .FooterTopLinks .LinkSection:last-child {
        padding: 0 15px
    }

    .FooterTopLinks {
        display: block;
        margin-bottom: 20px
    }

    .LinkSection h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0
    }

    .LinkSection ul {
        overflow: hidden;
        margin-bottom: 10px
    }

    .LinkSection ul li {
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        position: relative
    }

    .LinkSection ul li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        background-color: #7b7d83;
        right: 0;
        top: 8px
    }

    .LinkSection ul li:last-child::after {
        width: 0
    }

    .LinkSection ul li a {
        font-size: 14px;
        line-height: 30px
    }

    .FooterMidLinks {
        padding: 10px 0
    }

    .LeftLinks ul li a {
        font-size: 13px;
        line-height: 26px;
        margin-right: 8px
    }

    .FooterBottomText {
        padding: 10px 0
    }

    .FooterBottomText .BottomLeft,
    .FooterBottomText .BottomRight {
        font-size: 14px
    }

    .thankyou-section {
        width: 680px
    }

    .thankyou-section h2 {
        font-size: 22px
    }

    .thankyou-section p {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .SignUpNewsletter {
        padding: 40px 35px 50px 35px;
        margin-bottom: 30px
    }

    .SignUpContainer {
        width: 100%;
        display: block;
        padding: 0
    }

    .SignupText {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0;
        font-size: 18px;
        line-height: 24px;
        color: #384d5f;
        float: none
    }

    .SignupFormArea {
        width: 100%;
        float: none
    }

    .SignupText,
    .SignupFormArea {
        display: block
    }

    .SignupInputArea input[type="text"],
    .SignupInputArea input[type="email"] {
        width: 100%;
        outline: none
    }

    .SignupInputArea input[type="text"]:focus,
    .SignupInputArea input[type="email"]:focus {
        box-shadow: none
    }

    .SignupInputArea .field-validation-error span:before {
        top: 4px
    }

    .SignupInputArea .form-check {
        padding-left: 0;
        padding-right: 0;
        text-align: left
    }

    .SignupInputArea .form-check .form-check-input {
        margin-left: 0
    }

    .SignupForm {
        display: block;
        text-align: center;
        margin: 0
    }

    .SignupForm .SignupInputArea:last-child {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .SignupInputArea .btn-blue {
        width: 100%;
        padding: 10px 50px;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 0;
        margin-top: 2px
    }

    .SignupForm .SignupInputArea:last-child {
        padding: 0
    }

    .SignupInputArea {
        display: block;
        padding: 0 0;
        margin-top: 20px
    }

    .AwardRecognition h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 10px
    }

    .LogoSection {
        padding-bottom: 40px;
        overflow: auto;
        white-space: nowrap;
        min-height: 0;
        border: 0;
        margin: 0 -10px
    }

    .LogoSection a {
        margin-right: 0;
        display: inline-block;
        text-align: center
    }

    .LogoSection a img {
        width: 70%;
        transition: none
    }

    .LogoSection a:hover img {
        width: 70%;
        transition: none
    }

    .FooterTopLinks {
        display: block;
        margin: 0 -12px
    }

    .FooterTopLinks .LinkSection {
        margin-right: 0;
        padding: 0
    }

    .LinkSection h4 {
        padding: 20px 22px;
        background-color: #fafafa;
        border-top: 1px solid #fff;
        color: #009857;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 24px;
        position: relative
    }

    .LinkSection h4::after {
        content: "";
        position: absolute;
        right: 22px;
        font-family: 'ccadicon' !important;
        font-size: 8px;
        color: #4b4b45
    }

    .LinkSection h4.open::after {
        content: "";
        position: absolute;
        right: 22px;
        font-family: 'ccadicon' !important;
        font-size: 8px;
        color: #4b4b45
    }

    .LinkSection ul {
        display: none;
        padding: 0 22px;
        margin: 10px 0
    }

    .LinkSection ul li a {
        font-size: 14px;
        line-height: 30px
    }

    .FooterMidLinks {
        display: block;
        border: 0;
        padding: 20px 12px;
        border-bottom: 1px solid #d3dee8
    }

    .LeftLinks,
    .RightLinks {
        display: block;
        width: 100%;
        text-align: left
    }

    .LeftLinks ul {
        margin-bottom: 20px;
        overflow: hidden
    }

    .LeftLinks ul li {
        margin-bottom: 10px;
        float: left
    }

    .LeftLinks ul li:nth-child(even) {
        width: 40%
    }

    .LeftLinks ul li:nth-child(odd) {
        width: 60%
    }

    .LeftLinks ul li a {
        font-size: 14px;
        line-height: 20px;
        margin: 0
    }

    .FooterBottomText {
        display: block;
        padding: 25px 0
    }

    .FooterBottomText .BottomLeft,
    .FooterBottomText .BottomRight {
        display: inline;
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 22px
    }

    .thankyou-section {
        text-align: center;
        width: auto
    }

    .thankyou-section h2 {
        font-size: 20px;
        line-height: 26px
    }

    .thankyou-section p {
        font-size: 16px;
        line-height: 24px
    }

    .thankyou-section h2:before {
        top: 0;
        left: -16px
    }
}

@media(max-width:320px) {
    .SignUpNewsletter {
        padding: 30px
    }

    .LeftLinks ul li:nth-child(odd) {
        width: 55%
    }

    .LeftLinks ul li:nth-child(even) {
        width: 45%
    }
}

.SignUpNewsletter .field-validation-error {
    position: absolute;
    top: 50px
}

.SignUpNewsletter .field-validation-error span:before {
    font-size: 20px
}

@media(max-width:767px) {
    .SignUpNewsletter .field-validation-error {
        position: relative;
        top: 0
    }
}

.guideSection h4 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700
}

.guideSection p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #4b4b45
}

.guideItem {
    background-color: #fff;
    border: 1px solid #c6c8c8;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px
}

.guideItem h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    width: 160px
}

.TopItems {
    position: relative;
    margin-bottom: 15px
}

.DocumentIcon {
    background-color: #edf4fa;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    margin-right: 105px
}

.DocumentIcon .icon {
    font-size: 20px;
    font-weight: 400;
    color: #009857
}

.dateArea {
    font-size: 13px;
    line-height: 23px;
    color: #7b7d83
}

.shareArea {
    position: absolute;
    right: 0;
    top: 14px
}

.BottomItems {
    position: relative
}

.fileSize {
    font-size: 14px;
    line-height: 20px;
    color: #7b7d83
}

.downloadButton {
    position: absolute;
    right: 0;
    top: -8px;
    cursor: pointer
}

.downloadButton .icon {
    font-size: 34px;
    color: #4b4b45
}

.guideItem:hover {
    border: 1px solid #009857
}

.guideItem:hover h5,
.guideItem:hover .downloadButton .icon,
.guideItem:hover .share {
    color: #009857
}

.guideItemPanel .modal-dialog {
    width: 740px
}

.guideItemPanel .modal-content {
    padding: 40px
}

.guideItemPanel .modal-header {
    padding: 0
}

.guideItemPanel h5.modal-title {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    font-weight: 700;
    color: #4b4b45;
    width: auto
}

.guideItemPanel .modal-header span {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400
}

.guideItemPanel .modal-body {
    padding: 30px 0
}

.guideItemPanel .modal-footer {
    border-top: 0;
    padding: 0
}

.guideItemPanel .form-group {
    margin-bottom: 40px
}

.guideItemPanel .form-control {
    border: 1px solid #ccc
}

.guideItemPanel .form-control {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b45;
    margin-top: 2px
}

.guideItemPanel .form-control::placeholder {
    color: #4b4b45
}

.guideItemPanel .chosen-container {
    width: 100% !important;
    margin-top: 2px
}

.guideItemPanel .chosen-single,
.guideItemPanel .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 13px 15px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none;
    border: 1px solid #ccc
}

.guideItemPanel .chosen-container-single .chosen-single div b,
.guideItemPanel .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px;
    background: none
}

.guideItemPanel .chosen-container-single .chosen-single div b:before,
.guideItemPanel .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #4b4b45;
    top: 13px;
    right: 18px;
    position: relative;
    font-size: 16px
}

.guideItemPanel .input-group .chosen-container {
    width: 30% !important
}

.guideItemPanel .input-group .chosen-single,
.guideItemPanel .input-group .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 0 0 4px;
    border-right: 0 !important;
    background-color: #edf4fa
}

.guideItemPanel .input-group .form-control {
    margin-bottom: 0;
    border-left: 0 !important
}

.guideItemPanel .DisclaimerPanel {
    margin-top: 0
}

.guideItemPanel .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 0
}

.guideItemPanel .form-check {
    padding-left: 30px
}

.guideItemPanel .captchaArea {
    margin-right: 25px
}

.guideItemPanel .btn-download {
    width: 230px;
    height: 56px;
    font-size: 16px;
    font-weight: 600
}

.loadMoreArea {
    text-align: center;
    margin-top: 30px
}

.loadMoreArea .LoadButton {
    display: block;
    width: 270px;
    border: 0;
    border-radius: 5px;
    padding: 14px 0 13px 0;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 30px
}

.guideItemPanel .col-md-4 {
    display: none
}

.guideItemPanel .guideItem .col-md-4 {
    display: block
}

.HideButton {
    display: none !important
}

@media(min-width:768px) and (max-width:1200px) {
    .DocumentIcon {
        margin-right: 10px
    }
}

@media(max-width:767px) {
    .DocumentIcon {
        margin-right: 135px
    }

    .dateArea {
        font-size: 15px
    }

    .guideItemPanel .modal-dialog {
        width: 96%
    }

    .guideItemPanel h5.modal-title {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 28px
    }

    .guideItemPanel .modal-header span {
        font-size: 15px
    }

    .guideItemPanel .modal-content {
        padding: 20px
    }

    .guideItemPanel .captchaArea {
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px
    }

    .guideItemPanel .btn-download {
        width: 100%;
        height: 45px
    }
}

.FeaturePost {
    margin-bottom: 100px
}

.FormSidePanel {
    margin: 0 0 30px 0
}

.FormSidePanel .thankyou-section h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px
}

.FormSidePanel .thankyou-section h2::before {
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    left: -5px
}

.FormSidePanel .thankyou-section p {
    font-size: 16px;
    line-height: 20px
}

.ThumbnailListing {
    padding: 50px 0 100px 0
}

.pageHeadingArea.HealthListing {
    margin-bottom: 0
}

@media(max-width:767px) {
    .ThumbnailListing {
        padding: 50px 10px 50px 10px
    }

    .inner-page {
        overflow: hidden
    }

    .HealthBytePanel {
        margin: 0 10px
    }

    .FeaturePost {
        margin-bottom: 50px
    }
}

.BlogPost {
    padding: 60px 0 50px 0;
    position: relative
}

.BlogPost a.backLink {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #009857;
    position: absolute;
    right: 0;
    margin-top: 5px
}

.BlogPost a.backLink:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px
}

.BlogImgMobile {
    display: none
}

.BlogImgDesktop img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px
}

.BlogPost .date {
    margin-left: 35px
}

.BlogPost .date:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #79d0e6;
    border-radius: 50px;
    display: inline-block;
    top: -2px;
    left: -15px
}

.BlogPost .FeatureContent h1 {
    margin: 0 200px 40px 0;
    padding: 0
}

.BlogPost .FeatureContent h1,
.BlogPost .FeatureContent h1 a {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    text-decoration: none
}

.HealthBytePanel .PageContentPanel {
    padding-bottom: 50px;
    border-bottom: 1px solid #c6c8c8
}

.TagLikeSection {
    padding: 50px 0 100px 0;
    overflow: hidden
}

.contentTag {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.contentTag li {
    display: inline-block;
    margin-right: 15px
}

.contentTag li a {
    background-color: #d3dee8;
    border-radius: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    padding: 7px 20px;
    display: block;
    font-weight: 600
}

.ContentLike {
    float: right;
    color: #00843d;
    font-size: 16px;
    line-height: 26px
}

.ContentLike a {
    color: #384d5f;
    font-size: 20px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px
}

.ContentLike a.active,
.ContentLike a:hover {
    color: #009857
}

.ContentLike a:last-child {
    margin-left: 5px
}

.PlaceHolderSection {
    overflow: hidden
}

.VidImgHolder,
.placeholderContent {
    float: left
}

.VidImgHolder {
    width: 410px;
    height: 300px;
    margin: 0 30px 30px 0;
    border-radius: 5px
}

.PlaceHolderSection .placeholderContent {
    width: 410px;
    margin: 60px 0 0 0;
    padding: 0
}

@media(min-width:1200px) and (max-width:1376px) {

    .VidImgHolder,
    .PlaceHolderSection .placeholderContent {
        width: 350px;
        height: auto
    }

    .VidImgHolder img {
        width: 100%
    }

    .PlaceHolderSection .placeholderContent {
        margin-top: 30px
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .VidImgHolder,
    .PlaceHolderSection .placeholderContent {
        width: 100%;
        float: none
    }

    .VidImgHolder img {
        width: 100%;
        height: 250px
    }

    .PlaceHolderSection .placeholderContent {
        margin-top: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .BlogPost {
        padding: 60px 0 0 0
    }

    .BlogPost .FeatureContent h1 {
        margin: 0 0 40px 0
    }

    .BlogPost .FeatureContent h1,
    .BlogPost .FeatureContent h1 a {
        font-size: 28px;
        line-height: 38px
    }

    .BlogImgDesktop img {
        height: 250px
    }

    .VidImgHolder,
    .PlaceHolderSection .placeholderContent {
        width: 100%;
        float: none
    }

    .VidImgHolder img {
        width: 100%;
        height: 250px
    }

    .PlaceHolderSection .placeholderContent {
        margin-top: 30px
    }

    .TagLikeSection {
        padding: 30px 0
    }

    .FeaturePost {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .BlogPost {
        padding: 40px 0 0 0
    }

    .BlogPost a.backLink {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #009857;
        position: relative;
        left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        display: block
    }

    .BlogImgMobile {
        display: block;
        margin-bottom: 30px
    }

    .BlogImgMobile img {
        width: 100%;
        border-radius: 5px
    }

    .BlogImgDesktop {
        display: none
    }

    .BlogPost .FeatureContent h1,
    .BlogPost .FeatureContent h1 a {
        font-size: 18px;
        line-height: 28px
    }

    .BlogPost .TagPanel .date {
        display: none
    }

    .BlogPost .FeatureContent h1 {
        margin: 0 0 20px 0
    }

    .HealthBytePanel .PageContentPanel p,
    .HealthBytePanel .PageContentPanel ul li,
    .HealthBytePanel .PageContentPanel ol li {
        font-size: 16px !important;
        line-height: 24px
    }

    .HealthBytePanel .PageContentPanel h4 {
        font-size: 20px;
        line-height: 32px
    }

    .VidImgHolder {
        float: none;
        width: auto
    }

    .VidImgHolder img {
        width: 100%
    }

    .PlaceHolderSection .placeholderContent {
        width: auto;
        margin: 30px 0 0 0;
        padding: 0
    }

    .TagLikeSection {
        padding: 40px 0 60px 0
    }

    .contentTag,
    .ContentLike {
        float: none
    }

    .contentTag li {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.HealthLibraryItemPanel {
    padding: 50px 0
}

.HealthLibraryItem {
    margin-bottom: 80px
}

.ThumbContainer {
    position: relative;
    height: 383px;
    display: flex;
    margin-bottom: 0
}

.ThumbContainer img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover
}

.ThumbContentArea {
    padding: 0 0 0 110px;
    background-color: transparent;
    height: 100%;
    align-content: center;
    display: grid
}

.ThumbContentArea h3 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0
}

.ThumbContentArea p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0 0 40px 0;
    padding: 0;
    width: 410px
}

.ThumbContentArea .btn-general {
    padding: 0;
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
    width: 300px;
    height: 55px;
    text-align: center
}

.HealthLibraryItemPanel .HealthLibraryItem.right .col-12:first-child {
    order: 6 !important
}

.HealthLibraryItemPanel .HealthLibraryItem.right .col-12:last-child {
    order: -1 !important
}

.HealthLibraryItemPanel .HealthLibraryItem.right .ThumbContentArea {
    padding: 0 110px 0 0
}

@media(min-width:992px) and (max-width:1200px) {
    .ThumbContainer {
        height: 330px
    }

    .ThumbContentArea p {
        width: auto
    }

    .ThumbContentArea {
        padding: 50px 0 0 30px
    }

    .ThumbContentArea h3 {
        font-size: 23px;
        line-height: 28px
    }

    .HealthLibraryItemPanel .HealthLibraryItem.right .ThumbContentArea {
        padding: 50px 30px 0 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ThumbContainer {
        height: 250px
    }

    .ThumbContentArea {
        padding: 25px 0 0 30px
    }

    .ThumbContentArea h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px 0
    }

    .ThumbContentArea p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
        width: auto
    }

    .ThumbContentArea .btn-general {
        width: 300px;
        font-size: 13px;
        line-height: 50px;
        height: 50px
    }

    .HealthLibraryItemPanel .HealthLibraryItem.right .ThumbContentArea {
        padding: 25px 30px 0 0
    }
}

@media(max-width:767px) {
    .HealthLibraryItemPanel {
        padding: 0 10px
    }

    .HealthLibraryItem {
        margin-bottom: 40px
    }

    .ThumbContainer {
        height: 200px;
        margin-bottom: 20px
    }

    .ThumbContentArea {
        padding: 0;
        margin-bottom: 0
    }

    .ThumbContentArea h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 15px 0
    }

    .ThumbContentArea p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 25px 0;
        width: auto
    }

    .ThumbContentArea .btn-general {
        width: 100%;
        font-size: 13px;
        line-height: 40px;
        height: 40px
    }

    .HealthLibraryItemPanel .HealthLibraryItem.right .col-12:first-child {
        order: -1 !important
    }

    .HealthLibraryItemPanel .HealthLibraryItem.right .col-12:last-child {
        order: 6 !important
    }

    .HealthLibraryItemPanel .HealthLibraryItem.right .ThumbContentArea {
        padding: 0
    }
}

.ResourceListingPanel {
    padding: 0 0 100px 0;
    overflow: hidden
}

.ResourceSearchPanel {
    background-color: #f0efef;
    border-radius: 4px;
    padding: 10px
}

.ResourceSearchPanel input {
    height: 50px;
    margin-top: 0
}

.ResourceSearchPanel .btn-general {
    width: 100%;
    box-shadow: none;
    height: 50px;
    font-size: 14px
}

.ResourceSearchPanel .SearchBarArea {
    width: 100%;
    position: relative
}

.ResourceSearchPanel .SearchBarArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    height: 50px;
    border: 1px solid #fff
}

.ResourceSearchPanel .SearchBarArea .icon-search {
    position: absolute;
    top: 18px;
    right: 20px
}

.ResourcesWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -12px 0 -12px
}

.ResourceList {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 12px
}

.ResourceItems {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    display: block;
    text-decoration: none
}

.ResourceNameArea {
    height: 158px;
    padding: 30px 60px 0 30px;
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 600
}

.ResourceImageArea img {
    width: 100%;
    border-radius: 0 0 5px 5px
}

.ResourceItems .IconArea {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 118px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    background-color: #edf4fa;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #009857
}

.ResourceItems .IconArea .icon {
    font-size: 40px;
    line-height: 80px
}

@media(min-width:1200px) and (max-width:1376px) {
    .ResourceNameArea {
        font-size: 18px;
        line-height: 26px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .ResourceNameArea {
        padding: 30px 30px 0 30px;
        font-size: 18px;
        line-height: 26px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ResourcesWrapper {
        margin: 0 -12px 0 -12px
    }

    .ResourceList {
        width: 50%;
        margin-top: 30px
    }

    .ResourceSearchPanel .SearchBarArea {
        margin-bottom: 0;
        top: 0;
        left: 0
    }
}

@media(max-width:767px) {
    .ResourceListingPanel {
        padding: 0 10px 50px 10px
    }

    .ResourceSearchPanel .btn-general {
        height: 40px;
        font-size: 11px
    }

    .ResourceSearchPanel .SearchBarArea {
        margin-bottom: 0;
        top: 0;
        left: 0
    }

    .ResourcesWrapper {
        margin: 0 -12px 0 -12px
    }

    .ResourceList {
        width: 100%;
        margin-top: 30px
    }
}

.ResourceListingPanel .AlphabetSearchArea {
    margin-top: 30px;
    margin-bottom: 0
}

.ResourceListingPanel .InfoLinkArea {
    padding: 20px 0
}

.ResourceListingPanel .SectionInfoText p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4b4b45;
    font-weight: 400
}

.ResourceListingPanel .SectionInfoText p span {
    color: #009857
}

.DiseasesSliderItem {
    width: 300px !important
}

.DiseasesSlider .slick-slide {
    opacity: 1 !important
}

.DiseasesSlider .slick-prev {
    left: -100px
}

.DiseasesSlider .slick-next {
    right: -100px
}

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

.DiseasesSliderItem ul li {
    line-height: 20px;
    margin-bottom: 15px
}

.DiseasesSliderItem ul li.SectionTag {
    margin-bottom: 0
}

.DiseasesSliderItem ul li.SectionTag a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 20px 0;
    display: block
}

.DiseasesSliderItem ul li:first-child.SectionTag a {
    margin-top: 0
}

.DiseasesSliderItem ul li:last-child.SectionTag a {
    margin-bottom: 0
}

.DiseasesSliderItem ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #4b4b45;
    text-decoration: none
}

.DiseasesSliderItem ul li a:hover {
    color: #009857
}

@media(max-width:767px) {
    .ResourceListingPanel .AlphabetSearchArea {
        display: none
    }
}

.DetailsMainContainer {
    padding-top: 30px;
    padding-bottom: 100px
}

.contentContainer img {
    width: 100%;
    border-radius: 10px
}

.contentContainer h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    margin: 30px 0;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize
}

.contentContainer .text p {
    color: #4b4b45;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px
}

.contentContainer .text ul {
    margin: 30px 0 50px 0
}

.contentContainer .text ul li {
    color: #4b4b45;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px
}

.ShowMoreContent {
    display: none !important
}

@media(max-width:767px) {
    .DetailsMainContainer {
        overflow: hidden;
        padding: 0 10px 50px 10px
    }

    .contentContainer h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 10px 0
    }

    .contentContainer .showMoreHeight {
        height: 300px;
        overflow: hidden
    }

    .contentContainer .text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .ShowMoreContent {
        position: relative;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #00843d;
        text-decoration: none;
        margin-top: 20px;
        display: block;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        display: block !important
    }

    .ShowMoreContent:before {
        content: "";
        height: 1px;
        width: 35%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        top: 10px
    }

    .ShowMoreContent:after {
        content: "";
        height: 1px;
        width: 35%;
        background-color: #ccc;
        position: absolute;
        right: 0;
        top: 10px
    }

    .DetailsMainContainer .SideListPanel {
        margin-top: 50px
    }
}

.PageContentPanel p span,
.PageContentPanel ul,
.PageContentPanel ul li,
.PageCopyrightPanel p {
    font-size: 18px !important;
    line-height: 28px;
    color: #4b4b45
}

.PageContentPanel p {
    margin-bottom: 20px
}

.PageContentPanel ul {
    list-style-type: disc;
    list-style-position: outside
}

.PageContentPanel ul li {
    margin-bottom: 12px
}

.PageContentPanel ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 0 20px
}

.PageContentPanel table {
    margin-left: 30px
}

.PageContentPanel table td {
    border: 1px solid #4b4b45
}

.PageContentPanel h4 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0
}

.PageContentPanel h5 {
    font-size: 20px;
    line-height: 28px;
    color: #00843d;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0
}

.PageContentPanel .related-items {
    background-color: #fff;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 30px 0;
    overflow: hidden
}

.PageContentPanel .related-items .icon-area {
    float: left;
    width: 136px;
    margin-right: 30px;
    background-color: #009857;
    border-radius: 5px;
    height: 136px
}

.PageContentPanel .related-items .icon-area .item-icon img {
    border-radius: 5px;
    width: 100%;
    height: 136px;
    object-fit: cover
}

.PageContentPanel .related-items .details-area {
    float: left;
    width: 700px
}

.PageContentPanel .related-items .details-area p.name {
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin-bottom: 10px
}

.PageContentPanel .related-items .details-area p {
    font-size: 14px !important;
    line-height: 20px;
    color: #4b4b45;
    margin-bottom: 15px
}

.PageContentPanel .related-items .details-area a {
    background-color: #00843d;
    height: 40px;
    width: 160px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin-top: 10px
}

.PageCopyrightPanel {
    margin-top: 30px
}

.PageCopyrightPanel .copyText {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 600
}

.GroupArea {
    position: sticky;
    top: 120px
}

.tab-order-last .PageSideAnchor {
    display: none
}

@media(min-width:1200px) and (max-width:1399px) {
    .PageContentPanel .related-items .details-area {
        width: 600px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .PageContentPanel .related-items .details-area {
        width: 480px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .DetailsMainContainer {
        padding-top: 0;
        padding-bottom: 50px
    }

    .PageContentPanel .related-items {
        margin: 30px 0
    }

    .PageContentPanel .related-items .details-area {
        width: 480px
    }

    .tab-order-last .PageSideAnchor {
        display: block;
        margin-bottom: 30px
    }

    .tab-order-first .PageSideAnchor {
        display: none
    }
}

@media(max-width:767px) {

    .PageContentPanel p,
    .PageContentPanel p span,
    .PageContentPanel ul,
    .PageContentPanel ul li,
    .PageCopyrightPanel p {
        font-size: 16px !important;
        line-height: 26px
    }

    .PageContentPanel .related-items {
        margin: 30px 0
    }

    .PageContentPanel .related-items .icon-area {
        width: 100%;
        margin-right: 0;
        height: 128px
    }

    .PageContentPanel .related-items .icon-area .item-icon img {
        border-radius: 5px;
        width: 100%;
        height: 128px;
        object-fit: fill;
        margin-bottom: 20px
    }

    .PageContentPanel .related-items .details-area {
        width: 100%
    }

    .tab-order-last .PageSideAnchor {
        display: block;
        margin-bottom: 30px
    }

    .tab-order-first .PageSideAnchor {
        display: none
    }

    .PageSideAnchor.fixed {
        position: fixed;
        top: 90px;
        width: 94%;
        margin: 0
    }
}

.ResourceSearchPanel .SearchBarArea .DoctorFilterSearch:focus {
    box-shadow: none !important;
    border: 1px solid #00843d !important
}

.ResourceSearchPanel .SearchDropDown {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    border: 1px solid #00843d;
    border-top: 0;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 100
}

.ResourceSearchPanel .SearchSectionArea {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400
}

.ResourceSearchPanel .SearchContent h2 {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 10px 0;
    font-weight: 600
}

.ResourceSearchPanel .SearchContent ul {
    margin: 0;
    padding: 0
}

.ResourceSearchPanel .SearchContent ul li {
    margin-bottom: 5px
}

.ResourceSearchPanel .SearchContent ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45
}

.ResourceSearchPanel .SearchContent ul li a:hover {
    color: #009857;
    transition: all 300ms cubic-bezier(.64, .04, .35, 1)
}

.ResourceSearchPanel .SearchContent ul li.viewAll a {
    font-size: 14px;
    line-height: 20px;
    color: #009857;
    font-weight: 600
}

.ResourceSearchPanel .SearchContent p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400
}

.ResourceSearchPanel .SearchContent p span {
    font-weight: 700;
    color: #00843d
}

.ResourceSearchPanel .SearchSectionArea h2 {
    font-size: 16px;
    line-height: 32px;
    color: #4b4b45;
    position: relative
}

.ResourceSearchPanel .SearchSectionArea h2 a {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-decoration: none;
    color: #009857
}

@media(min-width:768px) and (max-width:991px) {
    .DiseasesSlider .slick-dots li {
        width: 45px
    }
}

@media(max-width:767px) {
    .ResourceSearchPanel .SearchSectionArea img {
        width: 10% !important
    }

    ResourceSearchPanel .SearchBarArea {
        margin-bottom: 10px
    }

    .DiseasesSlider .slick-dots li {
        width: 4.33%
    }

    .DiseasesSlider .slick-dots li button,
    .DiseasesSlider.slick-dots li button:before {
        width: 100%
    }

    .ResourceSearchPanel .SearchContent {
        height: auto;
        overflow-y: scroll;
        max-height: 320px;
        overflow-x: hidden
    }

    .DetailsMainContainer .tab-order-last {
        order: 6 !important
    }

    .DetailsMainContainer .tab-order-first {
        order: -1 !important
    }

    .DetailsMainContainer .tab-order-first .SideActionPanel {
        display: none
    }

    .DetailsMainContainer .tab-order-first .SideListPanel {
        margin-top: 0
    }
}

.DetailsMainContainer {
    padding-top: 50px;
    padding-bottom: 100px
}

.DoctorSection h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45;
    margin: 20px 0 8px 0;
    padding: 0;
    position: relative
}

.DoctorSection h2 span {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 400
}

.DoctorSection h2 span .VideoIcon {
    width: 30px;
    height: 30px;
    background-color: #d3dee8;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

.DoctorSection h2 span .VideoIcon span {
    font-size: 10px !important;
    color: #4b4b45;
    position: relative !important
}

.AccordionArea {
    margin-bottom: 60px
}

.AccordionArea h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    font-weight: 700;
    color: #4b4b45;
    border-bottom: 1px solid #ccc
}

.AccordionArea h4 span {
    font-size: 20px;
    line-height: 28px;
    color: #009857;
    font-weight: 400;
    margin-left: 10px
}

@media(min-width:992px) and (max-width:1200px) {
    .DetailsMainContainer {
        padding: 0 0 50px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .DetailsMainContainer {
        padding: 0 0 50px 0
    }
}

@media(max-width:767px) {
    .DetailsMainContainer {
        overflow: hidden;
        padding: 0 10px 50px 10px
    }

    .DoctorSection h2 {
        margin: 0
    }

    .DoctorSection h2 span {
        display: block;
        position: relative;
        margin-top: 10px
    }

    .DoctorSection h2 span .VideoIcon span {
        display: inline
    }

    .AccordionArea {
        margin-bottom: 40px
    }

    .AccordionArea h4 {
        font-size: 20px;
        line-height: 28px
    }

    .DetailsMainContainer .SideListPanel {
        margin-top: 50px
    }
}

.LeadershipPanel {
    padding: 100px 0
}

.LeadershipPanel h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 60px 0;
    padding: 0
}

.LeadershipPanel .imgArea img {
    width: 100%
}

.LeadershipPanel .DoctorSliderItem {
    width: 410px;
    padding: 30px
}

.LeadershipPanel .DoctorSliderItem:hover {
    padding: 29px
}

.LeadershipPanel .DoctorSliderItem:hover .DoctorImg img {
    opacity: 1
}

.LeadershipPanel .VideoEnable {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.LeadershipPanel .VideoEnable span {
    font-size: 14px
}

.LeadershipPanel .DoctorImg {
    height: 184px;
    margin-bottom: 30px
}

.LeadershipPanel .DoctorName {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45
}

.LeadershipPanel .DoctorRole {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    margin-bottom: 50px
}

.LeadershipPanel .NearAvail .btn-blue {
    height: 58px;
    font-size: 18px;
    text-align: center;
    line-height: 42px
}

.LeadershipPanel .QuotationNote p {
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1075px) {
    .LeadershipPanel .DoctorSliderItem {
        width: 100%;
        padding: 20px
    }

    .LeadershipPanel .DoctorImg {
        height: 160px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .LeadershipPanel .DoctorSliderItem {
        width: 100%;
        padding: 24px
    }
}

@media(max-width:767px) {
    .LeadershipPanel {
        padding: 50px 10px
    }

    .LeadershipPanel h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 30px 0
    }

    .LeadershipPanel .DoctorSliderItem {
        width: 100%;
        padding: 24px
    }

    .LeadershipPanel .DoctorImg {
        height: 148px;
        margin-bottom: 20px
    }

    .LeadershipPanel .DoctorName {
        font-size: 18px;
        line-height: 28px;
        min-height: 30px
    }

    .LeadershipPanel .DoctorRole {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px
    }

    .LeadershipPanel .NearAvail .btn-blue {
        height: 42px;
        font-size: 14px;
        line-height: 26px
    }

    .QuotationNote {
        margin-top: 10%
    }
}

.no--quotation .QuotationNote {
    min-height: auto;
    background-image: none;
    padding: 0
}

.InstituteServicesPanel {
    padding: 100px 0
}

.InstituteServices h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0
}

.InstituteServices p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.InstituteServicesList {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.InstituteServicesList li {
    margin: 0;
    float: left;
    margin-right: 30px;
    margin-top: 30px
}

.InstituteServicesList li a {
    padding: 0 40px 0 20px;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
    height: 120px;
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    text-decoration: none;
    display: grid;
    align-content: center
}

.InstituteServicesList li:nth-child(4n) {
    margin-right: 0
}

.InstituteServicesPanel .ServiceLink {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #009857;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 50px
}

.InstituteServicesPanel .ServiceLink:after {
    content: "";
    font-family: 'ccadicon' !important;
    transform: rotate(270deg);
    position: absolute;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400
}

.InstituteServicesPanel .ServiceLink.less:after {
    content: "";
    font-family: 'ccadicon' !important;
    transform: rotate(90deg);
    position: absolute;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400
}

@media(min-width:1200px) and (max-width:1376px) {
    .InstituteServicesList li {
        width: 350px;
        padding: 22px 20px 0 20px
    }

    .InstituteServicesList li:nth-child(4n) {
        margin-right: 30px
    }

    .InstituteServicesList li:nth-child(3n) {
        margin-right: 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .InstituteServicesList li {
        width: 285px;
        padding: 22px 20px 0 20px
    }

    .InstituteServicesList li:nth-child(4n) {
        margin-right: 30px
    }

    .InstituteServicesList li:nth-child(3n) {
        margin-right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .InstituteServicesList li:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .InstituteServicesPanel {
        padding: 30px 10px 30px 10px;
        overflow: hidden
    }

    .InstituteServicesList {
        overflow: inherit
    }

    .InstituteServices h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 15px 0
    }

    .InstituteServices p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px 0
    }

    .InstituteServicesList,
    .InstituteServicesList.slick-dotted.slick-slider {
        margin: 0
    }

    .InstituteServicesList li {
        margin: 0 0 15px 0
    }

    .InstituteServicesList li a {
        width: 200px !important;
        height: 80px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 20px
    }

    .InstituteServicesList .slick-active,
    .InstituteServicesList .slick-slide {
        opacity: 1 !important
    }

    .InstituteServicesList .slick-dots {
        position: initial
    }

    .InstituteServicesList .slick-dots li {
        width: 40px !important;
        margin: 0;
        height: 5px;
        position: relative;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        float: none;
        background-color: transparent
    }

    .InstituteServicesList .slick-dots li button,
    .InstituteServicesList .slick-dots li button:before {
        width: 100%
    }

    .InstituteServicesPanel .ServiceLink {
        display: none
    }
}

.instituteListingPanel {
    padding-bottom: 100px
}

.instituteListingPanel h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45
}

.instituteListingPanel p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #4b4b45
}

p.instituteSubtitle {
    margin: 5px 0 20px 0 !important;
    font-size: 16px !important
}

.InstitutesWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.InstituteList {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 12px
}

.instituteItems {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    box-shadow: 0 0 48px rgba(0, 0, 0, .1)
}

.intituteNameArea {
    height: 158px;
    padding: 30px 30px 0 30px;
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    text-align: center
}

.intituteNameArea strong {
    font-size: 20px !important
}

.intituteImageArea img {
    width: 100%;
    border-radius: 0 0 5px 5px
}

.instituteItems .IconArea {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 118px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    background-color: #edf4fa;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #009857
}

.instituteItems .IconArea .icon {
    font-size: 30px;
    line-height: 80px
}

.instituteListingPanel .LoadButton {
    display: none
}

.VideoSection {
    position: relative;
    display: block
}

.VideoSection .VideoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px
}

.VideoSection img {
    width: 100%;
    height: 622px
}

.VideoSection .PlayButton {
    width: 90px;
    height: 90px;
    font-size: 24px;
    color: #009857;
    display: inline-block;
    text-decoration: none;
    line-height: 90px;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
    position: absolute
}

.inner-page .AboutContentContainer .VideoSection {
    display: none
}

@media(min-width:1200px) and (max-width:1376px) {
    .intituteNameArea {
        font-size: 22px;
        line-height: 32px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .intituteNameArea {
        height: 130px;
        font-size: 20px;
        line-height: 24px;
        padding: 30px 10px 0 10px
    }

    .instituteItems .IconArea {
        top: 90px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .intituteNameArea {
        height: 130px;
        font-size: 20px;
        line-height: 24px;
        padding: 30px 10px 0 10px
    }

    .instituteItems .IconArea {
        top: 90px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .instituteListingPanel {
        padding: 0 10px 50px 10px
    }

    .InstituteList {
        width: 33.33%
    }

    .intituteNameArea {
        height: 115px;
        font-size: 20px;
        line-height: 24px;
        padding: 30px 10px 0 10px
    }

    .instituteItems .IconArea {
        top: 80px;
        width: 60px;
        height: 60px;
        line-height: 70px
    }

    .instituteItems .IconArea .icon {
        font-size: 25px;
        line-height: 70px
    }
}

@media(max-width:767px) {
    .instituteListingPanel {
        padding: 0 10px 50px 10px
    }

    .instituteListingPanel h2 {
        margin: 0 2px 15px 0;
        font-size: 28px;
        line-height: 34px
    }

    .instituteListingPanel p {
        margin: 0;
        font-size: 16px;
        line-height: 26px
    }

    .InstituteList {
        width: 100%;
        display: none
    }

    .instituteListingPanel .LoadButton {
        display: block;
        width: 270px;
        border: 0;
        border-radius: 5px;
        padding: 14px 0 13px 0;
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto;
        margin-top: 30px
    }

    .HideButton {
        display: none !important
    }
}

.inner-page .AboutSection {
    padding: 0 0 100px 0
}

.inner-page .AboutContentContainer h2 {
    font-size: 36px;
    line-height: 46px;
    width: 600px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0
}

.inner-page .AboutContentContainer p {
    margin: 0 0 30px 0
}

@media(min-width:992px) and (max-width:1075px) {
    .inner-page .AboutSection {
        padding: 0 0 50px 0
    }

    .inner-page .AboutContentContainer h2 {
        font-size: 26px;
        line-height: 36px;
        width: auto
    }

    .inner-page .AboutContentContainer p {
        margin: 0 0 30px 0;
        font-size: 16px;
        line-height: 22px
    }

    .inner-page .AboutIconArea .IconCircle {
        margin-bottom: 0
    }

    .inner-page .AboutIconArea p {
        margin: 0
    }

    .inner-page .AboutSliderItem {
        height: 520px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .inner-page .AboutSection {
        padding: 0 0 50px 0
    }

    .inner-page .AboutSlider {
        margin-top: 70px
    }

    .inner-page .AboutSlider {
        margin-top: 70px;
        padding-left: 22px
    }

    .inner-page .AboutSliderItem {
        height: 500px
    }

    .inner-page .AboutSliderItem .SliderContainerArea .btn-green {
        width: 200px;
        height: 44px;
        line-height: 44px;
        padding: 0
    }
}

@media(max-width:767px) {
    .inner-page .AboutSection {
        padding: 0 10px 50px 10px
    }

    .inner-page .AboutContentContainer h2 {
        font-size: 24px;
        line-height: 34px;
        width: 340px
    }

    .inner-page .AboutContentContainer p {
        margin: 0
    }

    .inner-page .AboutIconArea {
        padding-top: 30px
    }

    .inner-page .AboutIconArea p {
        width: 175px
    }

    .inner-page .AboutIconArea .IconCircle {
        margin-bottom: 0
    }

    .inner-page .AboutSlider {
        margin-top: 70px
    }

    .inner-page .AboutSliderItem .SliderContainerArea .btn-green {
        padding: initial;
        background-color: #00843d;
        border: 1px solid #00843d;
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        width: 190px
    }

    .inner-page .AboutSlider .slick-dots li {
        width: 25%
    }

    .VideoSection {
        margin-bottom: 30px;
        display: none
    }

    .inner-page .AboutContentContainer {
        position: initial
    }

    .inner-page .AboutContentContainer .VideoSection {
        display: block
    }

    .inner-page .AboutContentContainer .VideoSection img {
        height: 240px
    }

    .inner-page .AboutContentContainer .VideoSection .PlayButton {
        width: 70px;
        height: 70px;
        line-height: 75px;
        top: 50%;
        margin-top: -35px;
        left: 50%;
        margin-left: -35px
    }
}

.insurance .CategorySearchArea {
    width: 100%
}

@media(max-width:767px) {
    .insurance .pageHeadingArea {
        box-shadow: 0 20px 40px rgba(190, 190, 205, .2)
    }

    .insurance .pageHeadingArea.DropSearchPanel p.infoContent {
        top: -132px
    }

    .insurance .pageHeadingArea .HealthResouceSearchPanel {
        top: 28px
    }

    .insurance .HealthResouceSearchPanel .SearchBarArea {
        margin-bottom: 0;
        top: 0;
        left: 0
    }
}

.InsurancePagePanel {
    padding: 0 0 100px 0
}

.InsuranceLandingSliderItem {
    background-color: #fff;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 40px
}

.insuranceImg img {
    width: 100%;
    border-radius: 10px
}

.InsuranceLandingSliderItem .insuranceContent h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45
}

.InsuranceLandingSliderItem .insuranceContent p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45
}

.InsuranceLandingSliderItem ul {
    margin: 0 0 20px 0;
    padding: 0
}

.InsuranceLandingSliderItem ul li {
    font-size: 13px;
    line-height: 20px;
    color: #00843d;
    position: relative;
    padding-left: 24px
}

.InsuranceLandingSliderItem ul li:before {
    font-family: ccadicon !important;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00843d;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    font-size: 5px;
    position: absolute;
    left: 0;
    top: 3px
}

.InsuranceLandingSliderItem .insuranceContent a.more,
.InsuranceLandingSliderItem .insuranceContent a.less {
    font-size: 14px;
    line-height: 28px;
    color: #009857;
    font-weight: 700
}

.InsuranceLandingSliderItem .insuranceContent a.more:after {
    font-family: ccadicon !important;
    content: "";
    font-weight: 400;
    margin-left: 10px;
    transform: rotate(-270deg);
    position: absolute;
    font-size: 11px
}

.InsuranceLandingSliderItem .insuranceContent a.less:after {
    font-family: ccadicon !important;
    content: "";
    font-weight: 400;
    margin-left: 10px;
    transform: rotate(270deg);
    position: absolute;
    font-size: 11px
}

@media(max-width:767px) {
    .InsurancePagePanel {
        padding: 50px 10px
    }

    .insuranceImg img {
        margin-bottom: 20px
    }

    .InsuranceLandingSliderItem .insuranceContent h5 {
        font-size: 18px;
        line-height: 26px
    }
}

.HealthLibraryPostPanel {
    padding: 100px 0
}

.HealthLibraryPostPanel h2 {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45
}

.postContainer {
    margin-bottom: 50px
}

.postContainer img {
    border-radius: 5px;
    margin-bottom: 40px;
    width: 100%
}

.tagDateSharePanel {
    margin-bottom: 20px
}

.tagDateSharePanel .Tag {
    margin-right: 40px
}

.tagDateSharePanel .Date {
    display: none
}

.postContainer h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #4b4b45;
    width: 740px
}

.postContainer h3 a {
    color: #4b4b45
}

.postContainer p {
    margin-top: 25px;
    padding: 0;
    font-weight: 400;
    color: #4b4b45;
    font-size: 18px;
    line-height: 28px
}

.RelatedPost {
    position: relative
}

.RelatedPost .postContainer {
    margin-bottom: 60px
}

.RelatedPost .postContainer .postImg {
    display: none
}

.RelatedPost .postContainer h3 {
    width: auto;
    font-size: 20px;
    line-height: 28px
}

.RelatedPost .tagDateSharePanel .Tag {
    margin-right: 30px
}

.RelatedPost .tagDateSharePanel .Date {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    color: #7b7d83;
    display: none
}

.RelatedPost .tagDateSharePanel .ShareIcon.st-inline-share-buttons {
    display: none !important
}

.HealthLibraryPostPanel .tagDateSharePanel .ShareIcon {
    display: none !important
}

.RelatedPost .ShareIcon {
    color: #fff;
    position: absolute;
    right: 0;
    width: 26px
}

@media(min-width:768px) and (max-width:991px) {
    .HealthLibraryPostPanel {
        padding: 50px 0
    }

    .RelatedPost .postContainer {
        margin-bottom: 10px
    }

    .postContainer img {
        margin-bottom: 10px
    }

    .postContainer h3 {
        font-size: 20px;
        line-height: 26px;
        width: auto;
        margin-top: 10px
    }

    .tagDateSharePanel {
        margin-bottom: 0
    }

    .RelatedPost .tagDateSharePanel .Tag {
        margin-bottom: 5px;
        font-size: 8px;
        padding: 5px
    }

    .RelatedPost .postContainer h3 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0
    }

    .RelatedPost .ShareIcon {
        right: 0
    }
}

@media(max-width:767px) {
    .HealthLibraryPostPanel {
        padding: 50px 10px
    }

    .HealthLibraryPostPanel h2 {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 34px
    }

    .postContainer {
        margin-bottom: 30px
    }

    .postContainer img {
        height: 200px;
        width: 100%;
        margin-bottom: 20px
    }

    .postContainer h3 {
        font-size: 18px;
        line-height: 28px;
        width: 100%
    }

    .tagDateSharePanel {
        margin-bottom: 15px
    }

    .RelatedPost .postContainer {
        margin-bottom: 30px
    }

    .RelatedPost .postContainer .postImg {
        display: block
    }

    .RelatedPost .ShareIcon {
        color: #00843d;
        width: auto;
        right: auto
    }

    .RelatedPost .tagDateSharePanel .Date {
        display: none
    }
}

.locationMapPanel .LocationButtonArea {
    text-align: right;
    width: 100%;
    left: 0;
    right: 30px
}

.locationMapPanel .LocationButtonArea .btn-general {
    padding: 0;
    width: 245px;
    height: 245px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.locationMapPanel .LocationButtonArea .btn-general.btn-green {
    border: 1px solid #00843d
}

.transportLocation {
    margin: 100px 0 0 0
}

.transportLocation h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 -40px 0;
    padding: 0;
    font-weight: 700;
    color: #4b4b45
}

.transportLocation .ThumbContentArea ul,
.transportLocation .ThumbContentArea ol {
    margin: 0 0 20px 20px;
    padding: 0;
    color: #009857;
    list-style-position: outside
}

.transportLocation .ThumbContentArea ul li,
.transportLocation .ThumbContentArea ol li {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

@media(min-width:1075px) and (max-width:1200px) {

    .location .pageHeadingArea h1,
    .location .pageHeadingArea p {
        float: none;
        width: 100%
    }

    .location .pageHeadingArea h1 {
        padding: 20px 0 0 0
    }

    .location .pageHeadingArea p {
        padding: 20px 10px 20px 0
    }
}

@media(min-width:992px) and (max-width:1075px) {

    .location .pageHeadingArea h1,
    .location .pageHeadingArea p {
        float: none;
        width: 100%
    }

    .location .pageHeadingArea h1 {
        padding: 20px 0 0 0
    }

    .location .pageHeadingArea p {
        padding: 20px 10px 20px 0
    }
}

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

    .location .pageHeadingArea h1,
    .location .pageHeadingArea p {
        float: none;
        width: 100%
    }

    .location .pageHeadingArea h1 {
        padding: 20px 0 0 0
    }

    .location .pageHeadingArea p {
        padding: 20px 10px 20px 0
    }

    .locationMapPanel .LocationArea {
        margin-top: 0
    }

    .transportLocation {
        margin: 50px 0 0 0
    }

    .transportLocation h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 -30px 0
    }

    .transportLocation .ThumbContentArea ul {
        margin: 0 0 10px 20px
    }

    .transportLocation .ThumbContentArea ul li {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:767px) {
    .locationMapPanel .LocationArea {
        margin: 0 10px
    }

    .locationMapPanel .LocationArea img {
        border-radius: 5px
    }

    .locationMapPanel .LocationButtonArea {
        text-align: center
    }

    .locationMapPanel .LocationButtonArea .btn-general {
        margin-top: 16px
    }

    .transportLocation {
        margin: 50px 10px 0 10px
    }

    .transportLocation h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 -20px 0
    }
}

.mediaGallerySection {
    padding: 100px 0
}

.mediaContent h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.mediaTabLinkArea {
    background-color: #f0efef;
    padding: 10px;
    border-radius: 4px
}

.mediaTabLinkArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex
}

.mediaTabLinkArea ul li {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    color: #4b4b45;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    z-index: 101;
    cursor: pointer
}

.NewsTabLinkArea ul li.active {
    color: #fff
}

.mediaTabLinkArea ul.tabs {
    position: relative
}

.mediaTabLinkArea ul.tabs .line {
    height: 41px;
    position: absolute;
    width: 33.33%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 500ms cubic-bezier(.64, .04, .35, 1);
    background-color: #009857;
    z-index: 100
}

.mediaTabLinkArea ul.tabs li:nth-child(1).active~.line {
    left: 0%
}

.mediaTabLinkArea ul.tabs li:nth-child(2).active~.line {
    left: 33.33%
}

.mediaTabLinkArea ul.tabs li:nth-child(3).active~.line {
    left: 66.67%
}

.mediaTabLinkArea ul li.active {
    color: #fff
}

.mediaGallerySection .ButtonArea {
    text-align: center;
    margin-top: 45px
}

.mediaGallerySection .ButtonArea .btn-blue {
    padding: 0;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 18px
}

.galleryItem {
    float: left;
    width: 300px;
    height: 220px;
    margin-bottom: 30px;
    position: relative
}

.galleryItem img {
    border-radius: 10px;
    width: 100%
}

.galleryOverlay {
    background: linear-gradient(180deg, rgba(56, 77, 95, 0) 38.08%, #384d5f 72.91%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    display: grid;
    padding: 15px;
    cursor: pointer
}

.playButtonArea {
    display: grid;
    align-items: flex-end;
    height: 125px;
    text-align: center;
    padding-bottom: 10px
}

.playButtonArea .videoButton {
    background-color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    z-index: 100;
    margin: 0 auto
}

.playButtonArea .videoButton i.icon {
    padding-left: 5px;
    font-size: 12px
}

.galleryTitle {
    display: grid;
    align-items: flex-end;
    height: 52px
}

.galleryTitle p {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-right: 75px
}

@media(min-width:1470px) and (max-width:1650px) {
    .mediaGallerySection {
        padding: 70px 0
    }
}

@media(min-width:1075px) and (max-width:1470px) {
    .mediaGallerySection {
        padding: 50px 0
    }

    .mediaTabLinkArea {
        margin-top: 50px
    }

    .galleryItem {
        width: 100%;
        height: 200px;
        margin-bottom: 20px
    }

    .galleryItem img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .galleryTitle p {
        padding-right: 0
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .mediaContent h2 {
        font-size: 45px;
        line-height: normal;
        margin: 0 0 20px 0
    }

    .galleryItem {
        width: 100%;
        height: 200px;
        margin-bottom: 20px
    }

    .galleryItem img {
        border-radius: 10px;
        width: 100%
    }

    .galleryTitle p {
        padding-right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .mediaGallerySection {
        padding: 50px 0
    }

    .mediaTabLinkArea {
        margin-top: 20px
    }

    .galleryItem {
        width: 100%;
        height: 200px;
        margin-bottom: 20px
    }

    .galleryItem img {
        border-radius: 10px;
        width: 100%
    }

    .playButtonArea {
        height: 100px
    }

    .galleryTitle p {
        padding-right: 0
    }

    .mediaGallerySection .ButtonArea {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .mediaGallerySection {
        padding: 50px 10px
    }

    .mediaContent h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0
    }

    .mediaTabLinkArea {
        margin: 20px 0 0 0
    }

    .galleryItem {
        width: 100%;
        margin-bottom: 20px
    }

    .galleryItem img {
        width: 100%;
        height: 220px;
        object-fit: cover
    }

    .mediaGallerySection .ButtonArea {
        margin-top: 0
    }

    .mediaGallerySection .ButtonArea .btn-blue {
        width: 100%
    }
}

.PortalBannerPanel {
    background-color: #fafafa
}

.OnlinePortalContentArea {
    background-color: #fafafa;
    padding-bottom: 80px
}

.PortalWhitePanel {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: -15%;
    margin-bottom: 80px;
    padding: 75px 110px;
    min-height: 385px
}

.PortalWhitePanel h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 10px 0;
    padding: 0
}

.PortalWhitePanel h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.PortalWhitePanel h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.PortalWhitePanel p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.PortalWhitePanel .offset-xl-1 p {
    margin-bottom: 40px
}

.PortalWhitePanel span {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #00843d;
    margin-bottom: 54px;
    margin-top: 38px
}

.PortalWhitePanel .btn-general {
    width: 240px;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.PortalWhitePanel .btn-blue {
    margin-right: 40px
}

.VideoThumbContainer {
    position: relative
}

.VideoThumbContainer img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.VideoSectionOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px 5px 0 0;
    left: 0;
    top: 0
}

.VideoSectionOverlay .PlayButton {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 85px;
    font-size: 24px;
    color: #009857;
    padding-left: 10px;
    margin-left: 45%;
    margin-top: 24%;
    cursor: pointer
}

.VideoContentArea {
    background-color: #fff;
    padding: 50px
}

.VideoContentArea h3 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0;
    min-height: 0
}

.VideoContentArea p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0 0 50px 0;
    padding: 0
}

.VideoContentArea .btn-general {
    padding: 14px 55px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.PortalWhitePanel a img {
    margin-right: 40px
}

.PortalMobileLayout .VideoThumbContainer {
    position: relative;
    height: 383px;
    display: flex;
    margin-bottom: 80px
}

.PortalMobileLayout .VideoThumbContainer img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover
}

.PortalMobileLayout .VideoSectionOverlay {
    border-radius: 5px
}

.MobilePage .PortalMobileLayout .tab-order-last .VideoContentArea {
    padding: 50px 140px 50px 0 !important
}

.MobilePage .PortalMobileLayout .VideoContentArea {
    padding: 50px 0 50px 140px !important
}

.PortalMobileLayout .VideoContentArea {
    padding: 50px 0 50px 140px;
    background-color: transparent
}

.PortalMobileLayout .row:nth-child(even) .VideoContentArea {
    padding: 50px 140px 50px 0
}

.PortalMobileLayout .row:last-child .VideoThumbContainer {
    margin-bottom: 0
}

.PortalMobileLayout .tab-order-first {
    order: 6 !important
}

.PortalMobileLayout .tab-order-last {
    order: -1 !important
}

@media(min-width:1376px) and (max-width:1470px) {
    .PortalHeroContent {
        margin: 160px 0 0 0
    }

    .RegisterButtonArea {
        margin-top: 30px
    }

    .RegisterButtonArea .btn-blue,
    .RegisterButtonArea .btn-green {
        width: 250px
    }

    .RegisterButtonArea .btn-blue {
        margin-right: 20px
    }

    .PortalWhitePanel {
        padding: 75px;
        min-height: 0
    }

    .PortalWhitePanel span {
        margin-bottom: 40px
    }

    .PortalWhitePanel .btn-general {
        width: 200px;
        font-size: 16px;
        line-height: 26px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .PortalWhitePanel {
        padding: 75px;
        min-height: 0
    }

    .PortalWhitePanel span {
        margin-bottom: 20px
    }

    .PortalWhitePanel .btn-general {
        width: 200px;
        font-size: 16px;
        line-height: 26px
    }

    .PortalMobileLayout .VideoThumbContainer {
        height: 330px
    }

    .PortalMobileLayout .VideoContentArea {
        padding: 50px 0 0 30px
    }

    .PortalMobileLayout .row:nth-child(even) .VideoContentArea {
        padding: 50px 30px 0 0
    }

    .PortalMobileLayout .VideoSectionOverlay .PlayButton {
        margin-left: 40%;
        width: 80px;
        height: 80px;
        line-height: 85px;
        padding-left: 5px;
        margin-top: 25%
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .PortalWhitePanel {
        padding: 50px;
        min-height: 0
    }

    .PortalWhitePanel h1 {
        margin: 0 0 15px 0
    }

    .PortalWhitePanel h2 {
        margin: 0 0 15px 0
    }

    .PortalWhitePanel .btn-general {
        width: 190px;
        font-size: 16px;
        line-height: 26px
    }

    .PortalWhitePanel .btn-blue {
        margin-right: 20px
    }

    .VideoContentArea {
        padding: 30px
    }

    .PortalMobileLayout .VideoThumbContainer {
        height: 330px
    }

    .PortalMobileLayout .VideoContentArea {
        padding: 50px 0 0 30px
    }

    .PortalMobileLayout .row:nth-child(even) .VideoContentArea {
        padding: 50px 30px 0 0
    }

    .PortalMobileLayout .VideoSectionOverlay .PlayButton {
        margin-left: 40%;
        width: 80px;
        height: 80px;
        line-height: 85px;
        padding-left: 5px;
        margin-top: 30%
    }

    .VideoContentArea h3 {
        font-size: 23px;
        line-height: 28px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .OnlinePortalContentArea {
        padding-bottom: 60px
    }

    .PortalWhitePanel {
        margin-bottom: 60px;
        padding: 50px;
        min-height: 0
    }

    .PortalWhitePanel h1 {
        margin: 0 0 15px 0
    }

    .PortalWhitePanel h2 {
        margin: 0 0 15px 0
    }

    .PortalWhitePanel .btn-general {
        width: 190px;
        font-size: 16px;
        line-height: 26px
    }

    .PortalWhitePanel .btn-blue {
        margin-right: 20px
    }

    .VideoContentArea {
        padding: 30px
    }

    .PortalMobileLayout .VideoThumbContainer {
        height: 330px
    }

    .PortalMobileLayout .VideoContentArea {
        padding: 50px 0 0 30px
    }

    .PortalMobileLayout .row:nth-child(even) .VideoContentArea {
        padding: 50px 30px 0 0
    }

    .PortalMobileLayout .VideoSectionOverlay .PlayButton {
        margin-left: 40%;
        width: 80px;
        height: 80px;
        line-height: 85px;
        padding-left: 5px;
        margin-top: 30%
    }

    .VideoContentArea h3 {
        font-size: 23px;
        line-height: 28px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .OnlinePortalContentArea {
        padding-bottom: 40px
    }

    .PortalWhitePanel {
        padding: 30px;
        min-height: 0;
        margin-bottom: 40px
    }

    .PortalWhitePanel h4 {
        font-size: 18px;
        line-height: 26px
    }

    .PortalWhitePanel h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px 0
    }

    .PortalWhitePanel h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px 0
    }

    .PortalWhitePanel p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 20px
    }

    .PortalWhitePanel span {
        font-size: 20px;
        line-height: 26px
    }

    .PortalWhitePanel .btn-general {
        width: auto;
        padding: 9px 41px;
        font-size: 13px;
        line-height: 22px
    }

    .PortalWhitePanel .btn-blue {
        margin-right: 10px
    }

    .VideoContentArea,
    .MobilePage .PortalMobileLayout .tab-order-last .VideoContentArea {
        padding: 20px
    }

    .VideoContentArea h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px 0
    }

    .VideoContentArea p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
        min-height: auto
    }

    .VideoContentArea .btn-general {
        padding: 9px 55px;
        font-size: 13px;
        line-height: 22px
    }

    .PortalWhitePanel a img {
        margin-right: 25px;
        width: 40%
    }

    .PortalMobileLayout .VideoThumbContainer {
        height: 250px
    }

    .PortalMobileLayout .VideoContentArea {
        padding: 25px 0 0 30px
    }

    .PortalMobileLayout .row:nth-child(even) .VideoContentArea {
        padding: 25px 30px 0 0
    }

    .PortalMobileLayout .VideoSectionOverlay .PlayButton {
        margin-left: 40%;
        width: 60px;
        height: 60px;
        line-height: 65px;
        padding-left: 5px;
        margin-top: 30%
    }
}

@media(max-width:767px) {
    .OnlinePortalContentArea {
        padding-bottom: 20px
    }

    .PortalWhitePanel {
        margin-bottom: 0;
        padding: 25px 25px 30px 25px;
        min-height: 0;
        top: -10%;
        margin-left: 10px;
        margin-right: 10px
    }

    .PortalWhitePanel h4 {
        font-size: 14px;
        line-height: 20px
    }

    .PortalWhitePanel h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 15px 0
    }

    .PortalWhitePanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 15px 0
    }

    .PortalWhitePanel p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .PortalWhitePanel span {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
        margin-top: 0
    }

    .PortalWhitePanel .btn-general {
        width: 100%;
        text-align: center;
        padding: 9px 0;
        font-size: 13px;
        line-height: 22px
    }

    .PortalWhitePanel .btn-blue {
        margin-right: 0;
        margin-bottom: 15px
    }

    .VideoSectionContainer {
        margin-bottom: 30px
    }

    .VideoContentArea {
        padding: 30px;
        border-radius: 0 0 5px 5px
    }

    .VideoContentArea h3 {
        font-size: 24px;
        margin: 0 0 10px 0
    }

    .VideoContentArea p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 25px 0
    }

    .VideoContentArea .btn-general {
        padding: 9px 62px;
        font-size: 13px;
        line-height: 22px;
        width: 100%
    }

    .PortalWhitePanel a img {
        margin-top: 20px
    }

    .PortalMobileLayout .VideoThumbContainer {
        height: 200px;
        margin-bottom: 20px
    }

    .PortalMobileLayout .VideoSectionOverlay .PlayButton {
        margin-left: 40%;
        width: 60px;
        height: 60px;
        line-height: 65px;
        padding-left: 5px;
        margin-top: 20%
    }

    .PortalMobileLayout .VideoContentArea {
        padding: 0;
        margin-bottom: 55px
    }

    .PortalMobileLayout .VideoContentArea h3 {
        font-size: 24px;
        line-height: 34px
    }

    .PortalMobileLayout .row:nth-child(even) .VideoContentArea {
        padding: 0
    }

    .PortalMobileLayout .tab-order-first {
        order: -1 !important
    }

    .PortalMobileLayout .tab-order-last {
        order: 6 !important
    }

    .PortalMobileLayout .row:last-child .VideoThumbContainer {
        margin-bottom: 20px
    }

    .PortalMobileLayout .row:last-child .VideoContentArea {
        margin-bottom: 25px
    }
}

.pageHeadingArea.details h1 strong {
    color: #009857
}

.newsSearchPanel {
    padding: 0 0 50px 0
}

.listingSearchArea {
    background-color: #f0efef;
    border-radius: 4px;
    padding: 10px
}

.listingSearch {
    display: inline-block;
    width: 60%;
    margin-right: 7px
}

.listingSearch .SearchBarArea {
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.listingSearch .SearchBarArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    height: 50px;
    border: 1px solid #fff;
    color: #4b4b45
}

.listingSearch .SearchBarArea .icon-search {
    position: absolute;
    top: 18px;
    right: 20px
}

.listingDrop {
    display: inline-block;
    width: 19%;
    margin-right: 8px
}

.listingSearchArea .listingDrop:last-child {
    margin-right: 0
}

.listingDrop .chosen-single,
.listingDrop .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 0 20px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    top: -1px
}

.listingDrop .chosen-container-single .chosen-single div b:before,
.listingDrop .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    font-family: 'ccadicon' !important;
    color: #4b4b45;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 0;
    right: 10px
}

.listingDrop .chosen-container-single .chosen-single div b,
.listingDrop .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px;
    background-image: none !important
}

.listingDrop .chosen-container-single .chosen-single div b:before {
    content: ""
}

.newsCenterFeaturePost .HealthLibraryPostPanel {
    padding: 0 0 100px 0
}

.newsCenterFeaturePost .RelatedPost .postContainer .postImg,
.newsCenterFeaturePost .RelatedPost .tagDateSharePanel .Date {
    display: block
}

.newsCenterFeaturePost .RelatedPost .postContainer {
    position: relative;
    margin-bottom: 30px
}

.newsCenterFeaturePost .RelatedPost .postContainer img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px
}

.newsCenterFeaturePost .RelatedPost .tagDateSharePanel {
    margin-bottom: 10px
}

.newsCenterFeaturePost .RelatedPost .tagDateSharePanel .Tag {
    position: absolute;
    top: 10px;
    left: 10px
}

.newsCenterFeaturePost .RelatedPost .ShareIcon {
    margin-top: -28px
}

.newsCenterFeaturePost .RelatedPost .postContainer h3 {
    font-size: 18px;
    padding-right: 60px
}

.newsListingPanel {
    padding: 100px 0;
    overflow: hidden
}

.newsListingPanel .CareersNewsSlider .slick-slide.slick-active {
    opacity: 1 !important
}

.newsListingPanel .buttonArea {
    text-align: center;
    margin-top: 50px
}

.newsListingPanel .buttonArea .btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    padding: 0
}

.newsDetails .StoryContent p {
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1200px) {
    .listingSearch {
        width: 59%
    }

    .newsCenterFeaturePost .HealthLibraryPostPanel {
        padding: 0 0 0 0
    }

    .newsCenterFeaturePost .postContainer h3 {
        width: auto
    }

    .newsCenterFeaturePost .RelatedPost .postContainer img {
        height: 150px
    }

    .newsCenterFeaturePost .RelatedPost .postContainer h3 {
        font-size: 14px;
        padding-right: 0
    }

    .newsCenterFeaturePost .RelatedPost .postContainer {
        margin-bottom: 15px
    }

    .newsListingPanel {
        padding: 50px 0 0 0
    }

    .newsListingPanel .ArticleListPanel {
        margin-bottom: 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.news-center p {
        padding: 40px 0 40px 0
    }

    .listingSearch {
        width: 58%
    }

    .newsCenterFeaturePost .HealthLibraryPostPanel {
        padding: 0 0 0 0
    }

    .newsCenterFeaturePost .RelatedPost .postContainer img {
        height: 100px
    }

    .newsCenterFeaturePost .RelatedPost .postContainer h3 {
        font-size: 14px;
        padding-right: 0
    }

    .newsListingPanel {
        padding: 50px 0 0 0
    }

    .newsListingPanel .ArticleListPanel {
        margin-bottom: 50px;
        overflow: inherit
    }

    .listingDrop .form-select {
        height: 50px;
        font-size: 14px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.news-center {
        min-height: 140px
    }

    .pageHeadingArea.news-center p {
        padding: 10px 0
    }

    .newsSearchPanel {
        padding: 0 10px 50px 10px
    }

    .listingSearch,
    .listingDrop {
        width: 100%;
        margin-bottom: 10px
    }

    .listingSearchArea .listingDrop:last-child {
        margin-bottom: 0
    }

    .listingSearch .SearchBarArea input.form-control {
        padding: 15px 10px
    }

    .listingDrop .form-select {
        height: 50px;
        border: 0;
        font-size: 14px
    }

    .newsCenterFeaturePost .HealthLibraryPostPanel {
        padding: 0 10px 50px 10px
    }

    .newsCenterFeaturePost .RelatedPost .postContainer:last-child {
        margin-bottom: 0
    }

    .newsCenterFeaturePost .RelatedPost .ShareIcon {
        right: 0
    }

    .newsListingPanel {
        padding: 50px 10px 0 10px
    }

    .newsListingPanel .buttonArea .btn-general {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 16px
    }

    .newsListingPanel .ArticleListPanel .slick-dots li {
        width: 25%
    }
}

.newsArchiveListArea p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45
}

.newsArchiveListArea p span i {
    font-style: normal;
    color: #009857
}

.newsArchiveList {
    margin-top: 60px;
    overflow: hidden
}

.newsArchiveList .ArticleListItem {
    margin-bottom: 20px;
    float: left;
    margin-left: 30px
}

.newsArchiveList .ArticleListItem:nth-of-type(3n+1) {
    margin-left: 0
}

@media(min-width:1200px) and (max-width:1376px) {
    .newsArchiveList .ArticleListItem {
        width: 255px !important
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .newsArchiveList .ArticleListItem {
        width: 210px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .newsArchiveList {
        margin-top: 20px
    }

    .newsArchiveList .ArticleListItem {
        width: 210px !important
    }

    .newsArchiveList .ArticleListItem:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .newsArchiveList {
        margin-top: 20px
    }

    .newsArchiveList .ArticleListItem {
        width: 100% !important;
        float: none;
        margin-left: 0
    }
}

.newsDetails .StoryHighlight {
    padding: 40px 0 50px 0
}

.newsDetails .newsDetailPanel {
    padding: 0 0 60px 0
}

.newsDetails .StoryMedia {
    height: auto
}

.newsDetails .date {
    margin-left: 30px
}

.newsDetails .StoryContent .StoryMedia {
    margin-bottom: 40px
}

.newsDetails .StoryContent .QuotationNote {
    padding: 0;
    float: left;
    width: 63%
}

.newsDetails .StoryContent .QuotationNote b {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #009857
}

@media(min-width:1075px) and (max-width:1400px) {
    .newsDetails .StoryContent img {
        width: 40%
    }

    .newsDetails .StoryContent .QuotationNote {
        width: 56%
    }

    .newsDetails .StoryContent .QuotationNote b {
        font-size: 18px;
        line-height: 28px
    }

    .newsDetails .StoryContent .StoryMedia img {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1075px) {
    .newsDetails .StoryContent .QuotationNote {
        width: 52%
    }

    .newsDetails .StoryContent .QuotationNote b {
        font-size: 18px;
        line-height: 28px
    }
}

@media(max-width:767px) {
    .newsDetails .StoryHighlight {
        padding: 40px 0 0 0
    }

    .newsDetails .StoryContent h5 {
        margin: 0 0 0 0
    }

    .newsDetails .StoryContent img {
        height: 200px
    }

    .newsDetails .StoryContent p img {
        width: 100% !important;
        object-fit: contain;
        height: initial;
        margin: 5px 0 !important
    }

    .newsDetails .StoryContent .QuotationNote {
        width: 100%
    }

    .newsDetails .StoryContent .QuotationNote b {
        font-size: 14px;
        line-height: 20px
    }

    .newsDetails .StoryContent .StoryMedia {
        margin-bottom: 20px
    }

    .newsDetails .StoryContent .StoryMedia img {
        height: auto;
        margin-bottom: 0
    }
}

.NewsSection {
    background-color: #fafafa;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.NewsContent h2 {
    font-size: 48px;
    line-height: 56px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 700;
    text-align: center
}

.latestNewsSlider {
    margin: 30px 0
}

.NewsSliderItem {
    width: 410px !important;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    position: relative;
    margin-top: 0
}

.NewsSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important
}

.NewsSliderItem .ShareIcon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #4b4b45;
    border-radius: 50%;
    background-color: #d3dee8;
    font-size: 12px;
    display: none
}

.NewsSliderContent {
    padding: 30px
}

.NewsSliderContent span {
    font-size: 13px;
    color: #7b7d83;
    display: block;
    margin-bottom: 6px
}

.latestNewsSlider .NewsSliderContent h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    min-height: 84px
}

.NewsSliderContent p {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b45;
    padding: 0;
    margin: 0 0 35px 0;
    min-height: 66px
}

.NewsSliderContent a.btn-general {
    display: inline-block;
    margin-bottom: 0
}

.NewsSliderContent.Events span {
    display: none
}

.NewsSliderContent.Events p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    min-height: initial
}

.NewsSliderContent.Events p span {
    display: inline-block;
    font-size: 18px;
    color: #4b4b45;
    padding-right: 18px;
    margin-bottom: 0;
    position: relative;
    top: 2px
}

.SliderSocialContent {
    border-top: 1px solid #c6c8c8;
    overflow: hidden;
    padding: 25px 0 0 0
}

.SliderSocialContent .LeftContent {
    float: left;
    font-size: 13px;
    color: #4b4b45;
    font-weight: 700
}

.SliderSocialContent .RightContent {
    float: right
}

.SliderSocialContent .RightContent span {
    display: inline-block;
    text-decoration: none;
    margin-left: 15px;
    font-size: 12px;
    cursor: pointer
}

.SliderSocialContent .RightContent span:hover {
    color: #009857
}

.latestNewsSlider .slick-active {
    opacity: 1
}

.NewsSection .ButtonArea {
    text-align: center;
    margin-top: 80px
}

.NewsSection .ButtonArea .btn-blue {
    padding: 14px 55px;
    font-size: 18px
}

.NewsSection .slick-prev {
    left: -250px
}

.NewsSection .slick-next {
    right: -250px
}

@media(min-width:1700px) and (max-width:1800px) {
    .NewsSection .slick-prev {
        left: -190px
    }

    .NewsSection .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .NewsSection {
        padding: 70px 0
    }

    .NewsSection .slick-prev {
        left: -100px
    }

    .NewsSection .slick-next {
        right: -100px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .NewsSection {
        padding: 50px 0
    }

    .NewsSection .slick-prev {
        left: -20px
    }

    .NewsSection .slick-next {
        right: -20px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .NewsSection {
        padding: 50px 0
    }

    .NewsSection .slick-prev {
        left: -20px
    }

    .NewsSection .slick-next {
        right: -20px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .NewsSection {
        padding: 50px 0
    }

    .NewsContent h2 {
        font-size: 45px;
        line-height: normal;
        margin: 0 0 20px 0
    }

    .NewsSection .slick-prev {
        left: -20px
    }

    .NewsSection .slick-next {
        right: -20px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .NewsSection {
        padding: 50px 0
    }

    .NewsContent h2 {
        font-size: 45px;
        line-height: normal;
        margin: 0 0 20px 0
    }

    .NewsSection .slick-prev {
        left: -20px
    }

    .NewsSection .slick-next {
        right: -20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .NewsSection {
        padding: 50px 0
    }

    .NewsSliderItem {
        width: 335px !important;
        min-height: auto
    }

    .NewsSection .slick-prev {
        left: -25px
    }

    .NewsSection .slick-next {
        right: -25px
    }

    .NewsSliderContent a.btn-general {
        margin-bottom: 0
    }

    .NewsSection .slick-dots {
        bottom: -55px
    }
}

@media(max-width:767px) {
    .NewsSection {
        padding: 50px 10px
    }

    .NewsContent h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0
    }

    .latestNewsSlider {
        margin: 0 0
    }

    .latestNewsSlider.slider {
        margin-left: 0
    }

    .NewsSliderItem {
        width: 270px !important;
        min-height: 232px
    }

    .NewsSliderItem .ShareIcon {
        display: block
    }

    .NewsSliderContent {
        padding: 19px
    }

    .NewsSliderContent p,
    .NewsSliderContent a.btn-general,
    .SliderSocialContent {
        display: none
    }

    .latestNewsSlider .NewsSliderContent h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        min-height: 54px
    }

    .NewsSection .ButtonArea {
        margin-top: 55px
    }

    .NewsSection .ButtonArea .btn-blue {
        padding: 6px 0;
        font-size: 14px;
        line-height: 28px;
        width: 100%
    }

    .latestNewsSlider .slick-dots {
        bottom: -50px
    }

    .latestNewsSlider .slick-dots li {
        width: 14.28%
    }

    .latestNewsSlider .slick-dots li button,
    .latestNewsSlider .slick-dots li button:before {
        width: 100%
    }
}

.desktopBanner img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.pageHeadingArea {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .2);
    overflow: hidden;
    position: relative;
    padding: 50px 100px;
    margin-top: -90px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.pageHeadingArea h4.pageSub {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    margin-bottom: 10px
}

.pageHeadingArea h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0;
    color: #4b4b45;
    flex: 1
}

.pageHeadingArea p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    position: relative;
    flex: 1
}

.pageHeadingArea p a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #009857
}

.pageHeadingArea p a:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px
}

.pageHeadingArea p.infoContent {
    width: 52%;
    padding: 0 52px 30px 0;
    top: -38px
}

.mobileBanner {
    display: none
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea {
        padding: 30px 30px
    }

    .pageHeadingArea h1 {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .desktopBanner {
        display: none
    }

    .mobileBanner {
        display: block
    }

    .mobileBanner img {
        width: 100%;
        height: 200px
    }

    .pageHeadingArea {
        padding: 25px;
        margin: -100px 10px 40px 10px;
        display: block
    }

    .pageHeadingArea h1 {
        padding: 0 0 20px 0;
        font-size: 28px;
        line-height: 34px
    }

    .pageHeadingArea p {
        padding: 0 18px 0 0;
        font-size: 14px;
        line-height: 20px
    }

    .pageHeadingArea p.infoContent {
        width: 100%;
        padding: 0 0 10px 0;
        top: 35px
    }

    .pageHeadingArea p a {
        font-size: 14px
    }

    .pageHeadingArea p a:before {
        font-size: 10px
    }

    .pageHeadingArea h4.pageSub {
        font-size: 14px;
        line-height: 20px
    }

    .pageHeadingArea.details {
        display: flex;
        flex-flow: column
    }

    .pageHeadingArea.details h1 {
        order: 2
    }

    .pageHeadingArea.details p a {
        left: 0;
        top: 0;
        font-size: 14px;
        order: 1
    }

    .pageHeadingArea.details h1 {
        padding-bottom: 0;
        margin-top: 65px
    }
}

@media(max-width:320px) {
    .pageHeadingArea.details p a {
        top: -160px
    }
}

.pageHeadingArea.onlineForms {
    display: table;
    min-height: 172px;
    margin-top: -86px;
    width: 100%
}

.pageHeadingArea.onlineForms h1 {
    width: 40%;
    display: table-cell;
    padding: 0;
    vertical-align: middle
}

.pageHeadingArea.onlineForms p {
    width: 59%;
    display: table-cell;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0
}

.pageHeadingArea .formBannerContent a {
    position: relative;
    font-weight: 400;
    line-height: 26px;
    color: #009857;
    top: 0;
    right: auto
}

.pageHeadingArea .formBannerContent a:before {
    display: none
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.onlineForms {
        display: block;
        width: auto;
        box-shadow: 0 10px 20px rgba(190, 190, 205, .2);
        padding: 25px
    }

    .pageHeadingArea.onlineForms h1,
    .pageHeadingArea.onlineForms p {
        width: 100%;
        display: block
    }

    .pageHeadingArea.onlineForms h1 {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.onlineForms {
        display: block;
        width: auto;
        box-shadow: 0 10px 20px rgba(190, 190, 205, .2)
    }

    .pageHeadingArea.onlineForms h1,
    .pageHeadingArea.onlineForms p {
        width: 100%;
        display: block
    }

    .pageHeadingArea.onlineForms h1 {
        margin-bottom: 15px
    }

    .pageHeadingArea.onlineForms p {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.details.healthTools h4.pageSub {
        order: 2
    }

    .pageHeadingArea.details.healthTools h1 {
        order: 3
    }

    .pageHeadingArea.details.healthTools p.infoContent {
        top: 14px;
        order: 4
    }
}

.pageHeadingArea.patientVisitor {
    display: block;
    position: relative;
    padding-bottom: 100px
}

.pageHeadingArea.patientVisitor p.infoContent {
    width: 380px;
    padding: 20px 0 0;
    top: 0
}

.pageHeadingArea.patientVisitor .releventSearchPanel {
    position: absolute;
    top: 50px;
    right: 0;
    width: 49%
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.patientVisitor {
        padding-bottom: 30px
    }

    .pageHeadingArea.patientVisitor p.infoContent {
        width: 300px;
        padding: 0
    }

    .pageHeadingArea.patientVisitor .releventSearchPanel {
        top: 30px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.patientVisitor {
        padding-bottom: 25px
    }

    .pageHeadingArea.patientVisitor h1 {
        padding-bottom: 15px
    }

    .pageHeadingArea.patientVisitor p.infoContent {
        width: 100%;
        padding: 0 0 25px
    }

    .pageHeadingArea.patientVisitor .releventSearchPanel {
        position: relative;
        width: 100%;
        top: 0
    }
}

.pageHeadingArea.withLink {
    display: block;
    position: relative
}

.pageHeadingArea.withLink p.infoContent {
    width: 410px;
    padding: 20px 0 0;
    top: 0;
    position: relative;
    right: auto
}

.pageHeadingArea.withLink p {
    position: absolute;
    right: 100px;
    top: 50px
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.withLink p {
        right: 30px;
        top: 30px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.withLink h1 {
        margin-top: 30px;
        padding: 0 0 15px 0
    }

    .pageHeadingArea.withLink p.infoContent {
        width: auto;
        padding: 0
    }

    .pageHeadingArea.withLink p {
        right: auto;
        top: 25px
    }

    .pageHeadingArea.withLink h4.pageSub {
        top: 25px;
        position: relative
    }
}

.pageHeadingArea.insuranceBanner {
    display: block;
    position: relative;
    padding: 50px 100px 90px 100px;
    overflow: initial
}

.pageHeadingArea.insuranceBanner h1 {
    width: 310px
}

.pageHeadingArea.insuranceBanner p.infoContent {
    width: 410px;
    padding: 20px 0 0;
    top: 0;
    position: relative;
    right: auto
}

.pageHeadingArea.insuranceBanner .HealthResouceSearchPanel {
    position: absolute;
    right: 100px;
    width: 510px;
    top: auto;
    bottom: 62px
}

.pageHeadingArea.insuranceBanner .HealthResouceSearchPanel .CategorySearchArea {
    width: 100%
}

@media(min-width:992px) and (max-width:1075px) {
    .pageHeadingArea.insuranceBanner .HealthResouceSearchPanel {
        width: 350px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.insuranceBanner {
        padding: 30px
    }

    .pageHeadingArea.insuranceBanner p.infoContent {
        width: 310px;
        padding: 15px 0 0
    }

    .pageHeadingArea.insuranceBanner .HealthResouceSearchPanel {
        right: 30px;
        width: 300px;
        top: auto;
        bottom: 30px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.insuranceBanner {
        padding: 25px
    }

    .pageHeadingArea.insuranceBanner h1 {
        padding: 0 0 15px 0
    }

    .pageHeadingArea.insuranceBanner p.infoContent {
        width: 100%;
        padding: 0 0 30px 0
    }

    .pageHeadingArea.insuranceBanner .HealthResouceSearchPanel {
        position: relative;
        right: auto;
        width: 100%;
        top: auto;
        bottom: auto
    }
}

.pageHeadingArea.withSubHeadLinkNoDetails {
    display: block;
    position: relative
}

.pageHeadingArea.withSubHeadLinkNoDetails h4.pageSub {
    position: relative;
    top: 0;
    width: 400px
}

.pageHeadingArea.withSubHeadLinkNoDetails p {
    position: absolute;
    right: 100px;
    top: 50px
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.withSubHeadLinkNoDetails p {
        right: 30px;
        top: 30px
    }

    .pageHeadingArea.withSubHeadLinkNoDetails h4.pageSub {
        margin: 0
    }
}

@media(max-width:767px) {
    .pageHeadingArea.withSubHeadLinkNoDetails h1 {
        margin-top: 45px;
        padding: 0
    }

    .pageHeadingArea.withSubHeadLinkNoDetails h4.pageSub {
        top: 38px;
        width: 100%
    }

    .pageHeadingArea.withSubHeadLinkNoDetails p {
        right: auto;
        top: 25px
    }
}

.pageHeadingArea.withSubHeadDetailsNoLink {
    min-height: 250px
}

.pageHeadingArea.withSubHeadDetailsNoLink h4.pageSub {
    position: absolute;
    top: 55px;
    margin-bottom: 0;
    padding: 0
}

@media(max-width:767px) {
    .pageHeadingArea.withSubHeadDetailsNoLink h1 {
        padding: 0 0 15px 0
    }

    .pageHeadingArea.withSubHeadDetailsNoLink h4.pageSub {
        position: relative;
        top: 0
    }
}

.pageHeadingArea.mediaCenter {
    display: block;
    position: relative;
    overflow: initial
}

.pageHeadingArea.mediaCenter .BannerHeadItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 100px
}

.pageHeadingArea.mediaCenter .BannerHeadItems h4.pageSub {
    position: absolute;
    top: 50px
}

.pageHeadingArea.mediaCenter .eventsSearchPanel {
    float: none;
    width: 100%;
    position: relative;
    margin: 5px 0 0 0;
    top: 0
}

.pageHeadingArea.mediaCenter .eventsSearchPanel .FilterBar {
    padding: 0
}

.pageHeadingArea.mediaCenter .eventsSearchPanel .SearchBarArea {
    width: 84.5%
}

@media(min-width:992px) and (max-width:1075px) {
    .pageHeadingArea.mediaCenter .eventsSearchPanel .SearchBarArea {
        width: 80%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.mediaCenter .BannerHeadItems h4.pageSub {
        top: 30px
    }

    .pageHeadingArea.mediaCenter .eventsSearchPanel .FilterBar {
        padding: 0;
        height: auto
    }

    .pageHeadingArea.mediaCenter .eventsSearchPanel .SearchBarArea {
        width: 71%;
        left: 0;
        top: 0
    }

    .pageHeadingArea.mediaCenter .eventsSearchPanel .MoreFiltersArea {
        width: 28%
    }

    .pageHeadingArea.mediaCenter .eventsSearchPanel .FilterSection .FilterItem:last-child {
        position: relative
    }
}

@media(max-width:767px) {
    .pageHeadingArea.mediaCenter .BannerHeadItems {
        display: block
    }

    .pageHeadingArea.mediaCenter .BannerHeadItems h4.pageSub {
        position: relative;
        top: 0
    }

    .pageHeadingArea.mediaCenter .BannerHeadItems h1 {
        padding: 0 0 15px 0
    }

    .pageHeadingArea.mediaCenter .eventsSearchPanel .ResouceSearchArea {
        padding: 0
    }
}

.pageHeadingArea.HeathByteBanner {
    display: block;
    position: relative;
    padding: 50px 100px 90px 100px;
    overflow: initial
}

.pageHeadingArea.HeathByteBanner h1 {
    margin-bottom: 30px;
    width: 410px
}

.pageHeadingArea.HeathByteBanner p.infoContent {
    position: relative;
    top: 0;
    padding: 0;
    width: 410px
}

.pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel {
    width: 630px;
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 62px
}

.pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel .chosen-container {
    width: 100%
}

@media(min-width:1200px) and (max-width:1399px) {
    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel {
        width: 500px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pageHeadingArea.HeathByteBanner p.infoContent {
        width: 300px
    }

    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel {
        width: 350px;
        top: auto;
        right: 100px;
        bottom: 62px
    }

    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel .CategoryListArea {
        width: 100%;
        margin-bottom: 10px
    }

    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel .CategorySearchArea {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.HeathByteBanner {
        padding: 30px
    }

    .pageHeadingArea.HeathByteBanner h1 {
        margin-bottom: 15px;
        width: 300px
    }

    .pageHeadingArea.HeathByteBanner p.infoContent {
        width: 300px
    }

    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel {
        width: 300px;
        right: 30px;
        bottom: 25px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.HeathByteBanner {
        padding: 25px
    }

    .pageHeadingArea.HeathByteBanner h1 {
        margin-bottom: 0;
        width: 100%
    }

    .pageHeadingArea.HeathByteBanner p.infoContent {
        width: 100%;
        padding-bottom: 30px
    }

    .pageHeadingArea.HeathByteBanner .HealthResouceSearchPanel {
        width: 100%;
        position: relative;
        top: auto;
        right: 0;
        bottom: 0
    }
}

.pageHeadingArea.mediaEvent {
    display: block;
    position: relative
}

.pageHeadingArea.mediaEvent .bannerLink {
    position: absolute;
    right: 100px;
    top: 25px
}

.pageHeadingArea.mediaEvent .eventsCallActionPanel {
    margin-top: 30px
}

@media(min-width:992px) and (max-width:1376px) {
    .pageHeadingArea.mediaEvent h1 {
        margin-top: 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.mediaEvent h1 {
        margin-top: 30px
    }

    .pageHeadingArea.mediaEvent .bannerLink {
        right: 30px;
        top: 40px
    }

    .pageHeadingArea.mediaEvent .eventsCallActionPanel {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .pageHeadingArea.mediaEvent h4.pageSub {
        margin-top: 30px;
        margin-bottom: 0;
        position: relative;
        top: 20px
    }

    .pageHeadingArea.mediaEvent h1 {
        margin-top: 30px
    }

    .pageHeadingArea.mediaEvent .bannerLink {
        left: 25px;
        right: auto;
        top: 25px
    }

    .pageHeadingArea.mediaEvent .eventsCallActionPanel {
        margin-top: 0
    }
}

.SideListPanel {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 10px 20px 20px
}

.SideListPanel h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    color: #4b4b45
}

.List {
    height: auto;
    overflow-y: scroll;
    max-height: 320px
}

.List::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background-color: transparent
}

.List::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.List::-webkit-scrollbar-thumb {
    background-color: #009857;
    border-radius: 5px
}

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

.List ul li a {
    font-size: 14px;
    color: #009857;
    text-decoration: none;
    text-align: left;
    padding: 0 50px 0 0;
    line-height: 20px;
    margin-bottom: 10px;
    display: block
}

.List ul li a:hover {
    color: #4b4b45
}

.SideActionPanel {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px
}

.SideActionPanel h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 30px 30px 0;
    padding: 0;
    color: #4b4b45
}

.SideActionPanel a {
    display: block;
    color: #4b4b45;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    position: relative;
    padding-left: 35px
}

.SideActionPanel a:last-child {
    margin: 0
}

.SideActionPanel a span {
    margin-right: 21px;
    font-size: 25px;
    position: absolute;
    top: 2px;
    color: #00843d;
    left: 0
}

.SideActionPanel a small {
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px
}

.SideOtherLinkPanel {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px
}

.SideOtherLinkPanel h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    color: #4b4b45
}

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

.SideOtherLinkPanel ul li a {
    color: #009857;
    font-size: 16px;
    line-height: 40px
}

@media(min-width:992px) and (max-width:1376px) {
    .List ul li a {
        padding-right: 20px
    }

    .SideActionPanel {
        padding: 20px
    }

    .SideActionPanel h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0
    }

    .SideActionPanel a span {
        margin-right: 5px;
        font-size: 20px;
        top: 4px
    }

    .SideActionPanel a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .SideActionPanel a small {
        line-height: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .SideListPanel {
        margin-top: 30px
    }

    .SideActionPanel h2,
    .SideActionPanel a {
        margin-bottom: 15px
    }

    .SideOtherLinkPanel {
        margin-bottom: 30px;
        position: relative
    }
}

@media(max-width:767px) {
    .SideListPanel {
        margin-bottom: 40px
    }

    .SideListPanel h2 {
        position: relative;
        margin-bottom: 0
    }

    .SideListPanel h2:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 0;
        font-size: 20px
    }

    .SideListPanel.active h2:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 0;
        font-size: 20px
    }

    .List {
        display: none
    }

    .SideListPanel.active .List {
        display: block;
        margin-top: 20px
    }

    .SideOtherLinkPanel {
        margin-bottom: 30px;
        position: relative
    }

    .SideOtherLinkPanel h2 {
        margin: 0
    }

    .SideOtherLinkPanel.active h2 {
        margin: 0 0 20px 0
    }

    .SideOtherLinkPanel h2:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 20px;
        font-size: 20px
    }

    .SideOtherLinkPanel.active h2:after {
        content: "";
        font-family: 'ccadicon' !important;
        position: absolute;
        right: 20px;
        font-size: 20px
    }

    .SideOtherLinkPanel ul {
        display: none
    }
}

.PageSideAnchor ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.PageSideAnchor ul li {
    border-bottom: 1px solid #fff
}

.PageSideAnchor ul li:first-child a,
.PageSideAnchor ul li.active:first-child a {
    border-radius: 5px 5px 0 0
}

.PageSideAnchor ul li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0
}

.PageSideAnchor ul li.active a {
    border-left: 10px solid #009857;
    padding: 20px 22px 20px 13px;
    border-radius: 0 0 0 0;
    color: #009857;
    background-color: #edf4fa
}

.PageSideAnchor ul li a {
    display: block;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 21px;
    color: #4b4b45;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600
}

.PageSideAnchor ul li:last-child a,
.PageSideAnchor ul li.active:last-child a {
    border-radius: 0 0 5px 5px
}

@media(min-width:768px) and (max-width:991px) {
    .PageSideAnchor {
        position: relative
    }

    #selectText {
        display: block !important;
        border-left: 10px solid #009857;
        padding: 10px 22px 10px 13px;
        border-radius: 5px;
        color: #009857;
        background-color: #edf4fa;
        position: relative;
        font-size: 20px
    }

    .PageSideAnchor .SelectList {
        position: absolute;
        top: 0;
        background: #fff;
        display: none;
        list-style: none;
        width: 100%
    }

    .PageSideAnchor .SelectList li.active a {
        background-color: #fafafa;
        padding: 20px 22px;
        font-size: 18px;
        line-height: 21px;
        color: #4b4b45;
        border-left: 0
    }

    .PageSideAnchor .SelectList li:first-child a,
    .PageSideAnchor .SelectList li.active:first-child a {
        border-radius: 0
    }
}

@media(max-width:767px) {
    .PageSideAnchor {
        position: relative
    }

    #selectText {
        display: block;
        border-left: 10px solid #009857;
        padding: 10px 22px 10px 13px;
        border-radius: 5px;
        color: #009857;
        background-color: #edf4fa;
        position: relative;
        font-size: 20px
    }

    .PageSideAnchor .SelectList {
        position: absolute;
        top: 0;
        background: #fff;
        display: none;
        list-style: none;
        width: 100%
    }

    .PageSideAnchor .SelectList li.active a {
        background-color: #fafafa;
        padding: 20px 22px;
        font-size: 18px;
        line-height: 21px;
        color: #4b4b45;
        border-left: 0
    }

    .PageSideAnchor .SelectList li:first-child a,
    .PageSideAnchor .SelectList li.active:first-child a {
        border-radius: 0
    }
}

.DownloadPanel {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center
}

.DownloadPanel .iconArea {
    background-color: #00843d;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 64px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.DownloadPanel a.btn-green {
    display: inline-block;
    text-align: center;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 40px;
    padding: 0 20px
}

.sideBox {
    border-radius: 5px;
    padding: 35px 40px;
    margin-bottom: 30px;
    text-align: center
}

.sideBox .iconArea {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.sideBox h3 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    text-align: center;
    font-weight: 700
}

.sideBox p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    margin: 0;
    padding: 0
}

.sideBox p a {
    color: #009857;
    font-weight: 700
}

.sideBox .btn-general {
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}

@media(min-width:992px) and (max-width:1400px) {
    .DownloadPanel {
        padding: 15px
    }

    .sideBox {
        padding: 15px 10px;
        margin-bottom: 20px
    }

    .sideBox .iconArea {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 16px
    }

    .sideBox h3 {
        margin: 5px 0;
        padding: 0;
        font-size: 16px;
        line-height: 26px
    }

    .sideBox .btn-general {
        height: 30px;
        line-height: 30px
    }
}

@media(max-width:767px) {
    .DownloadPanel {
        display: none
    }
}

.SideAppointmentBox,
.QuickLinkBox {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px
}

.SideAppointmentBox p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    position: relative
}

.SideAppointmentBox p span.icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px
}

.SideAppointmentBox p {
    padding-left: 40px
}

.QuickLinkBox {
    margin-bottom: 30px
}

.QuickLinkBox h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.QuickLinkBox a {
    display: block;
    color: #4b4b45;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 32px
}

.QuickLinkBox a:last-child {
    margin: 0
}

.QuickLinkBox a span {
    margin-right: 22px;
    font-size: 30px;
    position: relative;
    top: 6px
}

.QuickLinkBox a small {
    display: block;
    padding-left: 53px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400
}

.InfoTopContent {
    padding: 30px
}

.InfoTopContent p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin-bottom: 30px
}

.InfoTopContent p:last-child {
    margin: 0
}

.InfoTopContent p span {
    font-weight: 600
}

.InfoBottomContent {
    border-top: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center
}

.InfoBottomContent p {
    margin-bottom: 0
}

.SupportCircle {
    position: relative;
    margin-top: 10px;
    display: block
}

.SupportCircle:before {
    content: '';
    font-family: 'ccadicon' !important;
    width: 60px;
    height: 60px;
    background-color: #00843d;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    top: -15px;
    left: 0;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

@media(min-width:992px) and (max-width:1199px) {

    .SideAppointmentBox,
    .QuickLinkBox,
    .InfoTopContent,
    .InfoBottomContent {
        padding: 15px
    }

    .QuickLinkBox a {
        font-size: 16px;
        margin-bottom: 15px
    }

    .QuickLinkBox a span {
        margin-right: 10px;
        font-size: 25px
    }

    .QuickLinkBox a small {
        padding-left: 35px
    }

    .InfoTopContent p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .InfoBottomContent p {
        font-size: 14px;
        line-height: 20px
    }
}

.popularSearchPanel {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px
}

.popularSearchPanel h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.popularSearchPanel a {
    font-size: 16px;
    line-height: 40px;
    color: #009857;
    display: block;
    font-weight: 600
}

.redirectLinkPanel ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.redirectLinkPanel ul li:first-child a,
.redirectLinkPanel ul li.active:first-child a {
    border-radius: 5px 5px 0 0
}

.redirectLinkPanel ul li {
    border-bottom: 0 solid #fff
}

.redirectLinkPanel ul li a {
    display: block;
    padding: 20px 22px;
    font-size: 18px;
    line-height: 21px;
    color: #4b4b45;
    background-color: #edf4fa;
    text-decoration: none;
    font-weight: 600
}

.redirectLinkPanel ul li.active a {
    border-left: 10px solid #009857;
    padding: 20px 22px 20px 13px;
    color: #009857
}

.redirectLinkPanel ul li ul {
    margin: 0;
    border: 1px solid #f3efef;
    border-top: 0;
    border-bottom: 0;
    list-style: none;
    display: none
}

.redirectLinkPanel ul li.active ul {
    display: block
}

.redirectLinkPanel ul li ul li {
    border-bottom: 1px solid #f3efef
}

.redirectLinkPanel ul li.active ul li a {
    border-left: 0
}

.redirectLinkPanel ul li.active ul li a {
    background-color: #fff;
    border-radius: 0 !important;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 26px
}

.redirectLinkPanel ul li:last-child a,
.redirectLinkPanel ul li.active:last-child a {
    border-radius: 0 0 5px 0
}

.redirectLinkPanel ul li ul li a:hover {
    background-color: #f3f6f9
}

.redirectLinkPanel ul li.active ul li.active a {
    background-color: #f3f6f9
}

.LatestPodCastPanel {
    border-radius: 5px;
    padding: 10px;
    overflow: hidden
}

.LatestpodCastIcon {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #009857;
    color: #fff;
    font-size: 40px;
    line-height: 85px;
    text-align: center;
    margin-right: 15px
}

.LatestPodcastContent {
    float: left;
    width: 165px
}

.LatestPodcastContent p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #009857;
    padding: 0;
    margin: 0 0 10px 0
}

.LatestPodcastContent a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #4b4b45
}

.PopularCategories {
    margin-bottom: 100px
}

.PopularCategories h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700
}

.PopularCategorySlider {
    overflow: hidden;
    margin: 0 -30px 0 0
}

.PopularItem {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-top: 30px
}

.PopularItem a {
    display: block;
    background-color: #fff;
    line-height: 28px;
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    color: #4b4b45;
    font-weight: 600;
    border-radius: 5px;
    min-height: 100px;
    display: grid;
    align-content: center
}

@media(min-width:768px) and (max-width:991px) {
    .PopularCategories {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .PopularCategories {
        margin-bottom: 50px
    }

    .PopularCategorySlider {
        overflow: visible;
        margin: 0 -22px 0 0
    }

    .PopularItem {
        float: none;
        width: 200px !important;
        margin-right: 0;
        margin-top: 30px
    }

    .PopularCategorySlider .slick-slide {
        opacity: 1 !important
    }
}

.FAQSection {
    background-color: #fafafa;
    padding: 100px 0
}

.FAQSection h2 {
    font-size: 48px;
    line-height: 56px;
    color: #4b4b45;
    margin: 0 0 50px 0;
    font-weight: 700
}

.FaqTabLinkArea {
    margin-bottom: 40px
}

.FaqTabLinkArea .nav .nav-item {
    margin-right: 25px;
    flex: 1
}

.FaqTabLinkArea .nav .nav-item:last-child {
    margin-right: 0
}

.TabLinkItem {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 190px;
    width: 100%;
    text-align: center;
    padding: 50px 10px 0 10px;
    cursor: pointer;
    color: #7b7d83
}

.TabLinkItem span.icon {
    font-size: 40px
}

.TabLinkItem p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 8px 0 0 0;
    padding: 0
}

.TabLinkItem:hover,
.TabLinkItem:hover {
    color: #4b4b45
}

.TabLinkItem.active {
    border: 1px solid #009857;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .3);
    color: #009857
}

.FAQSection .tab-content .accordion-button.collapsed {
    border: 0;
    border-bottom: 1px solid #ccc
}

.FAQSection .tab-content .accordion-header button.accordion-button {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #009857;
    padding: 40px;
    box-shadow: none
}

.FAQSection .tab-content .accordion-header button.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: 0;
    margin-top: -5px;
    padding-bottom: 17px;
    box-shadow: 0 -30px 40px rgba(190, 190, 205, .1);
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 100
}

.FAQSection .tab-content .accordion-body {
    padding: 0 290px 20px 40px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .2);
    border-radius: 0 0 5px 5px
}

.FAQSection .tab-content .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45
}

@media(min-width:1376px) and (max-width:1470px) {
    .TabLinkItem {
        height: 138px;
        padding: 25px 10px 0 10px
    }

    .TabLinkItem.active {
        box-shadow: 0 8px 16px rgb(190190205/30%)
    }

    .FAQSection .tab-content .accordion-header button.accordion-button:not(.collapsed) {
        box-shadow: 0 -25px 40px rgb(190190205/20%)
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .TabLinkItem {
        height: 138px;
        padding: 25px 10px 0 10px
    }

    .TabLinkItem.active {
        box-shadow: 0 8px 16px rgb(190190205/30%)
    }

    .FAQSection .tab-content .accordion-header button.accordion-button:not(.collapsed) {
        box-shadow: 0 -25px 40px rgb(190190205/20%)
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .TabLinkItem {
        height: 112px;
        padding: 18px 10px 0 10px
    }

    .TabLinkItem.active {
        box-shadow: 0 8px 16px rgb(190190205/30%)
    }

    .TabLinkItem span.icon {
        font-size: 35px
    }

    .TabLinkItem p {
        margin: 4px 0 0 0
    }

    .FAQSection .tab-content .accordion-header button.accordion-button {
        font-size: 18px;
        line-height: 30px;
        padding: 30px
    }

    .FAQSection .tab-content .accordion-body {
        padding: 0 160px 10px 30px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .FAQSection {
        padding: 50px 0
    }

    .FaqTabLinkArea {
        margin-bottom: 30px
    }

    .FaqTabLinkArea .nav .nav-item {
        margin-right: 15px
    }

    .TabLinkItem {
        height: 120px;
        padding: 18px 0 0 0
    }

    .TabLinkItem.active {
        box-shadow: 0 10px 20px rgb(190190205/30%)
    }

    .TabLinkItem p {
        margin: 0 0 0 0
    }

    .FAQSection .tab-content .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding: 20px
    }

    .FAQSection .tab-content .accordion-body {
        padding: 0 70px 10px 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FAQSection {
        padding: 50px 0
    }

    .FaqTabLinkArea {
        margin-bottom: 30px
    }

    .FaqTabLinkArea .nav .nav-item {
        margin-right: 5px
    }

    .TabLinkItem span.icon {
        font-size: 25px
    }

    .TabLinkItem {
        height: 95px;
        padding: 18px 0 0 0
    }

    .TabLinkItem.active {
        box-shadow: 0 5px 10px rgb(190190205/30%)
    }

    .TabLinkItem p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 0 0
    }

    .FAQSection .tab-content .accordion-header button.accordion-button {
        font-size: 14px;
        line-height: 20px;
        padding: 20px
    }

    .FAQSection .tab-content .accordion-body {
        padding: 0 50px 10px 20px
    }
}

@media(max-width:767px) {
    .FAQSection {
        overflow: hidden;
        padding: 40px 10px
    }

    .FAQSection h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 40px 0
    }

    .FaqTabLinkArea .nav .nav-item {
        width: 157px !important;
        margin-bottom: 15px
    }

    .nav .slick-slide {
        opacity: 1
    }

    .TabLinkItem {
        height: 157px
    }

    .FAQSection .tab-content .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 26px;
        padding: 29px
    }

    .FAQSection .tab-content .accordion-button::after {
        margin-left: 20px
    }

    .FAQSection .tab-content .accordion-body {
        padding: 0 29px 20px 29px
    }
}

.PortalHeroArea {
    position: relative
}

.PortalHeroArea {
    height: 500px;
    position: relative;
    display: flex
}

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

.BannerOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #009857 40.84%, rgba(0, 120, 191, .0001) 59.13%)
}

.PortalHeroContent {
    margin: 170px 0 0 0
}

.PortalHeroContent span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff
}

.PortalHeroContent h1,
.PortalHeroContent h3 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #fff
}

.PortalHeroContent .ButtonSection {
    margin-top: 43px
}

.PortalHeroContent .ButtonSection .btn-white-blue-border {
    padding: 14px 70px
}

.PortalHeroContent .ButtonSection .btn-white-blue-border:first-child {
    margin-right: 40px
}

@media(min-width:1200px) and (max-width:1376px) {
    .PortalHeroArea {
        height: 400px
    }

    .PortalHeroContent {
        margin: 80px 0 0 0
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .PortalHeroArea {
        height: 400px
    }

    .PortalHeroContent {
        margin: 80px 0 0 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .PortalHeroArea {
        height: 300px
    }

    .PortalHeroContent {
        margin: 30px 0 0 0
    }

    .PortalHeroContent h1,
    .PortalHeroContent h3 {
        font-size: 36px;
        line-height: 44px
    }

    .PortalHeroContent .ButtonSection {
        margin-top: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PortalHeroArea {
        height: 300px
    }

    .PortalHeroContent {
        margin: 60px 0 0 0
    }

    .PortalHeroContent h1,
    .PortalHeroContent h3 {
        font-size: 36px;
        line-height: 44px
    }

    .PortalHeroContent .ButtonSection {
        margin-top: 20px
    }

    .PortalHeroContent .ButtonSection .btn-white-blue-border:first-child {
        margin-right: 10px
    }

    .PortalHeroContent .ButtonSection .btn-white-blue-border {
        padding: 8px 40px
    }
}

@media(max-width:767px) {
    .PortalHeroArea {
        height: 460px
    }

    .PortalHeroContent {
        text-align: center;
        margin: 200px 0 0 0
    }

    .PortalHeroContent .ButtonSection .btn-white-blue-border:first-child {
        margin-right: 0
    }

    .PortalHeroContent span {
        font-size: 18px;
        line-height: 28px
    }

    .PortalHeroContent h1,
    .PortalHeroContent h3 {
        font-size: 28px;
        line-height: 34px
    }

    .PortalHeroContent .ButtonSection {
        margin-top: 25px
    }

    .PortalHeroContent .ButtonSection .btn-white-blue-border {
        width: 100%;
        padding: 9px 0;
        margin-top: 15px;
        font-size: 13px;
        line-height: 22px
    }

    .BannerOverlay {
        background: -moz-linear-gradient(top, rgba(0, 120, 191, 0) 1%, rgba(0, 120, 191, 0) 22%, rgba(0, 120, 191, .76) 53%, rgba(0, 120, 191, 1) 63%);
        background: -webkit-linear-gradient(top, rgba(0, 120, 191, 0) 1%, rgba(0, 120, 191, 0) 22%, rgba(0, 120, 191, .76) 53%, rgba(0, 120, 191, 1) 63%);
        background: linear-gradient(to bottom, rgba(0, 120, 191, 0) 1%, rgba(0, 120, 191, 0) 22%, rgba(0, 120, 191, .76) 53%, rgba(0, 120, 191, 1) 63%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009857', endColorstr='#009857', GradientType=0)
    }
}

.RegisterVideoArea {
    height: 600px;
    position: relative;
    display: flex
}

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

.RegisterVideoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.RegisterVideoPlay {
    padding-top: 160px
}

.PlayButton {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 105px;
    font-size: 28px;
    color: #009857;
    padding-left: 10px;
    margin-left: 50%;
    cursor: pointer
}

.RegisterContentArea {
    background-color: #edf4fa;
    padding-bottom: 80px
}

.RegisterWhitePanel {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: -15%;
    margin-bottom: 80px;
    padding: 75px 110px;
    min-height: 385px
}

.SplitColumn {
    columns: 2;
    column-gap: 140px
}

.RegisterWhitePanel h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0;
    color: #4b4b45
}

.SplitColumn p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 400
}

.SplitColumn p:first-of-type {
    font-size: 20px;
    line-height: 30px;
    color: #4b4b45;
    font-weight: 400;
    margin-bottom: 100px
}

.RegisterWhitePanel .btn-green {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px
}

.RegisterButtonContent p {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700
}

.RegisterButtonArea {
    text-align: right
}

.RegisterButtonArea .btn-blue,
.RegisterButtonArea .btn-green {
    padding: 14px 0;
    font-size: 18px;
    line-height: 28px;
    width: 256px;
    text-align: center
}

.RegisterButtonArea .btn-blue {
    margin-right: 40px
}

@media(min-width:1200px) and (max-width:1376px) {
    .RegisterVideoArea {
        height: 400px
    }

    .RegisterVideoPlay {
        padding-top: 80px
    }

    .PlayButton {
        margin-left: 45%
    }

    .RegisterButtonArea {
        margin-top: 35px
    }

    .RegisterButtonArea .btn-blue,
    .RegisterButtonArea .btn-green {
        width: 210px
    }

    .RegisterButtonArea .btn-blue {
        margin-right: 10px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .RegisterVideoArea {
        height: 400px
    }

    .RegisterVideoPlay {
        padding-top: 80px
    }

    .PlayButton {
        margin-left: 45%
    }

    .SplitColumn {
        column-gap: 30px
    }

    .RegisterButtonContent p {
        text-align: center
    }

    .RegisterButtonArea {
        text-align: center;
        margin-top: 10px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .RegisterVideoArea {
        height: 300px
    }

    .RegisterVideoPlay {
        padding-top: 50px
    }

    .PlayButton {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 65px;
        margin-left: 45%
    }

    .RegisterContentArea {
        padding-bottom: 40px
    }

    .RegisterWhitePanel {
        margin-top: -10%;
        margin-bottom: 40px;
        padding: 50px;
        min-height: 0
    }

    .SplitColumn {
        column-gap: 30px
    }

    .RegisterButtonContent p {
        text-align: center
    }

    .RegisterButtonArea {
        text-align: center;
        margin-top: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .RegisterVideoArea {
        height: 300px
    }

    .RegisterVideoPlay {
        padding-top: 70px
    }

    .PlayButton {
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 75px;
        margin-left: 45%
    }

    .RegisterContentArea {
        padding-bottom: 40px
    }

    .RegisterWhitePanel {
        padding: 35px 50px;
        margin-bottom: 30px
    }

    .SplitColumn {
        columns: 1;
        column-gap: 0
    }

    .SplitColumn p:first-of-type {
        margin-bottom: 20px
    }

    .RegisterWhitePanel .btn-green {
        margin-top: 10px
    }

    .RegisterButtonContent p {
        text-align: center
    }

    .RegisterButtonArea {
        text-align: center;
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .RegisterVideoArea {
        height: 410px
    }

    .RegisterVideoPlay {
        padding-top: 85px
    }

    .PlayButton {
        width: 60px;
        height: 60px;
        line-height: 65px;
        font-size: 22px;
        margin-left: 45%;
        padding-left: 5px
    }

    .RegisterWhitePanel {
        margin-top: -48%;
        margin-bottom: 30px;
        padding: 30px;
        min-height: 0
    }

    .SplitColumn {
        columns: 1;
        column-gap: 0
    }

    .RegisterWhitePanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0
    }

    .SplitColumn p,
    .SplitColumn p:first-of-type {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .RegisterWhitePanel .btn-green {
        font-size: 13px;
        line-height: 22px;
        margin-top: 0;
        padding: 9px 60px
    }

    .RegisterContentArea {
        padding-bottom: 40px
    }

    .RegisterButtonContent p {
        font-size: 18px;
        line-height: 28px
    }

    .RegisterButtonArea {
        text-align: left
    }

    .RegisterButtonArea .btn-blue,
    .RegisterButtonArea .btn-green {
        padding: 9px 0;
        font-size: 12px;
        line-height: 22px;
        width: 100%
    }

    .RegisterButtonArea .btn-blue {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.PortalSliderArea {
    background-color: #f2faf6;
    padding: 100px 0;
    overflow-x: hidden
}

.PortalSliderArea h2 {
    font-size: 36px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 48px;
    margin: 0;
    padding: 0;
    margin-bottom: 60px
}

.PortalSliderArea p {
    font-size: 18px;
    color: #4b4b45;
    padding: 0;
    margin: 0;
    margin-bottom: 20px
}

.PortalSlider .slick-active {
    opacity: 1
}

.PortalSliderItem {
    width: 300px !important;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    position: relative;
    margin-top: 0
}

.PortalSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important
}

.PortalSliderContent {
    padding: 23px
}

.PortalSliderContent h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0;
    text-transform: uppercase
}

.PortalSliderContent p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45;
    margin-bottom: 30px
}

.PortalSlider .slick-prev {
    left: -100px
}

.PortalSlider .slick-next {
    right: -100px
}

@media(min-width:1200px) and (max-width:1376px) {
    .PortalSlider .slick-prev {
        left: -25px
    }

    .PortalSlider .slick-next {
        right: -25px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .PortalSlider .slick-prev {
        left: -25px
    }

    .PortalSlider .slick-next {
        right: -25px
    }

    .PortalSliderItem {
        width: 270px !important
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .PortalSliderArea {
        padding: 50px 0
    }

    .PortalSlider .slick-prev {
        left: -25px
    }

    .PortalSlider .slick-next {
        right: -25px
    }

    .PortalSliderItem {
        width: 250px !important
    }

    .PortalSliderContent h3 {
        min-height: 68px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PortalSliderArea {
        padding: 50px 0
    }

    .PortalSlider .slick-prev {
        left: -25px
    }

    .PortalSlider .slick-next {
        right: -25px
    }
}

@media(max-width:767px) {
    .PortalSliderArea {
        padding: 40px 0
    }

    .PortalSliderArea h2 {
        font-size: 30px;
        line-height: 40px
    }

    .PortalSliderArea p {
        font-size: 14px;
        line-height: 22px
    }

    .PortalSliderItem {
        width: 243px !important
    }

    .PortalSliderItem img {
        width: 100% !important
    }

    .PortalSliderContent {
        padding: 20px
    }

    .PortalSliderContent h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 10px 0
    }

    .PortalSliderContent p {
        font-size: 12px;
        line-height: 18px
    }

    .PortalSliderContent .btn-general {
        padding: 9px 47px;
        font-size: 12px;
        line-height: 16px
    }
}

.PromotionalPanel {
    padding: 100px 0
}

.PromotionalPanel h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin: 0 50px 40px 0;
    padding: 0;
    color: #4b4b45
}

.PromotionalPanel p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    width: 520px
}

.PromotionalPanel .promoItemPanel {
    margin-bottom: 40px;
    position: relative;
    padding-left: 110px;
    min-height: 80px
}

.PromotionalPanel .promoItemPanel:last-child {
    margin-bottom: 0
}

.promoIcon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #cce4cb;
    line-height: 85px;
    color: #4b4b45;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    left: 0;
    top: -5px
}

.promoContent {
    display: inline-block
}

@media(max-width:767px) {
    .PromotionalPanel {
        padding: 50px 10px
    }

    .PromotionalPanel h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0 0 20px 0
    }

    .PromotionalPanel p {
        font-size: 14px;
        line-height: 20px;
        width: auto;
        margin-bottom: 38px
    }

    .promoIcon {
        width: 70px;
        height: 70px;
        line-height: 75px;
        color: #4b4b45;
        font-size: 22px
    }

    .PromotionalPanel .promoItemPanel {
        padding-left: 85px
    }

    .promoContent p {
        margin: 0
    }
}

.PublicationBanner {
    position: relative;
    border-radius: 10px;
    margin-top: 100px
}

.PublicationBanner img {
    border-radius: 10px;
    width: 100%
}

.PublicationOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, .96) 47%, rgba(242, 250, 246, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, .96) 47%, rgba(242, 250, 246, 0) 100%);
    background: linear-gradient(to right, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, .96) 47%, rgba(242, 250, 246, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2faf6', endColorstr='#00f2faf6', GradientType=1);
    border-radius: 10px
}

.PublicationContent {
    margin: 60px 0 0 60px
}

.PublicationContent h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 15px 0;
    padding: 0
}

.PublicationContent p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #4b4b45;
    margin: 0 0 35px 0;
    padding: 0
}

.PublicationContent .btn-green {
    padding: 14px 64px;
    font-size: 18px;
    line-height: 28px
}

@media(min-width:1470px) and (max-width:1650px) {
    .PublicationContent {
        padding-left: 60px
    }
}

@media(min-width:1376px) and (max-width:1470px) {
    .PublicationContent {
        padding-left: 60px
    }

    .PublicationContent h3 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

@media(min-width:1200px) and (max-width:1376px) {
    .PublicationContent {
        padding-left: 70px
    }

    .PublicationContent h3 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .PublicationContent {
        margin: 70px 0 0 0;
        padding-left: 70px
    }

    .PublicationContent h3 {
        font-size: 25px;
        margin-bottom: 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .PublicationContent {
        margin: 40px 0 0 0;
        padding-left: 80px
    }

    .PublicationContent h3 {
        font-size: 22px;
        margin-bottom: 0
    }

    .PublicationContent p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .PublicationContent {
        margin: 40px 0 0 0;
        padding-left: 40px
    }

    .PublicationContent h3 {
        font-size: 22px;
        margin-bottom: 0
    }

    .PublicationContent p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .PublicationContent .btn-green {
        padding: 10px 30px
    }
}

@media(max-width:767px) {
    .PublicationContent {
        margin: 180px 0 0 0;
        padding-right: 30px;
        padding-left: 10px
    }

    .PublicationOverlay {
        background: -moz-linear-gradient(top, rgba(242, 250, 246, 0) 0%, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, 1) 47%);
        background: -webkit-linear-gradient(top, rgba(242, 250, 246, 0) 0%, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, 1) 47%);
        background: linear-gradient(to bottom, rgba(242, 250, 246, 0) 0%, rgba(242, 250, 246, 1) 45%, rgba(242, 250, 246, 1) 47%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2faf6', endColorstr='#f2faf6', GradientType=0)
    }

    .PublicationBanner {
        height: 400px
    }

    .PublicationContent h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .PublicationContent p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .PublicationContent .btn-green {
        padding: 12px 45px;
        font-size: 12px;
        line-height: 16px
    }
}

.RelatedArticleArea {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden
}

.RelatedArticleArea h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center
}

.RelatedArticle {
    display: flex
}

.RelatedArticleItem {
    height: 368px;
    width: 410px !important;
    position: relative
}

.RelatedArticleItem img {
    object-fit: cover;
    width: 100% !important;
    border-radius: 5px
}

.ArticleItemOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(75, 75, 69, .0001) 26.66%, #4b4b45 80.15%);
    border-radius: 5px
}

.ArticleContent {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
    padding: 0 56px
}

.ArticleContent h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 12px 0;
    padding: 0;
    color: #fff;
    font-weight: 700
}

.ArticleContent p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}

.ArticleContent .btn-white-blue-border {
    padding: 7px 57px;
    font-size: 13px;
    line-height: 20px
}

.CallConnectSection {
    background-color: #f2faf6;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    padding: 75px 45px 40px 45px
}

.CallConnectSection .icon {
    color: #fff
}

.CallConnectSection h4 {
    font-size: 22px;
    line-height: 30px;
    color: #4b4b45;
    font-weight: 700;
    margin: 24px 0 12px 0;
    padding: 0
}

.CallConnectSection p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #4b4b45;
    padding: 0;
    margin: 0 0 20px 0
}

.CallConnectSection .btn-general {
    padding: 9px 65px;
    font-size: 13px
}

.RelatedArticle .slick-slide.slick-active {
    opacity: 1
}

.wellnessSection {
    background-color: #f2faf6;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    padding: 50px 45px
}

.wellnessSection h4 {
    font-size: 24px;
    line-height: 30px;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700
}

.wellnessSection p {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    margin: 0 0 25px 0;
    padding: 0
}

.wellnessSection p a {
    color: #009857;
    text-decoration: underline
}

.wellnessSection .qrArea img {
    width: 80px !important;
    height: 80px
}

@media(min-width:1200px) and (max-width:1300px) {
    .ArticleContent {
        padding: 0 5px;
        bottom: 25px
    }

    .CallConnectSection {
        padding: 75px 5px 10px 5px
    }

    .RelatedArticleItem {
        width: 350px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .RelatedArticleArea {
        padding: 50px 0
    }

    .RelatedArticleItem {
        height: 259px;
        width: 290px !important;
        position: relative
    }

    .ArticleContent {
        padding: 0 5px;
        bottom: 25px
    }

    .CallConnectSection {
        padding: 15px 5px 10px 5px
    }

    .wellnessSection {
        padding: 15px 5px 10px 5px
    }

    .wellnessSection p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .RelatedArticleArea {
        padding: 50px 0
    }

    .RelatedArticleItem {
        width: 340px !important
    }

    .ArticleContent {
        padding: 0 20px;
        bottom: 25px
    }

    .ArticleContent p {
        font-size: 12px;
        line-height: 16px
    }

    .ArticleContent h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 5px 0
    }
}

@media(max-width:767px) {
    .RelatedArticleArea {
        padding: 40px 10px 20px 10px;
        overflow: hidden
    }

    .RelatedArticleArea h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 50px 30px 50px
    }

    .RelatedArticle {
        display: block;
        margin: 0 0
    }

    .RelatedArticleItem {
        width: 370px !important
    }

    .CallConnectSection {
        padding: 55px 25px 40px 25px
    }

    .CallConnectSection .btn-general {
        padding: 14px 65px;
        font-size: 18px;
        line-height: 28px;
        display: block
    }

    .RelatedArticle .slick-dots {
        position: relative
    }

    .RelatedArticle .slick-dots li {
        width: 33.33%
    }

    .RelatedArticle .slick-dots li button,
    .RelatedArticle .slick-dots li button:before {
        width: 100%
    }
}

@media(min-width:390px) and (max-width:410px) {
    .RelatedArticleItem {
        width: 340px !important
    }
}

@media(min-width:375px) and (max-width:380px) {
    .RelatedArticleItem {
        width: 330px !important
    }
}

@media(max-width:360px) {
    .RelatedArticleItem {
        width: 320px !important;
        height: auto
    }
}

@media(max-width:320px) {
    .RelatedArticleItem {
        width: 280px !important;
        height: auto
    }

    .ArticleContent {
        padding: 0 6px
    }
}

.relatedSection h4 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    margin: 30px 0 15px 0;
    padding: 0;
    font-weight: 700
}

.relatedSection p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #4b4b45
}

.relatedSection .slick-list {
    overflow: hidden
}

.relatedSection .SliderItem {
    width: 268px !important;
    margin-top: 20px;
    position: relative
}

.relatedSection .slick-slide.slick-active {
    opacity: 1
}

.relatedSection .slick-slide {
    opacity: 0
}

.relatedSection .slick-prev {
    left: -100px
}

.relatedSection .slick-next {
    right: 0
}

.relatedSection .slick-dots {
    position: relative;
    bottom: -10px
}

.sliderWithoutShare .SliderItem img {
    border-radius: 5px;
    margin-bottom: 20px
}

.sliderWithoutShare .SliderItem .category {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 100;
    background-color: #384d5f;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600
}

.sliderWithoutShare .SliderItem span.PlayButton {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 6px
}

.sliderWithoutShare .SliderItem a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #4b4b45
}

.sliderWithShare .SliderItem {
    min-height: 0
}

.sliderWithShare img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
    margin: 0
}

.sliderWithShare .SliderItem span.podCastIcon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 35px;
    font-size: 16px;
    background-color: #009857;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.sliderWithShare .SliderItem span.PlayButton {
    display: inline-block;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    padding-left: 6px
}

.sliderWithShare .SliderContentArea {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px
}

.sliderWithShare .SliderContentArea .category {
    background-color: #384d5f;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    width: auto;
    display: inline;
    margin-right: 25px
}

.sliderWithShare .SliderContentArea .shareArea {
    position: relative;
    right: 0;
    top: 0
}

.sliderWithShare .SliderContentArea a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #4b4b45;
    display: block;
    margin-top: 14px
}

@media(min-width:768px) and (max-width:1200px) {
    .relatedSection .slick-slide {
        opacity: .5
    }
}

@media(max-width:767px) {
    .relatedSection .slick-slide {
        opacity: .5
    }
}

.pageHeadingArea.DropSearchPanel {
    overflow: inherit;
    min-height: 290px
}

.pageHeadingArea .HealthResouceSearchPanel {
    width: 50%;
    display: inline-block;
    position: relative;
    top: 105px
}

.pageHeadingArea .HealthResouceSearchPanel p {
    padding: 0 !important;
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 26px
}

.ResouceSearchArea {
    background-color: #f0efef;
    margin-top: 15px;
    border-radius: 4px;
    padding: 8px 10px 10px 10px
}

.CategoryListArea {
    width: 39%;
    margin-right: 1%;
    display: inline-block
}

.CategorySearchArea {
    width: 59%;
    display: inline-block
}

.CategoryListArea .chosen-single,
.CategoryListArea .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 13px 20px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    box-shadow: none;
    height: auto
}

.CategoryListArea .chosen-container-single .chosen-single div b,
.CategoryListArea .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px;
    background-image: none !important
}

.CategoryListArea .chosen-container-single .chosen-single div b:before,
.CategoryListArea .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    font-family: 'ccadicon' !important;
    color: #4b4b45;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 12px;
    right: 10px
}

.CategoryListArea .chosen-container-single .chosen-single div b:before {
    content: ""
}

.CategoryListArea .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: ""
}

.CategorySearchArea .SearchBarArea {
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.CategorySearchArea .SearchBarArea input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    height: 50px;
    border: 1px solid #fff;
    color: #4b4b45
}

.CategorySearchArea .SearchBarArea .icon-search {
    position: absolute;
    top: 18px;
    right: 20px
}

@media(min-width:768px) and (max-width:991px) {
    .CategoryListArea {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .CategorySearchArea {
        width: 100%
    }

    .pageHeadingArea .HealthResouceSearchPanel {
        top: 45px
    }
}

@media(max-width:767px) {
    .pageHeadingArea.DropSearchPanel {
        margin-bottom: 30px
    }

    .pageHeadingArea.DropSearchPanel h1 {
        padding: 22px 0 0 0
    }

    .pageHeadingArea.DropSearchPanel h4.pageSub {
        top: 18px
    }

    .pageHeadingArea.DropSearchPanel p.infoContent {
        top: -186px;
        font-size: 14px;
        line-height: 22px
    }

    .pageHeadingArea .HealthResouceSearchPanel {
        width: 100%;
        top: 70px
    }

    .pageHeadingArea .HealthResouceSearchPanel p {
        width: 100%;
        font-size: 14px;
        line-height: 22px
    }

    .CategoryListArea {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .CategoryListArea .form-select.chosen-select {
        height: 50px;
        color: #4b4b45
    }

    .CategorySearchArea {
        width: 100%
    }
}

.OtherResourcesPanel {
    padding: 100px 0
}

.OtherResourcesPanel h2 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 50px 0;
    padding: 0
}

.OtherResouceItem {
    margin-top: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 20px;
    text-decoration: none;
    cursor: pointer;
    position: relative
}

.OtherResouceItem:hover {
    border: 1px solid #009857
}

.OtherResouceItem p {
    color: #4b4b45;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 40px
}

.OtherResouceItem:hover p {
    color: #009857
}

.OtherResouceItem p i.icon {
    display: inline-block;
    margin-right: 10px;
    color: #009857;
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 20px
}

@media(min-width:1200px) and (max-width:1376px) {
    .OtherResourcesPanel {
        padding: 80px 0
    }

    .OtherResourcesPanel h2 {
        margin: 0 0 0 0
    }

    .OtherResouceItem p {
        font-size: 17px;
        line-height: 20px
    }

    .OtherResouceItem p i.icon {
        top: 16px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .OtherResourcesPanel {
        padding: 80px 0
    }

    .OtherResourcesPanel h2 {
        margin: 0 0 0 0
    }

    .OtherResouceItem p i.icon {
        top: 16px
    }

    .OtherResouceItem p {
        font-size: 13px;
        line-height: 18px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .OtherResourcesPanel {
        padding: 80px 0
    }

    .OtherResourcesPanel h2 {
        margin: 0 0 0 0
    }

    .OtherResouceItem {
        padding: 18px
    }

    .OtherResouceItem p {
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width:767px) {
    .OtherResourcesPanel {
        padding: 50px 10px
    }

    .OtherResourcesPanel h2 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 34px
    }

    .OtherResouceItem {
        margin-top: 20px
    }

    .OtherResouceItem p {
        font-size: 18px;
        line-height: 26px
    }
}

.FormPagePanel {
    margin-bottom: 100px
}

.online-forms {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(190, 190, 205, .5);
    padding: 50px 26px 50px 26px
}

.online-forms h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45
}

.online-forms h3 i {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 400;
    font-style: normal
}

.online-forms h3 span {
    font-size: 16px;
    line-height: 26px;
    color: #009857;
    font-weight: 400
}

.online-forms p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.online-forms .form-control::placeholder {
    color: #4b4b45
}

.online-forms .chosen-container {
    width: 100% !important;
    margin-top: 2px
}

.online-forms .chosen-single,
.online-forms .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 0;
    color: #4b4b45;
    border-radius: 4px;
    padding: 13px 20px;
    width: 100%;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none;
    border: 1px solid #ccc
}

.online-forms .chosen-container-single .chosen-single div b,
.online-forms .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 14px;
    background: none;
    background-image: none !important
}

.online-forms .chosen-container-single .chosen-single div b:before,
.online-forms .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #4b4b45;
    top: 15px;
    right: 18px;
    position: relative;
    font-size: 16px
}

.online-forms .input-group .chosen-container {
    width: 25% !important
}

.online-forms .input-group .chosen-single,
.online-forms .input-group .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 0 0 4px;
    border-right: 0 !important;
    background-color: #edf4fa
}

.online-forms .input-group .form-control {
    margin-bottom: 0;
    border-left: 0 !important;
    border-radius: 0 5px 5px 0 !important
}

.online-forms .form-group {
    position: relative;
    margin-bottom: 25px
}

.online-forms .form-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #4b4b45
}

.online-forms .form-label span {
    color: #ef413d;
    margin-left: 5px
}

.online-forms .form-control {
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b45;
    margin-top: 2px
}

.online-forms .date .input-group-addon .icon-calendar {
    font-size: 18px;
    color: #000
}

.online-forms .form-group .info {
    position: absolute;
    right: 20px;
    top: 50px
}

.online-forms .form-group .info i {
    font-weight: 600;
    color: #4b4b45;
    font-size: 16px
}

.online-forms .form-control.input-validation-error {
    position: relative
}

.radio-with-Icon {
    display: inline-block;
    border: 1px solid #c6c8c8;
    border-radius: 5px;
    padding: 2px
}

.radio-with-Icon span.radioOption-Item {
    display: inline-block;
    width: 170px;
    height: 44px;
    border: none
}

.radio-with-Icon span.radioOption-Item label {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    color: #4b4b45;
    cursor: pointer;
    transition: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin: 0 !important
}

.radio-with-Icon span.radioOption-Item label:focus,
.radio-with-Icon span.radioOption-Item label:active {
    background-color: #009857;
    color: #fff;
    margin: 0 !important
}

.radio-with-Icon span.radioOption-Item label::after,
.radio-with-Icon span.radioOption-Item label:after,
.radio-with-Icon span.radioOption-Item label::before,
.radio-with-Icon span.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important
}

.radio-with-Icon span.radioOption-Item label i.fa {
    display: block;
    font-size: 50px
}

.radio-with-Icon span.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    display: none
}

.radio-with-Icon span.radioOption-Item input[type="radio"]:active~label {
    opacity: 1
}

.radio-with-Icon span.radioOption-Item input[type="radio"]:checked~label {
    opacity: 1;
    border: none;
    background-color: #009857;
    color: #fff
}

.radio-with-Icon span.radioOption-Item input[type="radio"]:hover,
.radio-with-Icon span.radioOption-Item input[type="radio"]:focus,
.radio-with-Icon span.radioOption-Item input[type="radio"]:active {
    margin: 0 !important
}

.radio-with-Icon span.radioOption-Item input[type="radio"]+label:before,
.radio-with-Icon span.radioOption-Item input[type="radio"]+label:after {
    margin: 0 !important
}

.online-forms .btn-general.btn-blue {
    width: 250px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    padding: 0
}

.online-forms .btn-general.formsubmit svg {
    width: 20px;
    margin-left: 20px
}

@media(min-width:1075px) and (max-width:1650px) {
    .online-forms .form-group .form-select {
        height: 52px;
        font-size: 14px;
        color: #4b4b45
    }

    .online-forms .form-group .input-group .form-select {
        position: relative;
        top: 2px;
        height: 52px;
        font-size: 14px;
        color: #4b4b45
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .online-forms .form-label {
        font-size: 14px
    }

    .online-forms .input-group .chosen-container {
        width: 38% !important
    }

    .online-forms .form-group .form-select {
        height: 52px;
        font-size: 14px;
        color: #4b4b45
    }

    .online-forms .form-group .input-group .form-select {
        position: relative;
        top: 2px;
        height: 52px;
        font-size: 14px;
        color: #4b4b45
    }
}

@media(min-width:768px) and (max-width:991px) {
    .FormPagePanel {
        margin-bottom: 0
    }

    .online-forms {
        padding: 30px 0
    }

    .online-forms .input-group .chosen-container {
        width: 38% !important
    }

    .online-forms .form-group .form-select {
        height: 52px;
        font-size: 14px;
        color: #4b4b45
    }

    .online-forms .form-group .input-group .form-select {
        position: relative;
        top: 2px;
        font-size: 14px;
        color: #4b4b45
    }

    .online-forms .form-group .info {
        top: 48px
    }

    .radio-with-Icon span.radioOption-Item {
        width: 150px
    }
}

@media(max-width:767px) {
    .FormPagePanel {
        margin-bottom: 0
    }

    .online-forms {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 20px 40px rgba(190, 190, 205, .5);
        padding: 25px 0;
        margin: 0 10px
    }

    .online-forms h3 {
        font-size: 24px;
        line-height: 34px
    }

    .online-forms .form-group .form-select {
        height: 52px
    }

    .online-forms .field-validation-error span:before {
        top: 10px
    }

    .radio-with-Icon span.radioOption-Item {
        width: 140px
    }

    .online-forms .btn-general.btn-blue {
        width: 100%;
        font-size: 16px
    }
}

.ThankyouSection hr {
    background-color: #ccc
}

.ThankyouInfo {
    text-align: center;
    margin-top: 40px
}

.ThankyouInfo .IconCircle {
    width: 75px;
    height: 75px;
    line-height: 85px;
    color: #fff
}

.ThankyouInfo h2 {
    margin: 48px 0 16px 0;
    padding: 0;
    font-size: 54px;
    line-height: 64px;
    color: #4b4b45;
    font-weight: 700
}

.ThankyouInfo p {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 25px 0;
    padding: 0
}

.ExpectPanel {
    background-color: #edf4fa;
    padding: 30px;
    margin: 10px 40px 65px 40px;
    border-radius: 5px
}

.ExpectPanel h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #009857;
    font-size: 24px;
    line-height: 34px
}

.ExpectPanel ul {
    margin: 0 0 40px 25px;
    padding: 0
}

.ExpectPanel ul li {
    font-size: 16px;
    line-height: 32px;
    color: #009857;
    font-weight: 400
}

.ExpectPanel .btn-general {
    width: 250px;
    height: 48px;
    font-size: 14px;
    line-height: normal;
    padding: initial
}

@media(max-width:767px) {
    .ThankyouInfo {
        margin-top: 10px
    }

    .ThankyouInfo h2 {
        margin: 25px 0 20px 0;
        font-size: 36px;
        line-height: 46px
    }

    .ThankyouInfo p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0
    }

    .ExpectPanel {
        padding: 20px;
        margin: 15px 0 24px 0;
        border-radius: 5px
    }

    .ExpectPanel h3 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px
    }

    .ExpectPanel ul {
        margin: 0 0 20px 20px;
        padding: 0
    }

    .ExpectPanel ul li {
        font-size: 14px;
        line-height: 24px
    }

    .ExpectPanel .btn-general {
        width: 100%
    }
}

.RequestPanel {
    background-color: #f2faf6;
    width: 456px;
    padding: 30px;
    overflow: hidden;
    margin: 0 auto
}

.RequestPanel .left {
    float: left;
    width: 70%;
    color: #00843d;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px
}

.RequestPanel .left i {
    font-size: 22px;
    margin-right: 25px;
    position: relative;
    top: 4px
}

.RequestPanel .right {
    float: left;
    width: 30%;
    font-size: 12px;
    line-height: 20px
}

@media(max-width:767px) {
    .RequestPanel {
        width: 100%;
        padding: 20px;
        margin-bottom: 24px
    }

    .RequestPanel .left,
    .RequestPanel .right {
        float: none;
        width: 100%
    }

    .RequestPanel .left {
        margin-bottom: 10px
    }

    .RequestPanel .left i {
        display: block;
        font-size: 24px;
        margin-bottom: 15px
    }
}

.generalForm .online-forms {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 60px
}

.generalForm .online-forms .form-group {
    margin-bottom: 40px
}

.generalForm .online-forms .input-group .chosen-container {
    width: 18% !important
}

.generalForm .online-forms .buttonArea {
    text-align: center;
    margin-top: 10px
}

.generalForm .online-forms .buttonArea .btn-general {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    padding: 0
}

.generalForm .ThankyouInfo h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #00843d
}

@media(min-width:768px) and (max-width:991px) {
    .generalForm .online-forms .input-group .chosen-container {
        width: 32% !important
    }
}

@media(max-width:767px) {
    .generalForm .online-forms {
        margin-top: 0
    }

    .generalForm .online-forms .form-group {
        margin-bottom: 20px
    }

    .generalForm .online-forms .buttonArea .btn-general {
        width: 270px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
        font-weight: 600
    }

    .generalForm .ThankyouInfo .IconCircle {
        width: 60px;
        height: 60px;
        line-height: 65px;
        color: #fff
    }

    .generalForm .ThankyouInfo .IconCircle .icon {
        font-size: 18px
    }

    .generalForm .ThankyouInfo h2 {
        font-size: 24px;
        line-height: 34px
    }

    .generalForm .ThankyouInfo p {
        font-size: 14px;
        line-height: 20px
    }
}

.dohScreen .registerFormPanel {
    padding: 0 0 100px 0
}

.dohScreen .registerFormPanel h2,
.dohScreen .registerFormPanel p {
    text-align: left
}

.dohScreen .registerFormPanel p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 28px
}

.dohScreen .registerFormPanel ul {
    list-style: disc;
    list-style-position: outside;
    margin: 20px 0;
    padding: 0 0 0 20px
}

.dohScreen .registerFormPanel ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

.dohScreen .registerFormPanel h5 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 24px;
    line-height: 36px;
    color: #009857
}

.dohScreen .divQuestions h5 {
    margin: 0 0 0 0;
    color: #009857;
    font-weight: 700
}

.dohScreen .registerFormPanel p.notification-area-green,
.dohScreen .registerFormPanel p.notification-area-green2 {
    color: #00843d
}

.dohScreen .registerFormPanel .online-forms .chosen-single,
.dohScreen .registerFormPanel .online-forms .chosen-container-active.chosen-with-drop .chosen-single,
.dohScreen .registerFormPanel .online-forms .form-control {
    border: 1px solid #ccc
}

.dohScreen .registerFormPanel input:focus {
    box-shadow: none !important;
    border: 1px solid #009857 !important
}

.dohScreen .registerFormPanel p.notification-area-red {
    color: #ef413d;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.dohScreen .registerFormPanel .question {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .dohScreen .registerFormPanel {
        padding: 0 0 100px 0
    }

    .dohScreen .registerFormPanel .question {
        margin-bottom: 0
    }
}

.gps-intake-form .radio-with-Icon {
    width: 100%
}

.gps-intake-form .radioOption-Item {
    width: 205px !important
}

@media(max-width:767px) {
    .gps-intake-form span.radioOption-Item {
        width: 135px !important
    }
}

.FormPagePanel .QuickLinkBox {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px
}

.FormPagePanel .QuickLinkBox h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0
}

.FormPagePanel .QuickLinkBox a {
    display: block;
    color: #4b4b45;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 32px
}

.FormPagePanel .QuickLinkBox a:last-child {
    margin: 0
}

.FormPagePanel .QuickLinkBox a span {
    margin-right: 22px;
    font-size: 30px;
    position: relative;
    top: 8px;
    color: #00843d
}

.FormPagePanel .SideInfoBox {
    margin-bottom: 30px;
    border-radius: 5px
}

.FormPagePanel .InfoTopContent {
    padding: 30px
}

.FormPagePanel .InfoTopContent p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin-bottom: 30px
}

.FormPagePanel .InfoTopContent p:last-child {
    margin: 0
}

.FormPagePanel .InfoTopContent p span {
    font-weight: 600
}

.FormPagePanel .InfoBottomContent {
    border-top: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center
}

.FormPagePanel .InfoBottomContent p {
    margin-bottom: 0
}

.FormPagePanel .SupportCircle {
    position: relative;
    margin-top: 10px;
    display: block
}

.FormPagePanel .SupportCircle:before {
    content: '';
    font-family: 'ccadicon' !important;
    width: 60px;
    height: 60px;
    background-color: #00843d;
    position: relative;
    display: inline-block;
    top: -15px;
    left: 0;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.internationalPatient .DetailsMainContainer .tab-order-last .FormPagePanel {
    display: none
}

@media(min-width:1200px) and (max-width:1376px) {
    .FormPagePanel .QuickLinkBox {
        padding: 20px
    }

    .FormPagePanel .QuickLinkBox a {
        font-size: 14px;
        line-height: 24px
    }

    .FormPagePanel .QuickLinkBox a span {
        margin-right: 10px
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .FormPagePanel .QuickLinkBox,
    .FormPagePanel .InfoTopContent,
    .FormPagePanel .InfoBottomContent {
        padding: 15px
    }

    .FormPagePanel .QuickLinkBox a {
        font-size: 16px;
        margin-bottom: 15px
    }

    .FormPagePanel .QuickLinkBox a span {
        margin-right: 10px;
        font-size: 25px
    }

    .FormPagePanel .InfoTopContent p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .FormPagePanel .InfoBottomContent p {
        font-size: 14px;
        line-height: 20px
    }
}

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

    .FormPagePanel .QuickLinkBox,
    .FormPagePanel .SideInfoBox,
    .FormPagePanel .InsurancePanel {
        margin: 50px 0
    }
}

@media(max-width:767px) {

    .FormPagePanel .QuickLinkBox,
    .FormPagePanel .SideInfoBox,
    .FormPagePanel .InsurancePanel {
        margin: 50px 10px
    }

    .internationalPatient .DetailsMainContainer .tab-order-first .FormPagePanel {
        display: none
    }

    .internationalPatient .DetailsMainContainer .tab-order-last .FormPagePanel {
        display: inline !important
    }
}

.patientVisitor .tab-order-last .FormPagePanel .QuickLinkBox {
    display: none
}

.patientVisitor .tab-order-last .redirectLinkPanel {
    display: none
}

@media(max-width:767px) {
    .patientVisitor .tab-order-first .FormPagePanel .QuickLinkBox {
        display: none
    }

    .patientVisitor .tab-order-last .FormPagePanel .QuickLinkBox {
        display: block
    }

    .patientVisitor .tab-order-last .redirectLinkPanel {
        display: block
    }
}

.FormSidePanel {
    padding: 30px;
    border-radius: 5px
}

.FormSidePanel h2 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0
}

.FormSidePanel p {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0
}

.FormSidePanel .form .form-group {
    margin-bottom: 20px
}

.FormSidePanel .form .form-group label {
    display: inherit
}

.FormSidePanel .form .form-group input {
    padding: 16px 18px;
    border: 1px solid #ccc;
    color: #4c4b5e;
    text-align: left
}

.FormSidePanel .form .form-group textarea {
    font-size: 14px;
    border: 1px solid #ccc;
    height: 120px
}

.FormSidePanel .form .form-check {
    margin-bottom: 20px
}

.FormSidePanel .form .form-check label {
    font-size: 16px;
    color: #4b4b45;
    line-height: 22px;
    font-weight: 400;
    margin-left: 0;
    display: inherit
}

.FormSidePanel .form .form-check .form-check-input {
    border: 1px solid #00843d;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: -22px;
    margin-right: 15px
}

.FormSidePanel .form .form-check .form-check-input:checked {
    border: 0;
    border-radius: 4px;
    background-color: #00843d;
    border: 1px solid #00843d
}

.FormSidePanel .form .form-check label a {
    font-size: 16px;
    color: #4b4b45;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline
}

.FormSidePanel .form .btn-blue {
    display: block;
    width: 100%;
    padding: 14px 50px;
    font-size: 18px;
    line-height: 28px
}

.MobButton {
    display: none
}

.FormSidePanel .field-validation-error {
    width: 150px
}

.FormSidePanel .field-validation-error span {
    padding-top: 0;
    line-height: 16px
}

.FormSidePanel .field-validation-error span:before {
    top: 9px
}

@media(min-width:1376px) and (max-width:1470px) {
    .FormSidePanel .form .form-group textarea {
        height: 80px
    }
}

@media(min-width:1200px) and (max-width:1376px) {

    .FormSidePanel .form .form-check label,
    .FormSidePanel .form .form-check label a {
        font-size: 14px
    }

    .FormSidePanel .form .form-group textarea {
        height: 80px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .FormSidePanel {
        padding: 20px
    }

    .FormSidePanel p {
        margin: 0 0 15px 0
    }

    .FormSidePanel .form .form-group textarea {
        height: 80px
    }

    .FormSidePanel .form button.btn-blue {
        font-size: 15px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .FormSidePanel {
        padding: 15px
    }

    .FormSidePanel p {
        margin: 0 0 15px 0
    }

    .FormSidePanel .form .form-group textarea {
        height: 80px
    }

    .FormSidePanel .form button.btn-blue {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .MobButton {
        display: block
    }
}

#Steps {
    text-align: center;
    position: relative
}

#Steps .stepContainer {
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    overflow: hidden
}

#Steps .stepContainer:not(:first-of-type) {
    display: none
}

#Steps1 {
    text-align: center;
    position: relative
}

#Steps1 .stepContainer {
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    overflow: hidden
}

#Steps1 .stepContainer:not(:first-of-type) {
    display: none
}

.progressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 5px 0 0 0
}

.Step3 .progressbar li {
    width: 33.33%
}

.Step3 .progressbar li:nth-child(2):after {
    left: -73%;
    width: 106%
}

.Step3 .progressbar li:last-child:after {
    right: 24%;
    left: auto;
    width: 110%
}

.Step4 .progressbar li {
    width: 25%
}

.Step4 .progressbar li:nth-child(2):after {
    left: -67%;
    width: 98%
}

.Step4 .progressbar li:nth-child(3):after {
    left: -31%;
    width: 62%
}

.Step4 .progressbar li:last-child:after {
    right: 28%;
    left: auto;
    width: 103%
}

.progressbar li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #c6c8c8;
    position: relative;
    float: left;
    list-style-type: none;
    font-style: normal
}

.progressbar li:first-child {
    text-align: left
}

.progressbar li:last-child {
    text-align: right
}

.progressbar li.active {
    color: #4b4b45
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #c6c8c8;
    border-radius: 25px;
    margin: 1px auto 18px auto;
    border: 1px solid #c6c8c8;
    text-align: center
}

.progressbar li.active:before {
    width: 48px;
    height: 48px;
    line-height: 46px;
    position: relative;
    top: -5px;
    margin-bottom: 10px
}

.progressbar li:after {
    content: '';
    width: 80%;
    height: 5px;
    background: #e5e5e5;
    position: absolute;
    left: -40%;
    top: 18px;
    z-index: -1;
    border-radius: 5px
}

.progressbar li:first-child:before {
    margin: 1px auto 10px 1px
}

.progressbar li:last-child:before {
    margin: 1px 1px 10px auto
}

.progressbar li:first-child:after {
    content: none
}

.progressbar li.active:before {
    background: #009857;
    color: #fff;
    border: 2px solid #fff;
    outline: 1px solid #009857
}

.progressbar li.active:after {
    background: #009857;
    color: #fff;
    border: 1px solid #009857
}

.progressbar li.active.checked:before {
    content: '';
    font-family: 'ccadicon' !important;
    color: #fff;
    font-size: 10px
}

.Step3 .stepContainer .QuestionNext {
    display: none
}

.Step3 .stepContainer .QuestionNext.show {
    display: block;
    padding: 8px 10px;
    width: 15%;
    float: right;
    margin-top: 0
}

@media(max-width:767px) {
    .progressbar {
        overflow: auto;
        white-space: nowrap;
        width: inherit;
        padding-bottom: 15px
    }

    .Step3 .progressbar li {
        width: 150px;
        display: inline-grid;
        float: none;
        font-size: 13px;
        line-height: 18px
    }

    .progressbar li.active:before {
        width: 36px;
        height: 36px;
        line-height: 34px;
        top: 0
    }

    .progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 1px auto 13px auto;
        font-size: 15px
    }

    .progressbar li:after {
        top: 14px
    }
}

.StoryHighlight {
    padding: 80px 0
}

.SharePanel {
    overflow: hidden
}

.SharePanel .Tag {
    margin-right: 40px
}

.BackToPage {
    float: right
}

.BackToPage a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #009857;
    text-decoration: none
}

.BackToPage a:before {
    content: '';
    font-family: 'ccadicon' !important;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.StoryHighlight h2,
.StoryHighlight h1 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    font-weight: 700;
    margin: 20px 0 40px 0
}

.StoryMedia {
    display: flex;
    position: relative;
    border-radius: 5px;
    background-color: #ccc
}

.StoryMedia img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 725px
}

.StoryMediaPlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    padding-top: 24%;
    border-radius: 5px
}

.StoryDetailsPanel {
    padding: 100px 0
}

.StoryContent {
    padding-right: 70px
}

.StoryContent h5 {
    font-size: 20px;
    line-height: 28px;
    color: #00843d;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0
}

.StoryContent p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden
}

.StoryContent img {
    float: left;
    margin-right: 30px;
    border-radius: 5px;
    width: 100%
}

.StoryContent h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0
}

.QuotationNote p {
    font-size: 24px;
    line-height: 38px;
    margin: 0
}

.ServiceItemPanel {
    margin-top: 30px
}

.PatientFeatureVideo {
    display: none
}

@media(min-width:1075px) and (max-width:1200px) {
    .StoryMedia img {
        height: 425px
    }

    .StoryMediaPlay {
        padding-top: 18%
    }

    .StoryContent img {
        width: 50%
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .StoryContent {
        padding-right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .StoryHighlight {
        padding: 40px 0
    }

    .StoryMedia img {
        height: 400px
    }

    .StoryHighlight h2,
    .StoryHighlight h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 20px 0 30px 0
    }

    .StoryDetailsPanel {
        padding: 50px 0
    }

    .StoryContent {
        padding-right: 0
    }

    .RelatedStoriesSlider .StoriesListItem {
        width: 50%
    }
}

@media(max-width:767px) {
    .StoryHighlight {
        padding: 30px 10px 0 10px;
        position: relative
    }

    .StoryHighlight .tab-order-last {
        order: 1 !important
    }

    .StoryHighlight .tab-order-first {
        order: -6 !important
    }

    .ShareAndTitle {
        margin-top: 20px
    }

    .SharePanel .Tag {
        margin-right: 15px
    }

    .BackToPage {
        position: absolute;
        top: 10px;
        display: block;
        text-align: left;
        padding: 10px 0
    }

    .StoryHighlight h2,
    .StoryHighlight h1 {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 30px 0
    }

    .StoryBanner {
        margin-top: 30px
    }

    .StoryMedia img {
        height: 185px
    }

    .StoryMediaPlay {
        padding-top: 18%
    }

    .StoryDetailsPanel {
        padding: 40px 0
    }

    .StoryContent {
        padding-right: 0
    }

    .StoryContent h5 {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px 0
    }

    .StoryContent p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0
    }

    .StoryContent img {
        float: left;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 0;
        width: 100%;
        object-fit: cover
    }

    .StoryContent h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 20px 0
    }

    .QuotationNote {
        padding: 25px
    }

    .QuotationNote p {
        font-size: 20px;
        line-height: 28px
    }
}

.inner-page .ExpertQuestionSection {
    margin-bottom: 0
}

.SupportPanel {
    padding: 80px 0;
    text-align: center
}

.SupportPanel h4 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0
}

.SupportPanel p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0
}

.SupportPanel .btn-blue {
    font-size: 18px;
    line-height: 28px;
    padding: 14px 46px;
    margin-top: 20px
}

.SupportPanel .btn-green {
    font-size: 18px;
    line-height: 28px;
    padding: 14px 63px
}

.SupportPanel .btn-green i {
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 15px
}

.SupportPanel .btn-general {
    margin-right: 40px
}

.SupportPanel .btn-general:last-child {
    margin-right: 0
}

.SupportPanel .btn-white-blue-border {
    width: 260px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center
}

.SupportPanel .btn-white-blue-border i {
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 15px
}

@media(min-width:768px) and (max-width:1200px) {
    .SupportPanel {
        overflow: hidden
    }

    .SupportPanel .btn-general:last-child {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .SupportPanel {
        padding: 30px 10px
    }

    .SupportPanel p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px 0;
        padding: 0
    }

    .SupportPanel .btn-general {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        padding: 9px
    }

    .SupportPanel .btn-green i {
        font-size: 13px
    }

    .SupportPanel .btn-general {
        margin-bottom: 20px
    }

    .SupportPanel .btn-general:last-child {
        margin-bottom: 0
    }

    .SupportPanel .btn-white-blue-border {
        height: auto
    }
}

.ThumbnailListing {
    padding: 50px 0
}

.ListingTitleArea h3 {
    font-size: 36px;
    font-weight: 700;
    color: #4b4b45;
    line-height: 46px;
    margin: 0 0 50px 0;
    padding: 0
}

.ListingTitleArea h3 span {
    float: right
}

.ListingTitleArea .chosen-container {
    width: 100% !important
}

.ListingTitleArea .chosen-single,
.ListingTitleArea .chosen-container-active.chosen-with-drop .chosen-single {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #4b4b45;
    border-radius: 4px;
    padding: 16px 20px;
    width: 280px;
    background-image: none;
    background-color: #fff;
    height: auto;
    box-shadow: none;
    font-weight: 400;
    text-align: left
}

.ListingTitleArea .chosen-container-single .chosen-single span {
    width: 100%;
    margin-right: 0
}

.ListingTitleArea .chosen-container .chosen-drop {
    border-radius: 0 0 4px 4px;
    margin-top: -4px
}

.ListingTitleArea .chosen-container-single .chosen-single div b,
.ListingTitleArea .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 1px 18px;
    background: none
}

.ListingTitleArea .chosen-container-single .chosen-single div b:after,
.ListingTitleArea .chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: "";
    position: absolute;
    top: 15px;
    font-family: 'ccadicon' !important;
    right: 15px;
    color: #4b4b45;
    font-size: 16px
}

.ListingTitleArea .chosen-container .chosen-results li.highlighted {
    background-color: #009857;
    background-image: none;
    color: #fff;
    border-radius: 3px
}

.ListingTitleArea .chosen-container .chosen-results li {
    padding: 10px 6px
}

.ThumbnailListArea {
    overflow: hidden;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.ThumbnailListArea .ThumbnailListItem {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px
}

.ListImageArea {
    position: relative;
    margin-bottom: 20px
}

.ListImageArea img {
    border-radius: 5px;
    width: 100% !important;
    height: 200px;
    object-fit: cover
}

.ListImageArea .Tag {
    position: absolute;
    left: 15px;
    top: 15px
}

.ListImageArea .ShareIcon {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100 !important
}

.ThumbnailListItem .date {
    font-size: 13px;
    line-height: 23px;
    color: #7b7d83;
    margin-bottom: 10px
}

.ThumbnailListItem p a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    text-decoration: none
}

.ThumbnailListing .LoadButtonArea {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0;
    margin-top: 10px
}

.LoadButtonArea .btn-general {
    padding: 14px 94px;
    font-size: 18px;
    line-height: 28px
}

@media(min-width:1200px) and (max-width:1376px) {
    .ListingTitleArea {
        margin-top: 10px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .ListingTitleArea {
        margin-top: 30px
    }

    .StoriesListItem p a {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .ListingTitleArea {
        margin-top: 30px
    }

    .ThumbnailListItem {
        margin-bottom: 20px
    }

    .ThumbnailListArea .ThumbnailListItem {
        width: 33.33%
    }

    .RelatedStoriesSlider .ThumbnailListItem {
        width: 50%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ThumbnailListing {
        padding: 50px 0
    }

    .ListingTitleArea {
        margin-top: 0
    }

    .ThumbnailListItem p a {
        font-size: 14px;
        line-height: 20px
    }

    .ThumbnailListItem {
        margin-bottom: 0
    }

    .ListImageArea {
        margin-bottom: 10px
    }

    .LoadButtonArea .btn-general {
        padding: 12px 80px;
        font-size: 16px;
        line-height: 22px
    }

    .ThumbnailListArea .ThumbnailListItem {
        width: 33.33%
    }

    .RelatedStoriesSlider .ThumbnailListItem {
        width: 50%
    }
}

@media(max-width:767px) {
    .ThumbnailListing {
        padding: 50px 10px
    }

    .ListingTitleArea h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 40px 0
    }

    .ListingTitleArea h3 span {
        display: block;
        float: none;
        margin-top: 20px
    }

    .ListingTitleArea h3 span select {
        width: 100%
    }

    .ThumbnailListArea .ThumbnailListItem {
        width: 100%
    }

    .ThumbnailListItem {
        margin-bottom: 0
    }

    .ThumbnailListArea.RelatedStoriesSlider {
        display: block;
        margin: 0
    }

    .RelatedStoriesSlider .ThumbnailListItem {
        width: 335px !important;
        display: block;
        margin-bottom: 10px;
        padding: 0
    }

    .RelatedStoriesSlider .slick-dots {
        bottom: 0 !important
    }

    .RelatedStoriesSlider .slick-dots li button,
    .RelatedStoriesSlider .slick-dots li button:before {
        width: 100%
    }

    .RelatedStoriesSlider .slick-dots li {
        width: 25%
    }

    .ThumbnailListing .LoadButtonArea {
        text-align: center;
        margin-top: 30px
    }

    .LoadButtonArea .btn-general {
        display: inline-block;
        width: 270px;
        font-size: 18px;
        line-height: 28px;
        padding: 14px 0;
        margin-top: 0
    }
}

@media(min-width:375px) and (max-width:413px) {
    .RelatedStoriesSlider .StoriesListItem {
        width: 330px !important
    }
}

@media(min-width:414px) and (max-width:500px) {
    .RelatedStoriesSlider .ThumbnailListItem {
        width: 370px !important
    }
}

@media(max-width:320px) {
    .RelatedStoriesSlider .ThumbnailListItem {
        width: 275px !important
    }

    .ListingTitleArea h3 {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 20px 0
    }
}

.ToolsSliderArea {
    padding: 0 0 100px 0;
    overflow-x: hidden
}

.ToolsSlider .slick-active {
    opacity: 1
}

.ToolsSliderItem {
    width: 410px !important;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(190, 190, 205, .5);
    position: relative;
    margin-top: 0
}

.ToolsSliderItem img {
    border-radius: 10px 10px 0 0;
    width: 100% !important
}

.ToolsSliderContent {
    padding: 25px
}

.ToolsSliderContent h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 20px 0
}

.ToolsSliderContent p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45;
    margin-bottom: 18px
}

.ToolsSlider .slick-prev {
    left: -100px
}

.ToolsSlider .slick-next {
    right: -100px
}

@media(min-width:1200px) and (max-width:1376px) {
    .ToolsSlider .slick-prev {
        left: -25px
    }

    .ToolsSlider .slick-next {
        right: -25px
    }
}

@media(min-width:1075px) and (max-width:1200px) {
    .ToolsSlider .slick-prev {
        left: -25px
    }

    .ToolsSlider .slick-next {
        right: -25px
    }

    .ToolsSliderItem {
        width: 270px !important
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .ToolsSliderArea {
        padding: 50px 0
    }

    .ToolsSlider .slick-prev {
        left: -25px
    }

    .ToolsSlider .slick-next {
        right: -25px
    }

    .ToolsSliderItem {
        width: 250px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ToolsSliderArea {
        padding: 50px 0
    }

    .ToolsSlider .slick-prev {
        left: -25px
    }

    .ToolsSlider .slick-next {
        right: -25px
    }
}

@media(max-width:767px) {
    .ToolsSliderArea {
        padding: 40px 10px
    }

    .ToolsSliderItem {
        width: 243px !important
    }

    .ToolsSliderContent {
        padding: 20px
    }

    .ToolsSliderContent h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 10px 0;
        min-height: 56px
    }

    .ToolsSliderContent p {
        font-size: 12px;
        line-height: 18px
    }

    .ToolsSliderContent .btn-general {
        padding: 9px 47px;
        font-size: 12px;
        line-height: 16px
    }
}

.agendaPanel {
    padding: 100px 0
}

.agendaPanel h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: 700
}

.agendaTable {
    background-color: #fafafa
}

.agendaTableHeader {
    padding: 50px 0 20px 0;
    text-align: center;
    color: #4b4b45
}

.agendaTableHeader h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0
}

.agendaTableHeader p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.agendaTableProgram h4 {
    font-size: 24px;
    line-height: 28px;
    color: #009857;
    font-weight: 700;
    text-align: center;
    background-color: #edf4fa;
    margin: 0;
    padding: 20px 0;
    border-bottom: 2px solid #fafafa
}

.agendaTableProgramHeader {
    background-color: #edf4fa;
    text-align: center;
    padding: 20px 0
}

.agendaTableProgramHeader h5 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0
}

.agendaTableProgramHeader p {
    margin: 0;
    padding: 0
}

.agendaTableProgramHeader p span {
    font-size: 20px;
    line-height: 28px;
    color: #00843d;
    font-weight: 600;
    margin: 0 10px 0 0;
    padding: 0
}

.agendaRow {
    display: table;
    width: 100%
}

.agendaTime {
    color: #4b4b45;
    padding: 20px 0 0 20px;
    width: 25%;
    text-align: left;
    font-size: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    display: table-cell
}

.agendaDetails {
    padding: 20px;
    display: block;
    width: 75%;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    font-size: 20px;
    line-height: 28px
}

.agendaDetails p {
    padding: 0;
    margin-bottom: 10px
}

.agendaDetails span {
    font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
    .agendaPanel {
        padding: 50px 0
    }

    .agendaPanel h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 40px 0
    }

    .agendaTableHeader {
        padding: 20px 0
    }

    .agendaTableHeader h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 10px 0
    }

    .agendaTableHeader p {
        font-size: 16px;
        line-height: 24px
    }

    .agendaTableProgram h4 {
        font-size: 20px;
        line-height: 24px
    }

    .agendaTableProgramHeader h5 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 18px 0
    }

    .agendaTableProgramHeader p span {
        font-size: 16px;
        line-height: 24px;
        margin: 0 10px 0 0
    }
}

@media(max-width:767px) {
    .agendaPanel {
        padding: 50px 10px
    }

    .agendaPanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 30px 0
    }

    .agendaTableHeader {
        padding: 30px 0 20px 0;
        text-align: center;
        color: #4b4b45
    }

    .agendaTableHeader h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px 0
    }

    .agendaTableHeader p {
        font-size: 14px;
        line-height: 20px
    }

    .agendaTableProgram h4 {
        font-size: 18px
    }

    .agendaTableProgramHeader {
        padding: 20px
    }

    .agendaTableProgramHeader h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .agendaTableProgramHeader p span {
        font-size: 14px;
        line-height: 20px
    }

    .agendaRow {
        display: block;
        width: 100%
    }

    .agendaTime {
        width: 100%;
        border-right: none;
        display: block;
        padding: 20px;
        font-size: 18px;
        line-height: 28px
    }

    .agendaTime:after {
        content: "";
        font-family: 'FontAwesome';
        color: #777;
        font-weight: bold;
        float: right;
        right: 20px
    }

    .agendaTime.active {
        border-bottom: 0
    }

    .agendaTime.active:after {
        content: "";
        font-family: 'FontAwesome';
        right: 20px
    }

    .agendaDetails {
        width: 100%;
        height: auto;
        display: none;
        font-size: 16px;
        line-height: 26px
    }
}

.resoucesPanel {
    padding: 100px 0
}

.resoucesPanel h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #4b4b45;
    font-weight: 700
}

.resoucesPanel .buttonArea {
    text-align: center;
    margin-top: 30px
}

.resoucesPanel .buttonArea .btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    padding: 0
}

@media(max-width:767px) {
    .resoucesPanel {
        padding: 50px 10px
    }

    .resoucesPanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0
    }

    .resoucesPanel .buttonArea {
        margin-top: 10px
    }

    .resoucesPanel .buttonArea .btn-general {
        width: 100%
    }
}

.featuredSpeakersPanel {
    padding: 100px 0
}

.featuredSpeakersPanel h2 {
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45;
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: 700
}

.featuredSpeakersPanel .buttonArea {
    margin-top: 30px;
    text-align: center
}

.featuredSpeakersPanel .buttonArea .btn-general {
    width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    font-size: 18px
}

@media(min-width:768px) and (max-width:1376px) {
    .featuredSpeakersPanel {
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .featuredSpeakersPanel {
        padding: 50px 10px
    }

    .featuredSpeakersPanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 30px 0
    }

    .featuredSpeakersPanel .buttonArea {
        margin-top: 0
    }

    .featuredSpeakersPanel .buttonArea .btn-general {
        width: 100%
    }
}

.search .CategorySearchArea {
    width: 100%
}

.search .CategorySearchArea .SearchBarArea {
    top: 0;
    left: 0
}

.search .SearchDropDown {
    top: 48px;
    z-index: 200
}

.search .DetailsMainContainer {
    padding-top: 10px
}

.search .searchInfo {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b45;
    margin-bottom: 30px
}

.search .searchInfo span {
    color: #009857
}

.search .categoryCardItem {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px
}

.search .categoryCardItem:last-child {
    margin-bottom: 0
}

.categoryCardItem .imageArea {
    width: 15%;
    margin-right: 3%;
    position: relative
}

.categoryCardItem .imageArea span.iconArea {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: #009857;
    color: #fff;
    line-height: 34px;
    text-align: center
}

.categoryCardItem .imageArea img {
    border-radius: 10px;
    width: 136px;
    margin: 0;
    height: 136px;
    object-fit: cover
}

.categoryCardItem .contentArea {
    width: 85%;
    padding-top: 15px;
    position: relative
}

.categoryCardItem .contentArea .labelSection {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.categoryCardItem .contentArea .labelSection .label {
    color: #00843d;
    margin-right: 15px
}

.categoryCardItem .contentArea .labelSection .category {
    color: #009857;
    margin-right: 15px
}

.categoryCardItem .contentArea .labelSection .date,
.categoryCardItem .contentArea .labelSection .event,
.categoryCardItem .contentArea .labelSection .time {
    color: #7b7d83;
    margin-right: 15px
}

.categoryCardItem .contentArea .labelSection .date:before,
.categoryCardItem .contentArea .labelSection .event:before,
.categoryCardItem .contentArea .labelSection .time:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #79d0e6;
    border-radius: 50px;
    display: inline-block;
    top: -2px;
    margin-right: 15px
}

.categoryCardItem .contentArea h2 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    margin: 10px 0;
    padding: 0 160px 0 0;
    min-height: auto
}

.categoryCardItem .contentArea p {
    font-size: 14px;
    line-height: 22px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    float: left;
    width: 70%
}

.categoryCardItem .buttonArea {
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0
}

.categoryCardItem .buttonArea .btn-general {
    width: 160px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 40px
}

.search .sideSlider {
    margin-top: 30px
}

.search .tab_content .DoctorImg img {
    margin: 0;
    width: 120px !important;
    height: 120px;
    object-fit: cover;
    border-radius: 0
}

.search .PaginationArea {
    margin: 30px 0
}

@media(min-width:768px) and (max-width:1200px) {
    .search .ResouceSearchArea {
        margin-top: 0
    }

    .categoryCardItem {
        padding: 20px
    }

    .categoryCardItem .imageArea {
        width: 19%;
        margin-right: 3%
    }

    .categoryCardItem .contentArea {
        padding-top: 10px
    }

    .categoryCardItem .contentArea .labelSection,
    .categoryCardItem .contentArea .labelSection .date {
        font-size: 12px
    }

    .categoryCardItem .contentArea h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 5px 0
    }

    .search .stack .DoctorImg {
        position: relative;
        top: 0;
        height: auto
    }

    .stack .DocNameRole {
        top: auto
    }

    .search .stack .Availability {
        top: -30px
    }

    .search .stack .NearAvail {
        width: 65%
    }

    .categoryCardItem .buttonArea .btn-general {
        width: 130px
    }
}

@media(max-width:767px) {
    .search .SearchDropDown .SearchContent .SearchSectionArea {
        margin: 0 5px
    }

    .search .categoryCardItem {
        display: block
    }

    .categoryCardItem .imageArea,
    .categoryCardItem .contentArea,
    .categoryCardItem .buttonArea {
        width: 100%;
        margin: 0
    }

    .categoryCardItem .contentArea {
        position: relative
    }

    .categoryCardItem .imageArea img {
        height: 136px;
        object-fit: cover;
        width: 100%
    }

    .categoryCardItem .contentArea .labelSection,
    .categoryCardItem .contentArea .labelSection .date {
        font-size: 13px;
        line-height: 23px
    }

    .categoryCardItem .contentArea .labelSection span {
        margin-bottom: 5px;
        display: inline-block
    }

    .categoryCardItem .contentArea h2 {
        margin: 10px 0 15px 0;
        padding: 0
    }

    .categoryCardItem .contentArea p {
        float: none;
        width: 100%
    }

    .categoryCardItem .buttonArea {
        text-align: left;
        align-self: auto;
        margin-top: 20px;
        float: none;
        position: relative
    }

    .search .symptomsDetailsTabArea,
    .search .symptomsDetailsTabArea ul,
    .search .symptomsDetailsTabArea ul li.active {
        background-color: #fafafa;
        z-index: 1
    }

    .search .tab_content .DoctorImg {
        height: 120px
    }

    .search .tab_content .DoctorImg img {
        margin: 0;
        width: 100% !important;
        height: 120px;
        object-fit: contain;
        border-radius: 0
    }
}

.registerFormPanel {
    padding: 50px 0
}

.registerFormPanel .online-forms {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0
}

.registerFormPanel h2,
.registerFormPanel p {
    text-align: center;
    padding: 0
}

.registerFormPanel h2 {
    margin: 0 0 25px 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #4b4b45
}

.registerFormPanel p {
    margin: 0 0 50px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4b45
}

.registerFormPanel .online-forms .chosen-single,
.registerFormPanel .online-forms .chosen-container-active.chosen-with-drop .chosen-single,
.registerFormPanel .online-forms .form-control {
    border: 0
}

.registerFormPanel input:focus {
    box-shadow: none !important;
    border: 0 solid #009857 !important
}

.registerFormPanel .InputArea {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #4b4b45
}

.registerFormPanel .InputArea .form-check .form-check-input {
    float: none
}

.registerFormPanel .buttonArea {
    text-align: center;
    margin-top: 30px
}

.registerFormPanel .buttonArea .btn-general {
    width: 250px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    margin-left: 38px
}

.registerFormPanel .btn-captcha {
    display: inline-block
}

.registerFormPanel .lblEmail {
    display: none
}

.registerFormPanel .g-recaptcha {
    width: 0;
    float: left;
    margin-left: 30%;
    position: relative;
    top: -8px
}

@media(max-width:767px) {
    .registerFormPanel {
        padding: 50px 10px 20px 10px
    }

    .registerFormPanel p {
        margin: 0 0 20px 0
    }

    .registerFormPanel .online-forms .form-group .form-select {
        border: 0
    }

    .registerFormPanel .buttonArea a {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .registerFormPanel .buttonArea .btn-general {
        width: 100%;
        margin-left: 0
    }

    .registerFormPanel .g-recaptcha {
        margin-left: 7%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .registerFormPanel .buttonArea .btn-general {
        margin-left: 200px !important
    }

    .registerFormPanel .g-recaptcha {
        margin-left: 0 !important
    }
}

.patientVisitor .pageHeadingArea p a {
    top: 70px
}

.patientVisitor .releventSearchPanel .searchItems a:nth-child(odd) {
    margin-right: 20px
}

.patientVisitor .releventSearchPanel .searchItems a.btn-general {
    display: inline-block;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0;
    padding-left: 20px;
    color: #4b4b45;
    box-shadow: none;
    margin-top: 10px
}

.appointmentPanel {
    padding: 0 0 50px 0
}

.appointmentPanel h2 {
    font-size: 28px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.appointmentPanel p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.appointmentPanel p a {
    color: #009857;
    text-decoration: underline
}

.appointmentPanel p a:hover {
    text-decoration: none
}

.appointmentPanel .buttonArea {
    text-align: right
}

.appointmentPanel .buttonArea a {
    margin-bottom: 10px;
    display: inline-block
}

.appointmentPanel .buttonArea img {
    width: 158px
}

.patientVisitorLinksPanel {
    padding: 100px 0 60px 0
}

.patientVisitorLinksPanel .linksArea {
    margin-bottom: 40px
}

.patientVisitorLinksPanel .linksArea h3 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize
}

.patientVisitorLinksPanel .linksArea h3 i {
    font-size: 26px;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.patientVisitorLinksPanel .linksArea p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45;
    margin: 0 0 25px 0;
    padding: 0
}

.patientVisitorLinksPanel .linksArea ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.patientVisitorLinksPanel .linksArea ul li {
    margin-bottom: 10px
}

.patientVisitorLinksPanel .linksArea ul li,
.patientVisitorLinksPanel .linksArea ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #009857;
    text-decoration: none;
    font-weight: 600
}

.patientVisitor .AboutIconArea {
    margin-top: 30px
}

.patientVisitor .FAQSection {
    padding: 0 0 100px 0
}

.patientVisitor .crossStyleImgPanel .ThumbContentArea {
    padding: 0 0 0 55px
}

.patientVisitor .crossStyleImgPanel .row.right .ThumbContentArea {
    padding: 0 55px 0 0
}

.patientVisitor .OtherResouceItem {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600
}

@media(min-width:1200px) and (max-width:1376px) {
    .patientVisitor .releventSearchPanel {
        width: 48%;
        top: 80px
    }

    .patientVisitor .releventSearchPanel p {
        width: 100%
    }

    .patientVisitor .releventSearchPanel .searchItems a.btn-general {
        width: 202px
    }

    .patientVisitor .FAQSection {
        padding: 0 0 50px 0
    }
}

@media(min-width:1075px) and (max-width:1199px) {
    .patientVisitor .releventSearchPanel {
        width: 48%;
        top: 80px
    }

    .patientVisitor .releventSearchPanel p {
        width: 100%
    }

    .patientVisitor .releventSearchPanel .searchItems a.btn-general {
        width: 165px;
        font-size: 12px;
        padding-left: 10px
    }

    .patientVisitor .releventSearchPanel .searchItems a:nth-child(odd) {
        margin-right: 7px
    }

    .appointmentPanel h2 {
        font-size: 22px;
        line-height: 30px
    }

    .patientVisitor .FAQSection {
        padding: 0 0 50px 0
    }
}

@media(min-width:992px) and (max-width:1075px) {
    .patientVisitor .releventSearchPanel {
        width: 48%;
        top: 80px
    }

    .patientVisitor .releventSearchPanel p {
        width: 100%
    }

    .patientVisitor .releventSearchPanel .searchItems a:nth-child(odd) {
        margin-right: 7px
    }

    .patientVisitor .releventSearchPanel .searchItems a.btn-general {
        width: 165px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        font-size: 12px
    }

    .pageHeadingArea p.infoContent {
        padding: 0 52px 0 0;
        top: -56px
    }

    .appointmentPanel {
        padding: 0 0 30px 0
    }

    .appointmentPanel h2 {
        font-size: 20px;
        line-height: 26px
    }

    .appointmentPanel p {
        font-size: 14px;
        line-height: 20px;
        line-height: 20px
    }

    .appointmentPanel .buttonArea img {
        width: 100%;
        margin-bottom: 10px
    }

    .patientVisitorLinksPanel {
        padding: 50px 0 30px 0
    }

    .patientVisitorLinksPanel .linksArea {
        margin-bottom: 20px
    }

    .patientVisitorLinksPanel .linksArea h3 {
        font-size: 16px;
        line-height: 20px
    }

    .patientVisitorLinksPanel .linksArea h3 i {
        font-size: 18px;
        margin-right: 5px
    }

    .patientVisitorLinksPanel .linksArea p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 15px 0
    }

    .patientVisitorLinksPanel .linksArea ul li a {
        font-size: 16px;
        line-height: 24px
    }

    .patientVisitor .FAQSection {
        padding: 0 0 50px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .patientVisitor .pageHeadingArea h1 {
        padding: 30px 0
    }

    .patientVisitor .releventSearchPanel {
        width: 48%;
        top: 35px
    }

    .patientVisitor .releventSearchPanel p {
        width: 100%
    }

    .patientVisitor .pageHeadingArea p.infoContent {
        padding: 0 20px 30px 0;
        top: -15px
    }

    .patientVisitor .releventSearchPanel .searchItems a:nth-child(odd) {
        margin-right: 5px
    }

    .patientVisitor .releventSearchPanel .searchItems a.btn-general {
        width: 145px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding-left: 0;
        font-size: 11px
    }

    .appointmentPanel h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0
    }

    .appointmentPanel .buttonArea {
        text-align: center;
        margin-top: 20px
    }

    .appointmentPanel .buttonArea img {
        height: 52px
    }

    .patientVisitorLinksPanel {
        padding: 50px 0 30px 0
    }

    .patientVisitorLinksPanel .linksArea {
        margin-bottom: 20px
    }

    .patientVisitorLinksPanel .linksArea h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px 0
    }

    .patientVisitorLinksPanel .linksArea h3 i {
        font-size: 20px;
        margin-right: 5px
    }

    .patientVisitorLinksPanel .linksArea p {
        font-size: 14px;
        line-height: 20px
    }

    .patientVisitorLinksPanel .linksArea ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .patientVisitor .LargeSliderContent {
        padding-left: 0
    }

    .patientVisitor .LargeSliderContent p {
        font-size: 14px;
        line-height: 22px
    }

    .patientVisitor .LargeSliderContent .btn-blue {
        padding: 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        width: 200px
    }

    .patientVisitor .FAQSection {
        padding: 0 0 50px 0
    }
}

@media(max-width:767px) {
    .patientVisitor .pageHeadingArea {
        position: relative;
        overflow: inherit
    }

    .patientVisitor .pageHeadingArea h1,
    .bg-grey.patientVisitor .pageHeadingArea h1 {
        padding: 0 0 15px 0
    }

    .patientVisitor .pageHeadingArea p.infoContent {
        top: 0
    }

    .patientVisitor .releventSearchPanel {
        width: 100%;
        top: 5px
    }

    .patientVisitor .releventSearchPanel p {
        font-size: 14px
    }

    .patientVisitor .releventSearchPanel .searchItems a:nth-child(odd) {
        margin-right: 0
    }

    .patientVisitor .releventSearchPanel .searchItems a.btn-general {
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 400
    }

    .patientVisitor .AboutIconArea {
        margin-top: 0
    }

    .appointmentPanel {
        padding: 0 10px 40px 10px
    }

    .appointmentPanel h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 15px 0
    }

    .appointmentPanel p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .appointmentPanel .buttonArea {
        text-align: left
    }

    .appointmentPanel .buttonArea a {
        margin-right: 10px;
        margin-bottom: 0
    }

    .patientVisitorLinksPanel {
        padding: 50px 10px
    }

    .patientVisitorLinksPanel .linksArea p {
        font-size: 14px
    }

    .patientVisitorLinksPanel .linksArea ul li a {
        font-size: 16px;
        line-height: 24px
    }

    .patientVisitor .LargeSliderContent .btn-blue {
        width: 210px
    }

    .patientVisitor .LargeSliderContent {
        margin: 150px 0 0 0
    }

    .patientVisitor .FAQSection {
        padding: 0 10px 50px 10px
    }

    .patientVisitor .crossStyleImgPanel .ThumbContentArea {
        padding: 0 0 0 0
    }

    .patientVisitor .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0 0 0 0
    }
}

.patientVisitor .FAQSection h2 {
    font-size: 36px;
    line-height: 46px
}

.patientVisitor .accordion-item {
    background-color: #fafafa
}

@media(min-width:768px) and (max-width:991px) {
    .patientVisitor .pageHeadingArea.patientDetails h1 {
        font-size: 28px;
        line-height: 34px
    }

    .patientVisitor .pageHeadingArea.patientDetails p.infoContent {
        padding: 0 0 30px 0;
        top: -25px
    }

    .patientVisitor .SideActionPanel {
        display: none
    }

    .patientVisitor .DetailsMainContainer .tab-order-last {
        order: 6 !important
    }

    .patientVisitor .DetailsMainContainer .tab-order-first {
        order: -1 !important
    }
}

@media(max-width:767px) {
    .pageHeadingArea.patientDetails p {
        top: -54px
    }

    .pageHeadingArea.patientDetails p a {
        left: 0
    }

    .patientVisitor .pageHeadingArea.patientDetails h1 {
        position: relative;
        top: 25px
    }

    .patientVisitor .pageHeadingArea.patientDetails p.infoContent {
        top: 18px
    }

    .patientVisitor .SideActionPanel {
        display: none
    }

    .patientVisitor .DetailsMainContainer .tab-order-last {
        order: 6 !important
    }

    .patientVisitor .DetailsMainContainer .tab-order-first {
        order: -1 !important
    }

    .patientVisitor .FAQSection h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

.RetailListPanel {
    padding: 0 0 60px 0
}

.retailContentArea {
    position: relative;
    z-index: 100
}

.retailItem {
    background-color: #fff;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 40px
}

.retailImg {
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 200px;
    height: 150px;
    text-align: center;
    line-height: 150px
}

.retailImg img {
    object-fit: cover;
    width: auto;
    height: auto;
    margin: 0
}

.retailItem .retailContent h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45
}

.retailItem .retailContent p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45
}

.RetailDetails {
    margin-bottom: 20px
}

.RetailDetails span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #4b4b45
}

.RetailDetails span:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #00843d;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 1px
}

.RetailDetails span:last-child:after {
    display: none
}

.retailItem .retailContent a.btn-general {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0
}

@media(min-width:768px) and (max-width:1199px) {
    .retailImg img {
        width: 80%
    }

    .patientVisitorRetail .SideAppointmentBox,
    .patientVisitorRetail .QuickLinkBox {
        float: left;
        width: 48%
    }

    .patientVisitorRetail .SideAppointmentBox {
        margin-right: 4%;
        padding: 66px 50px
    }
}

@media(max-width:767px) {
    .RetailListPanel {
        padding: 0 10px
    }

    .retailItem {
        margin-bottom: 30px
    }

    .retailImg {
        height: 128px;
        line-height: 128px;
        margin-bottom: 20px;
        width: 100%
    }

    .retailItem .retailContent h5 {
        font-size: 18px
    }

    .retailItem .retailContent p {
        font-size: 14px
    }

    .RetailDetails span {
        display: block;
        margin-bottom: 10px
    }

    .RetailDetails span:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background-color: #00843d;
        display: inline-block;
        margin: 0 10px 0 0;
        position: relative;
        top: 0
    }

    .RetailDetails span:after {
        display: none
    }

    .patientVisitor .locationMapPanel .LocationArea {
        margin: 0 0
    }

    .patientVisitor .transportLocation {
        margin: 50px 0 0 0
    }

    .patientVisitor .crossStyleImgPanel {
        padding: 0 0 50px 0
    }
}

.patientVisitor .tab-order-last .crossStyleImgPanel {
    padding: 0
}

.patientVisitor .tab-order-first .FormPagePanel {
    margin-bottom: 0
}

.lifeSupport .pageBanner .desktopBanner img {
    height: auto
}

.lifeSupport .pageHeadingArea {
    margin-top: -120px
}

.supportContentPanel {
    padding: 30px 0 50px 0
}

.supportContentPanel .contentArea h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #009857;
    margin: 0 0 20px 0
}

.supportContentPanel .contentArea p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #4b4b45
}

.supportContentPanel .contentArea p span {
    font-weight: 600
}

.courseListingPanel {
    padding: 50px 0 100px 0
}

.courseListingPanel h3 {
    font-size: 20px;
    line-height: 28px;
    color: #009857;
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: 700
}

.listingItem {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .25);
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px
}

.courseListingPanel .listingItem:last-child {
    margin-bottom: 0
}

.imgContentArea {
    width: 57%;
    float: left;
    overflow: hidden
}

.imgContentArea .imgArea {
    width: 20%;
    float: left
}

.imgContentArea .content {
    width: 80%;
    float: left
}

.imgContentArea .content h4 {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 10px 0;
    padding: 0 110px 0 0;
    font-weight: 600
}

.imgContentArea .content p {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    margin: 0 0 20px 0;
    padding: 0 110px 0 0
}

.imgContentArea .content a {
    font-size: 14px;
    line-height: 20px;
    color: #009857;
    font-weight: 600
}

.imgContentArea .content a:after {
    content: "";
    font-family: ccadicon !important;
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-left: 10px
}

.imgContentArea .content a.toggle-text-button.less:after {
    content: "";
    font-family: ccadicon !important;
    transform: rotate(90deg);
    display: inline-block;
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-left: 10px
}

.courseOptionArea {
    float: left;
    width: 43%
}

.courseOptionArea h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600
}

.courseSection {
    overflow: hidden
}

.courseOne,
.downloadButtonArea {
    float: left;
    width: 250px;
    margin-right: 30px
}

.courseTwo,
.registerButtonArea {
    float: left;
    width: 250px
}

.courseDetails {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    min-height: 117px
}

.courseDetails h6 {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b45;
    margin: 0 0 10px 0;
    padding: 0 22px 0 0;
    font-weight: 600
}

.courseDetails h6 i {
    color: #00843d
}

.courseDetails p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.courseSection a.btn-general {
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    width: 100%
}

.lifeSupport .PageActionArea {
    background-color: #fff
}

.supportDisclaimerPanel {
    padding: 80px 0
}

.supportDisclaimerPanel .disclaimerArea {
    border-radius: 5px;
    background-color: #fafafa;
    padding: 30px
}

.supportDisclaimerPanel .disclaimerArea h6 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 600;
    color: #4b4b45
}

.supportDisclaimerPanel .disclaimerArea p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b45;
    margin: 0;
    padding: 0
}

.toggle-text {
    display: none
}

@media(min-width:1200px) and (max-width:1376px) {
    .imgContentArea .imgArea {
        width: 24%
    }

    .imgContentArea .content {
        width: 76%
    }

    .imgContentArea .content h4,
    .imgContentArea .content p {
        padding: 0 50px 0 0
    }

    .courseOne,
    .downloadButtonArea {
        width: 215px;
        margin-right: 24px
    }

    .courseTwo,
    .registerButtonArea {
        width: 215px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .courseListingPanel {
        padding: 0 0 50px 0
    }

    .imgContentArea,
    .courseOptionArea {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .imgContentArea .content h4,
    .imgContentArea .content p {
        padding: 0
    }

    .courseOptionArea {
        margin-top: 20px
    }

    .courseOne,
    .downloadButtonArea {
        width: 48%;
        margin-right: 4%
    }

    .courseTwo,
    .registerButtonArea {
        width: 48%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courseListingPanel {
        padding: 0 0 50px 0
    }

    .imgContentArea,
    .courseOptionArea {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .imgContentArea .content {
        padding-left: 20px
    }

    .imgContentArea .content h4,
    .imgContentArea .content p {
        padding: 0
    }

    .courseOptionArea {
        margin-top: 15px
    }

    .courseOne,
    .downloadButtonArea,
    .courseTwo,
    .registerButtonArea {
        width: 300px
    }
}

@media(max-width:767px) {
    .supportContentPanel {
        padding: 0 10px 30px 10px
    }

    .supportContentPanel .contentArea p {
        font-size: 14px;
        line-height: 28px
    }

    .lifeSupport .PageActionArea {
        display: block;
        margin-top: 30px
    }

    .courseListingPanel {
        padding: 0 10px 50px 10px
    }

    .listingItem {
        padding: 20px
    }

    .courseListingPanel h3 {
        display: none
    }

    .imgContentArea,
    .courseOptionArea,
    .imgContentArea .imgArea,
    .imgContentArea .content {
        width: 100%;
        float: none
    }

    .imgContentArea .imgArea img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 20px
    }

    .imgContentArea .content h4,
    .imgContentArea .content p {
        padding: 0
    }

    .courseOptionArea {
        margin-top: 20px
    }

    .courseOne,
    .courseTwo,
    .downloadButtonArea,
    .registerButtonArea {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .courseOne,
    .downloadButtonArea {
        margin-bottom: 20px
    }

    .courseTwo .courseDetails {
        margin-bottom: 30px
    }
}

.downloadResoucePanel {
    padding: 100px 0;
    overflow: hidden
}

.downloadResoucePanel h2 {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700
}

.downloadResoucePanel p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 60px 0;
    padding: 0
}

.resourcesSlider .slick-slide.slick-active {
    opacity: 1
}

.resourceSlideItem {
    width: 410px !important;
    margin-left: 1px
}

.documentSlide {
    border: 1px solid #c6c8c8;
    background: #fff url("../../img/ltr/documentbg.png") no-repeat left center;
    border-radius: 10px;
    height: 230px;
    width: 100%;
    padding: 65px 95px 0 55px;
    position: relative
}

.documentSlide h5 {
    font-size: 24px;
    line-height: 34px;
    color: #4b4b45;
    font-weight: 700;
    margin-bottom: 15px
}

.documentSlide .documentType,
.documentSlide .documentSize {
    font-size: 16px;
    line-height: 26px;
    color: #009857
}

.documentSlide .documentType:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #009857;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px
}

.documentSlide .downloadButton {
    position: initial
}

.documentSlide .downloadButton i.icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 65px;
    color: #009857;
    font-weight: 400;
    border: 2px solid #009857;
    border-radius: 50%
}

.documentSlide .downloadButton i.icon:hover {
    background-color: #00843d;
    border: 2px solid #00843d;
    color: #fff
}

.documentSlide:hover {
    border: 1px solid #00843d;
    background-color: rgba(204, 228, 203, .2);
    box-shadow: 0 20px 40px rgba(190, 190, 205, .25)
}

.documentSlide:hover h5,
.documentSlide:hover .documentType,
.documentSlide:hover .documentSize {
    color: #00843d
}

.documentSlide:hover .documentType:after {
    background-color: #00843d
}

.videoSlide {
    position: relative
}

.videoSlide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 75, 69, .4);
    border-radius: 10px
}

.videoSlide img {
    width: 100%;
    border-radius: 10px
}

.videoSlide h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 55%;
    z-index: 100;
    font-weight: 600
}

.videoSlide .videoButton {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 65px;
    z-index: 100
}

.videoSlide .videoButton i.icon {
    padding-left: 5px;
    font-size: 18px
}

.downloadResoucePanel .ButtonArea {
    margin-top: 80px;
    text-align: center
}

.downloadResoucePanel .ButtonArea .btn-general {
    width: 240px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    padding: 0;
    font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
    .downloadResoucePanel {
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .downloadResoucePanel {
        padding: 50px 10px;
        overflow: auto
    }

    .downloadResoucePanel h2 {
        text-align: left;
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 10px 0
    }

    .downloadResoucePanel p {
        display: none
    }

    .resourcesSlider .resourceSlideItem {
        display: none
    }

    .resourcesSlider .resourceSlideItem:nth-child(-n+3) {
        display: block
    }

    .resourceSlideItem {
        width: 100% !important;
        margin-top: 20px
    }

    .documentSlide {
        border-radius: 10px;
        height: 184px;
        width: 100%;
        padding: 40px 75px 0 40px;
        position: relative;
        background-size: 25%
    }

    .documentSlide h5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .documentSlide .documentType,
    .documentSlide .documentSize {
        font-size: 14px;
        line-height: 20px
    }

    .documentSlide .downloadButton i.icon {
        font-size: 48px
    }

    .videoSlide h5 {
        font-size: 16px;
        line-height: 23px
    }

    .videoSlide .videoButton {
        width: 48px;
        height: 48px;
        line-height: 48px
    }

    .videoSlide .videoButton i.icon {
        padding-left: 5px;
        font-size: 14px
    }

    .downloadResoucePanel .ButtonArea {
        margin-top: 30px;
        text-align: center
    }

    .downloadResoucePanel .ButtonArea .btn-general {
        width: 100%
    }
}

.pageHeroBanner {
    position: relative
}

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

.pageHeroBanner .contentOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #009857 24.02%, rgba(0, 120, 191, .0001) 71.06%)
}

.pageHeroBanner .contentOverlay .contentArea {
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 60px
}

.pageHeroBanner .contentOverlay .contentArea h1 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700
}

.pageHeroBanner .contentOverlay .contentArea p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 0;
    color: #fff
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea {
    text-align: right
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 22px;
    text-align: left;
    color: #009857;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .3)
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general i {
    font-size: 20px;
    position: relative;
    top: 3px;
    font-weight: 400;
    margin-right: 8px
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea a {
    margin-right: 30px;
    margin-bottom: 22px
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea a:nth-child(even) {
    margin-right: 0
}

.pageHeroBanner .contentOverlay .contentArea .heroButtonArea a:nth-child(n+3) {
    margin-bottom: 0
}

@media(min-width:1200px) and (max-width:1400px) {
    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general {
        width: 255px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .pageHeroBanner .contentOverlay .contentArea {
        bottom: 30px
    }

    .pageHeroBanner .contentOverlay .contentArea h1 {
        font-size: 40px;
        line-height: 48px
    }

    .pageHeroBanner .contentOverlay .contentArea p {
        font-size: 16px;
        line-height: 24px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general {
        width: 195px;
        height: 45px;
        line-height: 45px;
        padding: 0 0 0 15px;
        font-size: 12px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a {
        margin-right: 20px;
        margin-bottom: 15px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general i {
        font-size: 18px;
        top: 4px;
        margin-right: 5px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeroBanner {
        height: 300px
    }

    .pageHeroBanner .contentOverlay .contentArea {
        bottom: 16px
    }

    .pageHeroBanner .contentOverlay .contentArea h1 {
        font-size: 36px;
        line-height: 48px;
        margin: 0 0 5px 0
    }

    .pageHeroBanner .contentOverlay .contentArea p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px 0;
        padding: 0 0 0 0
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea {
        text-align: left
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general {
        width: 40%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a {
        margin-right: 5px;
        margin-bottom: 0
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a:nth-child(even) {
        margin-right: 5px
    }
}

@media(max-width:767px) {
    .pageHeroBanner {
        height: 700px
    }

    .pageHeroBanner .contentOverlay .contentArea {
        bottom: 55px;
        padding: 0 10px
    }

    .pageHeroBanner .contentOverlay .contentArea h1 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 20px 0;
        padding: 0 40px 0 0
    }

    .pageHeroBanner .contentOverlay .contentArea p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px 0;
        padding: 0 0 0 0
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a.btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 20px;
        text-align: left;
        color: #009857;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a {
        margin-right: 0;
        margin-bottom: 15px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a:nth-child(n+3) {
        margin-bottom: 15px
    }

    .pageHeroBanner .contentOverlay .contentArea .heroButtonArea a:last-child {
        margin-bottom: 0
    }
}

.internationalPatient .OnlinePortalContentArea {
    padding: 50px 0
}

.internationalPatient .serviceInfoPanel {
    padding: 0 0 100px 0
}

.serviceInfoPanel .infoPanel {
    padding: 60px;
    display: table;
    width: 100%
}

.serviceInfoPanel .infoPanel .contentArea,
.serviceInfoPanel .infoPanel .buttonArea {
    display: table-cell;
    vertical-align: middle
}

.serviceInfoPanel .infoPanel .contentArea {
    width: 22%
}

.serviceInfoPanel .infoPanel .buttonArea {
    width: 20%;
    text-align: right
}

.serviceInfoPanel .infoPanel .contentArea h4 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700;
    color: #4b4b45
}

.serviceInfoPanel .infoPanel .contentArea p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    padding: 0;
    margin: 0
}

.serviceInfoPanel .infoPanel .buttonArea .btn-general {
    width: 256px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

.internationalPatient .crossStyleImgPanel {
    padding-top: 100px
}

.internationalPatient .ThumbContentArea p {
    font-size: 18px;
    line-height: 26px
}

@media(min-width:992px) and (max-width:1199px) {
    .serviceInfoPanel .infoPanel .contentArea {
        width: 45%
    }

    .internationalPatient .crossStyleImgPanel {
        padding-top: 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .internationalPatient .PortalMobileLayout .VideoContentArea {
        padding: 5px 0 0 5px
    }

    .serviceInfoPanel .infoPanel {
        padding: 40px;
        display: table;
        width: 100%
    }

    .serviceInfoPanel .infoPanel {
        padding: 25px;
        display: block;
        width: 100%
    }

    .serviceInfoPanel .infoPanel .contentArea,
    .serviceInfoPanel .infoPanel .buttonArea {
        display: block;
        width: 100%
    }

    .serviceInfoPanel .infoPanel .buttonArea {
        text-align: center;
        margin-top: 30px
    }

    .internationalPatient .crossStyleImgPanel {
        padding-top: 50px
    }
}

@media(max-width:767px) {
    .internationalPatient .OnlinePortalContentArea {
        padding: 50px 10px 5px 10px
    }

    .internationalPatient .serviceInfoPanel {
        padding: 0 10px 50px 10px
    }

    .serviceInfoPanel .infoPanel {
        padding: 25px;
        display: block;
        width: 100%
    }

    .serviceInfoPanel .infoPanel .contentArea,
    .serviceInfoPanel .infoPanel .buttonArea {
        display: block;
        width: 100%
    }

    .serviceInfoPanel .infoPanel .contentArea h4 {
        font-size: 24px
    }

    .serviceInfoPanel .infoPanel .contentArea p {
        font-size: 14px;
        line-height: 22px
    }

    .serviceInfoPanel .infoPanel .buttonArea .btn-general {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px
    }

    .serviceInfoPanel .infoPanel .buttonArea {
        margin-top: 20px
    }

    .internationalPatient .crossStyleImgPanel {
        padding-top: 50px
    }

    .internationalPatient .ThumbContentArea p {
        font-size: 14px;
        line-height: 22px
    }
}

.internationalPatient .instituteListingPanel {
    overflow: hidden
}

.specialitiesSlider .InstituteList {
    width: 300px !important
}

.specialitiesSlider .slick-slide.slick-active {
    opacity: 1
}

.specialitiesSlider .slick-prev {
    left: -250px
}

.specialitiesSlider .slick-next {
    right: -250px
}

.specialitiesSlider .slick-dots li {
    width: 16.33%
}

.specialitiesSlider .slick-dots li button,
.specialitiesSlider .slick-dots li button:before {
    width: 100%
}

@media(min-width:1700px) and (max-width:1800px) {
    .specialitiesSlider .slick-prev {
        left: -190px
    }

    .specialitiesSlider .slick-next {
        right: -190px
    }
}

@media(min-width:1470px) and (max-width:1650px) {
    .specialitiesSlider .slick-prev {
        left: -80px
    }

    .specialitiesSlider .slick-next {
        right: -80px
    }
}

@media(min-width:992px) and (max-width:1470px) {
    .specialitiesSlider .slick-prev {
        left: -20px
    }

    .specialitiesSlider .slick-next {
        right: -20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .specialitiesSlider .slick-prev {
        left: -25px
    }

    .specialitiesSlider .slick-next {
        right: -25px
    }

    .specialitiesSlider .InstituteList {
        width: 250px !important
    }
}

@media(max-width:767px) {
    .specialitiesSlider .InstituteList {
        padding: 0
    }
}

.internationalPatient .ThumbContentArea p {
    width: 100%
}

.internationalPatient .ThumbContentArea a.btn-general {
    width: 256px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin-top: 20px
}

@media(max-width:767px) {
    .internationalPatient .ThumbContentArea a.btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-top: 0
    }
}

.financeInfoPanel {
    padding: 0 0 100px 0
}

.financeInfoPanel .infoPanel {
    padding: 50px 100px;
    display: table;
    width: 100%
}

.financeInfoPanel .infoPanel .titleArea,
.financeInfoPanel .infoPanel .contentArea,
.financeInfoPanel .infoPanel .buttonArea {
    display: table-cell;
    vertical-align: middle
}

.financeInfoPanel .infoPanel .titleArea {
    width: 18%
}

.financeInfoPanel .infoPanel .titleArea h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #4b4b45
}

.financeInfoPanel .infoPanel .contentArea {
    width: 30%
}

.financeInfoPanel .infoPanel .contentArea p {
    font-size: 18px;
    line-height: 30px;
    color: #4b4b45;
    padding: 0;
    margin: 0
}

.financeInfoPanel .infoPanel .buttonArea {
    width: 20%;
    text-align: right
}

.financeInfoPanel .infoPanel .buttonArea .btn-general {
    width: 256px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

@media(min-width:992px) and (max-width:1199px) {
    .financeInfoPanel .infoPanel {
        padding: 25px;
        display: block;
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .financeInfoPanel .infoPanel {
        padding: 40px;
        display: table;
        width: 100%
    }

    .financeInfoPanel .infoPanel {
        padding: 25px;
        display: block;
        width: 100%
    }

    .financeInfoPanel .infoPanel .titleArea,
    .financeInfoPanel .infoPanel .contentArea,
    .financeInfoPanel .infoPanel .buttonArea {
        display: block;
        width: 100%
    }

    .financeInfoPanel .infoPanel .buttonArea {
        text-align: center;
        margin-top: 30px
    }
}

@media(max-width:767px) {
    .internationalPatient .financeInfoPanel {
        padding: 0 10px 50px 10px
    }

    .financeInfoPanel .infoPanel {
        padding: 50px 25px;
        display: block;
        width: 100%
    }

    .financeInfoPanel .infoPanel .titleArea,
    .financeInfoPanel .infoPanel .contentArea,
    .financeInfoPanel .infoPanel .buttonArea {
        display: block;
        width: 100%
    }

    .financeInfoPanel .infoPanel .titleArea h4 {
        font-size: 30px
    }

    .financeInfoPanel .infoPanel .contentArea p {
        font-size: 14px;
        line-height: 22px
    }

    .financeInfoPanel .infoPanel .buttonArea .btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .financeInfoPanel .infoPanel .buttonArea {
        margin-top: 20px
    }
}

.internationalPatient .crossStyleImgPanel:last-child {
    padding: 100px 0
}

.internationalPatient .FAQSection h2 {
    margin-bottom: 20px
}

.internationalPatient .FAQSection p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 40px 0
}

.internationalPatient .FAQSection .accordion-body p {
    margin-bottom: 0
}

.internationalPatient .FAQSection .buttonArea {
    text-align: center;
    margin-top: 40px
}

.internationalPatient .FAQSection .buttonArea a.btn-general {
    width: 260px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

@media(max-width:767px) {
    .internationalPatient .FAQSection .buttonArea a.btn-general {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

.internationalPatient .ThumbnailListing .buttonArea {
    text-align: center;
    margin-top: 40px
}

.internationalPatient .ThumbnailListing .buttonArea a.btn-general {
    width: 270px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px
}

.internationalPatient .pageHeadingArea.internationalPatientDetails span {
    display: block;
    height: 40px;
    text-align: right;
    margin-top: 30px
}

.internationalPatient .pageHeadingArea.internationalPatientDetails span a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #009857
}

.internationalPatient .pageHeadingArea.internationalPatientDetails span a:before {
    content: "";
    font-family: 'ccadicon' !important;
    color: #009857;
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px
}

.pageHeadingArea.internationalPatientDetails h1 {
    padding: 25px 0
}

.pageHeadingArea.internationalPatientDetails p {
    padding: 8px 0 48px 0
}

@media(min-width:768px) and (max-width:991px) {
    .pageHeadingArea.internationalPatientDetails h1 {
        font-size: 28px;
        line-height: 38px;
        padding: 10px 0
    }

    .pageHeadingArea.internationalPatientDetails p {
        font-size: 14px;
        line-height: 20px
    }

    .pageHeadingArea.internationalPatientDetails p a {
        right: 11px;
        top: 25px
    }
}

@media(max-width:767px) {
    .internationalPatient .pageHeadingArea.internationalPatientDetails span {
        text-align: left;
        margin-top: 0
    }

    .pageHeadingArea.internationalPatientDetails h1 {
        padding: 0 0 20px 0
    }

    .pageHeadingArea.internationalPatientDetails p {
        padding: 0
    }

    .pageHeadingArea.internationalPatientDetails p a {
        left: 0;
        top: -120px
    }
}

.internationalPatient .contentContainer p {
    font-size: 18px;
    line-height: 28px
}

.internationalPatient .symptomsDetailsTabArea ul.tabs .line {
    width: 33.33%
}

.internationalPatient .DetailsMainContainer .tab_container {
    margin-top: 0;
    margin-bottom: 30px
}

.inner-page.internationalPatient .tab_content {
    margin-top: 25px
}

.internationalPatient .tab_content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 15px 0
}

.internationalPatient .tab_content p {
    font-size: 18px;
    line-height: 28px
}

@media(min-width:768px) and (max-width:991px) {
    .internationalPatient .DetailsMainContainer .tab-order-first {
        order: -1 !important
    }

    .internationalPatient .DetailsMainContainer .tab-order-last {
        order: 6 !important
    }
}

@media(max-width:767px) {
    .internationalPatient .DetailsMainContainer .tab-order-first {
        order: -1 !important
    }

    .internationalPatient .DetailsMainContainer .tab-order-last {
        order: 6 !important
    }
}

.internationalPatient .LocationButtonArea {
    right: 30px;
    left: auto
}

.internationalPatient .LocationButtonArea .btn-general {
    width: 220px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0
}

.internationalPatient .LocationButtonArea .btn-blue {
    margin-right: 15px
}

.cardPanel {
    margin: 50px 0
}

.cardPanel .cardItem {
    border: 1px solid #c6c8c8;
    border-radius: 10px;
    padding: 20px 20px 26px 20px;
    margin-bottom: 30px;
    width: 300px;
    margin-left: 28px;
    display: inline-block
}

.cardPanel .cardItem:nth-of-type(3n+1) {
    margin-left: 0
}

.cardPanel .cardItem span {
    display: block;
    background-color: #edf4fa;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 15px
}

.cardPanel .cardItem span i {
    color: #009857;
    font-size: 24px
}

.cardPanel .cardItem h4 {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    font-weight: 700;
    margin: 0 0 40px 0;
    padding: 0
}

.cardPanel .cardItem .btn-general {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 14px
}

.internationalPatient .contentContainer .crossStyleImgPanel {
    padding: 0;
    margin: 0 -30px
}

.internationalPatient .contentContainer .crossStyleImgPanel .row .ThumbContentArea {
    padding: 0 0 0 100px
}

.internationalPatient .contentContainer .crossStyleImgPanel .row.right .ThumbContentArea {
    padding: 0 100px 0 0
}

.internationalPatient .tab-order-last .SideActionPanel {
    display: none
}

@media(min-width:1200px) and (max-width:1376px) {
    .cardPanel .cardItem {
        width: 255px !important
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .cardPanel .cardItem {
        width: 210px !important
    }

    .internationalPatient .contentContainer .crossStyleImgPanel .row {
        margin-bottom: 40px
    }

    .internationalPatient .contentContainer .crossStyleImgPanel .row .ThumbContentArea {
        padding: 0 0 0 30px
    }

    .internationalPatient .contentContainer .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0 30px 0 0
    }

    .internationalPatient .ThumbContentArea a.btn-general {
        height: 40px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .cardPanel {
        margin-bottom: 30px
    }

    .cardPanel .cardItem {
        margin-bottom: 20px;
        width: 286px !important;
        margin-left: 28px;
        display: inline-block
    }

    .cardPanel .slick-dots {
        position: initial
    }

    .cardPanel .slick-dots li {
        width: 14.27%
    }

    .cardPanel .slick-dots li button,
    .cardPanel .slick-dots li button:before {
        width: 100%
    }

    .cardPanel .cardItem span {
        width: 40px;
        height: 40px;
        line-height: 46px
    }

    .cardPanel .cardItem h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px 0
    }

    .cardPanel .cardItem .btn-general {
        width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .internationalPatient .contentContainer .crossStyleImgPanel .ThumbContainer,
    .internationalPatient .contentContainer .crossStyleImgPanel .ThumbContainer img {
        margin: 0
    }

    .internationalPatient .contentContainer .crossStyleImgPanel .row .ThumbContentArea,
    .internationalPatient .contentContainer .crossStyleImgPanel .row.right .ThumbContentArea {
        padding: 0
    }

    .internationalPatient .tab-order-first .SideActionPanel {
        display: none
    }

    .internationalPatient .tab-order-last .SideActionPanel {
        display: block
    }

    .internationalPatient .DetailsMainContainer .cardPanel .cardItem:nth-of-type(3n+1) {
        margin-left: 28px
    }
}

.internationalPatient .contentContainer h3.accordion-header {
    margin: 0
}

.AwardlistItem {
    background-color: #fff;
    box-shadow: 0 17px 34px rgba(190, 190, 205, .5);
    padding: 25px 65px 25px 25px;
    border-radius: 5px;
    margin-bottom: 40px
}

.awardImgArea {
    background-color: #f7f7f7;
    border-radius: 10px;
    text-align: center;
    height: 175px;
    line-height: 175px
}

.awardImgArea img {
    object-fit: contain
}

.AwardlistItem .awardContent h4,
.AwardlistItem .awardContent h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 10px 0;
    padding: 0
}

.AwardlistItem .awardContent p {
    font-size: 16px;
    line-height: 24px;
    color: #4b4b45 !important;
    margin: 0 0 12px 0;
    padding: 0
}

.AwardlistItem .awardContent p span {
    color: #009857
}

.AwardlistItem .awardContent ul {
    padding: 0 0 0 20px;
    list-style: disc;
    list-style-position: outside
}

.AwardlistItem .awardContent ol {
    padding: 0 0 0 20px;
    list-style: decimal;
    list-style-position: outside
}

.AwardlistItem .awardContent ul li,
.AwardlistItem .awardContent ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.AwardlistItem .awardContent .btn-general {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 14px
}

.AwardlistingPanel .buttonArea {
    text-align: center;
    margin-top: 30px
}

.AwardlistingPanel .buttonArea .btn-general {
    width: 410px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    font-size: 18px
}

@media(max-width:767px) {
    .AwardlistItem {
        padding: 25px;
        border-radius: 5px;
        margin-bottom: 50px
    }

    .awardImgArea {
        margin-bottom: 20px
    }

    .AwardlistItem .awardContent h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 15px 0
    }

    .AwardlistingPanel .buttonArea {
        margin-top: 0
    }

    .AwardlistingPanel .buttonArea .btn-general {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.directorPanel {
    padding: 0
}

.leadership .StoryContent {
    padding-right: 0
}

.directirItem {
    margin-bottom: 100px
}

.directirItem p {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.directirItem ul {
    list-style: disc;
    list-style-position: outside;
    margin: 20px 0;
    padding: 0 0 0 20px
}

.directirItem ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px
}

.directirItem h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.directirItem .imgArea {
    margin-bottom: 50px;
    text-align: center
}

.directirItem .imgArea .largeImg {
    display: block
}

.directirItem .imgArea .smallImg {
    display: none
}

.directirItem .imgArea img {
    float: none;
    margin: 0;
    border-radius: 0;
    width: initial
}

.directirItem .roleAndDepartmentArea {
    overflow: hidden;
    margin-bottom: 20px
}

.directirItem .roleAndDepartmentArea .nameRole {
    float: left
}

.directirItem .roleAndDepartmentArea .nameRole h2 {
    font-size: 36px;
    line-height: 46px;
    color: #009857;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 700
}

.directirItem .roleAndDepartmentArea .nameRole p {
    font-size: 24px;
    line-height: 32px;
    color: #4b4b45;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.directirItem .roleAndDepartmentArea .department {
    float: right;
    text-align: right;
    width: 350px
}

.directirItem .roleAndDepartmentArea .department p {
    color: #009857;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left
}

@media(min-width:768px) and (max-width:991px) {
    .directirItem .roleAndDepartmentArea .nameRole {
        float: left;
        width: 380px
    }

    .directirItem .roleAndDepartmentArea .nameRole h2 {
        font-size: 24px;
        line-height: 32px
    }
}

@media(max-width:767px) {
    .directorPanel {
        padding: 0 10px
    }

    .directirItem p {
        font-size: 16px;
        margin: 0 0 20px 0
    }

    .directirItem ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .directirItem .imgArea {
        margin-bottom: 20px
    }

    .directirItem .imgArea .largeImg {
        display: none
    }

    .directirItem .imgArea .smallImg {
        display: block
    }

    .directirItem .roleAndDepartmentArea .nameRole {
        float: none
    }

    .directirItem .roleAndDepartmentArea .nameRole h2 {
        font-size: 24px;
        line-height: 34px
    }

    .directirItem .roleAndDepartmentArea .nameRole p {
        font-size: 24px;
        line-height: 32px;
        color: #4b4b45;
        margin: 0;
        padding: 0;
        font-weight: 700
    }

    .directirItem .roleAndDepartmentArea .department {
        float: none;
        text-align: left;
        width: 100%;
        margin-top: 15px
    }

    .directirItem .roleAndDepartmentArea .department p {
        font-size: 16px;
        line-height: 24px
    }
}

.leadershipteam .RelatedArticleItem .CallConnectSection .IconCircle {
    display: none
}

.pharmacyEnquiry .DetailsMainContainer {
    padding-top: 0;
    padding-bottom: 50px
}

.pharmacyEnquiry .DetailsMainContainer h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
    color: #009857
}

.pharmacyEnquiry .DetailsMainContainer p {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    padding: 0;
    margin: 0 0 30px 0
}

.pharmacyEnquiry .DetailsMainContainer ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.pharmacyEnquiry .DetailsMainContainer ul li {
    font-size: 20px;
    line-height: 36px;
    color: #4b4b45
}

.pharmacyEnquiry .DetailsMainContainer .contentContainer h3.accordion-header {
    margin: 0;
    background-color: #fafafa
}

.pharmacyEnquiry .DetailsMainContainer .contentContainer .accordion {
    margin-bottom: 30px
}

.pharmacyEnquiry .DetailsMainContainer .contentContainer .accordion-body p {
    margin: 0;
    font-size: initial
}

.QRcodePanel {
    width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px
}

.QRcodePanel h3 {
    font-size: 20px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 150px 0
}

.QRimgArea {
    text-align: center
}

.QRimgArea img {
    width: initial;
    border-radius: 0
}

.awardsAccreditationsPanel {
    padding: 0
}

.awardsAccreditationsPanel .awardsContentArea {
    border-radius: 10px;
    padding: 60px
}

.awardsAccreditationsPanel .awardsContentArea h2 {
    color: #009857;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 700
}

.awardsAccreditationsPanel .awardsContentArea h3 {
    color: #4b4b45;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700
}

.awardsAccreditationsPanel .awardsContentArea p {
    font-size: 18px;
    line-height: 28px;
    color: #4b4b45;
    margin: 0 0 30px 0;
    padding: 0
}

.awardsAccreditationsPanel .awardsContentArea a.btn-general {
    width: 256px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    font-size: 18px
}

@media(min-width:768px) and (max-width:991px) {
    .QRcodePanel {
        width: 100%
    }
}

@media(max-width:767px) {
    .pharmacyEnquiry .DetailsMainContainer h2 {
        font-size: 20px;
        line-height: 28px
    }

    .pharmacyEnquiry .DetailsMainContainer p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px 0
    }

    .pharmacyEnquiry .DetailsMainContainer ul {
        margin: 0 0 20px 0
    }

    .pharmacyEnquiry .DetailsMainContainer ul li {
        font-size: 16px;
        line-height: 30px
    }

    .QRcodePanel {
        width: 100%;
        margin-bottom: 20px
    }

    .awardsAccreditationsPanel {
        padding: 0 10px
    }

    .awardsAccreditationsPanel .awardsContentArea {
        padding: 25px
    }

    .awardsAccreditationsPanel .awardsContentArea h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 20px 0
    }

    .awardsAccreditationsPanel .awardsContentArea h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px 0
    }

    .awardsAccreditationsPanel .awardsContentArea p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px 0
    }

    .awardsAccreditationsPanel .awardsContentArea a.btn-general {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

.infographic {
    margin: 0 auto 100px auto;
    background: #384a58
}

.infographic-leftcol {
    width: 50%;
    float: left;
    border-top: solid 1px #4c5c69;
    border-right: solid 1px #4c5c69
}

.infographic-rightcol {
    width: 50%;
    float: right
}

.infographic-rightcol .block {
    border-top: solid 1px #4c5c69
}

.infographic-fullblock {
    border-top: solid 1px #4c5c69;
    clear: both
}

.col-imgtwo img {
    float: left;
    width: 50%
}

.infographic-fullblock .text {
    margin-left: 12%
}

.care-col1,
.care-col2 {
    float: left
}

.care-col1 {
    width: 58%
}

.care-col2 {
    width: 42%
}

.col-leftsm {
    width: 27%;
    float: left
}

.col-midsm {
    width: 43%;
    float: left
}

.col-rightsm {
    width: 30%;
    float: right
}

.inf-management {
    vertical-align: bottom
}

.infographic--img__left,
.infographic--img__center,
.infographic--img__right {
    display: inline-block
}

.infographic--img__center {
    max-width: 40%
}

.infographic img {
    max-width: 100%
}

@media(min-width:768px) and (max-width:991px) {
    .infographic {
        margin: 0 auto 50px auto
    }

    .infographic--img__left {
        width: 40%
    }

    .infographic--img__center {
        width: 22%
    }

    .infographic--img__right {
        width: 35%
    }

    .infographic-fullblock .text {
        margin-left: 0%
    }
}

@media(max-width:767px) {
    .infographic {
        margin: 0 10px 50px 10px
    }

    .blue-container {
        padding: 3em 0
    }

    .inf-management {
        width: 62%
    }

    .infographic-leftcol,
    .infographic-rightcol {
        width: 100%
    }

    .infographic-leftcol {
        border-right: none
    }

    .col-imgtwo img {
        float: none;
        width: auto
    }

    .infographic-fullblock .text {
        margin-left: 0
    }

    .care-col1,
    .care-col2,
    .col-leftsm,
    .col-midsm,
    .col-rightsm {
        width: 100%;
        float: none
    }

    .col-leftsm,
    .col-midsm,
    .col-rightsm {
        text-align: left
    }

    .infographic--img__left,
    .infographic--img__center,
    .infographic--img__right {
        display: block
    }

    .infographic--img__center {
        float: none;
        margin: auto
    }

    .infographic--img-3 {
        text-align: left
    }

    .infographic--img__right {
        max-width: 85%
    }
}.custom-icon {
  color: #009857;
  transition: color 0.3s ease;
  cursor: pointer;
}

.custom-icon:hover {
  color: #005d00;
}
/* Header wordmark (assets/kadisco hospital logo.png) — constrain display size */
.LogoArea img,
.fixedHeader .LogoArea img {
    max-height: 56px;
    width: auto;
    height: auto;
    display: block;
}
.MobileHeader .logo img {
    max-height: 40px;
    width: auto !important;
    height: auto;
    display: block;
}
