@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap);
:root {
    --bs-blue: #0d6efd;
    --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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #007a75;
    --bs-secondary: #FFF0E6;
    --bs-success: #198754;
    --bs-info: #0DCAF0;
    --bs-warning: #FFC107;
    --bs-danger: #DC3545;
    --bs-light: #F8F8F9;
    --bs-dark: #001D23;
    --bs-t-color: #007a75;
    --bs-t-color-semilight: #0b6749;
    --bs-t-color-light: #e8f7f2;
    --bs-t-orange: #FF5722;
    --bs-bg-color: #007a75;
    --bs-bg-color-semilight: #0b6749;
    --bs-bg-color-light: #e8f7f2;
    --bs-bg-orange: #FF5722;
    --bs-primary-rgb: 0, 122, 117;
    --bs-secondary-rgb: 255, 240, 230;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 248, 249;
    --bs-dark-rgb: 0, 29, 35;
    --bs-t-color-rgb: 0, 122, 117;
    --bs-t-color-semilight-rgb: 11, 103, 73;
    --bs-t-color-light-rgb: 232, 247, 242;
    --bs-t-orange-rgb: 255, 87, 34;
    --bs-bg-color-rgb: 0, 122, 117;
    --bs-bg-color-semilight-rgb: 11, 103, 73;
    --bs-bg-color-light-rgb: 232, 247, 242;
    --bs-bg-orange-rgb: 255, 87, 34;
    --bs-primary-text-emphasis: #00312f;
    --bs-secondary-text-emphasis: #66605c;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cce4e3;
    --bs-secondary-bg-subtle: #fffcfa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #99cac8;
    --bs-secondary-border-subtle: #fff9f5;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #0f0f0f;
    --bs-body-color-rgb: 15, 15, 15;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(15, 15, 15, 0.75);
    --bs-secondary-color-rgb: 15, 15, 15;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(15, 15, 15, 0.5);
    --bs-tertiary-color-rgb: 15, 15, 15;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #007a75;
    --bs-link-color-rgb: 0, 122, 117;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #00625e;
    --bs-link-hover-color-rgb: 0, 98, 94;
    --bs-code-color: #d63384;
    --bs-highlight-color: #0f0f0f;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.4rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(0, 122, 117, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #DC3545;
    --bs-form-invalid-border-color: #DC3545
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    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
}

select:disabled {
    opacity: 1
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-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 + 0.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
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

@media(min-width: 768px) {
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width: 992px) {
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    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: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #80bdba;
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 .25rem rgba(0, 122, 117, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    background-image: var(--bs-gradient);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    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: var(--bs-secondary-bg)
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #80bdba;
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 .25rem rgba(0, 122, 117, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--bs-body-color)
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    background-image: var(--bs-gradient);
    box-shadow: var(--bs-btn-box-shadow);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    background-image: var(--bs-gradient);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    background-image: none;
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow)
}

:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    background-image: none;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    box-shadow: none
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.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
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown {
    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 rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    background-image: var(--bs-gradient)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
    background-image: var(--bs-gradient)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    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:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 122, 117, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230f0f0f%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2300312f%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #80bdba;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 122, 117, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #007a75;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow)
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #007a75;
    --bs-list-group-active-border-color: #007a75;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.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: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 122, 117, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .4rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    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-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    box-shadow: var(--bs-modal-box-shadow);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width: 992px) {
    .modal-lg {
        --bs-modal-width: 800px
    }
}

.carousel {
    position: relative
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.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-16x9 {
    --bs-aspect-ratio: 56.25%
}

.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: sticky;
    top: 0;
    z-index: 1020
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.align-items-center {
    align-items: center !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.m-auto {
    margin: auto !important
}

.me-2 {
    margin-right: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.text-center {
    text-align: center !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

@media(min-width: 992px) {
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-regular,
.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-regular,
.fa-solid {
    font-family: "Font Awesome 6 Free"
}

@-webkit-keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {
    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {
    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-comments:before {
    content: "\f086"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-headset:before {
    content: "\f590"
}

.fa-circle-play:before {
    content: "\f144"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-user-doctor:before {
    content: "\f0f0"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-award:before {
    content: "\f559"
}

.fa-calendar:before {
    content: "\f133"
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

#lightbox {
    display: flex;
    flex-direction: column
}

#lightbox .lb-dataContainer {
    order: 0;
    margin-bottom: 10px
}

#lightbox .lb-dataContainer .lb-details {
    opacity: 0
}

#lightbox .lb-dataContainer .lb-close {
    background: url(../img/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
}

#lightbox .lb-outerContainer {
    order: 1
}

:root {
    --bs-secondry-color: #95c122
}

body {
    color: var(--bs-black);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    background-color: #fffae4
}

a,
a:hover {
    color: var(--sr-body-color);
    text-decoration: none
}

ul li,
p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .5px
}

@media only screen and (max-width: 767.98px) {
    ul li,
    p {
        font-size: 14px
    }
}

@media only screen and (max-width: 1366px) {
    ul li,
    p {
        font-size: 14px
    }
}

img {
    max-width: 100%
}

::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bs-white)
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: var(--bs-black)
}

::placeholder {
    color: var(--bs-black) !important;
    opacity: 1
}

::-ms-input-placeholder {
    color: var(--bs-black) !important
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.list-icon {
    padding-left: 0;
    list-style: none
}

.list-icon li {
    display: flex;
    align-items: start;
    margin-bottom: .25rem;
    padding-left: 10px
}

@media only screen and (max-width: 767.98px) {
    .list-icon li {
        align-items: start;
        padding-left: 10px
    }
}

.list-icon li::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    color: var(--bs-black);
    position: relative;
    top: 0px;
    left: -10px
}

@media only screen and (max-width: 767.98px) {
    .list-icon li::before {
        font-size: 14px
    }
}

header {
    position: fixed;
    top: 35px;
    width: 100%;
    z-index: 10
}

@media only screen and (max-width: 767.98px) {
    header {
        top: 10px;
        padding: 0 10px
    }
}

header .container {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px
}

header .container .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .container .header_wrapper .logo {
    max-width: 200px
}

@media only screen and (max-width: 767.98px) {
    header .container .header_wrapper .logo {
        width: 100px
    }
}

header .container .header_wrapper .menu .navbar-nav {
    display: flex;
    flex-direction: row
}

header .container .header_wrapper .menu .navbar-nav li {
    padding: 0 15px
}

@media only screen and (max-width: 767.98px) {
    header .container .header_wrapper .menu {
        display: none
    }
}

header .container .header_wrapper .info a {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #d31313;
    letter-spacing: 2px
}

@media only screen and (max-width: 767.98px) {
    header .container .header_wrapper .info a {
        font-size: 16px;
        letter-spacing: 0
    }
}

header .container .header_wrapper .info a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d31313;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    margin-right: 10px
}

@media only screen and (max-width: 767.98px) {
    header .container .header_wrapper .info a i {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.hero_section {
    position: relative;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    border: 20px solid #fffae4;
    border-radius: 50px;
    padding: 150px 0;
    overflow: hidden
}

@media only screen and (max-width: 767.98px) {
    .hero_section {
        border: none;
        border-radius: 0;
        padding: 80px 0
    }
}

.hero_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .55)
}

.hero_section .hero_content {
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.hero_section .hero_content span.intro {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 22px;
    background-color: #fff;
    padding: 5px 20px;
    color: #d31313;
    border-radius: 10px;
    display: inline-block;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px
}

@media only screen and (max-width: 767.98px) {
    .hero_section .hero_content span.intro {
        font-size: 10px;
        letter-spacing: 2px
    }
}

.hero_section .hero_content span.intro::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -150px;
    background-color: #fff
}

.hero_section .hero_content span.intro::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -150px;
    background-color: #fff
}

.hero_section .hero_content h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 2px 7px 5px rgba(0, 0, 0, .3), 0px -4px 10px rgba(255, 255, 255, .3)
}

@media only screen and (max-width: 1366px) {
    .hero_section .hero_content h2 {
        font-size: 27px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero_section .hero_content h2 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px
    }
}

.hero_section .hero_content h2 span {
    font-size: 75px;
    letter-spacing: 10px;
    line-height: 90px
}

@media only screen and (max-width: 1366px) {
    .hero_section .hero_content h2 span {
        font-size: 68px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero_section .hero_content h2 span {
        font-size: 33px;
        letter-spacing: 5px;
        line-height: 40px
    }
}

.hero_section .appoinment_form {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 2px, rgba(0, 0, 0, .07) 0px 2px 4px, rgba(0, 0, 0, .07) 0px 4px 8px, rgba(0, 0, 0, .07) 0px 8px 16px, rgba(0, 0, 0, .07) 0px 16px 32px, rgba(0, 0, 0, .07) 0px 32px 64px
}

@media only screen and (max-width: 767.98px) {
    .hero_section .appoinment_form {
        margin-bottom: 40px
    }
}

.hero_section .appoinment_form .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #d31313;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1366px) {
    .hero_section .appoinment_form .title {
        font-size: 16px
    }
}

.hero_section .appoinment_form .title::after {
    content: "";
    border-top: 10px solid #d31313;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    width: 20px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.hero_section .appoinment_form .form-group {
    margin-bottom: 20px
}

.hero_section .appoinment_form .form-group .form-select,
.hero_section .appoinment_form .form-group .form-control {
    box-shadow: rgba(9, 30, 66, .15) 0px 4px 8px -2px, rgba(9, 30, 66, .08) 0px 0px 0px 1px
}

@media only screen and (max-width: 1366px) {
    .hero_section .appoinment_form .form-group .form-select,
    .hero_section .appoinment_form .form-group .form-control {
        font-size: 14px
    }
}

.hero_section .appoinment_form .form-group .submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.hero_section .appoinment_form .form-group .submit-btn #btnSubmit {
    border: none;
    background-color: #d31313;
    padding: 10px 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media only screen and (max-width: 1366px) {
    .hero_section .appoinment_form .form-group .submit-btn #btnSubmit {
        padding: 10px 15px;
        font-size: 14px;
    }
}

.hero_section .appoinment_form .form-group .submit-btn i {
    background-color: #49a303;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: var(--bs-border-radius-lg);
    color: #fff;
    border-bottom-right-radius: var(--bs-border-radius-lg)
}

.features_section {
    position: relative;
    margin-top: -130px
}

@media only screen and (max-width: 767.98px) {
    .features_section {
        margin-top: 20px
    }
}

.serviceBox {
    color: #000;
    text-align: center;
    padding: 20px 0 15px;
    position: relative;
    height: 100%;
    z-index: 1
}

.serviceBox:before {
    content: "";
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 174px;
    z-index: -1
}

.serviceBox .service-icon {
    color: #fff;
    background: #49a303;
    font-size: 35px;
    line-height: 70px;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: rotate(45deg);
    position: relative
}

@media only screen and (max-width: 767.98px) {
    .serviceBox .service-icon {
        margin-top: 20px
    }
}

.serviceBox .service-icon span {
    display: block;
    transform: rotate(-45deg)
}

.video_section  .serviceBox .title {
    color: #fff;
    background: #49a303;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin: 0 0 10px
}
.video_section  .serviceBox .title:before,
.video_section  .serviceBox .title:after {
    display:none;
}
.serviceBox .description {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 767.98px) {
    .serviceBox .description {
        padding: 0 15px
    }
}

.about_section_left {
    position: relative;
    margin: 50px 0
}

@media only screen and (max-width: 767.98px) {
    .about_section_left {
        margin-bottom: 0
    }
}

.about_section_left::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #d31313;
    width: 76%
}

@media only screen and (max-width: 1366px) {
    .about_section_left::before {
        width: 82%
    }
}

@media only screen and (max-width: 767.98px) {
    .about_section_left::before {
        width: 100%
    }
}

.about_section_left .content {
    color: #fff;
    padding: 50px 50px 50px 0;
    position: relative
}

@media only screen and (max-width: 767.98px) {
    .about_section_left .content {
        padding: 30px 0 20px 0
    }
}

.about_section_left .content .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .about_section_left .content .title {
        font-size: 35px
    }
}

.about_section_left .content .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #fff;
    z-index: 1
}

.about_section_left .content .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #fff
}

.about_section_left .display {
    position: relative
}

@media only screen and (max-width: 767.98px) {
    .about_section_left .display {
        margin-bottom: 25px
    }
}

.about_section_left .display img {
    box-shadow: rgba(0, 0, 0, .25) 0px 14px 28px, rgba(0, 0, 0, .22) 0px 10px 10px;
    width: 100%;
    border-radius: 20px
}

.treatment {
    position: relative;
    padding-bottom: 50px
}

@media only screen and (max-width: 767.98px) {
    .treatment {
        padding: 30px 0
    }
}

.treatment .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .treatment .title {
        font-size: 35px
    }
}

.treatment .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1
}

.treatment .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000
}

.treatment .book_now {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #d31313;
    outline: 2px solid #d31313;
    color: #fff;
    display: inline-block;
    outline-offset: 3px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 15px
}

.treatment .display {
    position: relative
}

.treatment .display img {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .25) 0px 14px 28px, rgba(0, 0, 0, .22) 0px 10px 10px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 767.98px) {
    .treatment .display img {
        margin-top: 30px
    }
}

.treatment .display::before {
    content: "";
    position: absolute;
    right: -10px;
    height: 70%;
    width: 100px;
    border-radius: 20px;
    background-color: #d31313;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.treatment .display::after {
    content: "";
    position: absolute;
    left: -10px;
    height: 70%;
    width: 100px;
    border-radius: 20px;
    background-color: #d31313;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.causes {
    position: relative;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-image: url(../img/bg.jpg);
    background-size: cover
}

.causes::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d31313;
    opacity: .5
}

.causes p {
    position: relative
}

.causes .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width: 767.98px) {
    .causes .title {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px
    }
}

.causes .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #fff;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.causes .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto
}

.causes .cause_item {
    margin-top: 50px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: rgba(50, 50, 93, .25) 0px 13px 27px -5px, rgba(0, 0, 0, .3) 0px 8px 16px -8px;
    position: relative
}

.causes .cause_item img {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%
}

.causes .cause_item .content {
    padding: 0 20px 15px
}

.causes .cause_item .content h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.causes .cause_item .content h4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 35px;
    background-color: #000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.causes .cause_item .content h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 100px;
    max-width: 255px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto
}

.causes .cause_item .content p {
    color: #000;
    margin: 0;
    font-size: 14px
}

.why_choose_us {
    position: relative;
    padding: 50px 0
}

.why_choose_us .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .why_choose_us .title {
        font-size: 35px
    }
}

.why_choose_us .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1
}

.why_choose_us .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000
}

.why_choose_us .profile {
    position: relative;
    text-align: center
}

.why_choose_us .profile img {
    width: 100%
}

.why_choose_us .profile .info {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background-color: #d31313;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
    color: #fff;
    outline: 2px solid #d31313;
    outline-offset: 5px;
    width: 80%;
    margin: auto
}

@media only screen and (max-width: 1366px) {
    .why_choose_us .profile .info {
        width: 100%
    }
}

.why_choose_us .profile .info span {
    display: inline-block;
    font-style: italic;
    font-size: 16px
}

.video_section {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/bg-2.jpg);
    background-size: cover
}

.video_section::before {
    content: "";
    position: absolute;
    background-color: #fffae4;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%
    display:none;
}

@media only screen and (max-width: 767.98px) {
    .video_section::before {
        height: 20%
    }
}

.video_section .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width: 767.98px) {
    .video_section .title {
        font-size: 25px;
        padding-bottom: 20px
    }
}

.video_section .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #fff;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.video_section .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto
}

.video_section .cta {
    position: relative;
    margin: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 767.98px) {
    .video_section .cta {
        flex-direction: column;
        margin: 50px 0
    }
}

.video_section .cta i {
    width: 70px;
    height: 70px;
    background-color: #49a303;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    border-radius: 50%;
    border: solid 2px #fff;
    animation: heartBeat 1000ms infinite linear
}

@media only screen and (max-width: 767.98px) {
    .video_section .cta i {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.video_section .cta span {
    color: #49a303;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
    text-shadow: 2px 7px 5px rgba(0, 0, 0, .3), 0px -4px 10px rgba(255, 255, 255, .3);
    -webkit-text-stroke: 1px #fff
}

@media only screen and (max-width: 767.98px) {
    .video_section .cta span {
        font-size: 35px;
        letter-spacing: 0;
        font-weight: 600
    }
}

.video_container {
    border: 5px solid #fff;
    display: flex;
    position: relative;
    box-shadow: rgba(0, 0, 0, .19) 0px 10px 20px, rgba(0, 0, 0, .23) 0px 6px 6px;
    cursor: pointer;
    transition: transform .2s;
    width: 100%
}

.video_container:hover {
    transform: scale(1.04)
}

.video_container .video-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.video_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.video_container i {
    position: absolute;
    font-size: 100px;
    color: #fff;
    cursor: pointer
}

.symptoms {
    position: relative;
    padding: 50px 0
}

.symptoms .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .symptoms .title {
        font-size: 35px
    }
}

.symptoms .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1
}

.symptoms .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000
}

.testimonials {
    position: relative;
    padding: 50px 0
}

@media only screen and (max-width: 767.98px) {
    .testimonials {
        padding-top: 0
    }
}

.testimonials .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

@media only screen and (max-width: 767.98px) {
    .testimonials .title {
        font-size: 35px
    }
}

.testimonials .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.testimonials .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto
}

.testimonials .testimonial_slider .owl-stage {
    display: flex
}

.testimonials .testimonial_slider .owl-item {
    display: flex;
    flex-direction: column
}

.testimonials .testimonial_slider .testimonial_item {
    display: flex;
    flex-direction: column;
    background-color: #d31313;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 40px 40px 20px;
    margin: 100px 30px;
    height: 100%;
    outline: 2px solid #d31313;
    color: #fff;
    text-align: center;
    outline-offset: 10px;
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item {
        padding: 20px 30px 10px
    }
}

.testimonials .testimonial_slider .testimonial_item .profile_pic {
    width: 100px;
    height: 100px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: solid 5px #fffae4;
    margin: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -100px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item .profile_pic {
        margin-top: -80px
    }
}

.testimonials .testimonial_slider .testimonial_item .content {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item .content {
        font-size: 16px
    }
}

.testimonials .testimonial_slider .testimonial_item .name {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 25px;
    font-weight: 700;
    margin: auto
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item .name {
        font-size: 15px
    }
}

.testimonials .testimonial_slider .testimonial_item .name::before {
    content: "";
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -100px;
    height: 3px;
    background-color: #fff
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item .name::before {
        width: 50px;
        left: -50px
    }
}

.testimonials .testimonial_slider .testimonial_item .name::after {
    content: "";
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -100px;
    height: 3px;
    background-color: #fff
}

@media only screen and (max-width: 767.98px) {
    .testimonials .testimonial_slider .testimonial_item .name::after {
        width: 50px;
        right: -50px
    }
}

.testimonials .testimonial_slider .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.testimonials .testimonial_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin: 0 2px
}

.testimonials .testimonial_slider .owl-dots .owl-dot.active {
    width: 20px;
    background-color: #d31313
}

.reports {
    position: relative;
    padding: 50px 0
}

@media only screen and (max-width: 767.98px) {
    .reports {
        padding: 0
    }
}

.reports .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

@media only screen and (max-width: 767.98px) {
    .reports .title {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 20px
    }
}

.reports .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.reports .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto
}

.reports .report {
    border: solid 5px #fff;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px
}

@media only screen and (max-width: 767.98px) {
    .reports .report {
        margin-bottom: 20px
    }
}

.reports .report img {
    width: 100%
}

.reports .report:hover .name {
    bottom: 0
}

.reports .report .name {
    position: absolute;
    background-color: #d31313;
    color: #fff;
    text-align: center;
    padding: 10px;
    bottom: -80px;
    transition: .5s all;
    font-size: 18px;
    font-weight: 500;
    width: 100%
}

.faq {
    position: relative;
    padding: 50px 0
}

.faq .title {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #000
}

@media only screen and (max-width: 767.98px) {
    .faq .title {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 20px
    }
}

.faq .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.faq .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 767.98px) {
    .faq .accordion-item {
        margin-bottom: 25px
    }
}

.faq .accordion-item .accordion-button {
    background-color: #8ebf4c;
    color: #000;
    font-weight: 600
}

.faq .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none
}

.faq .accordion-item .accordion-body {
    font-size: 15px
}

.faq .feature {
    position: relative;
    background-color: #d31313;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(60, 64, 67, .3) 0px 1px 2px 0px, rgba(60, 64, 67, .15) 0px 2px 6px 2px
}

.faq .feature:hover .icon i {
    animation: heartBeat 1000ms infinite linear
}

.faq .feature .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffae4;
    color: #d31313;
    border-radius: 50%;
    font-size: 35px;
    outline: 2px solid #d31313;
    outline-offset: -10px
}

.faq .feature .content {
    width: 70%;
    text-align: left
}

.faq .feature .content h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0
}

.faq .feature .content span {
    font-style: italic;
    font-size: 18px
}

.thank_you {
    padding: 200px 0 50px;
    text-align: center
}

.thank_you img {
    margin-bottom: 25px
}

.thank_you .title {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px
}

.thank_you h5 {
    font-style: italic;
    font-weight: 500;
    font-size: 28px
}

.thank_you p {
    font-size: 20px
}

.benifits {
    position: relative;
    margin-bottom: 50px
}

.benifits .title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px
}

.benifits .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.benifits .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto
}

.benifits .benifits_box {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    padding: 20px;
    text-align: center;
    border-radius: 10px
}

.benifits .benifits_box h3 {
    color: #d31313;
    font-weight: 700;
    font-size: 40px
}

.benifits .benifits_box p {
    font-style: italic;
    font-weight: 500;
    font-size: 25px
}

footer {
    background-color: #333;
    padding: 50px 0 20px 0;
    color: #fff;
    text-align: center
}

footer .copyright {
    background-color: #000;
    margin-top: 50px;
    padding: 20px
}

@media only screen and (max-width: 767.98px) {
    footer .col-lg-4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc
    }
}

.expert {
    position: relative;
    padding: 100px 0 50px
}

@media only screen and (max-width: 767.98px) {
    .expert {
        padding-bottom: 0
    }
}

.expert .expert-message {
    position: relative;
    border-right: 20px solid #d31313;
    border-bottom: 20px solid #d31313;
    padding: 30px;
    padding-left: 0
}

.expert .expert-message::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 20px;
    background-color: #d31313;
    top: -20px;
    right: -20px
}

.expert .expert-message .expeert-profile {
    box-shadow: rgba(60, 64, 67, .3) 0px 1px 2px 0px, rgba(60, 64, 67, .15) 0px 2px 6px 2px
}

.expert .expert-message .expert-info {
    margin-top: 20px;
    text-align: right;
    border-right: 5px solid #d31313;
    padding-right: 15px
}

.expert .expert-message .expert-info h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600
}

.expert .expert-message .expert-info span {
    font-style: italic
}

.expert .expert-message .expert-details {
    position: relative;
    padding-top: 0
}

.expert .expert-message .expert-details h4.main-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .expert .expert-message .expert-details h4.main-title {
        font-size: 30px;
        letter-spacing: 2px
    }
}

.expert .expert-message .expert-details h4.main-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #000;
    z-index: 1
}

.expert .expert-message .expert-details h4.main-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 200px;
    max-width: 255px;
    background-color: #000
}
.mobile-call-btn {
    display: block;
    padding: 10px 10px 8px;
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 15px;
    background: #ffc107;
    border-radius: 5%;
    width: 65px;
    text-align: center;
    line-height: 1.1;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight:700;
}

.testimonials .video_container {
    border-radius:35px;
    overflow:hidden;
}
.justify-content-center {
    justify-content: center;
}
