﻿@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors mjs
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #005EB8;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #CF4520;
    --bs-orange: #fd7e14;
    --bs-yellow: #FFB443;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #414141;
    --bs-gray-100: #F9F8F8;
    --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: #414141;
    --bs-gray-900: #111111;
    --bs-primary: #005EB8;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #FFB443;
    --bs-danger: #CF4520;
    --bs-light: #F9F8F8;
    --bs-dark: #111111;
    --bs-primary-rgb: 0, 94, 184;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 180, 67;
    --bs-danger-rgb: 207, 69, 32;
    --bs-light-rgb: 249, 248, 248;
    --bs-dark-rgb: 17, 17, 17;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 17, 17, 17;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Roboto;
    --bs-font-monospace: Roboto;
    --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: #111111;
    --bs-body-bg: #ffffff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ECECEC;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #005EB8;
    --bs-link-hover-color: #004b93;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff0d9;
}

*,
*::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: 1px solid;
    opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.4rem + 1.8vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.75rem;
    }
}

h2, .h2 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.875rem;
    }
}

h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.875rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

    a:hover {
        color: var(--bs-link-hover-color);
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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: 0.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;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.p-space-4 {
    padding: 20px !important;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "��";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1344px;
    }
}

.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) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

.table-group-divider {
    border-top: 2px solid currentcolor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #ccdff1;
    --bs-table-border-color: #b8c9d9;
    --bs-table-striped-bg: #c2d4e5;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b8c9d9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bdcedf;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000000;
    --bs-table-bg: #fff0d9;
    --bs-table-border-color: #e6d8c3;
    --bs-table-striped-bg: #f2e4ce;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6d8c3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ecdec9;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #f5dad2;
    --bs-table-border-color: #ddc4bd;
    --bs-table-striped-bg: #e9cfc8;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #ddc4bd;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e3cac2;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #F9F8F8;
    --bs-table-border-color: #e0dfdf;
    --bs-table-striped-bg: #edecec;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e0dfdf;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e6e5e5;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #111111;
    --bs-table-border-color: #292929;
    --bs-table-striped-bg: #1d1d1d;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #292929;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #232323;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.875rem + 1px);
    padding-bottom: calc(0.875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.875rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #111111;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.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: #111111;
    background-color: #ffffff;
    border-color: #80afdc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.875rem 0.875rem;
    margin: -0.875rem -0.875rem;
    margin-inline-end: 0.875rem;
    color: #111111;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 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;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.875rem 0;
    margin-bottom: 0;
    line-height: 1;
    color: #111111;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext:focus {
        outline: 0;
    }

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(1em + 1.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: calc(1em + 1.75rem + 2px);
    padding: 0.875rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: 0.375rem;
    }

    .form-control-color::-webkit-color-swatch {
        border-radius: 0.375rem;
    }

    .form-control-color.form-control-sm {
        height: calc(1em + 0.5rem + 2px);
    }

    .form-control-color.form-control-lg {
        height: calc(1em + 1rem + 2px);
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.875rem 2.625rem 0.875rem 0.875rem;
    -moz-padding-start: calc(0.875rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #111111;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23414141' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #80afdc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.875rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #111111;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    print-color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #80afdc;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
    }

    .form-check-input:checked {
        background-color: #005EB8;
        border-color: #005EB8;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #005EB8;
        border-color: #005EB8;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            cursor: default;
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380afdc'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

    .form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0;
    }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #005EB8;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3cfea;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #005EB8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3cfea;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-control-plaintext,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem 0.875rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.875rem;
}

    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-control-plaintext ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .form-floating {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .form-select:focus,
        .input-group > .form-floating:focus-within {
            z-index: 5;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 5;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.875rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #111111;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3.5rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.875rem 0.875rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #198754;
    border-radius: 0px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1em + 1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.25em + 0.4375rem) center;
    background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1em + 1.75rem);
    background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.8125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23414141' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right 0.875rem center, center right 2.625rem;
        background-size: 16px 12px, calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3rem + calc(1em + 1.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #CF4520;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.875rem 0.875rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #cf4520;
    border-radius: 0px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #CF4520;
    padding-right: calc(1em + 1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4520'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4520' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.25em + 0.4375rem) center;
    background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #CF4520;
        box-shadow: 0 0 0 0.25rem rgba(207, 69, 32, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1em + 1.75rem);
    background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #CF4520;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.8125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23414141' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4520'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4520' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.875rem center, center right 2.625rem;
        background-size: 16px 12px, calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #CF4520;
        box-shadow: 0 0 0 0.25rem rgba(207, 69, 32, 0.25);
    }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1em + 1.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #CF4520;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #CF4520;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(207, 69, 32, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #CF4520;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.btn {
    --bs-btn-padding-x: 0.875rem;
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1;
    --bs-btn-color: #111111;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0px;
    --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);
    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;
}

@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-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :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);
    border-color: var(--bs-btn-active-border-color);
}

    .btn-check:checked + .btn:focus-visible, :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-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);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #005EB8;
    --bs-btn-border-color: #005EB8;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #00509c;
    --bs-btn-hover-border-color: #004b93;
    --bs-btn-focus-shadow-rgb: 38, 118, 195;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #004b93;
    --bs-btn-active-border-color: #00478a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #005EB8;
    --bs-btn-disabled-border-color: #005EB8;
}

.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000000;
    --bs-btn-bg: #FFB443;
    --bs-btn-border-color: #FFB443;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffbf5f;
    --bs-btn-hover-border-color: #ffbc56;
    --bs-btn-focus-shadow-rgb: 217, 153, 57;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffc369;
    --bs-btn-active-border-color: #ffbc56;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #FFB443;
    --bs-btn-disabled-border-color: #FFB443;
}

.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #CF4520;
    --bs-btn-border-color: #CF4520;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #b03b1b;
    --bs-btn-hover-border-color: #a6371a;
    --bs-btn-focus-shadow-rgb: 214, 97, 65;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a6371a;
    --bs-btn-active-border-color: #9b3418;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #CF4520;
    --bs-btn-disabled-border-color: #CF4520;
}

.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F9F8F8;
    --bs-btn-border-color: #F9F8F8;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #d4d3d3;
    --bs-btn-hover-border-color: #c7c6c6;
    --bs-btn-focus-shadow-rgb: 212, 211, 211;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #c7c6c6;
    --bs-btn-active-border-color: #bbbaba;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F9F8F8;
    --bs-btn-disabled-border-color: #F9F8F8;
}

.btn-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #111111;
    --bs-btn-border-color: #111111;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #353535;
    --bs-btn-hover-border-color: #292929;
    --bs-btn-focus-shadow-rgb: 53, 53, 53;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #414141;
    --bs-btn-active-border-color: #292929;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #111111;
    --bs-btn-disabled-border-color: #111111;
}

.btn-outline-primary {
    --bs-btn-color: #005EB8;
    --bs-btn-border-color: #005EB8;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #005EB8;
    --bs-btn-hover-border-color: #005EB8;
    --bs-btn-focus-shadow-rgb: 0, 94, 184;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #005EB8;
    --bs-btn-active-border-color: #005EB8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #005EB8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #005EB8;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #FFB443;
    --bs-btn-border-color: #FFB443;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #FFB443;
    --bs-btn-hover-border-color: #FFB443;
    --bs-btn-focus-shadow-rgb: 255, 180, 67;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #FFB443;
    --bs-btn-active-border-color: #FFB443;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFB443;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FFB443;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #CF4520;
    --bs-btn-border-color: #CF4520;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #CF4520;
    --bs-btn-hover-border-color: #CF4520;
    --bs-btn-focus-shadow-rgb: 207, 69, 32;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #CF4520;
    --bs-btn-active-border-color: #CF4520;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #CF4520;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #CF4520;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #F9F8F8;
    --bs-btn-border-color: #F9F8F8;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #F9F8F8;
    --bs-btn-hover-border-color: #F9F8F8;
    --bs-btn-focus-shadow-rgb: 249, 248, 248;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #F9F8F8;
    --bs-btn-active-border-color: #F9F8F8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F9F8F8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F9F8F8;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #111111;
    --bs-btn-border-color: #111111;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #111111;
    --bs-btn-hover-border-color: #111111;
    --bs-btn-focus-shadow-rgb: 17, 17, 17;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #111111;
    --bs-btn-active-border-color: #111111;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #111111;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #111111;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 38, 118, 195;
    text-decoration: underline;
}

    .btn-link:focus-visible {
        color: var(--bs-btn-color);
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color);
    }

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0px;
}

.fade {
    transition: opacity 0.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 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #111111;
    --bs-dropdown-bg: #ffffff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #111111;
    --bs-dropdown-link-hover-color: #0f0f0f;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #005EB8;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.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: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg);
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #414141;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #005EB8;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn,
        .btn-group > .btn-check:focus + .btn,
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn-check:checked + .btn,
        .btn-group-vertical > .btn-check:focus + .btn,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group {
    border-radius: 0px;
}

    .btn-group > :not(.btn-check:first-child) + .btn,
    .btn-group > .btn-group:not(:first-child) {
        margin-left: -1px;
    }

    .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group > .btn.dropdown-toggle-split:first-child,
    .btn-group > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn:nth-child(n+3),
    .btn-group > :not(.btn-check) + .btn,
    .btn-group > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.dropdown-toggle-split {
    padding-right: 0.65625rem;
    padding-left: 0.65625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    --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: #6c757d;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.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);
}
.topMenu .nav-link:hover {
    color: white;
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #ffffff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #ffffff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        background: none;
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius);
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color);
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color);
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #005EB8;
}

    .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: var(--bs-nav-pills-border-radius);
    }

        .nav-pills .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent;
        }

        .nav-pills .nav-link.active,
        .nav-pills .show > .nav-link {
            color: var(--bs-nav-pills-link-active-color);
            background-color: var(--bs-nav-pills-link-active-bg);
        }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0px;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-sm,
    .navbar > .container-md,
    .navbar > .container-lg,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: var(--bs-navbar-brand-hover-color);
    }

.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 .show > .nav-link,
    .navbar-nav .nav-link.active {
        color: var(--bs-navbar-active-color);
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}

    .navbar-text a,
    .navbar-text a:hover,
    .navbar-text a:focus {
        color: var(--bs-navbar-active-color);
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-sm .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-sm .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-md .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-md .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-xl .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-xl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x);
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none;
        }

            .navbar-expand-xxl .offcanvas .offcanvas-header {
                display: none;
            }

            .navbar-expand-xxl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible;
            }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x);
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

        .navbar-expand .offcanvas .offcanvas-header {
            display: none;
        }

        .navbar-expand .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
    }

.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg);
    }

.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion {
    --bs-accordion-color: #111111;
    --bs-accordion-bg: #ffffff;
    --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: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #111111;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230055a6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #80afdc;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0055a6;
    --bs-accordion-active-bg: #e6eff8;
}

.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);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0;
    }

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item {
    cursor: pointer;
}

    .breadcrumb-item.active {
        color: var(--bs-breadcrumb-item-active-color);
    }

.pagination {
    --bs-pagination-padding-x: 0.875rem;
    --bs-pagination-padding-y: 0.625rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: #111111;
    --bs-pagination-bg: #ffffff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #ECECEC;
    --bs-pagination-border-radius: 0px;
    --bs-pagination-hover-color: #111111;
    --bs-pagination-hover-bg: #e0edf6;
    --bs-pagination-hover-border-color: #e0edf6;
    --bs-pagination-focus-color: #111111;
    --bs-pagination-focus-bg: #e0edf6;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: #005EB8;
    --bs-pagination-active-border-color: #005EB8;
    --bs-pagination-disabled-color: #6C6C6C;
    --bs-pagination-disabled-bg: #ECECEC;
    --bs-pagination-disabled-border-color: #ECECEC;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    --bs-alert-color: #00386e;
    --bs-alert-bg: #ccdff1;
    --bs-alert-border-color: #b3cfea;
}

    .alert-primary .alert-link {
        color: #002d58;
    }

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8;
}

    .alert-secondary .alert-link {
        color: #34383c;
    }

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc;
}

    .alert-success .alert-link {
        color: #0c4128;
    }

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;
}

    .alert-info .alert-link {
        color: #04414d;
    }

.alert-warning {
    --bs-alert-color: #66481b;
    --bs-alert-bg: #fff0d9;
    --bs-alert-border-color: #ffe9c7;
}

    .alert-warning .alert-link {
        color: #523a16;
    }

.alert-danger {
    --bs-alert-color: #7c2913;
    --bs-alert-bg: #f5dad2;
    --bs-alert-border-color: #f1c7bc;
}

    .alert-danger .alert-link {
        color: #63210f;
    }

.alert-light {
    --bs-alert-color: #646363;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfd;
}

    .alert-light .alert-link {
        color: #504f4f;
    }

.alert-dark {
    --bs-alert-color: #0a0a0a;
    --bs-alert-bg: #cfcfcf;
    --bs-alert-border-color: #b8b8b8;
}

    .alert-dark .alert-link {
        color: #080808;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #005EB8;
    --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);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    --bs-list-group-color: #111111;
    --bs-list-group-bg: #ffffff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #F9F8F8;
    --bs-list-group-action-active-color: #111111;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #ffffff;
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: #005EB8;
    --bs-list-group-active-border-color: #005EB8;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > .list-group-item::before {
        content: counters(section, ".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: var(--bs-list-group-action-hover-color);
        text-decoration: none;
        background-color: var(--bs-list-group-action-hover-bg);
    }

    .list-group-item-action:active {
        color: var(--bs-list-group-action-active-color);
        background-color: var(--bs-list-group-action-active-bg);
    }

.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);
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: calc(-1 * var(--bs-list-group-border-width));
            border-left-width: var(--bs-list-group-border-width);
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width);
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width);
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width);
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width);
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width);
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 var(--bs-list-group-border-width);
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #00386e;
    background-color: #ccdff1;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #00386e;
        background-color: #b8c9d9;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #ffffff;
        background-color: #00386e;
        border-color: #00386e;
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #41464b;
        background-color: #cbccce;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #ffffff;
        background-color: #41464b;
        border-color: #41464b;
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #ffffff;
        background-color: #0f5132;
        border-color: #0f5132;
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #055160;
        background-color: #badce3;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #ffffff;
        background-color: #055160;
        border-color: #055160;
    }

.list-group-item-warning {
    color: #66481b;
    background-color: #fff0d9;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #66481b;
        background-color: #e6d8c3;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #ffffff;
        background-color: #66481b;
        border-color: #66481b;
    }

.list-group-item-danger {
    color: #7c2913;
    background-color: #f5dad2;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #7c2913;
        background-color: #ddc4bd;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #ffffff;
        background-color: #7c2913;
        border-color: #7c2913;
    }

.list-group-item-light {
    color: #646363;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #646363;
        background-color: #e5e5e5;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #ffffff;
        background-color: #646363;
        border-color: #646363;
    }

.list-group-item-dark {
    color: #0a0a0a;
    background-color: #cfcfcf;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #0a0a0a;
        background-color: #bababa;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #ffffff;
        background-color: #0a0a0a;
        border-color: #0a0a0a;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.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'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(0, 94, 184, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: var(--bs-toast-spacing);
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

    .toast-header .btn-close {
        margin-right: calc(-0.5 * var(--bs-toast-padding-x));
        margin-left: var(--bs-toast-padding-x);
    }

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: #ffffff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --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: 1px;
    --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: 1px;
    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 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 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);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.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-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * 0.5);
    }

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header,
    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header,
        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header,
        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header,
        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header,
        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header,
        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 287px;
    --bs-tooltip-padding-x: 0.875rem;
    --bs-tooltip-padding-y: 0.875rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #ffffff;
    --bs-tooltip-bg: #005EB8;
    --bs-tooltip-border-radius: 0px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 1.125rem;
    --bs-tooltip-arrow-height: 1rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity);
    }

    .tooltip .tooltip-arrow {
        display: block;
        width: var(--bs-tooltip-arrow-width);
        height: var(--bs-tooltip-arrow-height);
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
        top: -1px;
        border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
        border-top-color: var(--bs-tooltip-bg);
    }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
        right: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
        border-right-color: var(--bs-tooltip-bg);
    }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
        bottom: -1px;
        border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
        border-bottom-color: var(--bs-tooltip-bg);
    }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
        left: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
        border-left-color: var(--bs-tooltip-bg);
    }

/* rtl:end:ignore */
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #ffffff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color:;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #111111;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

    .popover .popover-arrow {
        display: block;
        width: var(--bs-popover-arrow-width);
        height: var(--bs-popover-arrow-height);
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
            border-width: 0;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
    }

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-top-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: var(--bs-popover-border-width);
        border-top-color: var(--bs-popover-bg);
    }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
    }

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-right-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: var(--bs-popover-border-width);
        border-right-color: var(--bs-popover-bg);
    }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
    }

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-bottom-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: var(--bs-popover-border-width);
        border-bottom-color: var(--bs-popover-bg);
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
    }

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-left-color: var(--bs-popover-arrow-border);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: var(--bs-popover-border-width);
        border-left-color: var(--bs-popover-bg);
    }

/* rtl:end:ignore */
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-dark .carousel-caption {
    color: #000000;
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color:;
    --bs-offcanvas-bg: #ffffff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-sm .offcanvas-header {
            display: none;
        }

        .offcanvas-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-md .offcanvas-header {
            display: none;
        }

        .offcanvas-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-lg .offcanvas-header {
            display: none;
        }

        .offcanvas-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-xl .offcanvas-header {
            display: none;
        }

        .offcanvas-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
        visibility: visible;
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

        .offcanvas-xxl .offcanvas-header {
            display: none;
        }

        .offcanvas-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important;
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
        margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
        margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.text-bg-primary {
    color: #ffffff !important;
    background-color: RGBA(0, 94, 184, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #ffffff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #ffffff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #000000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000000 !important;
    background-color: RGBA(255, 180, 67, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
    color: #ffffff !important;
    background-color: RGBA(207, 69, 32, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #000000 !important;
    background-color: RGBA(249, 248, 248, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
    color: #ffffff !important;
    background-color: RGBA(17, 17, 17, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
    color: #005EB8 !important;
}

    .link-primary:hover, .link-primary:focus {
        color: #004b93 !important;
    }

.link-secondary {
    color: #6c757d !important;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #565e64 !important;
    }

.link-success {
    color: #198754 !important;
}

    .link-success:hover, .link-success:focus {
        color: #146c43 !important;
    }

.link-info {
    color: #0dcaf0 !important;
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3 !important;
    }

.link-warning {
    color: #FFB443 !important;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffc369 !important;
    }

.link-danger {
    color: #CF4520 !important;
}

    .link-danger:hover, .link-danger:focus {
        color: #a6371a !important;
    }

.link-light {
    color: #F9F8F8 !important;
}

    .link-light:hover, .link-light:focus {
        color: #faf9f9 !important;
    }

.link-dark {
    color: #111111 !important;
}

    .link-dark:hover, .link-dark:focus {
        color: #0e0e0e !important;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-truncate-parent > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-2 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.75rem !important;
    }

    .fs-2 {
        font-size: 1.875rem !important;
    }

    .fs-3 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */



























































/*SECTION CUSTOM*/


/* Roboto Thin */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}
/* Roboto Light */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}
/* Roboto Regular */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
/* Roboto Medium */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
/* Roboto Bold */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
/* Roboto Black */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}

body {
    font-size: 1.125rem;
}

img {
    max-width: 100%;
}

h1,
.h1 {
    line-height: 1.3636363636;
    font-weight: 700;
}

h2,
.h2 {
    line-height: 1.333;
}

h3,
.h3 {
    line-height: 1.4166666667;
}

h4,
.h4 {
    line-height: 1.5;
}

h5,
.h5 {
    line-height: 1.625;
}

h6,
.h6 {
    line-height: 1.5;
}

hr {
    border-color: #ECECEC;
    opacity: 1;
}

.bg-primary-dark {
    background-color: #0C1C64 !important;
}

.bg-extra-light {
    background-color: #FBFBFB !important;
}

.bg-sky-light {
    background-color: #F5F9FC !important;
}

.border-color-primary-dark {
    border-color: #0C1C64 !important;
}

.text-gray {
    color: #414141 !important;
}

.text-light {
    color: #6C6C6C !important;
}

.form-control {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    background-color: #FBFBFB;
}

    .form-control:hover {
        background-color: #f6f6f7;
    }

    .form-control:focus {
        background-color: #ffffff;
    }

.position-relative > .form-control {
    padding-right: 52px;
}

.form-control::-webkit-input-placeholder {
    color: #414141;
}

.form-control:-ms-input-placeholder {
    color: #414141;
}

.form-control::placeholder {
    color: #414141;
}

.form-select {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    font-size: 0.875rem;
    background-image: url(../images/caret-down.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-right: 3rem;
}

    .form-select:hover {
        background-color: #f6f6f7;
    }

    .form-select:focus {
        background-image: url(../images/caret-up.png);
    }

    .form-select.short + .select2 .selection .select2-selection {
        padding-right: 50px;
    }

    .form-select.short + .select2 .select2-selection__arrow {
        background-image: url(../images/short-icon.svg);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: center center;
        top: 16px !important;
        border: none;
        width: 16px !important;
        height: 13px !important;
    }

        .form-select.short + .select2 .select2-selection__arrow b {
            display: none !important;
        }

.btnIcon {
    padding: 14px 28px 14px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

    .btnIcon img {
        margin-right: 12px;
    }

.btn.btn-default:hover svg path {
    fill: #FFB443;
}

.btn.btn-default[disabled], .btn.btn-default:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-default[disabled] svg path, .btn.btn-default:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary[disabled], .btn.btn-primary:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-primary[disabled] svg path, .btn.btn-primary:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary:hover {
    background-color: #00819b;
    border-color: #00819b;
}

.btn.btn-outline-secondary {
    border-color: #ECECEC;
    color: #111111;
}

    .btn.btn-outline-secondary:hover {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
        color: #111111;
    }

@media (min-width: 1200px) {
    .btn + .btn {
        margin-left: 17px;
    }
}

.video-button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

    .video-button:hover .video-btn-icon::after {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .video-button:hover .video-btn-icon:before {
        content: "";
        opacity: 0;
    }

    .video-button .video-btn-icon {
        width: 42px;
        height: 42px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        border: 1px solid;
        position: relative;
    }

        .video-button .video-btn-icon:before {
            content: "";
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .video-button .video-btn-icon:after {
            content: "";
            width: 24px;
            height: 24px;
            display: inline-block;
            border: 1px solid #ffffff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.2s ease-in;
        }

        .video-button .video-btn-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-button .video-btn-icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .video-button .video-btn-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

        .video-button .video-btn-title span {
            line-height: 21px;
        }

        .video-button .video-btn-title small {
            font-size: 0.625rem;
            line-height: 1;
        }

.small-container {
    width: 636px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 1124px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }
}

.py-100 {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .py-100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .py-100 {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .py-100 {
        padding: 50px 0;
    }
}

.py-125 {
    padding: 125px 0;
}

@media (max-width: 1199px) {
    .py-125 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .py-125 {
        padding: 80px 0;
    }
}

.bg-light {
    background-color: #FDF8F6 !important;
}

.multi-select-container {
    width: 100%;
}

    .multi-select-container .multi-select-button {
        box-shadow: none;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: -0.5em;
        background-color: #ffffff;
        border-radius: 0;
        border: 1px solid #ECECEC;
        cursor: default;
        font-size: 14px;
        line-height: 1.4;
        color: #111111;
        height: 47px;
        padding: 14px 40px 14px 14px;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease-in-out;
    }

        .multi-select-container .multi-select-button:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-button:after,
        .select2::after {
            position: absolute;
            top: 1px;
            right: 1px;
            display: inline-block;
            border-style: solid;
            border-width: 5px 5px 5px;
            border-color: #111111 transparent transparent transparent;
            margin-left: 0;
            vertical-align: 0;
            width: 24px;
            height: calc(100% - 2px);
            border: 0;
            background-image: url(../images/down-caret.svg);
            background-repeat: no-repeat;
            background-position: center left;
            content: "";
            pointer-events: none;
            background-color: #fff;
        }

.select2:hover::after {
    background-color: #f6f6f7;
}

.multi-select-container.multi-select-container--open .multi-select-button:after,
.select2.select2-container--open::after {
    transform: rotateX(180deg);
}

.multi-select-container .multi-select-button:hover::before {
    opacity: 1;
}

.multi-select-container.multi-select-container--open .multi-select-button::before {
    opacity: 1;
}

.multi-select-container .multi-select-menu {
    top: 48px;
    margin: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 2px;
    z-index: 3;
    overflow-x: hidden !important;
}

    .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        color: #414141;
        padding: 15px 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input {
            position: static;
            margin-top: 0;
            margin-right: 10px;
            margin-left: 0;
        }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input[type=checkbox] {
                width: 1em;
                height: 1em;
                vertical-align: top;
                background-color: #ffffff;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                border: 1px solid #0c1c64;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -webkit-print-color-adjust: exact;
                color-adjust: exact;
                print-color-adjust: exact;
                border-radius: 2px;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:checked {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
                background-color: #005EB8;
                border-color: #005EB8;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:disabled {
                opacity: 0.5;
            }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:nth-child(even) {
            background: #FBFBFB;
        }

.select2 {
    display: block;
    width: 100% !important;
}

    .select2 .selection {
        display: block;
        width: 100%;
    }

        .select2 .selection .select2-selection {
            box-shadow: none;
            display: inline-block;
            max-width: 100%;
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: -0.5em;
            background-color: #ffffff;
            border-radius: 0;
            border: 1px solid #ECECEC;
            cursor: default;
            font-size: 14px;
            line-height: 1.5;
            color: #111111;
            height: fit-content;
            padding: 0 32px 0 14px;
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

        .select2 .selection .select2-selection--single {
            padding: 14px 32px 0 13px !important;
        }


        .select2 .selection .select2-selection:hover {
            background-color: #f6f6f7;
        }

        .select2 .selection .select2-selection .select2-selection__rendered {
            font-weight: 400;
            font-size: 14px;
            line-height: 1;
            color: #111111;
            padding: 0;
            display: flex;
            align-items: center;
            margin: 0;
        }

        .select2 .selection .select2-selection .select2-selection__arrow {
            position: absolute;
            top: 18px;
            right: 20px;
            line-height: 1;
            width: auto;
            height: auto;
            display: none;
        }

            .select2 .selection .select2-selection .select2-selection__arrow b {
                width: 11px;
                height: 11px;
                border: 0;
                display: block;
                margin: 0;
                position: relative;
                left: auto;
                z-index: 1;
                top: auto;
                background-image: url(../images/down-caret.svg);
                background-repeat: no-repeat;
                background-position: center;
            }

    .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
        transform: rotateX(180deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 2px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #414141;
    padding: 14px;
    position: relative;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li {
    padding-left: 42px;
}

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected {
        background: none;
        color: #414141;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li::before {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 13px;
        left: 14px;
        content: "";
        border-radius: 3px;
        border: 2px solid #0c1c64;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::before {
        border-color: #005eb8;
        background: #005eb8;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::after {
        width: 5px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 15px;
        left: 19px;
        content: "";
        transform: rotate(45deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover,
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #f6f6f7;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:nth-child(even) {
    background-color: #FBFBFB;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 2px 2px 0 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 0 0 2px 2px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--selected {
    background-color: #005EB8;
    color: #ffffff;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--disabled {
    background-color: #F9F8F8;
    color: #6C6C6C;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-search--inline {
    display: inherit;
}

    .select2-container--default .select2-search--inline .select2-search__field {
        margin: 0px;
        color: #111111;
        font-size: 14px;
        line-height: 1.5;
        font-family: var(--bs-body-font-family);
    }

        .select2-container--default .select2-search--inline .select2-search__field::placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
            color: #111111;
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e0ecf6;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #111;
    display: flex;
    margin: 0 4px 0 0;
    padding: 4px 16px 3px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 2px;
    top: 4px;
    left: auto;
    color: #d20037;
    border: none;
    font-size: 16px;
    background: none !important;
}

.text-sm {
    font-size: 0.75rem;
    line-height: 1.8;
}

.lead {
    line-height: 1.7;
}

.form-label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #414141;
}

.error-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

    .error-message.calBg {
        background-color: #005EB8;
        pointer-events: none;
    }

.helper-text {
    color: #CF4520 !important;
    font-size: 15px !important;
    margin-top: 12px;
    text-align: right;
}

.form-check .form-check-input[type=radio] {
    border: 2px solid #005EB8;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=radio]:checked[type=checkbox] {
        border-color: #005EB8;
        border-radius: 50%;
        background: #ffffff;
        border: 6px solid #005EB8;
    }

    .form-check .form-check-input[type=radio]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=radio]:disabled + .form-label {
            color: #6C6C6C;
        }

.form-check .form-check-input[type=checkbox] {
    border: 2px solid #005EB8;
    border-radius: 3px;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=checkbox]:checked[type=checkbox] {
        border-color: #005EB8;
        border: 2px solid #005EB8;
    }

    .form-check .form-check-input[type=checkbox]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=checkbox]:disabled + .form-label {
            color: #6C6C6C;
        }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0C1C64;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools {
    opacity: 1;
    background: #f9f8f8;
    border-left: 1px solid #ececec;
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 636px;
        max-width: 100%;
    }
}

.modal .modal-content {
    border-radius: 0;
}

    .modal .modal-content .modal-header {
        background-color: #0C1C64;
        border-radius: 0;
        border: 0;
        padding: 18px 26px;
    }

    .modal .modal-content .modal-body {
        padding: 50px 72px;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.modal .modal-content .modal-body.mCustomScrollbar {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 50px 72px;
        padding-left: 0;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 30px 20px 30px 0;
    }
}

.modal .modal-content .modal-body p {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.modal .modal-content .modal-footer {
    border-radius: 0;
    padding: 1.25rem;
}

@media (max-width: 412px) {
    .modal .modal-content .modal-footer {
        padding: 1.25rem 10px;
    }
}

.doc-panel-wrapper {
    position: absolute;
    left: 50%;
    width: 330px;
    margin: 0 0 0 -660px;
}

@media (max-width: 1399px) {
    .doc-panel-wrapper {
        width: 330px;
        margin: 0 0 0 -609px;
    }
}

@media (max-width: 1199px) {
    .doc-panel-wrapper {
        width: 300px;
        margin: 0 0 0 -534px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper {
        width: calc(100% + 60px);
        z-index: 2;
        position: relative;
        left: -30px;
        right: -30px;
        margin: 0px;
    }
}

.doc-panel-wrapper.fixed {
    position: fixed;
}

@media (max-width: 991px) {
    .doc-panel-wrapper.fixed {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.doc-panel-wrapper .doc-panel {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .doc-panel-wrapper .doc-panel {
        display: none;
        padding-bottom: 111px;
    }
}

.doc-panel-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.doc-panel-wrapper .doc-panel-toggle {
    display: flex;
    padding: 18px;
    background: #FBFBFB;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    background: var(--material-primary-surface-alternative, #FBFBFB);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

@media (min-width: 992px) {
    .doc-panel-wrapper .doc-panel-toggle {
        display: none;
    }
}

.doc-panel-wrapper .list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ECECEC;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.doc-panel-wrapper .list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.doc-panel-wrapper .list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ECECEC;
}

.doc-panel-wrapper .list-group .list-group-item a:hover {
    color: #111111;
    background-color: #f6f6f7;
}

    .doc-panel-wrapper .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .doc-panel-wrapper .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.doc-panel-wrapper .list-group .list-group-item a.active {
    background-color: #F5F9FC;
}

    .doc-panel-wrapper .list-group .list-group-item a.active::after {
        background-color: #005EB8;
    }

    .doc-panel-wrapper .list-group .list-group-item a.active::before {
        background-color: #F5F9FC;
    }

.doc-panel-wrapper .list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.doc-panel-wrapper .list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6C6C6C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 12px;
}

.datepicker-dropdown {
    padding: 0px 0px 12px 0px;
    border-radius: 0px;
    border-color: #ECECEC;
}

    .datepicker-dropdown thead tr:nth-child(2) {
        border-bottom: 1px solid #ECECEC;
    }

    .datepicker-dropdown th {
        font-size: 0.75rem;
        color: #111111;
        width: 35px;
        padding: 14px 0 10px 0;
    }

    .datepicker-dropdown td {
        font-size: 0.75rem;
        width: 35px;
        height: 28px;
        color: #414141;
        border-radius: 0px;
    }

        .datepicker-dropdown td:hover {
            background-color: #F5F9FC !important;
        }

        .datepicker-dropdown td.old {
            background-color: #F9F8F8;
            color: #6C6C6C;
        }

        .datepicker-dropdown td.active {
            background-color: #005EB8 !important;
            background-image: none !important;
            color: #ffffff;
        }

        .datepicker-dropdown td span {
            border-radius: 0px !important;
        }

            .datepicker-dropdown td span:hover {
                background-color: #F5F9FC !important;
            }

            .datepicker-dropdown td span.focused {
                background-color: #005EB8 !important;
                background-image: none !important;
                color: #ffffff;
            }

    .datepicker-dropdown .datepicker-switch {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        background: none !important;
    }

    .datepicker-dropdown .prev {
        background: none !important;
        font-size: 0px;
        padding: 14px 0 14px 14px;
    }

        .datepicker-dropdown .prev::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowL.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .prev:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

    .datepicker-dropdown .next {
        background: none !important;
        font-size: 0px;
        padding: 14px 14px 14px 0px;
    }

        .datepicker-dropdown .next::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowR.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .next:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

.input-daterange {
    display: flex;
    position: relative;
}

    .input-daterange::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
    }

    .input-daterange.space .spacer {
        opacity: 1;
    }

    .input-daterange .spacer {
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    .input-daterange .startslect {
        pointer-events: none;
    }

    .input-daterange .form-control {
        background: none !important;
        padding: 0px !important;
        border: none !important;
        width: 83px !important;
        height: auto !important;
        text-align: left;
        outline: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.datepicker table tr td.range {
    background: #e0ecf6;
}

.datepicker table tr td.selected {
    background: #005eb8;
}

.datepicker-dropdown {
    margin-left: -120px;
}

.btn.light-btn {
    display: inline-flex;
    padding: 14px 28px 14px 14px;
    align-items: flex-start;
    gap: 14px;
    background: #E0ECF6;
    border-color: #E0ECF6;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    justify-content: center;
    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;
}

    .btn.light-btn:hover {
        background-color: #B3CFEA;
        border-color: #B3CFEA;
    }

    .btn.light-btn:disabled, .btn.light-btn[disabled] {
        background-color: #F5F9FC;
        border-color: #F5F9FC;
        color: #6C6C6C;
        cursor: not-allowed;
        pointer-events: none;
    }

header {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
}

.headerTop {
    background: #F9F8F8;
}

@media (max-width: 991px) {
    .headerTop {
        display: none;
    }
}

.topMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .topMenu ul li {
        display: inline-block;
        margin-right: 20px;
    }

@media (max-width: 1199px) {
    .topMenu ul li {
        margin-right: 10px;
    }
}

.topMenu ul li a {
    display: block;
    color: #414141;
    text-decoration: none;
    font-size: 0.75rem;
}

.searchBar {
    width: 220px;
}

@media (max-width: 1199px) {
    .searchBar {
        margin-left: 0.5rem !important;
    }
}

@media (max-width: 991px) {
    .searchBar {
        width: 100%;
        margin: 0 !important;
        padding: 26px 18px 21px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .searchBar {
        padding: 18px;
    }
}

.searchBar .form-control {
    height: 36px;
    padding-right: 36px;
    border: none;
    font-size: 0.75rem;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .searchBar .form-control {
        height: 47px;
        border: 1px solid #ECECEC;
        padding-right: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .form-control {
        height: 36px;
        padding-right: 36px;
    }
}

.searchBar .searchBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    height: 36px;
    width: 36px;
    border: none;
    background: url(../images/search.svg) no-repeat center center;
}

@media (max-width: 991px) {
    .searchBar .searchBtn {
        height: 47px;
        width: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .searchBtn {
        height: 36px;
        width: 36px;
    }
}

.headerBottom {
    padding: 28px 0 0 0;
    border-bottom: 2px solid #ECECEC;
    position: relative;
}

@media (max-width: 991px) {
    .headerBottom {
        padding: 21px 0;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container {
        max-width: 100%;
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container > .d-flex {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .mainMenu {
        display: none;
        width: 100%;
        height: calc(100% - 200px);
        overflow-x: hidden;
        position: fixed;
        top: 92px;
        left: 0px;
        background: #ffffff;
        border-bottom: 4px solid #CF4520;
        z-index: 99;
    }

        .mainMenu.show {
            display: block;
        }
}

.mainMenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .mainMenu > ul > li {
        display: inline-block;
        margin: 0 32px 0 0;
    }

@media (max-width: 1399px) {
    .mainMenu > ul > li {
        margin: 0 16px 0 0;
    }
}

@media (max-width: 1280px) {
    .mainMenu > ul > li {
        margin: 0 13px 0 0;
    }
}

@media (max-width: 1199px) {
    .mainMenu > ul > li {
        margin: 0 8px 0 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li {
        display: block;
        padding: 48px 0;
        margin: 0px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li {
        padding: 14px 0;
    }
}

.mainMenu > ul > li > a {
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    padding: 12px 0 35px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li > a {
        font-size: 0.813rem;
        padding: 10px 0 35px 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 42px;
        font-size: 1.5rem;
        font-weight: 500;
        position: relative;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.mainMenu > ul > li > a::after {
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background: #00819b;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    border: none;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a::after {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        left: auto;
        right: 30px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-image: url(../images/arrow-right-long-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #005EB8;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a::after {
        right: 18px;
    }
}

.mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
        background-color: #00819b;
    }
}

.mainMenu > ul > li > a.active::after {
    background-color: #005eb8;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a.active::before {
        width: 4px;
        height: 36px;
        background: #005eb8;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        content: "";
        transform: translate(0%, -50%);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a.active::before {
        width: 2px;
        height: 18px;
    }
}

.mainMenu > ul > li.submenu .dropicon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 12px;
    height: 14px;
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin-left: 1px;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        right: 30px;
        border: 1px solid #ECECEC;
        transform: rotate(-90deg);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li.submenu .dropicon {
        right: 18px;
    }
}

.mainMenu > ul > li.submenu.oneSubmenu {
    position: relative;
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu.oneSubmenu {
        position: static;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu > a::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .alert ~ .headerBottom .mainMenu,
    .alert ~ .headerBottom .menuDropdown {
        top: 144px !important;
    }
}

.menuDropdown {
    padding: 0px;
    box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.2);
    min-height: 288px;
    margin-top: 12px !important;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    width: 585px;
    inset: auto !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

@media (max-width: 1199px) {
    .menuDropdown {
        width: 500px;
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    .menuDropdown {
        width: 100%;
        height: calc(100% - 200px);
        overflow: unset;
        overflow-x: hidden;
        top: 92px !important;
        margin: 0 !important;
        flex-wrap: wrap;
        left: 100% !important;
        transform: none !important;
        opacity: 0;
        visibility: hidden;
        display: block;
        position: fixed !important;
        border-radius: 0px;
        border-bottom: 4px solid #CF4520;
        box-shadow: none;
    }
}

.menuDropdown.show {
    display: flex;
}

@media (max-width: 991px) {
    .menuDropdown.show {
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.menuDropdown .btn-primary {
    border: none;
}

.menuDropdown .lefBlue {
    padding: 38px 24px;
    width: 234px;
    background: #0c1c64;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue {
        width: 190px;
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue {
        width: 100%;
        padding: 48px 30px 72px;
        border-bottom: 27px solid #005EB8;
        position: relative;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue {
        border-bottom-width: 17px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue::after {
        width: 55px;
        height: 55px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: #00bdda;
        content: "";
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue::after {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue {
        padding: 25px 18px 40px;
    }
}

.menuDropdown .lefBlue p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.15px;
    width: 100%;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue p {
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue p {
        font-size: 2.75rem;
        line-height: 1.3636363636;
        font-weight: 700;
        margin: 93px 0 69px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue p {
        font-size: 1.25rem;
        line-height: 1.7;
        margin: 40px 0;
    }
}

.menuDropdown .rightmenu {
    border-top: 4px solid #CF4520;
    padding: 18px 0 10px;
    width: calc(100% - 234px);
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu {
        width: calc(100% - 190px);
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu {
        width: 100%;
        border: none;
        padding: 0px;
    }
}

.menuDropdown .rightmenu h3 {
    font-size: 0.875rem;
    font-style: italic;
    color: #6c6c6c;
    font-weight: normal;
    padding: 0 24px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu h3 {
        font-size: 0.875rem;
        padding: 0 18px;
    }
}

.menuDropdown .rightmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
        border-bottom: 1px solid #ECECEC;
    }

        .menuDropdown .rightmenu ul li:last-child {
            border-bottom: none;
        }

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li {
        padding: 48px 0;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
    }
}

.menuDropdown .rightmenu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 42px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    position: relative;
    padding: 0 70px 0 24px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a {
        padding: 0 65px 0 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.menuDropdown .rightmenu ul li a::after {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 24px;
    content: "";
    background-image: url(../images/arrow-right-long-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005EB8;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 18px;
    }
}

.menuDropdown .rightmenu ul li a:hover::after {
    background-color: #00819b;
}

.menuDropdown .rightmenu ul li a.active::before {
    width: 2px;
    height: 18px;
    background: #005eb8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 4px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 2px;
        height: 18px;
    }
}

.menuDropdown .rightmenu ul li.active a::before {
    width: 2px;
    height: 18px;
    background: #005EB8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

.menuDropdown .rightmenu ul.twoCol {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul.twoCol {
        column-gap: 8px;
    }
}

.menuDropdown .rightmenu ul.twoCol li {
    width: calc(50% - 6px);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li {
        width: 100%;
    }
}

.menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
    border-bottom: none;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
        border-bottom: 1px solid #ECECEC;
    }
}

.menuDropdown .rightmenu.twoTopic {
    display: flex;
    padding: 0px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic {
        flex-wrap: wrap;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment {
    background: #f5f9fc;
    padding: 38px 0 24px;
    width: 33.33%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 0px;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment ul li {
    width: 100%;
}

.menuDropdown .rightmenu.twoTopic .topics {
    padding: 38px 0 10px;
    width: 66.66%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 0px;
    }
}

.menuDropdown.fullSubmenu {
    width: 1320px;
}

@media (max-width: 1399px) {
    .menuDropdown.fullSubmenu {
        width: 1116px;
    }
}

@media (max-width: 1199px) {
    .menuDropdown.fullSubmenu {
        width: 936px;
    }
}

@media (max-width: 991px) {
    .menuDropdown.fullSubmenu {
        width: 100%;
    }
}

.menuDropdown.fullSubmenu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

    .menuDropdown.fullSubmenu ul li {
        width: calc(33% - 12px);
    }

.siteLogo a {
    display: block;
}

@media (max-width: 412px) {
    .siteLogo a {
        max-width: 115px;
    }
}

@media (max-width: 1399px) {
    .headBtn {
        margin-left: 0;
    }
}

.headBtn .btn {
    transition: 0.3s all;
}

    .headBtn .btn:hover {
        background-color: #ffaf4a;
        border-color: #ffaf4a;
    }

@media (max-width: 1199px) {
    .headBtn .btn {
        font-size: 0.813rem;
        padding: 10px 20px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn .btn {
        vertical-align: top;
        font-size: 0.875rem;
        padding: 15px 28px 12px 14px;
    }
}

@media (max-width: 480px) {
    .headBtn .btn {
        font-size: 0.625rem;
        padding: 10px 8px 10px 8px;
    }
}

@media (max-width: 1199px) {
    .headBtn .btn img {
        margin-right: 5px;
    }
}

.menuToggle {
    display: none;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border: 1px solid #ECECEC;
    background: url(../images/menu-toggle.svg) no-repeat center center;
}

    .menuToggle.closeToggle {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

@media (max-width: 991px) {
    .menuToggle {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .menuToggle {
        width: 36px;
        height: 37px;
    }
}

.backMenu {
    display: none;
    font-size: 1.5rem;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0 0 0 63px;
    position: relative;
    height: 42px;
}

@media (max-width: 991px) {
    .backMenu {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .backMenu {
        font-size: 1.25rem;
    }
}

.backMenu::before {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url(../images/arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005eb8;
}

@media (min-width: 992px) {
    .overlayMenu::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 91;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .overlayOpen::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 3;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

.alert {
    margin: 0px;
    min-height: 52px;
    padding: 14px 50px 14px 28px;
    border: none;
    border-radius: 0px;
    font-size: 0.875rem;
    color: #111111;
    background-color: #e0ecf6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

    .alert a {
        color: #111111;
        text-decoration: underline;
    }

        .alert a:hover {
            text-decoration: none;
        }

    .alert svg {
        margin-right: 10px;
    }

    .alert .btn-close {
        font-size: 0.875rem;
        color: #111111;
        width: 52px;
        height: 52px;
        padding: 0px;
        opacity: 1;
        background-size: 10px auto !important;
    }

.overline {
    font-size: 0.875rem;
}

.social-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            padding: 1px 4px;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid transparent;
        }

            .social-links li a:hover {
                border-color: #111111;
            }

.global-footer {
    overflow-x: hidden;
    border-bottom: 4px solid #CF4520;
    background-color: #FBFBFB;
}

    .global-footer .footer-blue-bg {
        padding: 70px 90px 110px 0;
        background-color: #0C1C64;
        position: relative;
    }

@media (max-width: 991px) {
    .global-footer .footer-blue-bg {
        padding: 50px 0 50px 0;
    }
}

.global-footer .footer-blue-bg:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #0C1C64;
    width: 500rem;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg:after {
        right: -40%;
        z-index: 0;
    }
}

.global-footer .footer-blue-bg .min-h-500 {
    min-height: 350px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg .min-h-500 {
        min-height: 260px;
    }
}

.global-footer .footer-blue-bg p {
    line-height: 1.875rem;
    font-style: normal;
    letter-spacing: 0.03px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .global-footer .footer-links {
        margin-top: 24px;
    }
}

.global-footer .footer-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .global-footer .footer-links ul li {
        margin-bottom: 1.05rem;
        line-height: 1;
    }

        .global-footer .footer-links ul li a {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            text-decoration: none;
            display: inline-block;
            position: relative;
        }

            .global-footer .footer-links ul li a:after {
                content: "";
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: -2px;
                background-color: #0C1C64;
                transition: all 0.2s ease-in;
            }

            .global-footer .footer-links ul li a:hover {
                color: #0C1C64;
            }

                .global-footer .footer-links ul li a:hover:after {
                    width: 100%;
                }

.global-footer .footer-top {
    padding: 70px 0 60px 120px;
}

@media (max-width: 1199px) {
    .global-footer .footer-top {
        padding: 70px 0 60px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-top {
        padding: 26px 0 50px 0;
    }
}

.global-footer .footer-bottom {
    padding: 30px 0 30px 120px;
    position: relative;
}

@media (max-width: 1199px) {
    .global-footer .footer-bottom {
        padding: 30px 0 30px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-bottom {
        padding: 25px 0 25px 0;
    }
}

.global-footer .footer-bottom:before {
    content: "";
    position: absolute;
    left: -24px;
    background-color: #ECECEC;
    top: 0;
    width: 500rem;
    height: 1px;
}

.global-footer .footer-bottom .copyright {
    color: #414141;
    margin-bottom: 0;
}

    .global-footer .footer-bottom .copyright small {
        font-size: 0.75rem;
        line-height: 1;
    }

    .global-footer .footer-bottom .copyright sup {
        font-size: 1rem;
        top: 0px;
    }

.heading-bar {
    width: 28px;
    height: 7px;
    background: #FFB443;
    margin-bottom: 3rem;
}

.fw-medium {
    font-weight: 500;
}

.hero-banner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

@media (max-width: 991px) {
    .hero-banner {
        padding-bottom: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding-bottom: 483px;
    }
}

.hero-banner .banner-content-wrapper {
    padding: 140px 120px 140px 122px;
    min-height: 660px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-banner .banner-content-wrapper {
        min-height: 520px;
        padding: 120px 0;
    }
}

.hero-banner .banner-content-wrapper h1,
.hero-banner .banner-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.hero-banner .banner-content-wrapper p {
    line-height: 2.125rem;
    letter-spacing: 0.15px;
}

.hero-banner .banner-content-wrapper .btn {
    margin-top: 4.25rem;
}

.hero-banner .header-image {
    position: absolute;
    right: 0;
    width: calc(50% - 95px);
    margin-right: 0px;
    top: 0;
    bottom: 0;
}

@media (min-width: 1440px) {
    .hero-banner .header-image {
        width: calc(50% - 200px);
    }
}

@media (max-width: 991px) {
    .hero-banner .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner .header-image {
        height: 400px;
    }
}

.hero-banner .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner .header-image .bg-line1 {
    width: 28px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line1 {
        width: 100%;
        height: 55px;
        top: -83px;
    }
}

.hero-banner .header-image .bg-line2 {
    width: 61px;
    height: 100%;
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line2 {
        width: 100%;
        height: 28px;
        left: auto;
        top: -28px;
    }
}

.hero-banner.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .hero-banner.feedback-banner .overline {
        color: #6C6C6C;
    }

@media (max-width: 767px) {
    #sync2 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #sync2 .owl-stage-outer {
        overflow: unset;
    }
}

.circle-list {
    list-style: none;
    padding-left: 0;
}

    .circle-list li {
        margin-bottom: 1.25rem;
        position: relative;
        padding-left: 42px;
    }

        .circle-list li:last-child {
            margin-bottom: 0;
        }

        .circle-list li::before {
            content: "";
            width: 14px;
            height: 14px;
            display: inline-block;
            border: 3px solid #005EB8;
            border-radius: 50%;
            position: absolute;
            left: 7px;
            top: 7px;
            z-index: 2;
        }

        .circle-list li::after {
            content: "";
            width: 28px;
            height: 28px;
            display: inline-block;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 0px;
            background-color: #fff;
            z-index: 1;
        }

        .circle-list li a {
            color: #414141;
            text-decoration: none;
            font-size: 0.875rem;
        }

.hero-banner-with-pinned-content {
    position: relative;
}

    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-top: 140px;
        padding-bottom: 195px;
    }

@media (max-width: 767px) {
    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-bottom: 135px;
    }
}

.hero-banner-with-pinned-content .header-pinned-content {
    background-color: #005EB8;
    height: 150px;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content .header-pinned-content {
        background-color: transparent;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 331px;
    }
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content .header-pinned-content {
        /* bottom: 48px;*/
    }
}

.hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
    background-color: #ffffff;
    position: relative;
    transform: translate(0, -50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
        transform: none;
        top: -95px;
    }
}

.hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item {
    padding: 41px 48px;
    position: relative;
}

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .overline {
        color: #6C6C6C;
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .pinned-title {
        height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn {
        font-size: 0.75rem;
        position: relative;
    }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:before {
            content: "";
            background: transparent;
            position: absolute;
            bottom: -5px;
            width: 76%;
            width: 0;
            left: 20px;
            height: 1px;
            transition: all 0.2s ease-in;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:hover:before {
            background: #0C1C64;
            width: 76%;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel {
        padding-top: 111px;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
    height: 113px;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        bottom: auto;
        top: 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .container {
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .pinned-content-inner {
        top: 0;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .slide-progress {
    width: 0;
    max-width: 100%;
    height: 5px;
    background: #CF4520;
}

.hero-banner-with-pinned-content.content-with-carousel .carousel-content-item {
    padding: 20px 24px;
    border-right: 1px solid #ECECEC;
    position: relative;
    cursor: pointer;
}

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover {
        background-color: #ECECEC;
    }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background-color: #FFB443;
        }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item .content-title {
        color: #6C6C6C;
        font-size: 0.875rem;
        line-height: 1.5;
        height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item p {
        font-size: 0.75rem;
        line-height: 1.8;
        margin-bottom: 0;
        height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #6C6C6C;
    }

.hero-banner-with-pinned-content.content-with-carousel .btn img {
    max-width: 100%;
    width: auto;
}

.hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item {
    background-color: #ECECEC;
}

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 2px;
        background-color: #CF4520;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item .content-title {
        color: #111111;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item p {
        color: #414141;
    }

.hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
    border-left: 4px solid #00819b;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
        transform: none;
        top: -258px;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner {
    color: inherit;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.login-block .hero-banner {
        padding-bottom: 0;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 992px) {
    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
    max-width: 416px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
        max-width: 100%;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max .lead {
    font-weight: 400;
    color: #6C6C6C;
}

.dateText {
    font-size: 0.75rem;
    line-height: 1.833;
    color: #0C1C64;
    margin-bottom: 6px;
}

.artItem .position-relative:hover .imgoverlay::after {
    opacity: 0;
}

.artItem .image a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
}

.artItem .image .imgoverlay {
    position: relative;
}

    .artItem .image .imgoverlay::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.3s all;
    }

.artItem .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .artItem .text h4.h-60 {
        height: 60px;
    }

    .artItem .text h4.h-52 {
        height: 52px;
    }

    .artItem .text h4 a {
        color: #111111;
        text-decoration: none;
    }

.artItem .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
}

.artItem.shortItem > .position-relative {
    border-bottom: 2px solid #ECECEC;
}

.artItem.shortItem .text h4 {
    font-size: 1rem;
    line-height: 1.625;
}

.textArtItem a {
    display: block;
    padding: 24px 12px;
    color: #111111;
    text-decoration: none;
    border-bottom: 2px solid #ECECEC;
    transition: 0.3s all;
}

@media (max-width: 480px) {
    .textArtItem a {
        padding: 15px 12px;
    }
}

.textArtItem a:hover {
    background-color: #f9e8e4;
}

.textArtItem h5 {
    margin-bottom: 0px;
}

.articleFilter {
    width: 100%;
    padding-bottom: 21px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .articleFilter {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .articleFilter {
        margin-bottom: 40px;
    }
}

.articleFilter .filter {
    position: relative;
}

@media (max-width: 767px) {
    .articleFilter .filter {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        column-gap: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .articleFilter .filter {
        margin-bottom: 0px;
    }
}

.articleFilter .searchBar {
    margin-left: auto !important;
}

@media (max-width: 991px) {
    .articleFilter .searchBar {
        width: auto;
        padding: 0px;
        border: none;
    }
}

@media (max-width: 767px) {
    .articleFilter .searchBar {
        width: 100%;
    }
}

.articleFilter .searchBar .form-control {
    border: 1px solid #ECECEC;
    font-size: 0.875rem;
    height: 47px;
}

.articleFilter .searchBar .searchBtn {
    width: 42px;
    height: 47px;
}

.bg-light2 {
    background-color: #F9F8F8;
}

.textImageArea {
    z-index: 1;
}

    .textImageArea .overlayBg {
        z-index: -1;
        width: calc(50% + 220px);
    }

@media (max-width: 991px) {
    .textImageArea .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .textImageArea .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 575px) {
    .textImageArea .overlayBg {
        height: calc(50% + 70px) !important;
    }
}

.textImageArea .darkblue {
    width: 79.5px;
    height: 79.5px;
    background-color: #0C1C64;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

@media (max-width: 991px) {
    .textImageArea .darkblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .darkblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        bottom: 100%;
    }
}

.textImageArea .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .skyblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .skyblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        left: auto;
    }
}

.textImageArea .lightblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #005EB8;
    position: absolute;
    top: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .lightblue {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .textImageArea .lightblue {
        width: 39.75px;
        height: 39.75px;
        margin-top: 40px;
    }
}

.textImageArea .yellow {
    width: 79.5px;
    height: 79.5px;
    background-color: #FFB443;
    position: absolute;
    top: 100%;
    left: 0px;
}

@media (max-width: 991px) {
    .textImageArea .yellow {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .textImageArea .yellow {
        width: 79.5px;
        height: 79.5px;
        margin-top: 40px;
    }
}

.textImageArea .overline {
    color: #6C6C6C;
}

.textImageArea h4 {
    font-weight: 400;
    line-height: 1.7;
}

.textImageArea .leftTopImg {
    margin-left: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg {
        margin-left: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg {
        margin-left: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg {
        margin: 0 100px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg {
        margin: 0;
    }
}

.textImageArea .leftTopImg img {
    width: 220px;
    height: 218px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg img {
        width: 170px;
        height: 168px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg img {
        width: 130px;
        height: 128px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg img {
        width: 135px;
        height: 128px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg img {
        width: 115px;
        height: 108px;
    }
}

.textImageArea .leftTopImg.right {
    margin-right: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg.right {
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg.right {
        margin-right: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right {
        margin: 0 0 0 100px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg.right {
        margin: 0px;
    }
}

.textImageArea .leftTopImg.right .lightblue {
    top: 0px;
    left: auto;
    right: 100%;
    background-color: #FFB443;
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right .lightblue {
        top: 100%;
    }
}

.textImageArea .rightTopImg {
    margin-top: 77px;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg {
        margin-bottom: 40px;
    }
}

.textImageArea .rightTopImg img {
    width: 330px;
    height: 328px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg img {
        width: 260px;
        height: 258px;
    }
}

@media (max-width: 991px) {
    .textImageArea .rightTopImg img {
        width: 210px;
        height: 208px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg img {
        width: 270px;
        height: 288px;
    }
}

@media (max-width: 575px) {
    .textImageArea .rightTopImg img {
        width: 180px;
        height: 198px;
    }
}

.textImageArea .rightTopImg.right .yellow {
    left: auto;
    right: 0px;
    background-color: #005EB8;
}

.textImageArea .bottomImg img {
    width: 159px;
    height: 157px;
    object-fit: cover;
    display: block;
    margin-left: -159px;
}

@media (max-width: 1199px) {
    .textImageArea .bottomImg img {
        width: 130px;
        height: 130px;
        margin-left: -130px;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg img {
        width: 100px;
        height: 100px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg img {
        width: 135px;
        height: 128px;
        margin-left: -135px;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg img {
        width: 115px;
        height: 108px;
        margin-left: -115px;
    }
}

.textImageArea .bottomImg.right {
    display: flex;
    justify-content: flex-end;
}

    .textImageArea .bottomImg.right img {
        margin: 0 -159px 0 0;
    }

@media (max-width: 1199px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -130px 0 0;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -100px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -135px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -115px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .imageT img {
        width: 100%;
    }
}

.download-btn {
    border-radius: 3px;
}

    .download-btn a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px;
        color: #111111;
        text-decoration: none;
        transition: 0.3s all;
    }

    .download-btn .image {
        width: 70px;
        position: relative;
        box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
    }

        .download-btn .image::before {
            width: 54.88px;
            height: 60.49px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
            background-color: #005EB8;
            border-radius: 0 60px 0 0;
        }

        .download-btn .image::after {
            width: 13.4px;
            height: 13.4px;
            position: absolute;
            bottom: 8px;
            left: 8px;
            content: "";
            background: url(../images/logo-icon.svg) no-repeat center center;
        }

        .download-btn .image img {
            width: 100%;
            height: 77.35px;
            display: block;
            object-fit: cover;
        }

    .download-btn .text {
        width: calc(100% - 98px);
    }

        .download-btn .text strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .download-btn .text span {
            display: inline-flex;
            align-items: center;
            font-size: 0.75rem;
            color: #414141;
            gap: 6px;
        }

            .download-btn .text span svg, .download-btn .text span img {
                width: 12px;
            }

.headline-news-card {
    border-left: 5px solid #005EB8;
    background-color: #F5F9FC;
    padding: 6.25rem 0;
}

@media (max-width: 767px) {
    .headline-news-card {
        border-left: 0;
        border-top: 5px solid #005EB8;
    }
}

.headline-news-card .headline-card-inner {
    position: relative;
}

    .headline-news-card .headline-card-inner .news-card-image {
        overflow: hidden;
    }

        .headline-news-card .headline-card-inner .news-card-image img {
            transition: all 0.2s ease-in;
        }

    .headline-news-card .headline-card-inner:hover .news-card-image img {
        filter: blur(20px);
    }

    .headline-news-card .headline-card-inner:hover .btn-primary {
        background-color: #00819b;
        border-color: #00819b;
    }

@media (min-width: 768px) {
    .headline-news-card .news-inner-content {
        max-width: 428px;
        margin-left: auto;
    }
}

.headline-news-card .news-inner-content .overline {
    font-size: 0.75rem;
}

.headline-news-card .news-inner-content h2,
.headline-news-card .news-inner-content .h2 {
    line-height: 1.467;
}

.featured-video-section {
    color: #ffffff;
    position: relative;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section {
        padding-bottom: 220px;
    }
}

.featured-video-section:hover .header-image img, .featured-video-section:hover .header-image video {
    filter: blur(0);
}

@media (max-width: 991px) {
    .featured-video-section .container {
        max-width: 100%;
        padding: 0;
    }
}

.featured-video-section .featured-content-wrapper {
    padding: 70px 120px 70px 110px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #0C1C64;
    min-height: 497px;
}

@media (max-width: 991px) {
    .featured-video-section .featured-content-wrapper {
        padding: 100px 30px;
        min-height: auto;
    }
}

.featured-video-section .featured-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0C1C64;
    width: 555rem;
    z-index: -1;
}

.featured-video-section .featured-content-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    width: 555rem;
    top: 0;
    height: 2px;
    background-color: #CF4520;
}

.featured-video-section .featured-content-wrapper h1,
.featured-video-section .featured-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.featured-video-section .featured-content-wrapper p {
    line-height: 2.125rem;
}

.featured-video-section .featured-content-wrapper .btn {
    margin-top: 4.8rem;
}

.featured-video-section .featured-content-wrapper .rectangle-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 100%;
    right: 0;
}

.featured-video-section .header-image {
    position: absolute;
    right: 0;
    width: 50%;
    margin-right: 0px;
    top: 0;
    bottom: 0;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .featured-video-section .header-image {
        height: 570px;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .featured-video-section .header-image {
        height: 470px;
    }
}

.featured-video-section .header-image img, .featured-video-section .header-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .featured-video-section .header-image img, .featured-video-section .header-image video {
        filter: blur(20px);
        transform: scale(1.1);
        transition: all 0.2s ease;
    }
}

.featured-video-section.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .featured-video-section.feedback-banner .overline {
        color: #6C6C6C;
    }

.list-section {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .list-section {
        padding: 125px 0 90px;
    }
}

.list-section .stars-list {
    padding: 0;
    margin: 0;
    border-top: 2px solid #ECECEC;
}

    .list-section .stars-list li {
        list-style: none;
        border-bottom: 2px solid #ECECEC;
    }

    .list-section .stars-list .list-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
    }

        .list-section .stars-list .list-wrapper .list-right {
            width: calc(100% - 120px);
            padding: 10px 0;
        }

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-right {
        display: flex;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .list-right {
        width: calc(100% - 80px);
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon {
    width: 120px;
    height: 120px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        margin-right: 110px;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        width: 80px;
        height: 80px;
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.list-section .stars-list .list-wrapper .list-para {
    margin-bottom: 7px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-para {
        padding-right: 60px;
        margin-bottom: 0;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-para {
        width: calc(100% - 220px);
    }
}

.list-section .stars-list .list-wrapper .list-para p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.list-section .stars-list .list-wrapper .list-btn {
    margin-left: auto;
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-btn {
        width: 220px;
    }
}

.list-section .stars-list .list-wrapper .list-btn .btn {
    font-size: 0.75rem;
    position: relative;
}

    .list-section .stars-list .list-wrapper .list-btn .btn:before {
        content: "";
        background: transparent;
        position: absolute;
        bottom: -5px;
        width: 76%;
        width: 0;
        left: 22px;
        height: 1px;
        transition: all 0.2s ease-in;
    }

    .list-section .stars-list .list-wrapper .list-btn .btn:hover:before {
        background: #0C1C64;
        width: 62%;
    }

.list-section.list-section-dark-mode {
    background-color: #0C1C64;
    color: #ffffff;
}

    .list-section.list-section-dark-mode .stars-list {
        border-top: 0;
    }

        .list-section.list-section-dark-mode .stars-list li {
            border-bottom: 0;
        }

            .list-section.list-section-dark-mode .stars-list li .btnIcon svg path {
                fill: #FFB443;
            }

            .list-section.list-section-dark-mode .stars-list li .btnIcon:hover svg path {
                fill: #F1C7BC;
            }

.newsletter-sign-up {
    position: relative;
    background-color: #ffffff;
}

    .newsletter-sign-up .sign-up-image {
        position: absolute;
        width: calc(100% + 160px);
        right: 12px;
        top: 0;
        bottom: 0;
        min-height: 400px;
    }

@media (min-width: 1680px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 300px);
    }
}

@media (min-width: 1925px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 400px);
    }
}

@media (min-width: 2160px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 500px);
    }
}

@media (min-width: 2360px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 600px);
    }
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 100px);
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-image {
        position: static;
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .sign-up-image {
        width: auto;
        margin: 0 -30px;
    }
}

.newsletter-sign-up .sign-up-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-sign-up .sign-up-content {
    padding: 65px 90px;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-content {
        padding: 45px 50px;
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-content {
        padding: 80px 0px 54px;
        height: auto;
        min-height: auto;
    }
}

.newsletter-sign-up .sign-up-content .overline {
    color: #6C6C6C;
}

.newsletter-sign-up .sign-up-content .text-sm {
    color: #6C6C6C;
}

.newsletter-sign-up .newsletter-form {
    padding: 65px 1rem;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .newsletter-form {
        padding: 45px 0.5rem;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .newsletter-form {
        padding: 0 0 45px 0;
    }
}

.find-planner-banner .banner-content-wrapper {
    position: relative;
    z-index: 0;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .find-planner-banner .banner-content-wrapper {
        padding: 50px 30px;
        min-height: 265px;
    }
}

.find-planner-banner .banner-content-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 555rem;
    background-color: #0C1C64;
    z-index: -1;
}

.find-planner-banner .banner-content-wrapper .content-max-width {
    max-width: 330px;
}

    .find-planner-banner .banner-content-wrapper .content-max-width p {
        letter-spacing: 0.03px;
        font-weight: 300;
        line-height: 1.7;
    }

.find-planner-banner .planner-right-block {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block {
        margin: 30px;
        min-height: 102px;
    }
}

.find-planner-banner .planner-right-block .blue-box {
    position: absolute;
    left: -24px;
    width: 244px;
    top: 0;
    bottom: 0;
    background-color: #0C1C64;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .blue-box {
        width: calc(100% + 60px);
        top: auto;
        bottom: 147px;
        height: 110px;
        left: -30px;
        right: 0;
    }
}

.find-planner-banner .planner-right-block .cyan-box {
    position: absolute;
    left: 110px;
    width: 110px;
    bottom: 0;
    height: 110px;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .cyan-box {
        left: auto;
        width: 110px;
        bottom: 147px;
        right: -30px;
    }
}

.find-planner-banner .planner-form {
    background-color: #ffffff;
    padding: 24px;
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-form {
        margin-top: -154px;
    }
}

.find-planner-banner .planner-form .form-control {
    height: 47px;
}

.find-planner-banner .planner-form .btn {
    line-height: 1.36;
}

@media (max-width: 991px) {
    .find-planner-banner .container {
        padding: 0;
        max-width: 100%;
    }
}

.small-heroBanner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

@media (max-width: 767px) {
    .small-heroBanner .container {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .row {
        margin: 0px;
    }
}

.small-heroBanner .text {
    position: relative;
    padding: 60px 20% 76px 12px;
}

@media (max-width: 1199px) {
    .small-heroBanner .text {
        padding: 60px 10% 76px 12px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .text {
        padding: 80px 20% 80px 30px;
    }
}

.small-heroBanner .bg-line1 {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 110px;
    background-color: #00819B;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line1 {
        width: 93px;
        height: 93px;
        right: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line1 {
        width: 40px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line1 {
        width: 55px;
        right: 55px;
    }
}

.small-heroBanner .bg-line2 {
    width: 110px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #005EB8;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line2 {
        width: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line2 {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line2 {
        width: 55px;
    }
}

.small-heroBanner h2 {
    color: #ffffff;
    letter-spacing: 0.1px;
    line-height: 1.4666666667;
    margin-bottom: 0px;
}

.small-heroBanner p {
    letter-spacing: 0.03px;
    line-height: 1.6666666667;
    margin-bottom: 30px;
}

.small-heroBanner .btnIcon:hover svg path {
    fill: #F1C7BC;
}

.small-heroBanner .btnIcon svg path {
    fill: #FFB443;
}

@media (max-width: 767px) {
    .small-heroBanner .image {
        padding: 0px;
    }
}

.small-heroBanner .image img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .small-heroBanner .image img {
        position: static;
        width: 100%;
    }
}

.toolFilters {
    position: relative;
    min-height: 1200px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .toolFilters {
        min-height: auto;
    }
}

.toolFilters.minHeight .srchDistance {
    margin-bottom: 110px;
}

.toolFilters .filter {
    padding-right: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 220px);
    background-color: #ffffff;
}

@media (max-width: 1399px) {
    .toolFilters .filter {
        width: calc(50% - 186px);
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter {
        width: calc(50% - 78px);
    }
}

@media (max-width: 991px) {
    .toolFilters .filter {
        position: static;
        width: 100%;
    }
}

.toolFilters .filter.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .toolFilters .filter.fixed {
        position: static;
    }
}

.toolFilters .filter .redLb {
    width: calc(100% + 72px);
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 5px solid #CF4520;
    border-bottom: 1px solid #ECECEC;
    content: "";
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .toolFilters .filter .redLb {
        width: 100%;
    }
}

.toolFilters .filter .filterWidth {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth {
        height: auto !important;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside {
    width: 100%;
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside {
        overflow: visible;
        position: static;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
    padding: 0 72px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        padding: 0 50px 0 0;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        overflow: visible;
        position: static !important;
        padding: 0px;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
    width: 356px;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 322px;
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 340px;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}

.toolFilters .srchDistance {
    padding: 40px 0 35px 0;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .toolFilters .srchDistance {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide {
        display: none;
        position: relative;
        left: 0px;
        z-index: 2;
        width: calc(100% + 4vh);
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide {
        left: -30px;
        width: calc(100% + 60px);
        height: 550px !important;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 4vh 0 0;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 30px;
    }
}

.toolFilters .filterToggle {
    display: none;
}

@media (max-width: 991px) {
    .toolFilters .filterToggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 34px 0;
    }
}

.toolFilters .filterToggle h4 {
    margin: 0px;
}

.toolFilters .filterToggle .btn {
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ECECEC;
}

    .toolFilters .filterToggle .btn:hover {
        background-color: #E0ECF6;
    }

        .toolFilters .filterToggle .btn:hover svg path {
            fill: #111111;
        }

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll {
        padding: 0 148px;
        position: relative;
        left: -148px;
        z-index: 2;
        width: calc(100% + 296px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll {
        padding: 0 30px;
        left: -30px;
        width: calc(100% + 60px);
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll.fixedMob {
        position: fixed;
        z-index: 100;
        background: #fff;
    }
}

.toolFilters .mobileFixedScroll.fixedMob .container {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll.fixedMob .container {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
    }
}

.toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}

.plannerCard {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 52px 0 52px 60px;
    z-index: 1;
    border: 1px solid #ECECEC;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

@media (max-width: 1399px) {
    .plannerCard {
        padding: 50px 0 50px 40px;
    }
}

@media (max-width: 991px) {
    .plannerCard {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .plannerCard {
        padding: 40px 0;
    }
}

.plannerCard:hover {
    background-color: #f6f6f7;
}

    .plannerCard:hover::before {
        background-color: #005EB8;
        width: 122px;
    }

@media (max-width: 991px) {
    .plannerCard:hover::before {
        width: 272px;
    }
}

.plannerCard:hover::after {
    background-color: #f6f6f7;
}

.plannerCard::before {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #E0ECF6;
    z-index: -1;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .plannerCard::before {
        left: -190px;
        width: 260px;
    }
}

.plannerCard::after {
    content: "";
    position: absolute;
    left: 99%;
    width: 555rem;
    height: calc(100% + 2px);
    top: -1px;
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    border-left: none;
    transition: 0.3s all;
    z-index: -2;
}

@media (max-width: 991px) {
    .plannerCard::after {
        left: -190px;
    }
}

.plannerCard .image {
    width: 119px;
    min-height: 178px;
    border-radius: 5px;
    background-color: #B3CFEA;
    background-image: url(../images/favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 41px 40px;
}

@media (max-width: 767px) {
    .plannerCard .image {
        width: 111px;
        min-height: 172px;
    }
}

.plannerCard .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plannerCard .image a::after {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    z-index: 4;
}

.plannerCard .text {
    width: calc(100% - 180px);
}

@media (max-width: 1399px) {
    .plannerCard .text {
        width: calc(100% - 165px);
    }
}

@media (max-width: 767px) {
    .plannerCard .text {
        width: calc(100% - 135px);
    }
}

.plannerCard .text .pname {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666666667;
    margin-bottom: 11px;
}

    .plannerCard .text .pname sup {
        font-weight: 400;
        font-size: 0.75rem;
    }

.plannerCard .text p {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    margin: 0 0 2px 0;
}

    .plannerCard .text p span {
        color: #6C6C6C;
    }

.plannerCard .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-flex;
    align-items: center;
    padding: 9px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

@media (max-width: 767px) {
    .plannerCard .text .tag span {
        margin: 0 10px 10px 0;
    }
}

@media (max-width: 1199px) {
    .plannerCard .text .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {
    .plannerCard .text .tag span.texthide img, .plannerCard .text .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerCard .text .tag span img, .plannerCard .text .tag span svg {
    margin-right: 6px;
    outline: none;
}

.plannerCard .text .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

.plannerCard .text .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerCard .text .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerCard .text .tag span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerCard .text .tag span.lightyellow svg path {
        fill: #a0610c;
    }

.plannerCard .text .tag.toptag span {
    margin: 0 0 0 6px;
}

@media (max-width: 480px) {
    .plannerCard .text .tag.toptag span {
        margin: 8px 0 0 6px;
    }
}

.plannerCard .text .cfp {
    font-size: 0.75rem;
}

.tooltip {
    line-height: 1.7142857143;
}

.tooltip-inner {
    text-align: left;
}

.loading-find {
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .loading-find img {
        margin-bottom: 20px;
    }

    .loading-find h4 {
        color: #6C6C6C;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .loading-find p {
        font-size: 0.75rem;
        color: #6C6C6C;
    }

.plannerDetails {
    background-color: #F9F8F8;
    position: relative;
}

@media (max-width: 767px) {
    .plannerDetails {
        background-color: #ffffff;
    }
}

.plannerDetails .details {
    min-height: 800px;
    padding: 0 110px 0 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .plannerDetails .details {
        padding: 0 80px 0 0;
    }
}

@media (max-width: 1199px) {
    .plannerDetails .details {
        padding: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .plannerDetails .details {
        padding: 0;
    }
}

.plannerDetails .details::before {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
}

@media (max-width: 991px) {
    .plannerDetails .details::before {
        right: -300px;
    }
}

@media (max-width: 767px) {
    .plannerDetails .details::before {
        width: calc(100% + 60px);
        height: 298px;
        right: -30px;
        background-color: #005EB8;
    }
}

.plannerDetails .details .imgD {
    width: 86px;
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .plannerDetails .details .imgD {
        width: 100%;
        margin-bottom: 70px;
    }
}

.plannerDetails .details .btnIcon.iconNH:hover svg path {
    fill: #6C6C6C;
}

.plannerDetails .details .tag {
    display: flex;
    flex-wrap: wrap;
}

    .plannerDetails .details .tag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-flex;
        align-items: center;
        padding: 9px 10px;
        border-radius: 20px;
        margin: 0 6px 12px 0;
    }

@media (max-width: 1199px) {
    .plannerDetails .details .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {
    .plannerDetails .details .tag span.texthide img, .plannerDetails .details .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerDetails .details .tag span img, .plannerDetails .details .tag span svg {
    margin-right: 6px;
    outline: none;
}

.plannerDetails .details .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

.plannerDetails .details .tag span.not-current {
    border-color: #F9E9E4;
    background-color: #F9E9E4;
}

.plannerDetails .details .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerDetails .details .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerDetails .details .tag span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerDetails .details .tag span.lightyellow svg path {
        fill: #a0610c;
    }

@media (max-width: 440px) {
    .plannerDetails .details .btn.btn-outline-secondary {
        padding: 10px;
    }
}

.contact-info {
    position: relative;
    background-color: #F5F9FC;
    z-index: 1;
}

    .contact-info::before {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -110px;
        content: "";
        background-color: #F5F9FC;
        z-index: -1;
    }

@media (max-width: 991px) {
    .contact-info::before {
        right: -170px;
    }
}

.contact-info p span {
    font-size: 0.75rem;
}

.contact-info p a {
    color: #111111;
    text-decoration: none;
}

.learnTooltip {
    padding: 0 0 0.875rem 0;
    max-width: 320px;
}

    .learnTooltip .tooltip-inner {
        padding: 0px;
        background-color: #ffffff;
        box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.05);
    }

        .learnTooltip .tooltip-inner span {
            font-size: 0.75rem;
            color: #0C1C64;
            padding: 12px;
            display: block;
            background-color: #F5F9FC;
        }

        .learnTooltip .tooltip-inner p {
            margin: 0px;
            padding: 12px;
            font-size: 0.75rem;
            line-height: 1.833;
            color: #414141;
        }

    .learnTooltip .tooltip-arrow::before {
        border-top-color: #ffffff !important;
    }

.formSticky {
    background-color: #005EB8;
    padding: 20px 0 20px 110px;
    position: sticky;
    z-index: 2;
    right: 0;
    width: calc(50% - 110px);
    min-height: 700px;
}

@media (max-width: 1399px) {
    .formSticky {
        width: calc(50% - 93px);
        padding: 20px 0 20px 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky {
        width: calc(50% - 78px);
        padding: 20px 0 20px 30px;
    }
}

@media (max-width: 991px) {
    .formSticky {
        position: relative;
        top: 0px !important;
        width: 100%;
        min-height: auto;
        padding: 80px 0;
    }
}

.formSticky.fixed {
    position: fixed;
    top: 200px;
}

@media (max-width: 991px) {
    .formSticky.fixed {
        position: relative;
        top: 0 !important;
    }
}

.formSticky::before {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 100%;
    content: "";
    background-color: #00BDDA;
}

@media (max-width: 1399px) {
    .formSticky::before {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .formSticky::before {
        width: calc(100% + 300px);
        height: 200px;
        top: 0;
        right: -150px;
        bottom: auto;
        z-index: -1;
        background-color: #005EB8;
    }
}

.formSticky::after {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 220px;
    content: "";
    background-color: #0C1C64;
    z-index: -1;
}

@media (max-width: 991px) {
    .formSticky::after {
        width: calc(100% + 300px);
        height: calc(100% - 200px);
        top: auto;
        left: -150px;
        bottom: 0px;
    }
}

.formSticky .white-bg {
    padding: 40px 36px 30px;
    background-color: #ffffff;
    max-width: 440px;
}

@media (max-width: 1399px) {
    .formSticky .white-bg {
        max-width: 385px;
        padding: 40px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .formSticky .white-bg {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .formSticky .white-bg {
        max-width: 100%;
        width: 100%;
    }
}

.formSticky .btn {
    justify-content: flex-start;
    transition: 0.3s all;
}

.formSticky textarea.form-control {
    height: 63px;
    padding: 0.875rem;
}

.authorShor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .authorShor img {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        object-fit: cover;
    }

    .authorShor .nameD {
        width: calc(100% - 44px);
        color: #ffffff;
    }

        .authorShor .nameD strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 2px;
        }

        .authorShor .nameD span {
            display: block;
            font-size: 0.75rem;
            color: #F1F1F1;
        }

.arttag {
    display: flex;
    flex-wrap: wrap;
}

    .arttag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        border: 1px solid #6C6C6C;
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-radius: 20px;
        margin: 0 12px 12px 0;
        color: #F1F1F1;
    }

.smalcircle-list {
    list-style: none;
    padding: 0px;
}

    .smalcircle-list li {
        margin-bottom: 2rem;
        position: relative;
        padding-left: 21px;
        color: #414141;
    }

        .smalcircle-list li::before {
            content: "";
            width: 9px;
            height: 9px;
            display: inline-block;
            border: 3px solid #0C1C64;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 10px;
            z-index: 2;
        }

.blockquote {
    position: relative;
}

    .blockquote::before {
        width: 12px;
        height: 13px;
        position: absolute;
        top: 12px;
        left: -39px;
        content: "";
        background: url(../images/quote-icon.svg) no-repeat center center/100% auto;
    }

@media (max-width: 767px) {
    .blockquote::before {
        left: -27px;
    }
}

.blockquote p {
    font-size: 1.688rem;
    line-height: 1.6296296296;
    letter-spacing: 0.2px;
    color: #111111;
    font-weight: 300;
}

.blockquote .quote-footer {
    font-size: 0.75rem;
    color: #6C6C6C;
}

.keySummary {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .keySummary {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 0 30px;
    }
}

.articleDetails {
    padding: 44px 0 108px 0;
    position: relative;
}

@media (max-width: 767px) {
    .articleDetails {
        padding: 0px;
    }
}

.articleDetails::before {
    width: 100%;
    height: 149px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #005EB8;
}

@media (max-width: 767px) {
    .articleDetails::before {
        display: none;
    }
}

.articleDetails .articleInner {
    background-color: #ffffff;
    position: relative;
}

.articleDetails hr {
    border: 1px solid #ECECEC;
}

.articleDetails p, .articleDetails li {
    letter-spacing: 0.03px;
    color: #6C6C6C;
    line-height: 30px;
}

    .articleDetails p strong, .articleDetails li strong {
        color: #111111;
        font-weight: 500;
    }

.articleDetails li {
    margin-bottom: 1.25rem;
}

.articleDetails .download-btn {
    padding: 81px 0;
}

@media (max-width: 767px) {
    .articleDetails .download-btn {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 81px 30px;
    }
}

.articleDetails .download-btn a {
    padding: 0px;
}

.articleDetails .download-btn .image {
    width: 162px;
}

    .articleDetails .download-btn .image::before {
        width: 127px;
        height: 140px;
        border-radius: 0 140px 0 0;
    }

    .articleDetails .download-btn .image::after {
        width: 31px;
        height: 31px;
        background-size: 100% auto;
        left: 20px;
        bottom: 20px;
    }

    .articleDetails .download-btn .image img {
        width: 100%;
        height: 179px;
    }

.articleDetails .download-btn .text {
    width: calc(100% - 210px);
}

.menuDropdown.onethirdSubmenu {
    width: 948px;
}

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu {
        width: 100%;
    }
}

.menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
        display: block;
    }
}

.menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol {
    display: block;
    flex: 0 0 50%;
}

    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li {
        width: calc(100% - 6px);
        border-bottom: 1px solid #ECECEC;
    }

        .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
            border-bottom: 0;
        }

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
        border-bottom: 1px solid #ECECEC;
    }
}

.headBtn.myAccountSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons {
        display: none;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection {
        gap: 4px;
    }
}

.headBtn.myAccountSection .cartIcons a {
    border: 1px solid #ECECEC;
    padding: 7px 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 42px;
    transition: 0.3s all;
}

    .headBtn.myAccountSection .cartIcons a:hover {
        background: #cf4520;
        color: #fff !important;
    }

.headBtn.myAccountSection button.cartIcons:disabled a:hover {
    background: #fff;
    color: #000 !important;
}

@media (max-width: 1399px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 6px 9px;
        height: 42px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 4px 9px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 4px 9px;
        height: 37px;
    }
}

.headBtn.myAccountSection .dropdown {
    padding: 0;
}

    .headBtn.myAccountSection .dropdown .btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        background: #CF4520;
        border-color: #fff;
        transition: 0.3s all;
    }

        .headBtn.myAccountSection .dropdown .btn:hover {
            background-color: #ffaf4a;
            border-color: #ffaf4a;
            transition: 0.3s all;
        }

        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            padding: 14px 20px 14px 14px;
            border-right: 1px solid #fff;
            gap: 14px;
            align-items: center;
            box-sizing: border-box;
            display: flex;
        }

@media (max-width: 1399px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 14px 10px 14px 10px;
        height: 42px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 0.813rem;
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 14px;
        padding: 10px 20px 10px 14px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 10px;
        font-size: 14px;
        height: 37px;
        box-sizing: border-box;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: block;
        font-size: 14px;
        line-height: 25px;
    }
}

.headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width: 12px;
    height: 14px;
    padding: 21px;
    font-size: 0;
    filter: invert(1);
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        margin-left: 0;
        padding: 18px 17px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        padding: 18px 20px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        height: 37px;
        padding: 18px 20px;
    }
}

.headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu {
    background: #fff;
    padding: 0 0 14px 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    min-width: 271px;
    width: 100%;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li {
        border-bottom: 1px solid #ECECEC;
        padding: 14px 0;
        box-sizing: border-box;
    }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li:last-child {
            border-bottom: 0;
        }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item {
            padding: 0 24px;
        }

            .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover {
                background: transparent;
            }

                .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active .iconsItemAccount, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover .iconsItemAccount {
                    background-color: #00819b;
                }

.headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .itemNameAccount {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        color: #111;
    }

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .iconsItemAccount {
        padding: 14px;
        background: #005EB8;
        box-sizing: border-box;
    }

.statisticsSection .statisticsSectionMain {
    border-right: 2px solid #005EB8;
    padding: 125px 0;
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain {
        border-right: 0;
        border-bottom: 2px solid #005EB8;
        padding: 80px 0 50px 0;
    }
}

.statisticsSection .statisticsSectionMain.firstBorder {
    border-left: 2px solid #005EB8;
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain.firstBorder {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain.lastborder_0 {
        border-bottom: 0;
    }
}

.statisticsSection.bg-blue .counter-count-main > div {
    color: #fff;
}

.bg-blue {
    background: #0C1C64 !important;
}

.inlineTags {
    margin-bottom: 3rem;
}

    .inlineTags .inlineTagsInner {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        padding: 4px 8px;
        background: #005EB8;
        color: #fff;
        display: inline-block;
        border-radius: 20px;
    }

.statisticsCounter {
    margin-bottom: 32px;
}

    .statisticsCounter .counter-count-main > div {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0.75px;
    }

.statisticsPara {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #ccc;
}

.testimonialSection {
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonialSection .position-relative img {
        width: 100%;
    }
}

.testimonialSection .overlayBg {
    z-index: -1;
    width: calc(50% + 340px);
}

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 991px) {
    .testimonialSection .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: calc(100% + 0px);
    }
}

.testimonialSection .testimonialContents h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #111;
    margin-bottom: 40px;
}

    .testimonialSection .testimonialContents h4 a {
        color: #005EB8;
        text-decoration: none;
    }

.userInforTestimonial {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
}

    .userInforTestimonial .testiuserIcon img {
        border-radius: 32px;
        width: 32px;
        height: 32px;
    }

    .userInforTestimonial .testiuserdetails h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #111;
        margin-bottom: 0;
    }

    .userInforTestimonial .testiuserdetails p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        margin-bottom: 0;
    }

.userInformVideoIcon .video-button .video-btn-title {
    gap: 1px;
}

    .userInformVideoIcon .video-button .video-btn-title p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        margin-bottom: 0;
    }

    .userInformVideoIcon .video-button .video-btn-title span {
        font-size: 14px;
        color: #111;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: 90px;
        text-align: left;
    }

.comparisonMatrixCol .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    top: 0px;
    left: 100%;
}

@media (max-width: 767px) {
    .comparisonMatrixCol .skyblue {
        display: none;
    }
}

.comparisonMatrixCol .skyblueLeft {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

@media (max-width: 767px) {
    .comparisonMatrixCol .skyblueLeft {
        display: none;
    }
}

.comparisonMatrixCol .comparisonMatrixMain {
    background-color: #fff;
}

    .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader {
        background: #0C1C64;
        padding: 40px;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader h4 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #fff;
            margin-bottom: 6px;
        }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #fff;
            margin-bottom: 0px;
        }

    .comparisonMatrixCol .comparisonMatrixMain .comparisonListed {
        padding-left: 0;
        border-left: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li {
            list-style: none;
            padding: 30px 40px;
            box-sizing: border-box;
            border-bottom: 1px solid #ECECEC;
        }

            .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a {
                text-decoration: none;
                display: flex;
                justify-content: space-between;
            }

                .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a .comparisonListedItem {
                    color: #111;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 19px;
                }

.tableofContent.mainAccordionSec .accordion .accordion-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #ECECEC;
}

    .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 28px;
        box-sizing: border-box;
        position: relative;
    }

        .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button:after {
            content: "";
            position: absolute;
            background: url(../images/angle-down.svg) no-repeat center center;
            height: 20px;
            background-size: contain;
            right: 16px;
        }

    .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-body {
        padding: 28px;
        box-sizing: border-box;
        background: #fff;
    }

.tableofContent .accordion .accordion-item {
    border: 0;
    margin-bottom: 20px;
}

    .tableofContent .accordion .accordion-item .accordion-header .accordion-button {
        background: #ffffff;
        border: 0;
        box-shadow: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        color: #111;
        padding: 24px;
        box-sizing: border-box;
        border-radius: 0;
    }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:hover {
            background: #ECECEC;
        }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:focus {
            box-shadow: none;
        }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
            background: #F5F9FC;
        }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:hover {
                background: #E0ECF6;
            }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:after {
            content: "";
            position: absolute;
            background: url(../images/angle-down.svg) no-repeat center center;
            height: 20px;
            background-size: contain;
            right: 16px;
        }

    .tableofContent .accordion .accordion-item .accordion-body {
        padding: 0 1.25rem;
        background: #F5F9FC;
    }

        .tableofContent .accordion .accordion-item .accordion-body p {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            color: #414141;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

        .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted {
            padding: 0;
        }

            .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li {
                list-style: none;
            }

                .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li a {
                    display: block;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22px;
                    color: #414141;
                    text-decoration: none;
                    padding: 14px 7px;
                    box-sizing: border-box;
                }

.tableMainSection .tableMain .tableSections.tableBodyHeight {
    height: 500px;
    overflow-Y: scroll;
}

    .tableMainSection .tableMain .tableSections.tableBodyHeight thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar {
        width: 6px;
    }

    .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar-thumb {
        background: #0C1C64;
        border-radius: 4px;
    }

.tableMainSection .tableMain .tableSections .table {
    border: 1px solid var(--bs-border-color);
}

    .tableMainSection .tableMain .tableSections .table tr:nth-child(even) {
        background: #F9F9FA;
    }

    .tableMainSection .tableMain .tableSections .table tr th {
        background: #0C1C64;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 24px;
        box-sizing: border-box;
    }

        .tableMainSection .tableMain .tableSections .table tr th svg {
            margin-left: 12px;
        }

    .tableMainSection .tableMain .tableSections .table tr td {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        padding: 24px;
        box-sizing: border-box;
    }

        .tableMainSection .tableMain .tableSections .table tr td a {
            color: #0C1C64;
        }

        .tableMainSection .tableMain .tableSections .table tr td:last-child {
            text-align: end;
        }

.totalCreditsSec {
    color: #0C1C64 !important;
    background: #F5F9FC;
}

.fixedUpSignupBtn a {
    background: #005EB8;
    padding: 34px 0;
    display: flex;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader {
    background: #0C1C64;
    padding: 40px 24px 22px 24px;
    box-sizing: border-box;
}

    .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #ffffff;
        margin-bottom: 3px;
    }

    .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader p {
        color: #ffffff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0px;
    }

.fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul {
    padding: 0;
    margin: 0;
}

    .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li {
        list-style: none;
        border-bottom: 1px solid #ECECEC;
        text-decoration: none;
        color: #414141;
        display: flex;
        justify-content: space-between;
        padding: 40px 24px;
        box-sizing: border-box;
    }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSec {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
        }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSecValue {
            font-size: 14px;
            color: #414141;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
        }

.viewOnMapsBtn {
    margin-bottom: 40px;
}

    .viewOnMapsBtn a {
        border-radius: 4px;
        border: 1px solid #ddd;
        display: inline-block;
        padding: 8px;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        color: #111111;
    }

        .viewOnMapsBtn a:hover {
            background: #ECECEC;
        }

.regisEventsSec {
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ECECEC;
    text-align: center;
}

    .regisEventsSec a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        color: #111111;
        text-decoration: none;
        background: #E0ECF6;
        padding: 14px;
        box-sizing: border-box;
        border-radius: 4px;
    }

        .regisEventsSec a:hover {
            background: #B3CFEA;
        }

.fixedPanelDateTime {
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 4px;
}

    .fixedPanelDateTime .fixedPanelPadding {
        padding: 60px 60px 0px 60px;
        box-sizing: border-box;
    }

@media (max-width: 767px) {
    .fixedPanelDateTime .fixedPanelPadding {
        padding: 30px 30px 0px 30px;
    }
}

.fixedPanelDateTime .fixedPanelDateTimeMain {
    margin-bottom: 57px;
}

    .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle svg {
            margin-top: 10px;
        }

    .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates {
        display: flex;
        gap: 16px;
        align-items: self-start;
    }

        .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem h3 {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

        .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.025px;
            margin-bottom: 0;
            color: #414141;
        }

    .fixedPanelDateTime .fixedPanelDateTimeMain:nth-child(2) {
        margin-bottom: 33px;
    }

.overlineContents {
    margin-bottom: 52px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
}

.bg-light-blue {
    background: #005EB8;
}

.bg-dark-blue {
    background: #0C1C64 !important;
}

.tags-seprate span a {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.ceHeaderNew .hero-banner {
    color: #414141;
}

.ceHeaderNew .banner-content-wrapper {
    padding-left: 1.5rem;
}

.ceHeaderNew .header-image {
    width: calc(50% - 100px);
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image {
        width: 100%;
    }
}

.ceHeaderNew .header-image .bg-line2 {
    left: 0;
    width: 110px;
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image .bg-line2 {
        width: 100%;
        height: 55px;
        top: -83px;
        top: -105px;
    }
}

.ceHeaderNew .header-image .bg-line1 {
    left: -110px;
    width: 110px;
    background-color: #00BDDA;
    bottom: 0;
    top: auto;
    height: 110px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image .bg-line1 {
        width: 100%;
        height: 55px;
        top: -55px;
        left: 0;
    }
}

.ceHeaderNew .header-pinned-content {
    background: transparent;
    height: 188px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .pinned-content-inner {
        top: -305px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth {
    text-align: left;
    padding: 46px 48px;
    box-sizing: border-box;
    border-right: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 1399px) {
    .ceHeaderNew .header-pinned-content .datedMonth {
        padding: 30px 5px;
        border: 0;
    }
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .datedMonth {
        padding: 15px 15px;
        border-bottom: 1px solid #ECECEC;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
        margin-bottom: 15px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

@media (max-width: 1366px) {
    .ceHeaderNew .header-pinned-content .datedMonth h6 {
        font-size: 25px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-bottom: 13px;
}

.ceHeaderNew .header-pinned-content .datedMonth .monthSectionHeader {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
}

.courseCards .courseCardsMain ul {
    padding: 0;
    margin: 0;
}

    .courseCards .courseCardsMain ul li {
        list-style: none;
        background: #ffffff;
        padding: 40px 45px;
        box-sizing: border-box;
        border: 1px solid #ECECEC;
        border-left: 15px solid #E0ECF6;
    }

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li {
        padding: 20px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles {
        display: block;
        margin-bottom: 10px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #6C6C6C;
    gap: 16px;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
        display: block;
    }
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner {
        margin-bottom: 10px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInner h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    color: #414141;
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
        justify-content: flex-start;
        margin-top: 5px;
        margin-bottom: 30px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain .courseTitleitem {
    border-radius: 20px;
    padding: 10px;
    background: #E0ECF6;
    gap: 6px;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: #111111;
    justify-content: center;
    align-items: center;
}

.courseCards .courseCardsMain ul li:hover {
    background-color: #F6F6F7;
}

    .courseCards .courseCardsMain ul li:hover .btn {
        background: #00819B;
    }

.courseCards .courseCardsMain .seeCourseSection {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain .seeCourseSection {
        display: block;
    }
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain .seeCourseSection .tags-seprate {
        margin-top: 10px;
    }
}

.mosaicthreebox {
    max-width: 330px;
    min-height: 330px;
    border: 2px solid #ECECEC;
}

@media (max-width: 992px) {
    .mosaicthreebox {
        min-height: 230px;
    }
}

@media (max-width: 776px) {
    .mosaicthreebox {
        min-height: 230px;
        max-width: 100%;
    }
}

.mosaicthreebox .mosaicbottomtext.font-smallest {
    bottom: 24px;
    left: 24px;
}

    .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 23px;
        color: #111111;
        font-weight: 400;
        line-height: 38px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

@media (max-width: 992px) {
    .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 18px;
        line-height: 30px;
    }
}

.mosaicthreebox.bg-danger-color .btn-danger:hover {
    background: #FFB443;
}

.mosaicBoxesPadding {
    padding: 70px 0 94px 0;
    box-sizing: border-box;
}

.mosaicBoxes {
    border-bottom: 2px solid #ECECEC;
    border-top: 2px solid #CF4520;
    padding: 94px 0 70px 0;
}

    .mosaicBoxes .qafp_certification {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        color: #111111;
        letter-spacing: 0.1px;
    }

.mosaic-height-275 {
    min-height: 275px;
}

@media (max-width: 1199px) {
    .mosaic-height-275 {
        min-height: 234px;
    }
}

@media (max-width: 991px) {
    .mosaic-height-275 {
        min-height: 174px;
    }
}

.mosaic-maxwiddth-275 {
    max-width: 275px;
}

@media (max-width: 767px) {
    .mosaic-maxwiddth-275 {
        max-width: 100%;
    }
}

.mosaic-height {
    min-height: 550px;
}

@media (max-width: 992px) {
    .mosaic-height {
        min-height: 440px;
    }
}

.color-light-blue {
    background: #00819B !important;
}

.bg-danger-color {
    background-color: #BA0C2F !important;
}

.btn-danger.btnIcon.paddingsbtnSection:hover {
    background: #FFB443;
}

.mosaicbottomcalltoaction {
    padding: 12px;
    box-sizing: border-box;
}

    .mosaicbottomcalltoaction .mosaiccontent {
        margin-bottom: 28px;
    }

.paddingsbtnSection {
    padding: 9px 6.5px !important;
    box-sizing: border-box;
}

.mosaicMain {
    background: #E0ECF6;
    position: relative;
}

    .mosaicMain .mosaicbottomtextsimple {
        padding: 36px;
        box-sizing: border-box;
    }

        .mosaicMain .mosaicbottomtextsimple .heading-bar {
            margin-bottom: 30px;
        }

        .mosaicMain .mosaicbottomtextsimple .mosaiccontent {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 40px;
        }

    .mosaicMain .mosaiImg {
        position: relative;
    }

        .mosaicMain .mosaiImg:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
            z-index: 2;
            background: rgba(0, 0, 0, 0.4);
        }

        .mosaicMain .mosaiImg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .mosaicMain .mosaicbottomtext {
        position: absolute;
        bottom: 48px;
        left: 48px;
        right: 48px;
        top: auto;
        z-index: 3;
    }

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext {
        left: 28px;
        bottom: 28px;
        right: 28px;
    }
}

@media (max-width: 767px) {
    .mosaicMain .mosaicbottomtext .heading-bar {
        height: 3px;
    }
}

.mosaicMain .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}

.mosaicVideo {
    position: relative;
}

@media (max-width: 767px) {
    .mosaicVideo .heading-bar {
        height: 3px;
    }
}

.mosaicVideo .header-image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .mosaicVideo .header-image {
        height: 440px;
    }
}

.mosaicVideo video {
    filter: blur(2.5px);
    transform: scale(1.1);
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mosaicVideo:hover .header-image img,
.mosaicVideo:hover .header-image video {
    filter: blur(0);
}

.mosaicVideo .mosaicbottomtext {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    top: auto;
    z-index: 3;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext {
        bottom: 28px;
        left: 28px;
        right: 28px;
    }
}

.mosaicVideo .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}

.mosaicVideo .video-btn-icon {
    border-color: #ffffff;
}

.mosaicVideo:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.mosaicbottomtext.font-smallest {
    bottom: 36px;
    left: 36px;
}

    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
        letter-spacing: 0;
    }

@media (max-width: 1200px) {
    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 992px) {
    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.mosaicbottomtext.font-smallest .heading-bar {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .mosaicbottomtext.font-smallest .heading-bar {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mosaicbottomtext.font-smallest .heading-bar {
        height: 3px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .mosaicbottomtext.font-smallest {
        bottom: 16px;
        left: 16px;
    }
}

.mosaicMain.bg-danger-color .mosaiccontent {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
}

.HW-137 {
    width: 137px;
    height: 137px;
}

@media (max-width: 992px) {
    .HW-137 {
        width: 126px;
        height: 126px;
    }
}

@media (max-width: 767px) {
    .HW-137 {
        width: 100%;
        height: auto;
    }
}

.mrt-40 {
    margin-top: 40px;
}

.pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
    word-wrap: break-word;
}

.designationsExplainer > .position-relative {
    padding: 14px;
}

.dashboardHeader {
    border-bottom: 2px solid #ECECEC;
    background: #ffffff;
}

@media (max-width: 991px) {
    .dashboardHeader {
        padding: 27px 0;
    }
}

.dashboardHeader .navbar-toggler {
    width: 40px;
    height: 42px;
    border: 1px solid #ECECEC;
    background: url(../images/menu-toggle.svg) no-repeat center center;
}

    .dashboardHeader .navbar-toggler:focus {
        box-shadow: none;
    }

    .dashboardHeader .navbar-toggler[aria-expanded=true] {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

@media (max-width: 767px) {
    .dashboardHeader .MaineMenusSec {
        margin: 0 -30px;
    }
}

.dashboardHeader .navbar {
    padding: 0;
}

    .dashboardHeader .navbar .rightHeaderSection {
        display: flex;
        justify-content: end;
        gap: 10px;
    }

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-collapse {
        order: 3;
    }
}

.dashboardHeader .navbar .navbar-brand {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 42px 36px 40px 0px;
    box-sizing: border-box;
    position: relative;
    margin-right: 0;
}

    .dashboardHeader .navbar .navbar-brand.active:before {
        content: "";
        height: 2px;
        background: #005EB8;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
    }

    .dashboardHeader .navbar .navbar-brand:before {
        content: "";
        height: 2px;
        background: transparent;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
    }

    .dashboardHeader .navbar .navbar-brand:hover:before {
        background-color: #005EB8;
    }

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-brand {
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li {
        border-bottom: 1px solid #ECECEC;
    }

        .dashboardHeader .navbar .navbar-nav > li:last-child {
            border: 0;
        }
}

.dashboardHeader .navbar .navbar-nav > li a {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 42px 36px 40px 0px;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li a {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .dashboardHeader .navbar .navbar-nav > li a {
        padding: 15px 30px;
    }
}

.dashboardHeader .navbar .navbar-nav > li a:before {
    content: "";
    height: 4px;
    background: transparent;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-100%);
    transition: all 0.2s ease-in;
}

.dashboardHeader .navbar .navbar-nav > li a:hover:before {
    background-color: #005EB8;
}

.dashboardHeader .navbar .navbar-nav > li.active > a:before {
    content: "";
    height: 4px;
    background: #005EB8;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-100%);
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li.active > a:before {
        left: 30px;
        transform: none;
    }
}

.dashboardHeader .navbar .profileNotificationBar {
    gap: 16px;
}

    .dashboardHeader .navbar .profileNotificationBar .btn-group {
        display: block;
    }

        .dashboardHeader .navbar .profileNotificationBar .btn-group.active:before {
            content: "+";
            border-radius: 2px 2px 0px 0px;
            margin: 0 auto;
            position: absolute;
            bottom: -28px;
            font-size: 0;
            background: #005EB8;
            width: 24px;
            height: 4px;
            left: 50%;
            transform: translateX(-50%);
        }

        .dashboardHeader .navbar .profileNotificationBar .btn-group.userProf .btn {
            background: transparent !important;
        }

        .dashboardHeader .navbar .profileNotificationBar .btn-group > button {
            background-color: #CF4520;
            border-radius: 100%;
            width: 42px;
            height: 42px;
            padding: 0;
            border: 0;
            overflow: hidden;
            position: relative;
        }

            .dashboardHeader .navbar .profileNotificationBar .btn-group > button::after {
                display: none;
            }

            .dashboardHeader .navbar .profileNotificationBar .btn-group > button > img {
                object-fit: cover;
                object-position: center;
                height: 42px;
                width: 42px;
                overflow: hidden;
                border-radius: 100%;
                border: 2px solid #B3CFEA;
            }

.dropdown-menu.profile-dropdown {
    border: 0;
    left: auto;
    border-radius: 0;
    min-width: 271px;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #CF4520;
    padding: 18px 0;
    right: 0;
    top: 58px;
}

@media (max-width: 767px) {
    .dropdown-menu.profile-dropdown {
        min-width: 260px;
        margin-top: 15px;
    }
}

.dropdown-menu.profile-dropdown > li {
    border-bottom: 1px solid #ECECEC;
    padding: 0;
}

    .dropdown-menu.profile-dropdown > li > .dropdown-item {
        padding: 14px 24px;
        white-space: inherit;
    }

        .dropdown-menu.profile-dropdown > li > .dropdown-item:hover, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus {
            background-color: transparent !important;
        }

            .dropdown-menu.profile-dropdown > li > .dropdown-item:hover .MenuDropDown .MenuDropDownItem .bgIconColor, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus .MenuDropDown .MenuDropDownItem .bgIconColor {
                background-color: #00819b;
            }

        .dropdown-menu.profile-dropdown > li > .dropdown-item.profile-item {
            padding: 8px 24px 18px;
            cursor: auto;
        }

        .dropdown-menu.profile-dropdown > li > .dropdown-item h2 {
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #111111;
        }

        .dropdown-menu.profile-dropdown > li > .dropdown-item p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #6c6c6c;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

    .dropdown-menu.profile-dropdown > li .MenuDropDown {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            color: #111111;
        }

            .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem .bgIconColor {
                background: #005EB8;
                padding: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .dropdown-menu.profile-dropdown > li:last-child {
        border-bottom: 0px;
    }

.dropdown-menu.profile-dropdown .usersProfiles .userProfilesImages {
    text-align: center;
    margin-bottom: 16px;
}

.dropdown-menu.profile-dropdown .usersProfiles h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #111111;
    margin-bottom: 8px;
    text-align: center;
}

.dropdown-menu.profile-dropdown .usersProfiles h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .dashboardHeader .navbar .container-fluid {
        padding: 0 !important;
    }
}

.dashboard-block {
    margin-bottom: 72px;
    background-color: #F9F8F8;
    padding: 12px 0 0;
    overflow: hidden;
}

    .dashboard-block .sidebar-bg {
        background-color: #ffffff;
    }

        .dashboard-block .sidebar-bg:after {
            content: "";
            background: #fff;
            position: absolute;
            left: 0;
            height: 100%;
            bottom: 0;
            width: 4000px;
        }

    .dashboard-block .sidebar-area {
        position: relative;
        background-color: #ffffff;
        z-index: 1;
    }

        .dashboard-block .sidebar-area::after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 4000px;
            background: #ffffff;
        }

        .dashboard-block .sidebar-area .sidebar-inner-fixed {
            background-color: #ffffff;
        }

@media (min-width: 992px) {
    .dashboard-block .sidebar-area .sidebar-inner-fixed.fixed {
        position: fixed;
        top: 0;
    }
}

.dashboard-block.dashboard-empty .sidebar-bg:after {
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .dashboard-block.dashboard-empty .dashboard-sidebar {
        padding: 65px 0 60px 60px;
    }
}

.dashboard-content-panel {
    background-color: #F9F8F8;
    position: relative;
}

@media (max-width: 991px) {
    .dashboard-content-panel {
        margin-right: -30px;
        min-height: initial;
    }
}

.dashboard-content-panel:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #F9F8F8;
    z-index: -1;
}

@media (max-width: 767px) {
    .dashboard-content-panel h1 {
        font-size: 40px;
    }
}

.dashboard-content-panel .welcome-text {
    padding: 72px 0 63px 0;
    background: #FBFBFB;
    margin-bottom: 12px;
    position: relative;
}

@media (max-width: 767px) {
    .dashboard-content-panel .welcome-text {
        padding: 40px 0 40px 0;
    }
}

.dashboard-content-panel .welcome-text:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #FBFBFB;
}

.pr-80 {
    padding-right: 30px !important;
}

@media (min-width: 992px) {
    .pr-80 {
        padding-right: 80px !important;
    }
}

.view-all-btn {
    background-color: #FBFBFB;
    position: relative;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .view-all-btn {
        margin-right: -30px;
        padding-right: 30px;
    }
}

.view-all-btn:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #FBFBFB;
}

.badge-default {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #111111;
    border: 1px solid #ececec;
    display: inline-flex;
    padding: 10px 14px 10px 10px;
    align-items: baseline;
    gap: 6px;
    border-radius: 20px;
    background: #E0ECF6;
    margin: 0 6px 12px 0;
    justify-content: center;
    min-width: 40px;
}

    .badge-default i {
        color: #005EB8;
    }

    .badge-default.badge-danger {
        background-color: #F9E9E4;
    }

        .badge-default.badge-danger i {
            color: #CF4520;
        }

.badge-btn {
    position: relative !important;
    right:0px !important;
}

    .badge-btn .btn {
        background-color: #F9E9E4;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        position: relative;
        color: #CF4520;
    }

        .badge-btn .btn::after {
            display: none;
        }

        .badge-btn .btn .red-dot {
            width: 10px;
            height: 10px;
            border-radius: 20px;
            background: #CF4520;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 5px;
        }

    .badge-btn .dropdown-menu {
        border-radius: 0;
        border: 0;
        padding: 0;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        left: auto !important;
        right: 0 !important;
    }

        .badge-btn .dropdown-menu li a {
            color: #414141;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: block;
            padding: 14px;
            background-color: #ffffff;
        }

        .badge-btn .dropdown-menu li:nth-child(even) a {
            background-color: #FBFBFB;
        }

.accordion-style .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 16px;
}

    .accordion-style .accordion-item:last-child {
        margin-bottom: 0;
    }

    .accordion-style .accordion-item .accordion-header .accordion-button {
        padding: 30px 0;
        border: 0;
        border-bottom: 1px solid #ECECEC;
        background: #FBFBFB;
        border-radius: 0;
        color: #111111;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        position: relative;
        box-shadow: none !important;
    }

        .accordion-style .accordion-item .accordion-header .accordion-button:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: -1px;
            width: 4000px;
            background: #FBFBFB;
            border-bottom: 1px solid #ECECEC;
        }

        .accordion-style .accordion-item .accordion-header .accordion-button:after {
            content: "\f078";
            -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;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            background: none;
        }

    .accordion-style .accordion-item .accordion-collapse .accordion-body {
        background: #FBFBFB;
        position: relative;
        padding: 40px 0;
    }

        .accordion-style .accordion-item .accordion-collapse .accordion-body:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: -1px;
            width: 4000px;
            background: #FBFBFB;
        }

.position-content.min-height .position-card {
    min-height: 386px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .position-content.min-height .position-card {
        min-height: initial;
        display: block;
        padding: 100px 0;
    }
}

.dashboard-sidebar {
    padding: 60px 0 60px 60px;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .dashboard-sidebar:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4000px;
        background: #ffffff;
    }
}

.certification-progress-main .certification-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

    .certification-progress-main .certification-head .certification-text {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #111111;
    }

    .certification-progress-main .certification-head .certification-percentage {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        color: #6C6C6C;
    }

.progress {
    background: #F9F8F8;
    border-radius: 0;
    height: 5px;
}

    .progress.bg-success {
        background-color: #43B02A !important;
    }

.default-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #111111;
    background-color: #F6F6F7;
    padding: 3px 6px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
}

    .default-tag.bg-light-green {
        background-color: #ecfae4;
    }

        .default-tag.bg-light-green .text-success {
            color: #43B02A !important;
        }

    .default-tag.danger-tag {
        background-color: #F9E9E4;
    }

    .default-tag.light-tag {
        background-color: #E0ECF6;
    }

    .default-tag.warning-tag {
        background-color: #FFF6E8;
    }

.education-list-section {
    border: 1px solid #ECECEC;
    background-color: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

    .education-list-section .education-list-section-icon {
        width: 42px;
    }

        .education-list-section .education-list-section-icon .icon-blue-bg {
            background: #005EB8;
            width: 42px;
            height: 42px;
            padding: 6px 10px 6px 9px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .education-list-section .education-list-section-prograss {
        width: calc(100% - 58px);
    }

        .education-list-section .education-list-section-prograss .education-list-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

            .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 21px;
                color: #111111;
                margin-bottom: 0;
            }

.menu-in-dashboard {
    background: #ffffff;
    margin-bottom: 16px;
    position: relative;
}

@media (max-width: 767px) {
    .menu-in-dashboard {
        padding: 20px 0;
    }
}

.menu-in-dashboard:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 5000px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .menu-in-dashboard:after {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);
    }
}

.menu-in-dashboard .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav {
        display: block;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    padding-top: 23px;
    padding-bottom: 16px;
    position: relative;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
    content: "";
    height: 4px;
    background: transparent;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
        left: 0;
        transform: none;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link:hover {
    color: #111111;
}

    .menu-in-dashboard .navbar-nav .nav-item .nav-link:hover:before {
        background-color: #005EB8;
    }

.menu-in-dashboard .navbar-nav .nav-item.active .nav-link {
    color: #111111;
}

    .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:before {
        background-color: #005EB8;
    }

    .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:hover:before {
        background-color: #005EB8;
    }

.sidebar-empty-content .empty-bg {
    width: 100%;
    height: 179px;
    padding: 24px 30px;
    margin-bottom: 30px;
    background-color: #FBFBFB;
}

.dashboard-main {
    background-color: #FBFBFB;
}

    .dashboard-main .dashboard-area-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .dashboard-main .dashboard-area-row .small-sidebar-area {
            width: 107px;
            background: #FBFBFB;
            box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
        }

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .small-sidebar-area {
        position: fixed;
        left: -107px;
        top: 89px;
        bottom: 0;
        transition: all 0.2s ease-in;
        z-index: 98;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.dashboard-main .dashboard-area-row .small-sidebar-area.active {
    left: 0;
}

@media (min-width: 992px) {
    .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed.fixed {
        position: fixed;
    }
}

.dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo {
    height: 105px;
    border-bottom: 2px solid #ECECEC;
    padding: 10px;
}

    .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

.dashboard-main .dashboard-area-row .sidebar-bg {
    width: 327px;
    background: #ffffff;
    border-left: 2px solid #ECECEC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .sidebar-bg {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed.fixed {
        position: fixed;
    }
}

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar:before {
        display: none;
    }
}

.dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item {
    border-radius: 0;
    border-top: 8px solid #F9F8F8;
}

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button {
        border-radius: 0;
        padding: 12px 40px;
        color: #414141;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        border-bottom: 1px solid #ECECEC;
        background: #ffffff;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button:before {
            display: none;
        }

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 16px;
        background: transparent;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body:before {
            display: none;
        }

.dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
    padding: 90px 40px 40px;
    display: flex;
    justify-content: space-around;
    border-top: 8px solid #F9F8F8;
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
        padding: 40px 40px 90px;
    }
}

.dashboard-main .dashboard-area-row .dashboard-scroll-area {
    width: calc(100% - 434px);
    padding: 80px 98px;
    min-height: 100vh;
}

@media (max-width: 1199px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        padding: 40px 60px;
    }
}

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: calc(100% - 327px);
    }
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: 100%;
        padding: 40px 30px;
    }
}

.dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar {
    padding: 0;
}

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main {
        padding: 40px 40px 32px;
    }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text {
            display: flex;
            width: 100%;
            gap: 20px;
            justify-content: space-between;
            color: #111111;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px; /* 150% */
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text .badge-btn .btn {
                width: 28px;
                height: 28px;
                padding: 0;
                position: relative;
                border-radius: 0;
                border: 1px solid #ECECEC;
                background: #ffffff;
                color: #111111;
                text-align: center;
                font-size: 12px;
                font-style: normal;
                font-weight: 900;
                line-height: 12px;
            }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head p {
            margin-bottom: 0;
            color: #6C6C6C;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
        }

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .progress-cards {
        padding: 16px;
        border-top: 8px solid #F9F8F8;
    }

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section {
        padding: 20px 20px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 0;
        border: 0;
    }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss {
            width: 100%;
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                font-size: 14px;
                line-height: 26px;
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 i {
                    margin-right: 6px;
                    font-size: 16px;
                }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc {
                display: flex;
                align-items: center;
                justify-content: space-between;
                line-height: 1;
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress {
                    width: calc(100% - 50px);
                    height: 8px;
                    border-radius: 20px;
                }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.progress-in-progress {
                        background-color: #E0ECF6;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.not-started {
                        background-color: #CCCCCC;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.in-review {
                        background-color: #FFF6E8;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress .progress-bar.bg-success {
                        background-color: #43B02A !important;
                    }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress-percentage {
                    color: #111111;
                    text-align: right;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 12px; /* 100% */
                }

.small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
    background-color: #ffffff;
}

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a {
            padding: 24px 10px;
            display: block;
            color: #6C6C6C;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            text-decoration: none !important;
            line-height: 1;
            position: relative;
            transition: all 0.2s ease-in;
        }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a:after {
                content: "";
                position: absolute;
                right: 0;
                height: 50px;
                width: 3px;
                border-radius: 10px 0 0 10px;
                background-color: transparent;
                top: 50%;
                transform: translate(0%, -50%);
                transition: all 0.2s ease-in;
            }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a i {
                margin-bottom: 16px;
                color: #AAAAAA;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 24px;
                font-style: normal;
                line-height: 1;
                transition: all 0.2s ease-in;
            }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a {
            color: #005EB8;
        }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a:after, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a:after {
                background-color: #005EB8;
            }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a i, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a i {
                color: #005EB8;
            }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul.sidebar-nav-bg {
            background-color: #FBFBFB;
            border-top: 1px solid #ECECEC;
        }

.divider-space-40 {
    border-top: 1px solid #ECECEC;
    margin: 40px 0;
}

.member-info {
    display: flex;
    flex-wrap: wrap;
}

    .member-info > img {
        width: 85px;
        height: 85px;
        object-fit: cover;
        margin-right: 24px;
    }

    .member-info .member-body {
        width: 100%;
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .member-info .member-body {
        width: calc(100% - 109px);
        margin-top: 0;
    }
}

.member-info .member-body h1 {
    color: #111111;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 136.364% */
    letter-spacing: 0.75px;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .member-info .member-body h1 {
        font-size: 40px;
    }
}

.member-info .member-body .member-id {
    color: #6C6C6C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.025px;
}

.resume-your-journey {
    padding-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .resume-your-journey h4 {
        color: #111111;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 0;
    }


    .resume-your-journey .btn {
        background-color: #ffffff;
        padding: 8px;
        min-width: 70px;
    }

    .resume-your-journey + .information-card {
        margin-top: 0;
    }

.information-card {
    padding: 24px;
    background-color: #ffffff;
    margin-top: 16px;
    border-left: 6px solid #005EB8;
    display: flex;
    gap: 16px;
}

    .information-card .info-icon {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 10px 8px 10px 9px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px;
        background: #F5F9FC;
        color: #005EB8;
    }

    .information-card .information-content {
        padding-right: 0;
        width: 100%;
        position: relative;
    }

@media (min-width: 992px) {
    .information-card .information-content {
        padding-right: 130px;
    }
}

.information-card .information-content h5 {
    color: #111111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

.information-card .information-content p {
    color: #6C6C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.information-card .information-content .info-tag {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    border-radius: 4px;
    border: 1px solid #ECECEC;
    padding: 5px 7px;
    display: inline-block;
    right: 0;
    top: 0;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .information-card .information-content .info-tag {
        position: absolute;
        margin-top: 0px;
    }
}

.information-card.danger {
    border-color: #CF4520;
}

    .information-card.danger .info-icon {
        background-color: #F9E9E4;
        color: #CF4520;
    }

.information-card.warning {
    border-color: #FFB443;
}

    .information-card.warning .info-icon {
        background-color: #FFF6E8;
        color: #A06500;
    }

.news-updates .art-big-item {
    background-color: #ffffff;
}

    .news-updates .art-big-item .image .imgoverlay {
        height: 261px;
        display: block;
    }

        .news-updates .art-big-item .image .imgoverlay img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .news-updates .art-big-item .text {
        padding: 24px;
    }

.news-updates .shortItem {
    background-color: #ffffff;
    padding: 14px;
}

    .news-updates .shortItem .art-item-inner .image {
        width: 106px;
    }

    .news-updates .shortItem .art-item-inner .text {
        width: calc(100% - 106px);
    }

        .news-updates .shortItem .art-item-inner .text h4 {
            margin-bottom: 0;
        }

.news-updates .artItem {
    position: relative;
    margin-bottom: 16px;
}

    .news-updates .artItem:hover .imgoverlay:after {
        opacity: 0;
    }

.sidebar-toggle-menu {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 10;
    background: #ffffff;
    border-radius: 0 6px 6px 0;
}

    .sidebar-toggle-menu .sidebar-toggler {
        display: none;
        vertical-align: top;
        width: 42px;
        height: 42px;
        border: 1px solid #ECECEC;
        background: url(../images/menu-toggle.svg) no-repeat center center;
        transition: all 0.1s ease-in;
        border-radius: 0 6px 6px 0;
    }

@media (max-width: 991px) {
    .sidebar-toggle-menu .sidebar-toggler {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .sidebar-toggle-menu .sidebar-toggler {
        width: 36px;
        height: 37px;
    }
}

.sidebar-toggle-menu.open {
    left: 107px;
}

    .sidebar-toggle-menu.open .sidebar-toggler {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

.switch-button {
    display: block;
}

    .switch-button input {
        display: none;
    }

        .switch-button input:checked ~ small {
            background: #005EB8;
            transition: 0.3s;
        }

            .switch-button input:checked ~ small:before {
                transform: translate(30px, 0px);
                transition: 0.3s;
            }

    .switch-button small {
        display: block;
        width: 72px;
        height: 42px;
        position: relative;
        background-color: #CCCCCC;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
        border-radius: 30px;
        cursor: pointer;
    }

        .switch-button small:before {
            content: "";
            position: absolute;
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            top: 3px;
            left: 3px;
            transition: 0.3s;
            box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
        }

.switch-row {
    display: flex;
}

    .switch-row .switch-left {
        width: 110px;
        padding-right: 38px;
    }

    .switch-row .switch-field {
        width: calc(100% - 101px);
    }

    .switch-row .form-label {
        display: block;
    }

.toolFilters .filter.accountProfileDashboard {
    position: absolute;
}

    .toolFilters .filter.accountProfileDashboard .mCSB_container {
        margin-right: 0;
    }

.filter.accountProfileDashboard .filterWidth {
    background: #FBFBFB;
}

.filter.accountProfileDashboard .filterWidth {
    background: #FBFBFB;
}

    .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container {
        padding: 0 0px 0 0;
    }

        .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
            width: 320px;
        }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
        width: 100%;
        border-right: 0;
    }
}

.filter.accountProfileDashboard .filterWidth .srchDistance {
    padding: 36px 24px;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #ECECEC;
    border-right: 2px solid #ECECEC;
    position: relative;
}

    .filter.accountProfileDashboard .filterWidth .srchDistance::after {
        background: #ffffff;
        content: "";
        position: absolute;
        right: 99%;
        width: 555rem;
        height: calc(100% + 1px);
        top: -1px;
        border-left: none;
        transition: 0.3s all;
        z-index: 0;
    }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .srchDistance::after {
        display: none;
    }
}

.filter.accountProfileDashboard .filterWidth .srchDistance h4 {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 0;
}

    .filter.accountProfileDashboard .filterWidth .srchDistance h4 i {
        color: #005EB8;
    }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .srchDistance {
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .mobileFixedScroll .srchDistance {
        padding: 36px 0px;
    }
}

.filter.accountProfileDashboard .filterWidth .mobilefilterhide ul {
    margin: 0;
    padding: 0;
}

    .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li {
        list-style: none;
    }



.HideWhenNotShow {
    display: none;
}

.personalInfoCardMain {
    padding-left: 98px;
    padding-right: 12px;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 768px) {
    .personalInfoCardMain {
        margin-left: -16px;
    }
}

@media (max-width: 1199px) {
    .personalInfoCardMain {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.personalInfoCardMain.bg-sky-light::after {
    content: "";
    width: 500rem;
    top: 0;
    bottom: 0;
    left: 99%;
    position: absolute;
    background-color: #F5F9FC;
}

@media (max-width: 991px) {
    .personalInfoCardMain.bg-sky-light::after {
        left: -50%;
    }
}

.personalInfoCardMain.light-gray-bg {
    background-color: #FBFBFB;
}

    .personalInfoCardMain.light-gray-bg::after {
        content: "";
        width: 500rem;
        top: 0;
        bottom: 0;
        left: 99%;
        position: absolute;
        background-color: #FBFBFB;
    }

@media (max-width: 991px) {
    .personalInfoCardMain.light-gray-bg::after {
        left: -50%;
    }
}

.personalInfoCardMain.bg-warning-light {
    background-color: #FDF8F6;
}

    .personalInfoCardMain.bg-warning-light::after {
        content: "";
        width: 500rem;
        top: 0;
        bottom: 0;
        left: 99%;
        position: absolute;
        background-color: #FDF8F6;
    }

@media (max-width: 991px) {
    .personalInfoCardMain.bg-warning-light::after {
        left: -50%;
    }
}

.personalInfoCardMain .personalInfoCard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC;
    padding-top: 96px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead {
        padding-bottom: 20px;
    }
}

.personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px;
    }
}

.personalInfoCardMain .personalInfoCard .personalInfoHead p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    margin-bottom: 0;
    color: #414141;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead p {
        font-size: 18px;
    }
}

.personalInfoCardMain .personalInfoCard .default-tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 14px 10px 10px;
    box-sizing: border-box;
    gap: 6px;
}

.personalInfoCardMain .form-control:disabled {
    background-color: #F9F8F8;
    opacity: 0.5;
}

.aboutInfoCard {
    padding: 48px 0 64px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .aboutInfoCard {
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 767px) {
    .aboutInfoCard {
        padding: 30px 0 30px 0;
    }
}

.aboutInfoCard p {
    color: #6C6C6C;
    max-width: 537px;
}

@media (max-width: 1199px) {
    .aboutInfoCard p {
        font-size: 18px;
        max-width: 100%;
    }
}

.aboutInfoCard .personalInfoHead {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

    .aboutInfoCard .personalInfoHead i {
        font-size: 21px;
    }

    .aboutInfoCard .personalInfoHead .aboutHeading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .aboutInfoCard .personalInfoHead .aboutHeading {
        font-size: 20px;
    }
}

.profilephotoSection {
    padding: 80px 0 80px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
}

@media (max-width: 1199px) {
    .profilephotoSection {
        padding: 55px 0 55px 0;
    }
}

.profilesimage {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
}

.profileImgDescription {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #6C6C6C;
}

a.viewProfileGuidLine {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
}

.datepicker-dropdown {
    margin-left: 0px;
}

.heightSetofField .select2 .selection .select2-selection {
    height: 42px !important;
}

.checkBoxListed {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .checkBoxListed li {
        list-style: none;
        flex: 0 0 50%;
        margin-bottom: 24px;
    }

        .checkBoxListed li:last-child {
            margin-bottom: 0;
        }

        .checkBoxListed li label {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #111111 !important;
            margin-bottom: 0 !important;
            vertical-align: middle;
        }

        .checkBoxListed li .form-check {
            margin-bottom: 0 !important;
            line-height: 1;
        }

            .checkBoxListed li .form-check .form-check-input[type=checkbox],
            .checkBoxListed li .form-check .form-check-input[type=radio] {
                margin-top: 1px;
            }

@media (max-width: 767px) {
    .checkBoxListed {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .fileUploadDragSection {
        margin-top: 20px;
    }
}

.fileUploadDragSection .uploader label {
    padding: 0;
    text-align: center;
    background: #FBFBFB;
    border: 2px dashed #ECECEC;
    transition: all 0.2s ease;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 318px;
    max-width: 318px;
    width: 100%;
}
.fileUploadDragSection .uploader #selectedImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 318px;
    max-width: 318px;
    width: 100%;
    margin-left: 0;
}

@media (max-width: 1199px) {
    .fileUploadDragSection .uploader label {
        max-width: 100%;
    }
}

@media (max-width: 426px) {
    .fileUploadDragSection .uploader label {
        height: 200px;
    }
    .fileUploadDragSection .uploader #selectedImage {
        max-width: 100%;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .fileUploadDragSection .uploader label {
        float: inline-end;
    }
    .fileUploadDragSection .uploader #selectedImage {
        float: inline-end;
    }
}

.fileUploadDragSection .uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

    .fileUploadDragSection .uploader #start.hidden {
        display: none;
    }

    .fileUploadDragSection .uploader #start i.fa {
        font-size: 50px;
        margin-bottom: 1rem;
        transition: all 0.2s ease-in-out;
    }

.fileUploadDragSection .uploader #response {
    float: left;
    clear: both;
    width: 100%;
    display: none;
}

    .fileUploadDragSection .uploader #response.hidden {
        display: none;
    }

    .fileUploadDragSection .uploader #response #messages {
        margin-bottom: 0.5rem;
    }

.fileUploadDragSection .uploader #file-image {
    display: inline;
    margin: 0;
    width: 150px;
    min-height: 150px;
    padding: 10px;
    object-fit: cover;
}

    .fileUploadDragSection .uploader #file-image.hidden {
        display: none;
    }

.fileUploadDragSection .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

    .fileUploadDragSection .uploader #notimage.hidden {
        display: none;
    }

.fileUploadDragSection .uploader input[type=file] {
    display: none;
}

.fileUploadDragSection .uploader div {
    margin: 0 0 0 0;
    color: #6C6C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /*margin-bottom: 16px;*/
}

.fileUploadDragSection .uploader .btn {
    display: inline-flex;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    outline: none;
    gap: 14px;
    padding: 14px 28px 14px 14px;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.fileUploadDragSection .uploader #loadingOverlay.hidden {
    display: none;
}


.fileUploadDragSection .uploader #loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
}

    .fileUploadDragSection .uploader #loadingOverlay.spinnerOverlay {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#guidelinesPop.modal .modal-content .modal-body.mCustomScrollbar {
    height: 80vh;
}

.pl-20 {
    padding-left: 20px;
}

.select2.select2-container--disabled {
    cursor: no-drop;
}

    .select2.select2-container--disabled:after {
        background-color: #F9F8F8;
        border-color: #F9F8F8;
        opacity: 0.5;
    }

    .select2.select2-container--disabled .selection .select2-selection {
        background: #F9F8F8;
        border-color: #F9F8F8;
    }

        .select2.select2-container--disabled .selection .select2-selection .select2-selection__rendered {
            color: #6C6C6C;
        }

@media (min-width: 992px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 164px);
    }
}

@media (min-width: 1200px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 254px);
    }
}

@media (min-width: 1400px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 356px);
    }
}

@media (min-width: 992px) {
    .wrapper-with-sidebar .col-lg-4 {
        width: 320px;
    }
}

@media (min-width: 992px) {
    .wrapper-with-sidebar .col-lg-8 {
        width: calc(100% - 320px);
    }
}

.homeTextImagesArea .yellow {
    background: #00BDDA !important;
}

.SearchBoxButtonsSeperate {
    display: flex;
    gap: 14px;
    align-content: center;
}

    .SearchBoxButtonsSeperate button {
        max-width: 112px;
    }

@media (max-width: 767px) {
    .SearchBoxButtonsSeperate button {
        max-width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .SearchBoxButtonsSeperate {
        display: block;
    }
}

.textImageAreaParaTxt {
    font-size: 14px;
    color: #414141;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.comparisonTitlte.text-center {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 122px;
}

@media (max-width: 767px) {
    .comparisonTitlte.text-center {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.bg-cyans {
    background: #E0ECF6;
}

.allArticlesDateBar .single_select.short + .select2::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 1px;
    background: url(../images/sortby.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.imageCaptions {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #6C6C6C;
    text-align: end;
    padding-top: 12px;
    padding-right: 12px;
}

.SmallTextPresents {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
}

.hederBtmSection {
    height: 50px;
    background: #F6F6F7;
    width: 100%;
}

.py-160 {
    padding: 160px 0;
}

.py-80 {
    padding: 80px 0;
}

.mb-12 {
    margin-bottom: 12px;
}

.contentSmallest {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #414141;
}

.borderNoneOnBottom {
    border-bottom: 0 !important;
}

.datepicker-dropdown td,
.datepicker-dropdown th {
    text-align: center;
}

.datepicker-dropdown {
    margin-left: 0px !important;
}

.contactsFormFields textarea {
    height: 90px !important;
}
.search-link {
    color: #005eb8 !important;
}

.search-link:hover {
    text-decoration: underline !important;
}
.searchersListSec {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}

    .searchersListSec li {
        list-style: none;
        padding: 48px 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #ECECEC;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 225px;
    }

        .searchersListSec li h2 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 0px;
            max-width: 526px;
        }

            .searchersListSec li h2 a {
                text-decoration: none;
                color: #111111;
            }

        .searchersListSec li:last-child {
            border-bottom: 0;
        }

        .searchersListSec li:hover {
            background: #F6F6F7;
        }

.showingResultsNumber {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
}

@media (max-width: 991px) {
    .showingResultsNumber {
        margin-top: 20px;
    }
}

.loading-find-search {
    min-height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loginToViewBtns {
    margin-top: 30px;
}

    .loginToViewBtns a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        display: flex;
        gap: 6px;
        align-items: center;
        border: 1px solid #ECECEC;
        border-radius: 20px;
        padding: 10px;
        box-sizing: border-box;
        color: #414141;
        text-decoration: none;
        background: #ffffff;
    }

.toolFilters .courseCards {
    position: relative;
    z-index: 1;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

    .toolFilters .courseCards:after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #fff;
        border: 1px solid #ECECEC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

    .toolFilters .courseCards .courseCardsMain ul li {
        border-right: 0;
        border-bottom: 0;
    }

    .toolFilters .courseCards:hover {
        background-color: #F6F6F7;
    }

        .toolFilters .courseCards:hover:after {
            background-color: #f6f6f7;
        }

.headerHostedBy h2 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    color: #005EB8;
}

.headerHostedBy h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .headerHostedBy h6 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 50px;
    }
}

.content-max-widths {
    max-width: 416px;
}

@media (max-width: 992px) {
    .content-max-widths .fixedPanelPadding {
        padding: 60px 30px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .content-max-widths .fixedPanelPadding {
        padding: 60px 60px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .content-max-widths {
        max-width: 100%;
        margin-bottom: 60px;
    }
}

.authorPositionSection {
    display: flex;
}

@media (max-width: 991px) {
    .authorPositionSection {
        display: block;
    }
}

@media (max-width: 991px) {
    .authorPositionSection .userInforTestimonial {
        margin-bottom: 20px;
    }
}

.hostedByPannelSection {
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .hostedByPannelSection {
        padding: 0 10px;
    }
}

.hostedByPannelSection h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.hostedByPannelSection .aboutTheEventsColum p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #414141;
}

.hostedByPannelSection .aboutTheEventsColum ul {
    margin-bottom: 0;
}

    .hostedByPannelSection .aboutTheEventsColum ul li {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        color: #414141;
        letter-spacing: 0.025px;
        margin-bottom: 10px;
    }

        .hostedByPannelSection .aboutTheEventsColum ul li:last-child {
            margin-bottom: 0;
        }

.events-F-A-Q {
    padding: 64px 0;
    box-sizing: border-box;
    position: relative;
}

    .events-F-A-Q h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .events-F-A-Q:after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 30px;
        background: #F6F6F7;
        width: 100%;
        display: block;
    }

.fillOutForm {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #414141;
}

.plannerDetails.newPlannerDetails .details .tag span {
    display: flex;
    align-items: center;
}

.plannerDetails.newPlannerDetails .details h1 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.025px;
    color: #414141;
}

.plannerDetails.newPlannerDetails .details .imgD {
    position: relative;
}

    .plannerDetails.newPlannerDetails .details .imgD img {
        border-radius: 20px;
    }

.plannerDetails.newPlannerDetails .circleImageBorderIcon {
    position: absolute;
    top: -16px;
    background: #E0ECF6;
    border-radius: 100%;
    width: 36px;
    display: flex;
    align-items: center;
    padding: 10px;
    right: -16px;
}

@media (max-width: 767px) {
    .plannerDetails.newPlannerDetails .circleImageBorderIcon {
        top: 0px;
        right: 0;
    }
}

.max-width-526 {
    max-width: 523px;
}

@media (max-width: 767px) {
    .max-width-526 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .datepicker-dropdown {
        margin-left: 0px;
    }

    h1 br {
        display: none;
    }
}

.allArticlesDateBar .input-daterange {
    height: 47px;
    background: #ffffff;
}

.bg-yellow {
    background: #FFB443 !important;
}

.emptyData .loading-find {
    z-index: 1;
    min-height: 1000px;
}

    .emptyData .loading-find:after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #F5F9FC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

/* Overlaping pathfinder page */
.pathfinder-section-form .col-lg-4.position-relative {
    padding-left: 0px;
    padding-right: 0px;
}

.pathfinder-section .complaint-form-inner .step .info-card {
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    box-sizing: border-box;
}

    .pathfinder-section .complaint-form-inner .step .info-card .info-tooltip {
        position: initial;
        line-height: 0;
    }

@media (min-width: 992px) {
    .pathfinder-section .sidebar-item.sidebar-fixed {
        position: inherit !important;
        top: auto !important;
        padding: 0 !important;
    }
}

.make-a-banner-content {
    background-color: #FDF8F6;
    position: relative;
    padding: 125px 0 175px 0;
}

@media (max-width: 991px) {
    .make-a-banner-content {
        padding: 95px 30px 135px 30px;
        margin: 0 -30px;
    }
}

.make-a-banner-content::after {
    content: "";
    position: absolute;
    background-color: #FDF8F6;
    left: 100%;
    width: 555rem;
    bottom: 0;
    top: 0;
}

@media (max-width: 991px) {
    .make-a-banner-content::after {
        left: -50%;
        z-index: -1;
    }
}

.make-a-banner-content .blue-bar {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 555rem;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.make-a-banner-content .dark-blue-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 555rem;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .dark-blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.blue-bar {
    height: 14px;
    background-color: #00bdda;
}

.dark-blue-bar {
    height: 27px;
    background-color: #005EB8;
}

.body-content p,
.body-content li {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.body-content .small-container p strong {
    font-weight: 500;
}

.info-card {
    padding: 24px 30px 24px 76px;
    position: relative;
}

    .info-card p {
        font-size: 0.75rem;
        line-height: 22px;
        color: #6C6C6C;
    }

    .info-card .info-tooltip {
        position: absolute;
        left: 30px;
        top: 22px;
    }

    .info-card.alert-warning {
        background-color: #FDF8F6;
    }
        .info-card.alert-warning > .text-warning-dark {
            color: #A06500;
        }

.light-box-cards {
    background-color: #F5F9FC;
    padding: 24px 24px 0 24px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .light-box-cards {
        margin-left: -30px;
        margin-right: -30px;
        padding-bottom: 14px;
    }
}

.make-a-complaint {
    min-height: 1000px;
    min-height: 80vh;
    position: relative;
}

.make-a-complaint-card {
    background-color: #ffffff;
    border: 2px solid #ECECEC;
    padding: 12px;
    width: 137px;
    min-height: 137px;
    margin-bottom: 1.5rem;
    background-color: #ba0c2f;
}

@media (max-width: 991px) {
    .make-a-complaint-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .make-a-complaint-card {
        margin-right: 0;
        width: 100%;
    }
}

.make-a-complaint-card p {
    margin: 32px 0 0 0;
    font-weight: 500;
}

.make-a-complaint-card .btn-primary {
    background-color: #cf4520;
    border-color: #cf4520;
    padding: 5px 6px 6px 6px;
}

.title-banner {
    background-color: #F5F9FC;
    padding: 62px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .title-banner {
        padding-top: 86px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

.title-banner::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 555rem;
    background-color: #F5F9FC;
}

.square-big {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.square-small {
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    left: 55px;
    top: 55px;
}

@media (max-width: 1199px) {
    .square-small {
        top: 0;
    }
}

ol li {
    margin-bottom: 1.5rem;
}

.breadcrumbs-progressbar-sticky {
    position: relative;
    background-color: #ffffff;
}

    .breadcrumbs-progressbar-sticky.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar {
        background-color: #FBFBFB;
        border-bottom: 1px solid #ECECEC;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
            padding: 15px 0;
        }

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 14px 0;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
    display: flex;
    gap: 72px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 25px;
        flex-wrap: wrap;
        margin-top: 16px;
        width: calc(100% - 50px);
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
    display: inline-flex;
    font-size: 0.75rem;
    color: #6c6c6c;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-flex !important;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: none;
        width: 100%;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li:first-child {
            display: block !important;
        }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
    width: 42px;
    height: 42px;
    padding: 0px;
    border-color: #ECECEC;
    background-color: #ffffff;
    display: none;
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
        display: block;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep svg path {
    fill: #111111 !important;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active {
    background-color: #e0ecf6;
}

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg {
        transform: rotate(-180deg);
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg path {
            fill: #111111 !important;
        }

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        padding: 7px 0;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        display: block;
        width: auto !important;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-block !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
        margin-right: 6px !important;
        margin-left: 4px !important;
    }
}

.progressbar-wrapper {
    background-color: #F9F8F8;
}

.progress-bar-border,
.progress-bar-border-form {
    position: relative;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #CF4520;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 9;
}

.file-upload-wrapper {
    position: relative;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: 100%;
        pointer-events: none;
        height: 42px;
        line-height: 20px;
        color: #111111;
        font-weight: 400;
        border: 1px solid #ECECEC;
        padding-right: 52px;
    }

    .file-upload-wrapper .file-upload-trigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 42px;
        z-index: 1;
    }

    .file-upload-wrapper input {
        opacity: 0;
    }

    .file-upload-wrapper.uploading .file-upload-trigger {
        background: #0C1C64;
    }

        .file-upload-wrapper.uploading .file-upload-trigger svg {
            animation: circle 0.3s infinite;
        }

    .file-upload-wrapper.success .file-upload-trigger {
        background: #ffffff;
        border-color: #ECECEC;
    }

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.sprucecss {
    align-items: flex-start;
    background-color: hsl(0deg, 0%, 100%);
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem hsla(0deg, 0%, 0%, 0.05);
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}

    .sprucecss img {
        height: 1.5rem;
        width: auto;
    }

.h47 {
    height: 47px !important;
}

.breadcrumbs-main {
    padding: 18px 0 0;
    border-bottom: 2px solid #ECECEC;
}

    .breadcrumbs-main .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumbs-main .breadcrumb .breadcrumb-item {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            position: relative;
            padding-bottom: 18px;
            margin-bottom: 0;
        }

            .breadcrumbs-main .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "|";
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 100%;
                transform: translate(-50%, 0%);
                width: 10px;
                height: 2px;
                border-radius: 2px;
                background-color: #111111;
                opacity: 0;
                margin-left: 12px;
                transition: all 0.3s ease;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:hover {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item:hover::after {
                    opacity: 1;
                    width: 20px;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item.active {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item.active::after {
                    width: 10px;
                    opacity: 1;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:first-child::after {
                margin-left: 0;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item a {
                color: inherit;
                text-decoration: none;
            }

.light-color {
    color: #6C6C6C;
}

.complaint-form {
    background-color: #F9F8F8;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .complaint-form {
        background-color: #ffffff;
    }
}

.complaint-form .complaint-form-inner {
    background-color: #ffffff;
    padding: 100px 30px 80px;
    margin-top: -60px;
    position: relative;
}

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner {
        margin-top: 0px;
        padding: 60px 0 0 0;
    }
}

.complaint-form .complaint-form-inner .step {
    padding: 0 0 50px 0;
}

    .complaint-form .complaint-form-inner .step:last-child {
        padding-bottom: 0px;
    }

        .complaint-form .complaint-form-inner .step:last-child::after {
            display: none;
        }

    .complaint-form .complaint-form-inner .step::after {
        max-width: 1099px;
        height: 1px;
        display: block;
        margin: 0 auto;
        background-color: #ECECEC;
        content: "";
        margin-top: 68px;
    }

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner .step::after {
        margin-top: 38px;
    }
}

.complaint-form .complaint-form-inner .step textarea.form-control {
    height: 63px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 19px;
}

.complaint-form .complaint-form-inner .step .form-label {
    margin-bottom: 10px;
}

    .complaint-form .complaint-form-inner .step .form-label .info-tooltip {
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0 5px 0 4px;
    }

.complaint-form .complaint-form-inner .step .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 0.2em;
}

.complaint-form .complaint-form-inner .step .form-check {
    min-height: 22px;
    margin-bottom: 20px;
}

    .complaint-form .complaint-form-inner .step .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.complaint-form .complaint-form-inner .step ul li {
    margin-bottom: 20px;
}

.complaint-form.pathfinder {
    background-color: transparent;
    padding-bottom: 0px;
}

    .complaint-form.pathfinder .complaint-form-inner {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        margin-top: -120px;
    }

@media (max-width: 991px) {
    .complaint-form.pathfinder .complaint-form-inner {
        margin-top: 50px;
        padding: 40px 0 0 0;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .complaint-form.pathfinder .small-container {
        width: 416px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .complaint-form.pathfinder-steps-form .complaint-form-inner {
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .complaint-form.pathfinder-steps-form .small-container {
        width: 636px;
        max-width: 100%;
    }
}

.pathfinder-section {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .pathfinder-section {
        padding-bottom: 80px;
        background-color: #F9F8F8;
    }
}

.pathfinder-section.pathfinder-end .sidebar-item .make-me-sticky {
    top: 200px;
}

.blue-rectangles {
    height: 200px;
    background-color: #0C1C64;
    position: relative;
}

@media (max-width: 991px) {
    .blue-rectangles {
        display: none;
    }
}

.blue-rectangles .light-blue-rectanle {
    background-color: #005EB8;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.step-text {
    color: #6C6C6C;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px; /* 100% */
    margin-bottom: 45px;
}

.fs-14 {
    font-size: 14px;
}

.medium-container {
    max-width: 1100px;
    margin: 0 auto;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

@media (max-width: 991px) {
    .sidebar-item {
        position: relative;
        height: auto;
    }
}

.sidebar-item.form-sidebars {
    display: none;
}

    .sidebar-item.form-sidebars.active {
        display: block;
    }

.sidebar-item.sidebar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    height: auto;
    padding: 0 30px;
}

.sidebar-item .make-me-sticky {
    position: sticky;
    top: 160px;
    padding: 0;
}

.sidebar-item .sidebar-inner {
    background: #FBFBFB;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -120px;
    padding: 40px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner {
        box-shadow: none;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header {
        padding: 30px;
        display: flex;
        gap: 16px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: none
    }
}

.sidebar-item .sidebar-inner .sidebar-header:after {
    content: "\f078";
    -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;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #111111;
}

@media (min-width: 992px) {
    .sidebar-item .sidebar-inner .sidebar-header:after {
        display: none;
    }
}

.sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
        padding: 0;
    }
}

.sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
        margin: 0;
    }
}

.sidebar-item .sidebar-inner .sidebar-body {
    display: none;
    padding: 30px;
    color: #414141;
}

@media (min-width: 992px) {
    .sidebar-item .sidebar-inner .sidebar-body {
        padding: 0;
        display: block !important;
    }
}

.sidebar-item .sidebar-inner .sidebar-body .video-card {
    margin-top: 40px;
}

.sidebar-item .info-card {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .sidebar-item .make-me-sticky .info-card {
        margin: 0 -30px !important;
    }
}

.sidebar-item .make-me-sticky .shortItem .image {
    width: 107px;
}

.sidebar-item .make-me-sticky .shortItem .position-relative {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .sidebar-item.sidebar-fixed .make-me-sticky .info-card {
        display: none;
    }
}

.pathfinder-section-form .sidebar-item .make-me-sticky {
    top: 0;
}

@media (min-width: 992px) {
    .pathfinder-section-form .sidebar-item .make-me-sticky {
        top: 197px;
    }
}

.video-card {
    position: relative;
    height: 204px;
}

    .video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-card .video-button {
        position: absolute;
        left: 24px;
        bottom: 24px;
    }

.pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
    gap: 20px;
}

    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
        content: "\f105";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #111111;
        margin-right: 20px;
    }

    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
        color: #111111;
    }

        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active ~ li {
            display: none !important;
        }

#msform fieldset:not(:first-of-type) {
    display: none;
}

.outline-btn {
    display: flex;
    padding: 14px 28px 14px 14px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex: 1 0 0;
    border: 1px solid #ECECEC;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    transition: all 0.2s ease-in;
}

    .outline-btn:hover {
        background: #e0ecf6;
        border-color: #e0ecf6;
    }

    .outline-btn:disabled {
        color: #6C6C6C;
        background: #F9F8F8;
        border-color: #F9F8F8;
    }

.prev-next-btns {
    display: flex;
    gap: 20px;
}

    .prev-next-btns .step-action-btn {
        display: flex;
        padding: 14px 28px 14px 14px;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex: 1 0 0;
    }

.pathfinder-radios {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .pathfinder-radios {
        padding-top: 12px;
    }
}

.pathfinder-radios ul {
    padding: 0;
    margin: 0;
}

    .pathfinder-radios ul > li {
        list-style: none;
        margin-bottom: 16px;
    }

        .pathfinder-radios ul > li:last-child {
            margin-bottom: 0 !important;
        }

        .pathfinder-radios ul > li > input[type=radio] {
            visibility: hidden;
            position: absolute;
        }

            .pathfinder-radios ul > li > input[type=radio]:checked + label {
                background-color: #F5F9FC;
                border-color: #005EB8;
            }

                .pathfinder-radios ul > li > input[type=radio]:checked + label:before {
                    content: "\f058";
                    font-weight: 900;
                    color: #005EB8;
                }

                .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-more-desc {
                    max-height: initial;
                    margin-top: 16px;
                }

        .pathfinder-radios ul > li > label {
            display: block;
            padding: 30px 60px 40px 30px;
            background: #FBFBFB;
            position: relative;
            border-left: 6px solid #FBFBFB;
            cursor: pointer;
            transition: 0.2s all ease-in;
        }

            .pathfinder-radios ul > li > label:before {
                content: "\f111";
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block !important;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                text-rendering: auto;
                font-weight: 400;
                font-family: "Font Awesome 6 Pro";
                color: #111111;
                margin-right: 20px;
                position: absolute;
                font-size: 20px;
                left: 22px;
                top: 34px;
            }

            .pathfinder-radios ul > li > label .radio-wrap {
                display: block;
                padding-left: 35px;
            }

                .pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
                    color: #111111;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 30px; /* 150% */
                    display: block;
                    margin-bottom: 12px;
                }

                .pathfinder-radios ul > li > label .radio-wrap .radio-step-desc {
                    color: #414141;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px; /* 162.5% */
                    letter-spacing: 0.025px;
                    display: block;
                }

                .pathfinder-radios ul > li > label .radio-wrap .radio-more-desc {
                    color: #6C6C6C;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22px; /* 183.333% */
                    display: block;
                    max-height: 0;
                    overflow: hidden;
                    margin: 0;
                    transition: all 0.2s ease-in;
                }

.or-border {
    color: #6C6C6C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    position: relative;
}

    .or-border:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ECECEC;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .or-border span {
        display: inline-block;
        background-color: #ffffff;
        padding: 0 16px;
        position: relative;
    }

@media (max-width: 767px) {
    .custom-form h1 {
        font-size: 44px;
    }
}

.custom-form .form-check {
    min-height: 22px;
    margin-bottom: 16px;
}

    .custom-form .form-check .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 0.2em;
    }

    .custom-form .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.custom-form .form-max-width {
    max-width: 416px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .custom-form .form-max-width {
        max-width: 100%;
    }
}

.form-y-padding {
    padding: 100px 0;
}

@media (min-width: 992px) {
    .form-y-padding {
        padding: 120px 0;
    }
}

@media (min-width: 992px) {
    .form-y-padding.login-area {
        min-height: 90vh;
    }
}

@media (min-width: 992px) {
    .form-y-padding.reset-password-complete {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.text-default {
    color: #414141;
}

.info-card.only-content {
    padding: 24px 30px;
    color: #414141;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

    .info-card.only-content p {
        color: #414141;
    }

    .info-card.only-content ul {
        padding-left: 20px;
    }

        .info-card.only-content ul:last-child {
            margin-bottom: 0;
        }

        .info-card.only-content ul li {
            margin-bottom: 4px;
        }

.stickyImageWidth {
    padding: 0;
}

@media (max-width: 991px) {
    .stickyImageWidth {
        display: none;
    }
}

.stickyImageWidth::after, .stickyImageWidth::before {
    display: none;
}

.stickyImageWidth .header-image {
    height: 100vh;
}

    .stickyImageWidth .header-image .bg-line1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 100%;
        background-color: #00BDDA;
    }

    .stickyImageWidth .header-image .bg-line2 {
        position: absolute;
        left: 24px;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: #005EB8;
    }

    .stickyImageWidth .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.password-strength-group {
    display: none;
}

    .password-strength-group.active {
        display: block;
    }

    .password-strength-group .password-strength-meter {
        width: 100%;
        transition: height 0.3s;
        display: flex;
        justify-content: stretch;
    }

        .password-strength-group .password-strength-meter .meter-block {
            height: 5px;
            background: #ccc;
            margin-right: 0;
            flex-grow: 1;
        }

            .password-strength-group .password-strength-meter .meter-block:last-child {
                margin: 0;
            }

    .password-strength-group .password-strength-wrapper {
        height: auto;
        transition: all 0.5s;
        position: relative;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        margin-top: 8px;
        margin-bottom: 16px;
        color: #6C6C6C;
    }

        .password-strength-group .password-strength-wrapper .password-strength-message .message-item {
            position: absolute;
            right: 0;
            opacity: 0;
            transition: opacity 0.2s;
        }

            .password-strength-group .password-strength-wrapper .password-strength-message .message-item.text-success {
                color: #43B02A !important;
            }

    .password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
        background: #CF4520;
    }

    .password-strength-group[data-strength="1"] .message-item:nth-child(1) {
        opacity: 1;
    }

    .password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
        background: #FFB443;
    }

    .password-strength-group[data-strength="2"] .message-item:nth-child(2) {
        opacity: 1;
    }

    .password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
        background: #43B02A;
    }

    .password-strength-group[data-strength="3"] .message-item:nth-child(3) {
        opacity: 1;
    }

    .password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
        background: #198754;
    }

    .password-strength-group[data-strength="4"] .message-item:nth-child(4) {
        opacity: 1;
    }

.password-matching {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #6C6C6C;
}

    .password-matching span {
        display: none;
    }

        .password-matching span.password-matched.active {
            display: block;
        }

        .password-matching span.password-not-matched.active {
            display: block;
        }

.alert-custum-style {
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 999;
    display: flex;
    width: 636px;
    max-width: 100%;
    padding: 24px;
    align-items: baseline;
    gap: 24px;
    border-top: 4px solid #43B02A;
    background: #f9fdf6;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    white-space: normal;
}

@media (max-width: 767px) {
    .alert-custum-style {
        left: 10px;
        width: auto;
    }
}

.alert-custum-style .custom-alert-wrapper {
    display: flex;
    gap: 24px;
    padding-right: 30px;
}

    .alert-custum-style .custom-alert-wrapper .alert-icon {
        width: 14px;
    }

    .alert-custum-style .custom-alert-wrapper .alert-content {
        text-align: left;
        width: calc(100% - 38px);
    }

.alert-custum-style .alert-close {
    background: none;
}

    .alert-custum-style .alert-close.text-danger {
        color: #D20037;
    }

.container-max-800 {
    max-width: 860px;
    margin: 0 auto;
}

.position-block {
    background-color: #F9F8F8;
    padding: 80px 0 150px;
}

@media (max-width: 767px) {
    .position-block {
        padding: 40px 0 0px;
    }
}

.position-card {
    text-align: center;
}

    .position-card .position-card-header {
        padding: 0 60px 40px;
    }

        .position-card .position-card-header .position-title {
            color: #CF4520;
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            line-height: 44px; /* 146.667% */
            letter-spacing: 0.1px;
            text-decoration-line: underline;
        }

            .position-card .position-card-header .position-title span {
                display: inline-block;
                position: relative;
            }

                .position-card .position-card-header .position-title span::after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background-color: #CF4520;
                    display: block;
                    margin-top: -8px;
                }

    .position-card .position-body {
        padding: 80px 30px;
        background-color: #ffffff;
    }

.overline-text {
    color: #111111;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.zIndexing {
    z-index: 1;
}

@media (max-width: 767px) {
    .zIndexing {
        background: #ffffff !important;
    }
}

@media (max-width: 767px) {
    .zIndexing .authorPositionSection {
        display: flex;
    }
}

@media (max-width: 480px) {
    .zIndexing .authorPositionSection {
        display: block;
    }
}

@media (max-width: 480px) {
    .zIndexing .authorPositionSection .userInforTestimonial {
        margin-bottom: 15px !important;
    }
}

.zIndexing .overlayBg {
    z-index: -1;
    width: calc(50% + 220px);
}

@media (max-width: 767px) {
    .zIndexing .overlayBg {
        width: 100%;
    }
}

.zIndexing .hostedByPannelSection {
    padding: 24px;
    box-sizing: border-box;
}

    .zIndexing .hostedByPannelSection .userInforTestimonial {
        margin-bottom: 0;
    }

    .zIndexing .hostedByPannelSection .circle-list li a {
        line-height: 22px;
    }

    .zIndexing .hostedByPannelSection .aboutTheEventsColum p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

        .zIndexing .hostedByPannelSection .aboutTheEventsColum p:last-child {
            margin-bottom: 0;
        }

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .venuName {
    color: #6C6C6C;
    margin-bottom: 8px;
    line-height: 20px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs a {
        text-decoration: none;
        color: #414141;
    }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs i {
        color: #BA0C2F;
        padding-right: 6px;
    }

.relatedEventsSection .headerHostedBy h6 {
    margin-bottom: 72px;
}

.relatedEventsSection .artItem .image img {
    height: 261px;
    object-fit: cover;
}

.mb-88 {
    margin-bottom: 88px !important;
}




































/*SECTION BO CUSTOM*/



/* Roboto Thin */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}

/* Roboto Light */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}

body {
    overflow-x: hidden
}

.d-flex.gap-3.my-3 {
    position: relative;
}

.filterWidth {
    position: relative;
}

.pac-container {
    z-index: 9999999 !important;
    top: 42px !important;
    left: 0 !important;
}

.preset-text {
    position: relative;
    top: 15%;
    left: 50px;
}

#mc_embed_signup > .row {
    max-width: 90%;
}

.hidden .form-label.fs-6 {
    display: none;
}

textarea.form-control {
    min-height: 200px;
    padding: 10px;
}

.searchBtn {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0px;
    height: 36px;
    width: 36px;
    border: none;
    background: url(../images/search.svg) no-repeat center center;
}

.helper-text-required,
.helper-text-positivenumber,
.helper-text-email,
.helper-text-confirm,
.helper-text-password,
.helper-text-maxSize,
.helper-text-phone,
.helper-text-postalcode,
.helper-text-link,
.helper-text-select-course,
.helper-text-select-location,
.helper-text-select-language,
.helper-text-duplicate-address,
.helper-text-date,
.password-matching {
    color: #CF4520;
    font-size: 15px;
    text-align: right;
}

/* Roboto Regular */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

/* Roboto Medium */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}

/* Roboto Bold */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}

/* Roboto Black */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}

body {
    font-size: 1.125rem;
}

img {
    max-width: 100%;
}

h1,
.h1 {
    line-height: 1.3636363636;
    font-weight: 700;
}

h2,
.h2 {
    line-height: 1.333;
}

h3,
.h3 {
    line-height: 1.4166666667;
}

h4,
.h4 {
    line-height: 1.5;
}

h5,
.h5 {
    line-height: 1.625;
}

h6,
.h6 {
    line-height: 1.5;
}

hr {
    border-color: #ECECEC;
    opacity: 1;
}

.bg-primary-dark {
    background-color: #0C1C64 !important;
}

.bg-extra-light {
    background-color: #FBFBFB !important;
}

.bg-sky-light {
    background-color: #F5F9FC !important;
}

.border-color-primary-dark {
    border-color: #0C1C64 !important;
}

.text-gray {
    color: #414141 !important;
}

.text-light {
    color: #6C6C6C !important;
}

.form-control {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    background-color: #FBFBFB;
}

    .form-control:hover {
        background-color: #f6f6f7;
    }

    .form-control:focus {
        background-color: #ffffff;
    }

.position-relative > .form-control {
    padding-right: 52px;
}

.form-control::-webkit-input-placeholder {
    color: #414141;
}

.form-control:-ms-input-placeholder {
    color: #414141;
}

.form-control::placeholder {
    color: #414141;
}

.form-select {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    font-size: 0.875rem;
    background-image: url(../images/down-caret.svg);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-right: 3rem;
}

.select2 .selection .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 18px;
    right: 20px;
    line-height: 1;
    width: auto;
    height: auto;
    display: none;
}

.form-select:hover {
    background-color: #f6f6f7;
}

.form-select:focus {
    background-image: url(../images/caret-up.png);
}

.form-select.short + .select2 .selection .select2-selection {
    padding-right: 50px;
}

.form-select.short + .select2 .select2-selection__arrow {
    background-image: url(../images/short-icon.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: 16px !important;
    border: none;
    width: 16px !important;
    height: 13px !important;
}

    .form-select.short + .select2 .select2-selection__arrow b {
        display: none !important;
    }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.cookie-consent {
    position: fixed;
    bottom: 5%;
    z-index: 10000;
    right: 3%;
    max-width: 500px;
}

    .cookie-consent p {
        font-size: 15px;
    }

    .cookie-consent .btn-primary {
        margin-left: 0 !important;
    }

.multiselect.dropdown-toggle.form-select.text-center {
    box-shadow: none;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ECECEC;
    cursor: default;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    height: 47px;
    padding: 14px 32px 14px 14px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.btn-group {
}

.btnIcon {
    padding: 14px 28px 14px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

    .btnIcon img {
        margin-right: 12px;
    }

.btn.btn-default:hover svg path {
    fill: #FFB443;
}

.btn.btn-default[disabled],
.btn.btn-default:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-default[disabled] svg path,
    .btn.btn-default:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary[disabled],
.btn.btn-primary:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-primary[disabled] svg path,
    .btn.btn-primary:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary:hover {
    background-color: #00819b;
    border-color: #00819b;
}

.btn.btn-outline-secondary {
    border-color: #ECECEC;
    color: #111111;
}

    .btn.btn-outline-secondary:hover {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
        color: #111111;
    }

.page-eclipse {
    position: relative;
    display: block;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    color: #111111;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
}

.page-link {
    cursor: pointer;
}

.paginationjs-page.active a {
    background: #005EB8 !important;
}

.paginationjs-prevP {
    border-radius: 0;
}

.paginationjs .paginationjs-pages li:first-child {
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.paginationjs .paginationjs-pages li:last-child {
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
    min-width: 40px !important;
    height: 45px !important;
    line-height: 45px !important;
}

.paginationjs .paginationjs-pages li {
    border: 1px solid #ECECEC !important;
}

    .paginationjs .paginationjs-pages li.active {
        border: 1px solid #005EB8 !important;
    }

.pagination li a {
    position: relative;
    display: block;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    text-decoration: none;
    border: 1px solid #ECECEC;
}

.pagination li.active a {
    color: #fff;
    background-color: #005EB8;
    border-color: #005EB8;
}

@media (min-width: 1200px) {
    .btn + .btn {
        margin-left: 17px;
    }
}

.arttag {
    display: flex;
    flex-wrap: wrap;
}

    .arttag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #fff;
        border: 1px solid #6c6c6c;
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-radius: 20px;
        margin: 0 12px 12px 0;
    }

.field.hide {
    display: none;
}

.video-button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

    .video-button:hover .video-btn-icon::after {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .video-button:hover .video-btn-icon:before {
        content: "";
        opacity: 0;
    }

    .video-button .video-btn-icon {
        width: 42px;
        height: 42px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        border: 1px solid;
        position: relative;
    }

        .video-button .video-btn-icon:before {
            content: "";
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .video-button .video-btn-icon:after {
            content: "";
            width: 24px;
            height: 24px;
            display: inline-block;
            border: 1px solid #ffffff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.2s ease-in;
        }

        .video-button .video-btn-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-button .video-btn-icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .video-button .video-btn-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

        .video-button .video-btn-title span {
            line-height: 21px;
        }

        .video-button .video-btn-title small {
            font-size: 0.625rem;
            line-height: 1;
        }

:root:root:root:root:root .sf-backend-wrp .modal-dialog .nav.nav-tabs li .nav-link.active {
    color: #006cd9 !important;
}

:root:root:root:root:root .sf-backend-wrp .modal-dialog .nav.nav-tabs li .nav-link {
    font-size: 18px !important;
}

.small-container {
    width: 636px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 1124px;
    }
}

@media (max-width: 767px) {

    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }
}

.py-100 {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .py-100 {
        padding: 70px 0;
    }

    .statisticsSection.py-100 {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .py-100 {
        padding: 60px 0;
    }

    .statisticsSection.py-100 {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .py-100 {
        padding: 50px 0;
    }

    .statisticsSection.py-100 {
        padding: 100px 0;
    }
}

.py-125 {
    padding: 125px 0;
}

@media (max-width: 1199px) {
    .py-125 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .py-125 {
        padding: 80px 0;
    }
}

.bg-light {
    background-color: #FDF8F6 !important;
}

.multi-select-container {
    width: 100%;
}

    .multi-select-container .multi-select-button {
        box-shadow: none;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: -0.5em;
        background-color: #ffffff;
        border-radius: 0;
        border: 1px solid #ECECEC;
        cursor: default;
        font-size: 14px;
        line-height: 1.4;
        color: #111111;
        height: 47px;
        padding: 14px 40px 14px 14px;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease-in-out;
    }

        .multi-select-container .multi-select-button:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-button:after {
            position: absolute;
            top: 17px;
            right: 20px;
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 5px;
            border-color: #111111 transparent transparent transparent;
            margin-left: 0;
            vertical-align: 0;
            width: 11px;
            height: 11px;
            border: 0;
            background-image: url(../images/down-caret.svg);
            background-repeat: no-repeat;
            background-position: center;
            transition: all 0.4s ease-in;
        }

    .multi-select-container.multi-select-container--open .multi-select-button:after {
        transform: rotateX(180deg);
    }

    .multi-select-container .multi-select-button:hover::before {
        opacity: 1;
    }

    .multi-select-container.multi-select-container--open .multi-select-button::before {
        opacity: 1;
    }

    .multi-select-container .multi-select-menu {
        top: 48px;
        margin: 0;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        border: 0;
        border-radius: 2px;
        z-index: 3;
        overflow-x: hidden !important;
    }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 1;
            color: #414141;
            padding: 15px 16px;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:hover {
                background-color: #f6f6f7;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input {
                position: static;
                margin-top: 0;
                margin-right: 10px;
                margin-left: 0;
            }

                .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input[type=checkbox] {
                    width: 1em;
                    height: 1em;
                    vertical-align: top;
                    background-color: #ffffff;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    border: 1px solid #0c1c64;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    -webkit-print-color-adjust: exact;
                    color-adjust: exact;
                    print-color-adjust: exact;
                    border-radius: 2px;
                }

                .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:checked {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
                    background-color: #005EB8;
                    border-color: #005EB8;
                }

                .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:disabled {
                    opacity: 0.5;
                }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:nth-child(even) {
                background: #FBFBFB;
            }

#postalCodeError {
    color: #CF4520;
    font-size: 12px;
}

.select2 {
    display: block;
    width: 100% !important;
}

    .select2 .selection {
        display: block;
        width: 100%;
    }

        .select2 .selection .select2-selection {
            box-shadow: none;
            display: block !important;
            max-width: 100%;
            white-space: normal;
            overflow: visible;
            /*text-overflow: ellipsis;*/
            vertical-align: -0.5em;
            background-color: #ffffff;
            border-radius: 0;
            border: 1px solid #ECECEC;
            cursor: default;
            font-size: 14px;
            line-height: normal;
            color: #111111;
            min-height: 47px;
            padding: 0 32px 0 13px;
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
            transition: all 0.3s ease-in-out;
        }

.profilephotoSection .select2 .selection .select2-selection {
    padding: 14px 32px 0 13px;
}

.select2 .selection .select2-selection:hover {
    background-color: #f6f6f7;
}

.select2 .selection .select2-selection .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #111111;
    padding: 0;
}

.select2 .selection .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 18px;
    right: 20px;
    line-height: 1;
    width: auto;
    height: auto;
}

    .select2 .selection .select2-selection .select2-selection__arrow b {
        width: 11px;
        height: 11px;
        border: 0;
        display: block;
        margin: 0;
        position: relative;
        left: auto;
        z-index: 1;
        top: auto;
        background-image: url(../images/down-caret.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

.select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
    transform: rotateX(180deg);
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable="true"] li::before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 14px;
    content: "";
    border-radius: 3px;
    border: 2px solid #0C1C64;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable="true"] li.select2-results__option--selectable.select2-results__option--selected::after {
    width: 5px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 15px;
    left: 19px;
    content: "";
    transform: rotate(45deg);
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover,
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #f6f6f7;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 0 0 2px 2px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 2px 2px 0 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable="true"] li {
    padding-left: 42px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #414141;
    padding: 14px;
    position: relative;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable="true"] li.select2-results__option--selectable.select2-results__option--selected {
    background: none;
    color: #414141;
}

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable="true"] li.select2-results__option--selectable.select2-results__option--selected::before {
        border-color: #005EB8;
        background: #005EB8;
    }

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 2px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 80;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #414141;
    padding: 14px;
}

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover,
    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
        background-color: #f6f6f7;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:nth-child(even) {
        background-color: #FBFBFB;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
        border-radius: 2px 2px 0 0;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
        border-radius: 0 0 2px 2px;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--selected {
        background-color: #005EB8;
        color: #ffffff;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--disabled {
        background-color: #F9F8F8;
        color: #6C6C6C;
    }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 2px;
    top: 4px;
    left: auto;
    color: #D20037;
    border: none;
    font-size: 16px;
    background: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #E0ECF6;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #111;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 4px 16px 3px 6px;
}

.select2 .selection .select2-selection .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #111111;
    padding: 0;
    display: inline-block;
    align-items: center;
    margin: 0;
    width: 100%;
    vertical-align: central;
}

.multi-select-container.multi-select-container--open .multi-select-button:after,
.select2.select2-container--open::after {
    transform: rotateX(180deg);
}

.multi-select-container .multi-select-button:after,
.select2::after {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 5px 5px;
    border-color: #111111 transparent transparent transparent;
    margin-left: 0;
    vertical-align: 0;
    width: 25px;
    height: calc(100% - 2px);
    border: 0;
    background-image: url(../images/down-caret.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    pointer-events: none;
    background-color: #fff;
}

#postCode {
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-height {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.text-sm {
    font-size: 0.75rem;
    line-height: 1.8;
}

.lead {
    line-height: 1.7;
}

.form-label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #414141;
}

.error-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

    .error-message.max-file-size-error {
        right: 42px !important;
        /* to show beside the file upload icon*/
        z-index: 50;
    }

    .error-message.postCodeSearchButton {
        display: flex;
    }

    .error-message.calBg {
        background-color: #005EB8;
        pointer-events: none;
    }

.helper-text {
    color: #990012;
    font-size: 0.75rem;
    margin-top: 12px;
    text-align: right;
    line-height: 1.8;
}

.helper-text-required {
    display: none;
}

.helper-text-phone {
    display: none;
}

.helper-text-email {
    display: none;
}

.helper-text-confirm {
    display: none;
}

.helper-text-password {
    display: none;
}

.helper-text-maxSize {
    display: none;
}

.helper-text-postalcode {
    display: none;
}

.form-check .form-check-input[type=radio] {
    border: 2px solid #005EB8;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=radio]:checked[type=checkbox] {
        border-color: #005EB8;
        border-radius: 50%;
        background: #ffffff;
        border: 6px solid #005EB8;
    }

    .form-check .form-check-input[type=radio]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=radio]:disabled + .form-label {
            color: #6C6C6C;
        }

.form-check .form-check-input[type=checkbox] {
    border: 2px solid #005EB8;
    border-radius: 3px;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=checkbox]:checked[type=checkbox] {
        border-color: #005EB8;
        border: 2px solid #005EB8;
    }

    .form-check .form-check-input[type=checkbox]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=checkbox]:disabled + .form-label {
            color: #6C6C6C;
        }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0C1C64;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools {
    opacity: 1;
    background: #f9f8f8;
    border-left: 1px solid #ececec;
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 636px;
        max-width: 100%;
    }
}

.modal .modal-content {
    border-radius: 0;
}

    .modal .modal-content .modal-header {
        background-color: #0C1C64;
        border-radius: 0;
        border: 0;
        padding: 18px 26px;
    }

    .modal .modal-content .modal-body {
        padding: 50px 72px;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.modal .modal-content .modal-body.mCustomScrollbar {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 50px 72px;
        padding-left: 0;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 30px 20px 30px 0;
    }
}

.modal .modal-content .modal-body p {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.modal .modal-content .modal-footer {
    border-radius: 0;
    padding: 1.25rem;
}

@media (max-width: 412px) {
    .modal .modal-content .modal-footer {
        padding: 1.25rem 10px;
    }
}

.doc-panel-wrapper {
    position: absolute;
    left: 50%;
    width: 330px;
    margin: 0 0 0 -660px;
}

@media (max-width: 1399px) {
    .doc-panel-wrapper {
        width: 330px;
        margin: 0 0 0 -609px;
    }
}

@media (max-width: 1199px) {
    .doc-panel-wrapper {
        width: 300px;
        margin: 0 0 0 -534px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper {
        width: calc(100% + 60px);
        z-index: 2;
        position: relative;
        left: -30px;
        right: -30px;
        margin: 0px;
    }
}

.doc-panel-wrapper.fixed {
    position: fixed;
}

@media (max-width: 991px) {
    .doc-panel-wrapper.fixed {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.doc-panel-wrapper .doc-panel {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .doc-panel-wrapper .doc-panel {
        display: none;
        padding-bottom: 111px;
    }
}

.doc-panel-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.doc-panel-wrapper .doc-panel-toggle {
    display: flex;
    padding: 18px;
    background: #FBFBFB;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    background: var(--material-primary-surface-alternative, #FBFBFB);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

@media (min-width: 992px) {
    .doc-panel-wrapper .doc-panel-toggle {
        display: none;
    }
}

.doc-panel-wrapper .list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ECECEC;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.doc-panel-wrapper .list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.doc-panel-wrapper .list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ECECEC;
}

.doc-panel-wrapper .list-group .list-group-item a:hover {
    color: #111111;
    background-color: #f6f6f7;
}

    .doc-panel-wrapper .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .doc-panel-wrapper .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.doc-panel-wrapper .list-group .list-group-item a.active {
    background-color: #F5F9FC;
}

    .doc-panel-wrapper .list-group .list-group-item a.active::after {
        background-color: #005EB8;
    }

    .doc-panel-wrapper .list-group .list-group-item a.active::before {
        background-color: #F5F9FC;
    }

.doc-panel-wrapper .list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
}

.doc-panel-wrapper .list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6C6C6C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.datepicker-dropdown {
    padding: 0px 0px 12px 0px;
    border-radius: 0px;
    border-color: #ECECEC;
}

    .datepicker-dropdown thead tr:nth-child(2) {
        border-bottom: 1px solid #ECECEC;
    }

    .datepicker-dropdown th {
        font-size: 0.75rem;
        color: #111111;
        width: 35px;
        padding: 14px 0 10px 0;
    }

    .datepicker-dropdown td {
        font-size: 0.75rem;
        width: 35px !important;
        height: 28px !important;
        color: #414141;
        border-radius: 0px;
    }

        .datepicker-dropdown td:hover {
            background-color: #F5F9FC !important;
        }

        .datepicker-dropdown td.old {
            background-color: #F9F8F8;
            color: #6C6C6C;
        }

        .datepicker-dropdown td.active {
            background-color: #005EB8 !important;
            background-image: none !important;
            color: #ffffff;
        }

        .datepicker-dropdown td span {
            border-radius: 0px !important;
        }

            .datepicker-dropdown td span:hover {
                background-color: #F5F9FC !important;
            }

            .datepicker-dropdown td span.focused {
                background-color: #005EB8 !important;
                background-image: none !important;
                color: #ffffff;
            }

    .datepicker-dropdown .datepicker-switch {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        background: none !important;
    }

    .datepicker-dropdown .prev {
        background: none !important;
        font-size: 0px;
        padding: 14px 0 14px 14px;
    }

        .datepicker-dropdown .prev::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowL.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .prev:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

    .datepicker-dropdown .next {
        background: none !important;
        font-size: 0px;
        padding: 14px 14px 14px 0px;
    }

        .datepicker-dropdown .next::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowR.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .next:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

/*header section*/
header {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
}

.mainMenu .dropdown-toggle-split {
    padding-left: 0;
    padding-right: 0;
}

.headerTop {
    background: #F9F8F8;
}

@media (max-width: 991px) {
    .headerTop {
        display: none;
    }
}

.topMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .topMenu ul li {
        display: inline-block;
        margin-right: 20px;
    }

@media (max-width: 1199px) {
    .topMenu ul li {
        margin-right: 10px;
    }
}

.topMenu ul li a {
    display: block;
    color: #414141;
    text-decoration: none;
    font-size: 0.75rem;
}

.searchBar {
    width: 220px;
}

@media (max-width: 1199px) {
    .searchBar {
        margin-left: 0.5rem !important;
    }
}

@media (max-width: 991px) {
    .searchBar {
        width: 100%;
        margin: 0 !important;
        padding: 26px 18px 21px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .searchBar {
        padding: 18px;
    }
}

.searchBar .form-control {
    height: 36px;
    padding-right: 36px;
    border: none;
    font-size: 0.75rem;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .searchBar .form-control {
        height: 47px;
        border: 1px solid #ECECEC;
        padding-right: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .form-control {
        height: 36px;
        padding-right: 36px;
    }
}

.searchBar .searchBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    height: 36px;
    width: 36px;
    border: none;
    background: url(../images/search.svg) no-repeat center center;
}

@media (max-width: 991px) {
    .searchBar .searchBtn {
        height: 47px;
        width: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .searchBtn {
        height: 36px;
        width: 36px;
    }
}

.headerBottom {
    padding: 0;
    border-bottom: 2px solid #ECECEC;
    position: relative;
}

@media (max-width: 991px) {
    .headerBottom {
        padding: 21px 0;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container {
        max-width: 100%;
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container > .d-flex {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .mainMenu {
        display: none;
        width: 100%;
        height: calc(100% - 200px);
        overflow-x: hidden;
        position: fixed;
        top: 93px;
        left: 0px;
        background: #ffffff;
        border-bottom: 4px solid #CF4520;
    }

        .mainMenu.show {
            display: block;
        }
}

.mainMenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .mainMenu > ul > li {
        display: inline-block;
        margin: 0 32px 0 0;
    }

@media (max-width: 1399px) {
    .mainMenu > ul > li {
        margin: 0 24px 0 0;
    }
}

@media (max-width: 1199px) {
    .mainMenu > ul > li {
        margin: 0 8px 0 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li {
        display: block;
        padding: 48px 0;
        margin: 0px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li {
        padding: 14px 0;
    }
}

.mainMenu > ul > li > a {
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    padding: 12px 0 12px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li > a {
        font-size: 0.813rem;
        padding: 10px 0 35px 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 42px;
        font-size: 1.5rem;
        font-weight: 500;
        position: relative;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.mainMenu > ul > li > a::after {
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background: #00819B;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    border: none;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a::after {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        left: auto;
        right: 30px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-image: url(../images/arrow-right-long-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #005EB8;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a::after {
        right: 18px;
    }
}

.mainMenu > ul > li > a:hover::after,
.mainMenu > ul > li > a.show::after,
.mainMenu > ul > li > a.active::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {

    .mainMenu > ul > li > a:hover::after,
    .mainMenu > ul > li > a.show::after,
    .mainMenu > ul > li > a.active::after {
        background-color: #00819B;
    }
}

.mainMenu > ul > li > a.active::after {
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a.active::before {
        width: 4px;
        height: 36px;
        background: #005EB8;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        content: "";
        transform: translate(0%, -50%);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a.active::before {
        width: 2px;
        height: 18px;
    }
}

.mainMenu > ul > li.submenu .dropicon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 12px;
    height: 14px;
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin-left: 1px;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        right: 30px;
        border: 1px solid #ECECEC;
        transform: rotate(-90deg);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li.submenu .dropicon {
        right: 18px;
    }
}

.mainMenu > ul > li.submenu.oneSubmenu {
    position: relative;
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu.oneSubmenu {
        position: static;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu > a::after {
        display: none;
    }
}

@media (max-width: 991px) {

    .alert ~ .headerBottom .mainMenu,
    .alert ~ .headerBottom .menuDropdown {
        top: 145px !important;
    }
}

.menuDropdown {
    padding: 0px;
    box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.2);
    min-height: 288px;
    margin-top: 12px !important;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    width: 585px;
    inset: auto !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

@media (max-width: 1199px) {
    .menuDropdown {
        width: 500px;
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    .menuDropdown {
        width: 100%;
        height: calc(100% - 200px);
        overflow: unset;
        overflow-x: hidden;
        top: 92px !important;
        margin: 0 !important;
        flex-wrap: wrap;
        left: 100% !important;
        transform: none !important;
        opacity: 0;
        visibility: hidden;
        display: block;
        position: fixed !important;
        border-radius: 0px;
        border-bottom: 4px solid #CF4520;
        box-shadow: none;
        transition: 0.3s all;
    }
}

.menuDropdown.show {
    display: flex;
}

@media (max-width: 991px) {
    .menuDropdown.show {
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.menuDropdown .lefBlue {
    padding: 38px 24px;
    width: 234px;
    background: #0C1C64;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue {
        width: 190px;
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue {
        width: 100%;
        padding: 48px 30px 72px;
        border-bottom: 27px solid #005EB8;
        position: relative;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue {
        border-bottom-width: 17px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue::after {
        width: 55px;
        height: 55px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: #00BDDA;
        content: "";
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue::after {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue {
        padding: 25px 18px 40px;
    }
}

.menuDropdown .lefBlue p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.15px;
    width: 100%;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue p {
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue p {
        font-size: 2.75rem;
        line-height: 1.3636363636;
        font-weight: 700;
        margin: 93px 0 69px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue p {
        font-size: 1.25rem;
        line-height: 1.7;
        margin: 40px 0;
    }
}

.menuDropdown .rightmenu {
    border-top: 4px solid #CF4520;
    padding: 18px 0 10px;
    width: calc(100% - 234px);
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu {
        width: calc(100% - 190px);
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu {
        width: 100%;
        border: none;
        padding: 0px;
    }
}

.menuDropdown .rightmenu h3 {
    font-size: 0.875rem;
    font-style: italic;
    color: #6C6C6C;
    font-weight: normal;
    padding: 0 24px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu h3 {
        font-size: 0.875rem;
        padding: 0 18px;
    }
}

.menuDropdown .rightmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
        border-bottom: 1px solid #ECECEC;
    }

        .menuDropdown .rightmenu ul li:last-child {
            border-bottom: none;
        }

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li {
        padding: 48px 0;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
    }
}

.menuDropdown .rightmenu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 42px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    position: relative;
    padding: 0 70px 0 24px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a {
        padding: 0 65px 0 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.menuDropdown .rightmenu ul li a::after {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 24px;
    content: "";
    background-image: url(../images/arrow-right-long-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005EB8;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 18px;
    }
}

.menuDropdown .rightmenu ul li a:hover::after {
    background-color: #00819B;
}

.menuDropdown .rightmenu ul li a.active::before {
    width: 2px;
    height: 18px;
    background: #005EB8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 4px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 2px;
        height: 18px;
    }
}

.menuDropdown .rightmenu ul li.active a::before {
    width: 2px;
    height: 18px;
    background: #005EB8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

.menuDropdown .rightmenu ul.twoCol {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul.twoCol {
        column-gap: 8px;
    }
}

.menuDropdown .rightmenu ul.twoCol li {
    width: calc(50% - 6px);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li {
        width: 100%;
    }
}

.menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
    border-bottom: none;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
        border-bottom: 1px solid #ECECEC;
    }
}

.menuDropdown .rightmenu.twoTopic {
    display: flex;
    padding: 0px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic {
        flex-wrap: wrap;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment {
    background: #F5F9FC;
    padding: 38px 0 10px;
    width: 33.33%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 0px;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment ul li {
    width: 100%;
}

.menuDropdown .rightmenu.twoTopic .topics {
    padding: 38px 0 10px;
    width: 66.66%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 0px;
    }
}

.menuDropdown.fullSubmenu {
    width: 1320px;
}

@media (max-width: 1399px) {
    .menuDropdown.fullSubmenu {
        width: 1116px;
    }
}

@media (max-width: 1199px) {
    .menuDropdown.fullSubmenu {
        width: 936px;
    }
}

@media (max-width: 991px) {
    .menuDropdown.fullSubmenu {
        width: 100%;
    }
}

.menuDropdown.fullSubmenu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

    .menuDropdown.fullSubmenu ul li {
        width: calc(33% - 12px);
    }


.siteLogo img {
    max-width: 210px;
}

@media (max-width: 1399px) {
    .siteLogo img {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .siteLogo img {
        max-width: 125px;
    }
}

@media (max-width: 676px) {
    .siteLogo img {
        max-width: 115px;
    }
}

.siteLogo a {
    display: block;
}

@media (max-width: 412px) {
    .siteLogo a {
        max-width: 115px;
    }
}

.headBtn {
    margin-left: 18px;
}

    .headBtn .btn {
        transition: 0.3s all;
    }

        .headBtn .btn:hover {
            background-color: #ffaf4a;
            border-color: #ffaf4a;
        }

@media (max-width: 1199px) {
    .headBtn .btn {
        font-size: 0.813rem;
        padding: 10px 20px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn .btn {
        vertical-align: top;
        font-size: 0.875rem;
        padding: 12px 28px 12px 14px;
    }
}

@media (max-width: 480px) {
    .headBtn .btn {
        font-size: 0.625rem;
        padding: 10px 8px 10px 8px;
    }
}

@media (max-width: 1199px) {
    .headBtn .btn img {
        margin-right: 5px;
    }
}

.menuToggle {
    display: none;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border: 1px solid #ECECEC;
    background: url(../images/menu-toggle.svg) no-repeat center center;
}

    .menuToggle.closeToggle {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

@media (max-width: 991px) {
    .menuToggle {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .menuToggle {
        width: 36px;
        height: 37px;
    }
}

.backMenu {
    display: none;
    font-size: 1.5rem;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0 0 0 63px;
    position: relative;
    height: 42px;
}

@media (max-width: 991px) {
    .backMenu {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .backMenu {
        font-size: 1.25rem;
    }
}

.backMenu::before {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url(../images/arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005EB8;
}

@media (min-width: 992px) {
    .overlayMenu::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 91;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .overlayOpen::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 3;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

.alert {
    margin: 0px;
    min-height: 52px;
    padding: 14px 50px 14px 28px;
    border: none;
    border-radius: 0px;
    font-size: 0.875rem;
    color: #111111;
    background-color: #E0ECF6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

    .alert a {
        color: #111111;
        text-decoration: underline;
    }

        .alert a:hover {
            text-decoration: none;
        }

    .alert svg {
        margin-right: 10px;
    }

    .alert .btn-close {
        font-size: 0.875rem;
        color: #111111;
        width: 52px;
        height: 52px;
        padding: 0px;
        opacity: 1;
        background-size: 10px auto !important;
    }

.overline {
    font-size: 0.875rem;
}

.social-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            padding: 1px 4px;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid transparent;
        }

            .social-links li a:hover {
                border-color: #111111;
            }

.global-footer {
    overflow-x: hidden;
    border-bottom: 4px solid #CF4520;
}

    .global-footer .footer-blue-bg {
        padding: 70px 90px 250px 0;
        background-color: #0C1C64;
        position: relative;
    }

@media (max-width: 991px) {
    .global-footer .footer-blue-bg {
        padding: 50px 0 50px 0;
    }
}

.global-footer .footer-blue-bg:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #0C1C64;
    width: 500rem;
}


.global-footer .footer-white-bg:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 500rem;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg:after {
        right: -40%;
        z-index: -1;
    }

    .global-footer .footer-white-bg:after {
        right: -40%;
        z-index: -1;
    }
}

.global-footer .footer-blue-bg .min-h-500 {
    min-height: 350px;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg .min-h-500 {
        min-height: 260px;
    }
}

.global-footer .footer-blue-bg p {
    line-height: 1.875rem;
    font-style: normal;
    letter-spacing: 0.03px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .global-footer .footer-links {
        margin-top: 24px;
    }
}

.global-footer .footer-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .global-footer .footer-links ul li {
        margin-bottom: 1.05rem;
        line-height: 1;
    }

        .global-footer .footer-links ul li a {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            text-decoration: none;
            display: inline-block;
            position: relative;
        }

            .global-footer .footer-links ul li a:after {
                content: "";
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: -2px;
                background-color: #0C1C64;
                transition: all 0.2s ease-in;
            }

            .global-footer .footer-links ul li a:hover {
                color: #0C1C64;
            }

                .global-footer .footer-links ul li a:hover:after {
                    width: 100%;
                }

.global-footer .footer-top {
    padding: 70px 0 60px 120px;
}

@media (max-width: 1199px) {
    .global-footer .footer-top {
        padding: 70px 0 60px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-top {
        padding: 26px 0 50px 0;
    }
}

.global-footer .footer-bottom {
    padding: 30px 0 30px 120px;
    position: relative;
}

@media (max-width: 1199px) {
    .global-footer .footer-bottom {
        padding: 30px 0 30px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-bottom {
        padding: 25px 0 25px 0;
    }
}

.global-footer .footer-bottom:before {
    content: "";
    position: absolute;
    left: -24px;
    background-color: #ECECEC;
    top: 0;
    width: 500rem;
    height: 1px;
}

.global-footer .footer-bottom .copyright {
    color: #414141;
    margin-bottom: 0;
}

    .global-footer .footer-bottom .copyright small {
        font-size: 0.75rem;
        line-height: 1rem;
    }

        .global-footer .footer-bottom .copyright small span {
            margin-bottom: 0 !important;
        }

    .global-footer .footer-bottom .copyright sup {
        font-size: 1rem;
        top: 0px;
    }

footer div p small {
    font-size: 0.75rem;
    color: #6C6C6C;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    footer div p small span {
        margin-bottom: 1.05rem;
        display: inline-block;
    }

.heading-bar {
    width: 28px;
    height: 7px;
    background: #FFB443;
    margin-bottom: 3rem;
}

.fw-medium {
    font-weight: 500;
}

.hero-banner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

    .hero-banner a {
        color: #fff;
    }

        .hero-banner a:hover {
            color: #DEDEDE !important;
        }

@media (max-width: 991px) {
    .hero-banner {
        padding-bottom: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding-bottom: 483px;
    }
}

.hero-banner .banner-content-wrapper {
    padding: 140px 120px 140px 122px;
    min-height: 660px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-banner .banner-content-wrapper {
        min-height: 520px;
        padding: 120px 0;
    }
}

.hero-banner .banner-content-wrapper h1,
.hero-banner .banner-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.hero-banner .banner-content-wrapper p {
    line-height: 2.125rem;
    letter-spacing: 0.15px;
}

.hero-banner .banner-content-wrapper .btn {
    margin-top: 4.25rem;
}

.hero-banner .header-image {
    position: absolute;
    right: 0;
    width: calc(50% - 95px);
    margin-right: 0px;
    top: 0;
    bottom: 0;
}

@media (min-width: 1440px) {
    .hero-banner .header-image {
        width: calc(50% - 200px);
    }
}

@media (max-width: 991px) {
    .hero-banner .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner .header-image {
        height: 400px;
    }
}

.hero-banner .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner .header-image .bg-line1 {
    width: 28px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line1 {
        width: 100%;
        height: 55px;
        top: -83px;
    }
}

.hero-banner .header-image .bg-line2 {
    width: 61px;
    height: 100%;
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line2 {
        width: 100%;
        height: 28px;
        left: auto;
        top: -28px;
    }
}

.hero-banner.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .hero-banner.feedback-banner .overline {
        color: #6C6C6C;
    }

@media (max-width: 767px) {
    #sync2 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #sync2 .owl-stage-outer {
        overflow: unset;
    }
}

.circle-list {
    list-style: none;
    padding-left: 0;
}

    .circle-list li {
        margin-bottom: 1.25rem;
        position: relative;
        padding-left: 42px;
    }

        .circle-list li:last-child {
            margin-bottom: 0;
        }

        .circle-list li::before {
            content: "";
            width: 14px;
            height: 14px;
            display: inline-block;
            border: 3px solid #005EB8;
            border-radius: 50%;
            position: absolute;
            left: 7px;
            top: 7px;
            z-index: 2;
        }

        .circle-list li::after {
            content: "";
            width: 28px;
            height: 28px;
            display: inline-block;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 0px;
            background-color: #fff;
            z-index: 1;
        }

        .circle-list li a {
            color: #414141;
            text-decoration: none;
            font-size: 0.875rem;
        }

.hero-banner-with-pinned-content {
    position: relative;
}

    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-top: 140px;
        padding-bottom: 195px;
    }

@media (max-width: 767px) {
    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-bottom: 135px;
    }
}

.header-pinned-content {
    background-color: #005EB8;
    height: 150px;
}

@media (max-width: 991px) {
    .header-pinned-content {
        background-color: transparent;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 331px;
    }
}

@media (max-width: 767px) {
    .header-pinned-content {
        bottom: 48px;
    }

        .header-pinned-content .pinned-content-inner {
            top: 20px !important;
        }
}

.header-pinned-content .pinned-content-inner {
    background-color: #ffffff;
    position: relative;
    transform: translate(0, -50%);
    z-index: 2;
}

.header-pinned-content .pinned-content-inner {
    background-color: #ffffff;
    position: relative;
    transform: translate(0, -50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .header-pinned-content .pinned-content-inner {
        transform: none;
        top: 236px;
    }
}

.header-pinned-content .pinned-content-inner .pinned-item {
    padding: 41px 48px;
    position: relative;
}

    .header-pinned-content .pinned-content-inner .pinned-item .overline {
        color: #6C6C6C;
    }

    .header-pinned-content .pinned-content-inner .pinned-item .pinned-title {
        height: 28px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .header-pinned-content .pinned-content-inner .pinned-item .btn {
        font-size: 0.75rem;
    }

        .header-pinned-content .pinned-content-inner .pinned-item .btn:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel {
        padding-top: 111px;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
    height: 113px;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        bottom: auto;
        top: 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .container {
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .pinned-content-inner {
        top: 0;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .slide-progress {
    width: 0;
    max-width: 100%;
    height: 5px;
    background: #CF4520;
}

.hero-banner-with-pinned-content.content-with-carousel .carousel-content-item {
    padding: 20px 24px;
    border-right: 1px solid #ECECEC;
    position: relative;
    cursor: pointer;
}

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover {
        background-color: #ECECEC;
    }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background-color: #FFB443;
        }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item .content-title {
        color: #6C6C6C;
        font-size: 0.875rem;
        line-height: 1.5;
        height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item p {
        font-size: 0.75rem;
        line-height: 1.8;
        margin-bottom: 0;
        height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #6C6C6C;
    }

.hero-banner-with-pinned-content.content-with-carousel .btn img {
    max-width: 100%;
    width: auto;
}

.hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item {
    background-color: #ECECEC;
}

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 2px;
        background-color: #CF4520;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item .content-title {
        color: #111111;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item p {
        color: #414141;
    }

.hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
    border-left: 4px solid #00819b;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
        transform: none;
        top: -258px;
    }
}

.dateText {
    font-size: 0.75rem;
    line-height: 1.833;
    color: #0C1C64;
    margin-bottom: 6px;
}

.insightCategory.artItem img {
    max-height: 275px;
}

.artItem .position-relative:hover .imgoverlay::after {
    opacity: 0;
}

.artItem .image a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
}

.artItem .image .imgoverlay {
    position: relative;
}

    .artItem .image .imgoverlay::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.3s all;
    }

.artItem .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .artItem .text h4.h-60 {
        height: 60px;
    }

    .artItem .text h4.h-52 {
        height: 52px;
    }

    .artItem .text h4 a {
        color: #111111;
        text-decoration: none;
    }

.artItem .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
}

.artItem.shortItem > .position-relative {
    border-bottom: 2px solid #ECECEC;
}

.artItem.shortItem .text h4 {
    font-size: 1rem;
    line-height: 1.625;
}

.textArtItem a {
    display: block;
    padding: 24px 12px;
    color: #111111;
    text-decoration: none;
    border-bottom: 2px solid #ECECEC;
    transition: 0.3s all;
}

@media (max-width: 480px) {
    .textArtItem a {
        padding: 15px 12px;
    }
}

.textArtItem a:hover {
    background-color: #f9e8e4;
}

.textArtItem h5 {
    margin-bottom: 0px;
}

.articleFilter {
    width: 100%;
    padding-bottom: 21px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .articleFilter {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .articleFilter {
        margin-bottom: 40px;
    }
}

.articleFilter .filter {
    position: relative;
}

@media (max-width: 767px) {
    .articleFilter .filter {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        column-gap: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .articleFilter .filter {
        margin-bottom: 0px;
    }
}

.articleFilter .searchBar {
    margin-left: auto !important;
}

@media (max-width: 991px) {
    .articleFilter .searchBar {
        width: auto;
        padding: 0px;
        border: none;
    }
}

@media (max-width: 767px) {
    .articleFilter .searchBar {
        width: 100%;
    }
}

.articleFilter .searchBar .form-control {
    border: 1px solid #ECECEC;
    font-size: 0.875rem;
    height: 47px;
}

.articleFilter .searchBar .searchBtn {
    width: 42px;
    height: 47px;
}

.bg-light2 {
    background-color: #F9F8F8;
}

.textImageArea {
    z-index: 1;
}

    .textImageArea .overlayBg {
        z-index: -1;
        width: calc(50% + 220px);
    }

@media (max-width: 991px) {
    .textImageArea .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .textImageArea .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 575px) {
    .textImageArea .overlayBg {
        height: calc(50% + 70px) !important;
    }
}

.textImageArea .darkblue {
    width: 79.5px;
    height: 79.5px;
    background-color: #0C1C64;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

@media (max-width: 991px) {
    .textImageArea .darkblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .darkblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        bottom: 100%;
    }
}

.textImageArea .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .skyblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .skyblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        left: auto;
    }
}

.textImageArea .lightblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #005EB8;
    position: absolute;
    top: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .lightblue {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .textImageArea .lightblue {
        width: 39.75px;
        height: 39.75px;
        margin-top: 40px;
    }
}

.textImageArea .yellow {
    width: 79.5px;
    height: 79.5px;
    background-color: #FFB443;
    position: absolute;
    top: 100%;
    left: 0px;
}

@media (max-width: 991px) {
    .textImageArea .yellow {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .textImageArea .yellow {
        width: 79.5px;
        height: 79.5px;
        margin-top: 40px;
    }
}

.textImageArea .overline {
    color: #6C6C6C;
}

.textImageArea h4 {
    font-weight: 400;
    line-height: 1.7;
}

.textImageArea .leftTopImg {
    margin-left: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg {
        margin-left: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg {
        margin-left: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg {
        margin: 0 100px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg {
        margin: 0;
    }
}

.textImageArea .leftTopImg img {
    width: 220px;
    height: 218px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg img {
        width: 170px;
        height: 168px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg img {
        width: 130px;
        height: 128px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg img {
        width: 135px;
        height: 128px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg img {
        width: 115px;
        height: 108px;
    }
}

.textImageArea .leftTopImg.right {
    margin-right: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg.right {
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg.right {
        margin-right: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right {
        margin: 0 0 0 100px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg.right {
        margin: 0px;
    }
}

.textImageArea .leftTopImg.right .lightblue {
    top: 0px;
    left: auto;
    right: 100%;
    background-color: #FFB443;
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right .lightblue {
        top: 100%;
    }
}

.textImageArea .rightTopImg {
    margin-top: 77px;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg {
        margin-bottom: 40px;
    }
}

.textImageArea .rightTopImg img {
    width: 330px;
    height: 328px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg img {
        width: 260px;
        height: 258px;
    }
}

@media (max-width: 991px) {
    .textImageArea .rightTopImg img {
        width: 210px;
        height: 208px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg img {
        width: 270px;
        height: 288px;
    }
}

@media (max-width: 575px) {
    .textImageArea .rightTopImg img {
        width: 180px;
        height: 198px;
    }
}

.textImageArea .rightTopImg.right .yellow {
    left: auto;
    right: 0px;
    background-color: #005EB8;
}

.textImageArea .bottomImg img {
    width: 159px;
    height: 157px;
    object-fit: cover;
    display: block;
    margin-left: -159px;
}

@media (max-width: 1199px) {
    .textImageArea .bottomImg img {
        width: 130px;
        height: 130px;
        margin-left: -130px;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg img {
        width: 100px;
        height: 100px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg img {
        width: 135px;
        height: 128px;
        margin-left: -135px;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg img {
        width: 115px;
        height: 108px;
        margin-left: -115px;
    }
}

.textImageArea .bottomImg.right {
    display: flex;
    justify-content: flex-end;
}

    .textImageArea .bottomImg.right img {
        margin: 0 -159px 0 0;
    }

@media (max-width: 1199px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -130px 0 0;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -100px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -135px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -115px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .imageT img {
        width: 100%;
    }
}

/*make a complaint page section*/
.list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ececec;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ececec;
}

.list-group .list-group-item a:hover {
    color: #111;
    background-color: #f6f6f7;
}

    .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.list-group .list-group-item a.active {
    background-color: #f5f9fc;
}

    .list-group .list-group-item a.active::after {
        background-color: #005eb8;
    }

    .list-group .list-group-item a.active::before {
        background-color: #f5f9fc;
    }

.list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6c6c6c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 12px;
}

/*make a complaint page section end*/

/*Doc Panel start*/

.doc-panel-wrapper {
    position: absolute;
    left: 50%;
    width: 330px;
    margin: 0 0 0 -660px;
}

@media (max-width: 1399px) {
    .doc-panel-wrapper {
        width: 330px;
        margin: 0 0 0 -609px;
    }
}

@media (max-width: 1199px) {
    .doc-panel-wrapper {
        width: 300px;
        margin: 0 0 0 -534px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper {
        width: calc(100% + 60px);
        z-index: 2;
        position: relative;
        left: -30px;
        right: -30px;
        margin: 0px;
    }
}

.doc-panel-wrapper.fixed {
    position: fixed;
}

@media (max-width: 991px) {
    .doc-panel-wrapper.fixed {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.doc-panel-wrapper .doc-panel {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .doc-panel-wrapper .doc-panel {
        display: none;
        padding-bottom: 111px;
    }
}

.doc-panel-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.doc-panel-wrapper .doc-panel-toggle {
    display: flex;
    padding: 18px;
    background: #fbfbfb;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    background: var(--material-primary-surface-alternative, #fbfbfb);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

@media (min-width: 992px) {
    .doc-panel-wrapper .doc-panel-toggle {
        display: none;
    }
}

.doc-panel-wrapper .list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ececec;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.doc-panel-wrapper .list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.doc-panel-wrapper .list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ececec;
}

.doc-panel-wrapper .list-group .list-group-item a:hover {
    color: #111;
    background-color: #f6f6f7;
}

    .doc-panel-wrapper .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .doc-panel-wrapper .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.doc-panel-wrapper .list-group .list-group-item a.active {
    background-color: #f5f9fc;
}

    .doc-panel-wrapper .list-group .list-group-item a.active::after {
        background-color: #005eb8;
    }

    .doc-panel-wrapper .list-group .list-group-item a.active::before {
        background-color: #f5f9fc;
    }

.doc-panel-wrapper .list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
}

.doc-panel-wrapper .list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6c6c6c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.small-container {
    width: 636px;
    max-width: 100%;
    margin: 0 auto;
}

/*Doc Panel end*/

.download-btn {
    border-radius: 3px;
}

    .download-btn div.download {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px;
        color: #111111;
        text-decoration: none;
        transition: 0.3s all;
    }

    .download-btn .image {
        width: 70px;
        position: relative;
        box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
    }

        .download-btn .image::before {
            width: 54.88px;
            height: 60.49px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
            background-color: #005EB8;
            border-radius: 0 60px 0 0;
        }

        .download-btn .image::after {
            width: 13.4px;
            height: 13.4px;
            position: absolute;
            bottom: 8px;
            left: 8px;
            content: "";
            background: url(../images/logo-icon.svg) no-repeat center center;
        }

        .download-btn .image img {
            width: 100%;
            height: 77.35px;
            display: block;
            object-fit: cover;
        }

    .download-btn .text {
        width: calc(100% - 98px);
    }

        .download-btn .text strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .download-btn .text span {
            display: inline-flex;
            align-items: center;
            font-size: 0.75rem;
            color: #414141;
            gap: 6px;
        }

            .download-btn .text span svg,
            .download-btn .text span img {
                width: 12px;
            }

    .download-btn:hover .text span svg path {
        fill: #FFB443;
    }

.headline-news-card {
    border-left: 5px solid #005EB8;
    background-color: #F5F9FC;
    padding: 6.25rem 0;
}

@media (max-width: 767px) {
    .headline-news-card {
        border-left: 0;
        border-top: 5px solid #005EB8;
    }
}

.headline-news-card .headline-card-inner {
    position: relative;
}

    .headline-news-card .headline-card-inner .news-card-image {
        overflow: hidden;
    }

        .headline-news-card .headline-card-inner .news-card-image img {
            transition: all 0.2s ease-in;
        }

    .headline-news-card .headline-card-inner:hover .news-card-image img {
        filter: blur(20px);
    }

    .headline-news-card .headline-card-inner:hover .btn-primary {
        background-color: #00819b;
        border-color: #00819b;
    }

@media (min-width: 768px) {
    .headline-news-card .news-inner-content {
        max-width: 428px;
        margin-left: auto;
    }
}

.headline-news-card .news-inner-content .overline {
    font-size: 0.75rem;
}

.headline-news-card .news-inner-content h2,
.headline-news-card .news-inner-content .h2 {
    line-height: 1.467;
}

.featured-video-section {
    color: #ffffff;
    position: relative;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section {
        padding-bottom: 220px;
    }
}

.featured-video-section:hover .header-image img,
.featured-video-section:hover .header-image video {
    filter: blur(0);
}

@media (max-width: 991px) {
    .featured-video-section .container {
        max-width: 100%;
        padding: 0;
    }
}

.featured-video-section .featured-content-wrapper {
    padding: 70px 120px 70px 110px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #0C1C64;
    min-height: 497px;
}

@media (max-width: 991px) {
    .featured-video-section .featured-content-wrapper {
        padding: 100px 30px;
        min-height: auto;
    }
}

.featured-video-section .featured-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0C1C64;
    width: 555rem;
    z-index: -1;
}

.featured-video-section .featured-content-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    width: 555rem;
    top: 0;
    height: 2px;
    background-color: #CF4520;
}

.featured-video-section .featured-content-wrapper h1,
.featured-video-section .featured-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.featured-video-section .featured-content-wrapper p {
    line-height: 2.125rem;
}

.featured-video-section .featured-content-wrapper .btn {
    margin-top: 4.8rem;
}

.featured-video-section .featured-content-wrapper .rectangle-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 100%;
    right: 0;
}

.featured-video-section .header-image {
    position: absolute;
    right: 0;
    width: 50%;
    margin-right: 0px;
    top: 0;
    bottom: 0;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .featured-video-section .header-image {
        height: 570px;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .featured-video-section .header-image {
        height: 470px;
    }
}

.featured-video-section .header-image img,
.featured-video-section .header-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {

    .featured-video-section .header-image img,
    .featured-video-section .header-image video {
        filter: blur(20px);
        transform: scale(1.1);
        transition: all 0.2s ease;
    }
}

.featured-video-section.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .featured-video-section.feedback-banner .overline {
        color: #6C6C6C;
    }

.list-section {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .list-section {
        padding: 125px 0 90px;
    }
}

.list-section .stars-list {
    padding: 0;
    margin: 0;
    border-top: 2px solid #ECECEC;
}

    .list-section .stars-list li {
        list-style: none;
        border-bottom: 2px solid #ECECEC;
    }

    .list-section .stars-list .list-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
    }

        .list-section .stars-list .list-wrapper .list-right {
            width: calc(100% - 120px);
            padding: 10px 0;
        }

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-right {
        display: flex;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .list-right {
        width: calc(100% - 80px);
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon {
    width: 120px;
    height: 120px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        margin-right: 110px;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        width: 80px;
        height: 80px;
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.list-section .stars-list .list-wrapper .list-para {
    margin-bottom: 7px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-para {
        padding-right: 60px;
        margin-bottom: 0;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-para {
        width: calc(100% - 220px);
    }
}

.list-section .stars-list .list-wrapper .list-para p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.list-section .stars-list .list-wrapper .list-btn {
    margin-left: auto;
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-btn {
        width: 220px;
    }
}

.list-section .stars-list .list-wrapper .list-btn .btn {
    font-size: 0.75rem;
}

.list-section.list-section-dark-mode {
    background-color: #0C1C64;
    color: #ffffff;
}

    .list-section.list-section-dark-mode .stars-list {
        border-top: 0;
    }

        .list-section.list-section-dark-mode .stars-list li {
            border-bottom: 0;
        }

            .list-section.list-section-dark-mode .stars-list li .btnIcon svg path {
                fill: #FFB443;
            }

            .list-section.list-section-dark-mode .stars-list li .btnIcon:hover svg path {
                fill: #F1C7BC;
            }

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup input {
    border-radius: 0 !important;
    background-color: #FBFBFB !important;
}

#mc_embed_signup label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #414141;
}

#mc-embedded-subscribe {
    margin-left: 0 !important;
}

.newsletter-sign-up {
    position: relative;
    background-color: #ffffff;
}

    .newsletter-sign-up .sign-up-image {
        position: absolute;
        width: calc(100% + 160px);
        right: 12px;
        top: 0;
        bottom: 0;
        min-height: 400px;
    }

@media (min-width: 1680px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 300px);
    }
}

@media (min-width: 1925px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 400px);
    }
}

@media (min-width: 2160px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 500px);
    }
}

@media (min-width: 2360px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 600px);
    }
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 100px);
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-image {
        position: static;
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .sign-up-image {
        width: auto;
        margin: 0 -30px;
    }
}

.newsletter-sign-up .sign-up-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-sign-up .sign-up-content {
    padding: 45px 20px;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-content {
        padding: 45px 50px;
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-content {
        padding: 80px 0px 54px;
        height: auto;
        min-height: auto;
    }
}

.newsletter-sign-up .sign-up-content .overline {
    color: #6C6C6C;
}

.newsletter-sign-up .sign-up-content .text-sm {
    color: #6C6C6C;
}

.newsletter-sign-up .newsletter-form {
    padding: 65px 1rem;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .newsletter-form {
        padding: 45px 0.5rem;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .newsletter-form {
        padding: 0 0 45px 0;
    }

    .find-planner-banner div.col-4.col-md-3.col-xl-2 {
        padding-top: 3px;
    }
}

.find-planner-banner .banner-content-wrapper {
    position: relative;
    z-index: 0;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .find-planner-banner .banner-content-wrapper {
        padding: 50px 30px;
        min-height: 265px;
    }
}

.find-planner-banner .banner-content-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 555rem;
    background-color: #0C1C64;
    z-index: -1;
}

.find-planner-banner .banner-content-wrapper .content-max-width {
    max-width: 330px;
}

    .find-planner-banner .banner-content-wrapper .content-max-width p {
        letter-spacing: 0.03px;
        font-weight: 300;
        line-height: 1.7;
    }

.find-planner-banner .planner-right-block {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block {
        margin: 30px;
        min-height: 102px;
    }
}

.find-planner-banner .planner-right-block .blue-box {
    position: absolute;
    left: -24px;
    width: 244px;
    top: 0;
    bottom: 0;
    background-color: #0C1C64;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .blue-box {
        width: calc(100% + 60px);
        top: auto;
        bottom: 147px;
        height: 110px;
        left: -30px;
        right: 0;
    }
}

.find-planner-banner .planner-right-block .cyan-box {
    position: absolute;
    left: 110px;
    width: 110px;
    bottom: 0;
    height: 110px;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .cyan-box {
        left: auto;
        width: 110px;
        bottom: 147px;
        right: -30px;
    }
}

.find-planner-banner .planner-form {
    background-color: #ffffff;
    padding: 24px;
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-form {
        margin-top: -135px;
    }
}

.find-planner-banner .planner-form .form-control {
    height: 47px;
}

.find-planner-banner .planner-form .btn {
    line-height: 1.36;
}

@media (max-width: 991px) {
    .find-planner-banner .container {
        padding: 0;
        max-width: 100%;
    }
}

.small-heroBanner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

@media (max-width: 767px) {
    .small-heroBanner .container {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .row {
        margin: 0px;
    }
}

.small-heroBanner .text {
    position: relative;
    padding: 60px 20% 76px 12px;
}

@media (max-width: 1199px) {
    .small-heroBanner .text {
        padding: 60px 10% 76px 12px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .text {
        padding: 80px 20% 80px 30px;
    }
}

.small-heroBanner .bg-line1 {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 110px;
    background-color: #00819B;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line1 {
        width: 93px;
        height: 93px;
        right: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line1 {
        width: 40px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line1 {
        width: 55px;
        right: 55px;
    }
}

.small-heroBanner .bg-line2 {
    width: 110px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #005EB8;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line2 {
        width: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line2 {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line2 {
        width: 55px;
    }
}

.small-heroBanner h2 {
    color: #ffffff;
    letter-spacing: 0.1px;
    line-height: 1.4666666667;
    margin-bottom: 0px;
}

.small-heroBanner p {
    letter-spacing: 0.03px;
    line-height: 1.6666666667;
    margin-bottom: 30px;
}

.small-heroBanner .btnIcon:hover svg path {
    fill: #F1C7BC;
}

.small-heroBanner .btnIcon svg path {
    fill: #FFB443;
}

/*dropdown checkbox*/
.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .anchor {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }

/*dropdown checkbox end*/

@media (max-width: 767px) {
    .small-heroBanner .image {
        padding: 0px;
    }
}

.small-heroBanner .image img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .small-heroBanner .image img {
        position: static;
        width: 100%;
    }
}

.cardListArea {
    /* background: #F5F9FC; */
}

.findAPlannerTool {
    background: linear-gradient(90deg, #FFFFFF 50%, #F5F9FC 50%);
    min-height: 750px;
    overflow-x: hidden;
}

@media(max-width: 767px) {

    .findAPlannerTool {
        background: unset;
    }

    .cardListArea {
        background: unset;
    }

    .preset-text {
        top: 50%;
        left: 0 !important;
    }
}


@media (max-width: 991px) {
    .findAPlannerTool .mobileFixedScroll {
        padding: 0 148px;
        position: relative;
        left: -148px;
        z-index: 2;
        width: calc(100% + 296px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .findAPlannerTool .mobileFixedScroll {
        padding: 0 30px;
        left: -30px;
        width: calc(100% + 60px);
    }
}

.toolFilters {
    position: relative;
    min-height: 1200px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .toolFilters {
        min-height: auto;
    }
}

.toolFilters.minHeight .srchDistance {
    margin-bottom: 110px;
}

.toolFilters .filter {
    padding-right: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 220px);
    background-color: #ffffff;
}

@media (max-width: 1399px) {
    .toolFilters .filter {
        width: calc(50% - 186px);
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter {
        width: calc(50% - 78px);
    }
}

@media (max-width: 991px) {
    .toolFilters .filter.accountProfileDashboard {
        position: static;
        width: 100%;
    }
}

.toolFilters .filter.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .toolFilters .filter.fixed {
        position: static;
    }
}

.toolFilters .filter .redLb {
    width: calc(100% + 72px);
    left: 0px;
    top: 0px;
    border-left: 5px solid #CF4520;
    /*border-bottom: 1px solid #ECECEC;*/
    content: "";
    background-color: #ffffff;
    height: 200px;
}

@media (max-width: 991px) {
    .toolFilters .filter .redLb {
        width: 100%;
    }
}

.toolFilters .filter .filterWidth {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth {
        height: auto !important;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside {
    width: 100%;
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside {
        overflow: visible;
        position: static;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        overflow: visible;
        position: static !important;
        padding: 0px;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
    width: 356px;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 322px;
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 340px;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}


.toolFilters .srchDistance {
    padding: 40px 0 35px 0;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .toolFilters .srchDistance {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide {
        display: none;
        position: relative;
        left: 0px;
        z-index: 2;
        width: calc(100% + 4vh);
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide {
        left: -30px;
        width: calc(100% + 60px);
        /*height: 600px !important;*/
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 4vh 0 0;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 30px;
    }
}

.toolFilters .filterToggle {
    display: none;
}

.mobileFixedScroll .filterToggle {
    display: none;
}

@media (max-width: 767px) {
    .mobileFixedScroll .filterToggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 34px 0;
    }
}

@media (max-width: 991px) {
    .toolFilters .filterToggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 34px 0;
    }
}

.toolFilters .filterToggle h4 {
    margin: 0px;
}

.toolFilters .filterToggle .btn {
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ECECEC;
}

    .toolFilters .filterToggle .btn:hover {
        background-color: #E0ECF6;
    }

        .toolFilters .filterToggle .btn:hover svg path {
            fill: #111111;
        }

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll {
        padding: 0 220px;
        position: relative;
        left: -220px;
        z-index: 2;
        width: calc(100% + 440px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll {
        /*padding: 0 180px;*/
        left: -180px;
        width: calc(100% + 360px);
        position: fixed
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll.fixedMob {
        position: fixed;
        z-index: 100;
        background: #fff;
    }
}

.toolFilters .mobileFixedScroll.fixedMob .container {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll.fixedMob .container {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside {
    width: 100%;
}

.courseTitleInner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    color: #414141;
}

.courseCards .courseCardsMain ul li:hover {
    background-color: #F6F6F7;
}

.toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}

.plannerCard {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 52px 0 52px 60px;
    z-index: 1;
    border: 1px solid #ECECEC;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

    .plannerCard .text img {
        max-width: 20px;
    }

@media (max-width: 1399px) {
    .plannerCard {
        padding: 50px 0 50px 40px;
    }
}

@media (max-width: 991px) {
    .plannerCard {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .plannerCard {
        padding: 40px 0;
    }
}

.plannerCard:hover {
    background-color: #f6f6f7;
}

    .plannerCard:hover::before {
        background-color: #005EB8;
        width: 122px;
    }

@media (max-width: 991px) {
    .plannerCard:hover::before {
        width: 272px;
    }
}

.plannerCard:hover::after {
    background-color: #f6f6f7;
}

.plannerCard::before {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #E0ECF6;
    z-index: -1;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .plannerCard::before {
        left: -190px;
        width: 260px;
    }
}

.plannerCard::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 555rem;
    height: calc(100% + 2px);
    top: -1px;
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    border-left: none;
    transition: 0.3s all;
    z-index: -2;
}

@media (max-width: 991px) {
    .plannerCard::after {
        left: -190px;
    }
}

.plannerCard .image {
    width: 119px;
    min-height: 119px;
    border-radius: 5px;
    background-color: #B3CFEA;
    background-image: url(../images/planner-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 41px 40px;
}

@media (max-width: 767px) {
    .plannerCard .image {
        width: 111px;
        min-height: 111px;
    }
}

.plannerCard .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plannerCard .image a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    z-index: 4;
}

.plannerCard .text {
    width: calc(100% - 180px);
}

@media (max-width: 1399px) {
    .plannerCard .text {
        width: calc(100% - 165px);
    }
}

@media (max-width: 767px) {
    .plannerCard .text {
        width: calc(100% - 135px);
    }
}

.plannerCard .text .pname {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666666667;
    margin-bottom: 11px;
}

    .plannerCard .text .pname sup {
        font-weight: 400;
        font-size: 0.75rem;
    }

.plannerCard .text p {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    margin: 0 0 2px 0;
}

    .plannerCard .text p span {
        color: #6C6C6C;
    }

.plannerCard .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-flex;
    align-items: center;
    padding: 9px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

@media (max-width: 1199px) {
    .plannerCard .text .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {

    .plannerCard .text .tag span.texthide img,
    .plannerCard .text .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerCard .text .tag span img,
.plannerCard .text .tag span svg {
    margin-right: 6px;
    outline: none;
}

.plannerCard .text .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

    .plannerCard .text .tag span.lightred svg path {
        fill: #990012;
    }

.plannerCard .text .tag span.lightorange {
    border-color: #F9E9E4;
    background-color: #F9E9E4;
}

    .plannerCard .text .tag span.lightorange svg path {
        fill: #BA0C2F;
    }

.plannerCard .text .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerCard .text .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerCard .text .tag span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerCard .text .tag span.lightyellow svg path {
        fill: #a0610c;
    }

.plannerCard .text .tag.toptag span {
    margin: 0 0 0 6px;
}

@media (max-width: 480px) {
    .plannerCard .text .tag.toptag span {
        margin: 8px 0 0 6px;
    }
}

.plannerCard .text .cfp {
    font-size: 0.75rem;
}

.tooltip {
    line-height: 1.7142857143;
}

.tooltip-inner {
    text-align: left;
}

.loading-find {
    min-height: 350px;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
}

    .loading-find img {
        margin-bottom: 20px;
    }

    .loading-find h4 {
        color: #6C6C6C;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .loading-find p {
        font-size: 0.75rem;
        color: #6C6C6C;
    }

.make-a-banner-content {
    background-color: #FDF8F6;
    position: relative;
    padding: 125px 0 175px 0;
}

@media (max-width: 991px) {
    .make-a-banner-content {
        padding: 95px 30px 135px 30px;
        margin: 0 -30px;
    }
}

.make-a-banner-content::after {
    content: "";
    position: absolute;
    background-color: #FDF8F6;
    left: 100%;
    bottom: 0;
    top: 0;
}

@media (max-width: 991px) {
    .make-a-banner-content::after {
        left: -50%;
        z-index: -1;
    }
}

.make-a-banner-content .blue-bar {
    position: absolute;
    left: 0;
    bottom: 27px;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.make-a-banner-content .dark-blue-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .dark-blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.blue-bar {
    height: 14px;
    background-color: #00bdda;
}

.dark-blue-bar {
    height: 27px;
    background-color: #005EB8;
}

.body-content p,
.body-content li {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.body-content .small-container p strong {
    font-weight: 500;
}

.info-card {
    padding: 24px 30px 24px 76px;
    position: relative;
}

    .info-card p {
        font-size: 0.75rem;
        line-height: 22px;
        color: #6C6C6C;
    }

    .info-card .info-tooltip {
        position: absolute;
        left: 30px;
        top: 22px;
    }

    .info-card.alert-warning {
        background-color: #FDF8F6;
    }

.light-box-cards {
    background-color: #F5F9FC;
    padding: 24px 24px 0 24px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .light-box-cards {
        margin-left: -30px;
        margin-right: -30px;
        padding-bottom: 14px;
    }
}

.make-a-complaint {
    min-height: 1000px;
    min-height: 80vh;
    position: relative;
}

.make-a-complaint-card {
    background-color: #ffffff;
    border: 2px solid #ECECEC;
    padding: 12px;
    width: 137px;
    min-height: 137px;
    margin-bottom: 1.5rem;
    background-color: #BA0C2F;
}

@media (max-width: 991px) {
    .make-a-complaint-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .make-a-complaint-card {
        margin-right: 0;
        width: 100%;
    }
}

.make-a-complaint-card p {
    margin: 32px 0 0 0;
    font-weight: 500;
}

.make-a-complaint-card .btn-primary {
    background-color: #CF4520;
    border-color: #CF4520;
    padding: 5px 6px 6px 6px;
}

.title-banner {
    background-color: #F5F9FC;
    padding: 62px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .title-banner {
        padding-top: 86px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

.title-banner::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: #F5F9FC;
}

.square-big {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.square-small {
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    left: 55px;
    top: 55px;
}

@media (max-width: 1199px) {
    .square-small {
        top: 0;
    }
}

ol li {
    margin-bottom: 1.5rem;
}

.breadcrumbs-progressbar-sticky {
    position: relative;
    background-color: #ffffff;
}

div.breadcrumb.container {
    margin-bottom: 0;
}

    div.breadcrumb.container nav {
        padding-left: 20px;
    }

.breadcrumb-item {
    margin-bottom: 0;
}

.hidden strong {
    display: none !important;
}

ol.breadcrumb {
    /* margin-top: 10px !important;
    margin-bottom: 10px !important;*/
    margin-top: 0px !important;
    padding-top: 11px !important;
    margin-bottom: 0px !important;
    font-size: 1rem;
}

.breadcrumbs-progressbar-sticky.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

sub,
sup {
    vertical-align: super !important;
    font-size: 0.75rem !important;
}
h1 sub,
h1 sup {
    font-size: 1rem !important;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "|"
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar {
    background-color: #FBFBFB;
}

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        padding: 15px 0;
    }

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 14px 0;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
    display: flex;
    gap: 72px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 25px;
        flex-wrap: wrap;
        margin-top: 16px;
        width: calc(100% - 50px);
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
    display: inline-flex;
    font-size: 0.75rem;
    color: #6c6c6c;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-flex !important;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: none;
        width: 100%;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li:first-child {
            display: block !important;
        }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li a {
    color: inherit;
    text-decoration: none;
    padding: 8px 0;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
    width: 42px;
    height: 42px;
    padding: 0px;
    border-color: #ECECEC;
    background-color: #ffffff;
    display: none;
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
        display: block;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep svg path {
    fill: #111111 !important;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active {
    background-color: #E0ECF6;
}

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg {
        transform: rotate(-180deg);
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg path {
            fill: #111111 !important;
        }

.progress-bar-border {
    position: relative;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #CF4520;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 999;
}

.file-upload-wrapper {
    position: relative;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: 100%;
        pointer-events: none;
        height: 42px;
        line-height: 20px;
        color: #111111;
        font-weight: 400;
        border: 1px solid #ECECEC;
        padding-right: 52px;
    }

    .file-upload-wrapper .file-upload-trigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 42px;
        z-index: 1;
    }

    .file-upload-wrapper input {
        opacity: 0;
    }

    .file-upload-wrapper.uploading .file-upload-trigger {
        background: #0C1C64;
    }

        .file-upload-wrapper.uploading .file-upload-trigger svg {
            animation: circle 0.3s infinite;
        }

    .file-upload-wrapper.success .file-upload-trigger {
        background: #ffffff;
        border-color: #ECECEC;
    }

.file {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    width: calc(100% - 67px);
}

    .file.done {
        background: #b4d9fb;
        padding: 9px 10px;
    }

        .file.done p {
            text-overflow: ellipsis;
            width: calc(100%);
            white-space: nowrap;
            overflow: hidden;
            margin-bottom: 0;
        }

    .file a {
        display: block;
        position: relative;
        padding: 5px;
        color: black;
    }

.delete {
    position: absolute;
    right: -67px;
    margin-top: -35px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.sprucecss {
    align-items: flex-start;
    background-color: hsl(0deg, 0%, 100%);
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem hsla(0deg, 0%, 0%, 0.05);
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}

    .sprucecss img {
        height: 1.5rem;
        width: auto;
    }

.h47 {
    height: 47px !important;
}

.breadcrumbs-main {
    padding: 18px 0 0;
    border-bottom: 2px solid #ECECEC;
}

    .breadcrumbs-main .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumbs-main .breadcrumb .breadcrumb-item {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            position: relative;
            padding-bottom: 18px;
            margin-bottom: 0;
        }

            .breadcrumbs-main .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "|";
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 100%;
                transform: translate(-50%, 0%);
                width: 10px;
                height: 2px;
                border-radius: 2px;
                background-color: #111111;
                opacity: 0;
                margin-left: 12px;
                transition: all 0.3s ease;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:hover {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item:hover::after {
                    opacity: 1;
                    width: 20px;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item.active {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item.active::after {
                    width: 10px;
                    opacity: 1;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:first-child::after {
                margin-left: 0;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item a {
                color: inherit;
                text-decoration: none;
            }

.light-color {
    color: #6C6C6C;
}

.complaint-form {
    background-color: #F9F8F8;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .complaint-form {
        background-color: #ffffff;
    }
}

.complaint-form .complaint-form-inner {
    background-color: #ffffff;
    padding: 100px 30px 80px;
    margin-top: -60px;
    position: relative;
}

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner {
        margin-top: 0px;
        padding: 60px 0 0 0;
    }
}

.complaint-form .complaint-form-inner .step {
    padding: 0 0 50px 0;
}

    .complaint-form .complaint-form-inner .step:last-child {
        padding-bottom: 0px;
    }

        .complaint-form .complaint-form-inner .step:last-child::after {
            display: none;
        }

    .complaint-form .complaint-form-inner .step::after {
        max-width: 1099px;
        height: 1px;
        display: block;
        margin: 0 auto;
        background-color: #ECECEC;
        content: "";
        margin-top: 68px;
    }

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner .step::after {
        margin-top: 38px;
    }
}

.complaint-form .complaint-form-inner .step textarea.form-control {
    height: 63px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 19px;
}

.complaint-form .complaint-form-inner .step .form-label {
    margin-bottom: 10px;
}

    .complaint-form .complaint-form-inner .step .form-label .info-tooltip {
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0 5px 0 4px;
    }

.complaint-form .complaint-form-inner .step .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 0.2em;
}

.complaint-form .complaint-form-inner .step .form-check {
    min-height: 22px;
    margin-bottom: 20px;
}

    .complaint-form .complaint-form-inner .step .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.white-bg .form-check-label {
    font-size: 0.75rem;
    color: #414141;
}

.white-bg legend.form-label {
    font-size: 0.75rem;
    color: #414141;
}

.complaint-form .complaint-form-inner .step ul li {
    margin-bottom: 20px;
}

.complaint-form .complaint-form-inner .step .file-upload ul li {
    margin-bottom: 0px;
}

.plannerDetails {
    background-color: #F9F8F8;
    position: relative;
    padding: 0 110px 0 0;
}

@media (max-width: 991px) {
    .plannerDetails {
        padding: 0 0 0 0;
    }
}

@media (max-width: 767px) {
    .plannerDetails {
        background-color: #ffffff;
    }

    .delete {
        margin-top: -36px;
    }
}

.plannerDetails .details {
    min-height: 800px;
    padding: 0 110px 0 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

    .plannerDetails.details .certYear {
        color: #414141;
        font-size: 0.9rem;
        line-height: 1.35;
        font-style: italic;
    }

    .plannerDetails.details .tag span {
        font-size: 0.875rem;
        line-height: 1.35;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-flex;
        align-items: center;
        padding: 9px 10px;
        border-radius: 20px;
        margin: 0 6px 12px 0;
    }

@media (max-width: 1399px) {
    .plannerDetails .details {
        padding: 0 80px 0 0;
    }
}

@media (max-width: 1199px) {
    .plannerDetails .details {
        padding: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .plannerDetails .details {
        padding: 0;
    }
}

.plannerDetails .details::before {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
}

@media (max-width: 991px) {
    .plannerDetails .details::before {
        right: -300px;
    }
}

@media (max-width: 767px) {
    .plannerDetails .details::before {
        width: calc(100% + 60px);
        height: 298px;
        right: -30px;
        background-color: #005EB8;
    }

    .plannerDetails {
        padding: 0;
    }
}

.plannerDetails .imgD {
    width: 86px;
    min-height: 86px;
    margin-bottom: 36px;
    border-radius: 5px;
    background-color: #B3CFEA;
    background-image: url(../images/planner-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 41px 40px;
}

.plannerDetails span img {
    max-width: 25px;
}

@media (max-width: 767px) {
    .plannerDetails .imgD {
        width: 150px;
        min-height: 150px;
        margin-bottom: 70px;
    }
}

.plannerDetails .details .btnIcon.iconNH:hover svg path {
    fill: #6C6C6C;
}

.plannerDetails .details .tag {
    display: flex;
    flex-wrap: wrap;
}

    .plannerDetails.details .tag .certType {
        white-space: nowrap;
    }

    .plannerDetails.details .tag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-flex;
        align-items: center;
        padding: 9px 10px;
        border-radius: 20px;
        margin: 0 6px 12px 0;
    }

@media (max-width: 1199px) {
    .plannerDetails .details .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {

    .plannerDetails .details .tag span.texthide img,
    .plannerDetails .details .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerDetails .details .tag span img,
.plannerDetails span svg {
    margin-right: 6px;
    outline: none;
}

.plannerDetails .details .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

.plannerDetails .details .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerDetails .details .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerDetails span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerDetails span.lightyellow svg path {
        fill: #a0610c;
    }

.plannerDetails span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerDetails span.lightgreen svg path {
        fill: #197703;
    }

.plannerDetails span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

    .plannerDetails span.lightred svg path {
        fill: #990012;
    }

.plannerDetails span.lightorange {
    border-color: #F9E9E4;
    background-color: #F9E9E4;
}

    .plannerDetails span.lightorange svg path {
        fill: #BA0C2F;
    }

@media (max-width: 440px) {
    .plannerDetails .details .btn.btn-outline-secondary {
        padding: 10px;
    }
}

.contact-info {
    position: relative;
    background-color: #F5F9FC;
    z-index: 1;
}

    .contact-info::before {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -110px;
        content: "";
        background-color: #F5F9FC;
        z-index: -1;
    }

@media (max-width: 991px) {
    .contact-info::before {
        right: -170px;
    }
}

@media (max-width: 767px) {
    .contact-info::before {
        right: -40px;
    }
}

@media (max-width: 575px) {
    .searchersListSec span {
        font-size: 8px !important;
    }
}

.contact-info p span {
    font-size: 0.75rem;
}

.contact-info p a {
    color: #111111;
    text-decoration: none;
}

.learnTooltip {
    padding: 0 0 0.875rem 0;
    max-width: 320px;
}

    .learnTooltip .tooltip-inner {
        padding: 0px;
        background-color: #ffffff;
        box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.05);
    }

        .learnTooltip .tooltip-inner span {
            font-size: 0.75rem;
            color: #0C1C64;
            padding: 12px;
            display: block;
            background-color: #F5F9FC;
        }

        .learnTooltip .tooltip-inner p {
            margin: 0px;
            padding: 12px;
            font-size: 0.75rem;
            line-height: 1.833;
            color: #414141;
        }

    .learnTooltip .tooltip-arrow::before {
        border-top-color: #ffffff !important;
    }

.formSticky {
    background-color: #005EB8;
    padding: 50px 0 20px 110px;
    z-index: 2;
    right: 0;
    width: calc(50% - 110px);
    min-height: 500px;
    position: absolute;
}

@media (max-width: 1399px) {
    .formSticky {
        width: calc(50% - 93px);
        padding: 20px 0 20px 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky {
        width: calc(50% - 78px);
        padding: 20px 0 20px 30px;
    }
}

@media (max-width: 991px) {
    .formSticky {
        position: relative;
        top: 0px !important;
        width: 100%;
        min-height: auto;
        padding: 80px 0;
    }
}

.formSticky.fixed {
    position: absolute;
    top: 200px;
}

@media (max-width: 991px) {
    .formSticky.fixed {
        position: relative;
        top: 0 !important;
    }
}

.formSticky::before {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 100%;
    content: "";
    background-color: #00BDDA;
}

@media (max-width: 1399px) {
    .formSticky::before {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .formSticky::before {
        width: calc(100% + 300px);
        height: 200px;
        top: 0;
        right: -150px;
        bottom: auto;
        z-index: -1;
        background-color: #005EB8;
    }
}

@media (max-width: 767px) {
    .formSticky::before {
        width: 100%;
        height: 200px;
        top: 0;
        right: 0px;
        bottom: auto;
        z-index: -1;
        background-color: #005EB8;
    }
}

.formSticky::after {
    width: calc(100% - 220px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 220px;
    content: "";
    background-color: #0C1C64;
    z-index: -1;
}

@media (max-width: 991px) {
    .formSticky::after {
        width: calc(100% + 300px);
        height: calc(100% - 200px);
        top: auto;
        left: -150px;
        bottom: 0px;
    }

    .searchersListSec span {
        font-size: 12px;
    }

    .searchersListSec li {
        height: 145px !important;
    }
}

@media (max-width: 767px) {
    .formSticky::after {
        width: 100%;
        height: calc(100% - 200px);
        top: auto;
        left: 0px;
        bottom: 0px;
    }
}

.formSticky .white-bg {
    padding: 40px 36px 30px;
    background-color: #ffffff;
    max-width: 440px;
}

@media (max-width: 1399px) {
    .formSticky .white-bg {
        max-width: 385px;
        padding: 40px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .formSticky .white-bg {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .formSticky .white-bg {
        max-width: 100%;
        width: 100%;
    }
}

.formSticky .btn {
    justify-content: flex-start;
    transition: 0.3s all;
}

.formSticky textarea.form-control {
    height: 63px;
    padding: 0.875rem;
}

.authorShor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .authorShor img {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        object-fit: cover;
    }

    .authorShor .nameD {
        width: calc(100% - 44px);
        color: #ffffff;
    }

        .authorShor .nameD strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 2px;
        }

        .authorShor .nameD span {
            display: block;
            font-size: 0.75rem;
        }

.arttag {
    display: flex;
    flex-wrap: wrap;
}

    .arttag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #ffffff;
        border: 1px solid #6C6C6C;
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-radius: 20px;
        margin: 0 12px 12px 0;
    }

.smalcircle-list {
    list-style: none;
    padding: 0px;
}

    .smalcircle-list li {
        margin-bottom: 2rem;
        position: relative;
        padding-left: 21px;
        color: #414141;
    }

        .smalcircle-list li::before {
            content: "";
            width: 9px;
            height: 9px;
            display: inline-block;
            border: 3px solid #0C1C64;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 7px;
            z-index: 2;
        }

.blockquote p {
    font-size: 1.688rem;
    line-height: 1.6296296296;
    letter-spacing: 0.2px;
    color: #111111;
    font-weight: 300;
}

.blockquote .quote-footer {
    font-size: 0.75rem;
    color: #6C6C6C;
}

.keySummary {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .keySummary {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 0 30px;
    }
}

.articleDetails {
    padding: 44px 0 108px 0;
    position: relative;
}

@media (max-width: 767px) {
    .articleDetails {
        padding: 0px;
    }
}

.articleDetails::before {
    width: 100%;
    height: 149px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #005EB8;
}

@media (max-width: 767px) {
    .articleDetails::before {
        display: none;
    }
}

.articleDetails .articleInner {
    background-color: #ffffff;
    position: relative;
}

.articleDetails hr {
    border: 1px solid #ECECEC;
}

/*.articleDetails p, .articleDetails li {
    letter-spacing: 0.03px;
    color: #6C6C6C;
}*/

.articleDetails p strong,
.articleDetails li strong {
    color: #111111;
    font-weight: 500;
}

.articleDetails li {
    margin-bottom: 1.25rem;
}

.articleDetails .download-btn {
    padding: 81px 0;
}

@media (max-width: 767px) {
    .articleDetails .download-btn {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 81px 30px;
    }
}

/*.articleDetails .download-btn a {
    padding: 0px;
}*/

.articleDetails .download-btn .image {
    width: 162px;
}

    .articleDetails .download-btn .image::before {
        width: 127px;
        height: 140px;
        border-radius: 0 140px 0 0;
    }

    .articleDetails .download-btn .image::after {
        width: 31px;
        height: 31px;
        background-size: 100% auto;
        left: 20px;
        bottom: 20px;
    }

    .articleDetails .download-btn .image img {
        width: 100%;
        height: 179px;
    }

.articleDetails .download-btn .text {
    width: calc(100% - 210px);
}

/*.mainMenu .submenu .dropdown-toggle .dropicon, .mainMenu .submenu.oneSubmenu  .dropicon {display:none !important}*/
.dropdown-toggle.dropdown-toggle-split {
    border: 0;
    background: none
}

@media (max-width: 991px) {
    .dropdown-toggle.dropdown-toggle-split {
        position: absolute;
        right: 40px;
        top: 41%;
    }

    .submenu,
    .submenu.oneSubmenu {
        position: relative !important
    }
}


.top-nav {
    margin-top: 15px;
}
.SearchBar > div {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

@media (max-width: 991px) {
    .top-nav {
        margin-top: 1.3em;
    }
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
}

/*# sourceMappingURL=custom.css.map */

.info-content-supportingfile {
    font-size: 0.75rem;
    line-height: 22px;
    color: #6C6C6C;
}

.searchersListSec {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}

    .searchersListSec li {
        list-style: none;
        padding: 48px 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #ECECEC;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 225px;
    }

        .searchersListSec li h2 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 0px;
            max-width: 526px;
        }

            .searchersListSec li h2 a {
                text-decoration: none;
                color: #111111;
            }

        .searchersListSec li:last-child {
            border-bottom: 0;
        }

        .searchersListSec li:hover {
            background: #F6F6F7; /* Note: SCSS variable needs to be replaced with actual value */
        }

.SearchBoxButtonsSeperate input {
    width: 90%;
}

.SearchBoxButtonsSeperate button {
    font-size: inherit;
}

#sf-search-result-container .d-flex.gap-3.my-3:last-child li {
    border-bottom: none;
}

body {
    overflow-x: hidden
}

#mc_embed_signup {
    padding: 0 30px;
    padding-right: 0;
}

.toolFilters .filter {
    top: 0 !important;
    position: relative;
}

.filterWidth.mCustomScrollbar._mCS_1 {
    height: auto !important
}

    .filterWidth.mCustomScrollbar._mCS_1:before {
        width: 5px;
        height: 200px;
        content: '';
        background-color: #CF4520;
        position: absolute;
        left: -100px;
        top: 0
    }

    .filterWidth.mCustomScrollbar._mCS_1.account:before {
        content: '';
        background-color: unset;
    }

.filterWidth.mCustomScrollbar .mCSB_container {
    overflow: visible
}

.plannerCard .text img {
    width: 100%;
    height: auto;
}

#mc_embed_signup > .row {
    padding: 30px
}

.overline {
    margin-top: 24px;
    margin-bottom: 28px !important;
}

#postalCodeError {
    color: #990012;
    font-size: 0.75rem;
    margin-top: 12px;
    text-align: center;
    line-height: 1.8;
}


.toolFilters .filter {
    position: relative
}

.mCSB_scrollTools_vertical {
    display: none !important
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
    top: 0 !important
}

@media (max-width: 1399px) {
    .toolFilters .filter {
        width: calc(50% - 186px);
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter {
        width: calc(50% - 78px);
    }
}

@media (max-width: 991px) {
    .toolFilters .filter {
        position: static;
        width: 100%;
    }
}

.plannerDetails {
    background-color: #fff !important
}


.menuDropdown .rightmenu.twoTopic .lifeMoment {
    background: #F5F9FC;
}

.menuDropdown .rightmenu.twoTopic .topics {
    background: #fff;
    padding: 38px 0 10px;
    width: 33.33%;
}

.menuDropdown .rightmenu.twoTopic .lifeMoment {
    background: #fff
}

    .menuDropdown .rightmenu.twoTopic .lifeMoment:first-child {
        background: #F5F9FC !important
    }

.global-footer .footer-links ul li a {
    line-height: 1.5
}

.featured-video-section .header-image img,
.featured-video-section .header-image video {
    transform: scale(1);
}

.container-bg-light {
    background: #FDF8F6
}

    .container-bg-light .btn {
        margin-bottom: 5rem
    }

.h-52 {
    font-weight: 400 !important
}

.featured-video-section .header-image img,
.featured-video-section .header-image video {
    object-fit: contain !important
}

input.form-control[title="Search input"] {
    font-size: 12px !important;
    min-height: unset;
}

.mCS_no_scrollbar_y {
    top: 0 !important
}

.distanceSelectorContainer .select2-selection {
    text-align: start
}

.headerSpacer {
    transition: all 1s !important
}

.artItem.shortItem h6 {
    font-weight: 400
}

@media (max-width: 991px) {
    .headerBottom {
        padding: 21px 0;
        z-index: 200;
    }
}

#dateSigned {
    padding: unset
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ECECEC;
}
/*professional site css starts
*/
.mosaicMain {
    position: relative;
}

    .mosaicMain .mosaicbottomtextsimple {
        padding: 36px;
        box-sizing: border-box;
    }

        .mosaicMain .mosaicbottomtextsimple .heading-bar {
            margin-bottom: 30px;
        }

        .mosaicMain .mosaicbottomtextsimple .mosaiccontent {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 40px;
        }

    .mosaicMain .mosaiImg {
        position: relative;
    }

        .mosaicMain .mosaiImg:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
            z-index: 2;
            background: rgba(0, 0, 0, 0.4);
        }

        .mosaicMain .mosaiImg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .mosaicMain .mosaicbottomtext {
        position: absolute;
        bottom: 48px;
        left: 48px;
        right: 48px;
        top: auto;
        z-index: 3;
    }

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext {
        left: 28px;
        bottom: 28px;
        right: 28px;
    }
}

@media (max-width: 767px) {
    .mosaicMain .mosaicbottomtext .heading-bar {
        height: 3px;
    }
}

.mosaicMain .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}


.mosaicVideo {
    position: relative;
}

@media (max-width: 767px) {
    .mosaicVideo .heading-bar {
        height: 3px;
    }
}

.mosaicVideo .header-image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .mosaicVideo .header-image {
        height: 440px;
    }
}

.mosaicVideo video {
    filter: blur(2.5px);
    transform: scale(1.1);
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mosaicVideo:hover .header-image img,
.mosaicVideo:hover .header-image video {
    filter: blur(0);
}

.mosaicVideo .mosaicbottomtext {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    top: auto;
    z-index: 3;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext {
        bottom: 28px;
        left: 28px;
        right: 28px;
    }
}

.mosaicVideo .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}

.mosaicVideo .video-btn-icon {
    border-color: #fff;
}

.mosaicVideo:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}


.mosaicbottomtext {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    top: auto;
    z-index: 3;
}

@media (max-width: 1200px) {
    .mosaicbottomtext {
        bottom: 28px;
        left: 28px;
        right: 28px;
    }
}

.mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}

.video-btn-icon {
    border-color: #fff;
}

.mosaicbottomtext.font-smallest {
    bottom: 36px;
    left: 36px;
}

.mosaic-height-275 {
    min-height: 275px;
}

.paddingsbtnSection {
    padding: 9px 6.5px !important;
    box-sizing: border-box;
}

.mosaicMain .mosaiccontent.small {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.mosaicbottomcalltoaction {
    padding: 12px;
    box-sizing: border-box;
}

.btn.btn-danger.btnIcon.paddingsbtnSection.d-block {
    width: fit-content;
}

.input-daterange::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.input-daterange .form-control {
    background: none !important;
    padding: 0px !important;
    border: none !important;
    width: 83px !important;
    height: auto !important;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

.datepicker-dropdown .next:after {
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    border: 1px solid #ECECEC;
    font-size: 0px;
    background-image: url(../images/long-arrowR.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.toolFilters .courseCards .courseCardsMain ul li {
    border-right: 0;
    border-bottom: 0;
}

.courseCards .courseCardsMain ul li {
    list-style: none;
    background: #ffffff;
    padding: 40px 45px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-left: 15px solid #E0ECF6;
}

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner a {
        text-decoration: none;
        color: #000000;
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        align-items: center;
    }

        .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain .courseTitleItem {
            border-radius: 20px;
            padding: 10px;
            background: #E0ECF6;
            gap: 6px;
            display: flex;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
            color: #111111;
            justify-content: center;
            align-items: center;
            white-space: nowrap;
        }

    .courseCards .courseCardsMain ul li .courseTitles {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

        .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain .courseTitleitem {
            border-radius: 20px;
            padding: 10px;
            background: #E0ECF6;
            gap: 6px;
            display: flex;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
            color: #111111;
            justify-content: center;
            align-items: center;
        }

@media(max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
        justify-content: flex-start;
        margin-top: 5px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: start;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #6C6C6C;
    gap: 16px;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles {
        display: block;
        margin-bottom: 10px;
    }

        .courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
            display: block;
        }
}

.bg-light-blue {
    background: #005EB8;
}

.ceHeaderNew .header-pinned-content .datedMonth {
    padding: 46px 48px;
    box-sizing: border-box;
    border-right: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .ceHeaderNew .header-pinned-content .datedMonth h5 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.1px;
        margin-bottom: 13px;
    }

.ceHeaderNew .hero-banner {
    color: #414141;
}

.ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 26px;
}

@media (max-width:991px) {
    .ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
        margin-bottom: 15px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

@media (max-width:1366px) {
    .ceHeaderNew .header-pinned-content .datedMonth h6 {
        font-size: 25px;
    }
}

.tags-seprate span a {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader {
    background: #0C1C64;
    padding: 40px 24px 22px 24px;
    box-sizing: border-box;
}

    .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #ffffff;
        margin-bottom: 3px;
    }

    .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader p {
        color: #ffffff;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0px;
    }

.fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul {
    padding: 0;
    margin: 0;
}

    .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li {
        list-style: none;
        border-bottom: 1px solid #ECECEC;
        text-decoration: none;
        color: #414141;
        display: flex;
        justify-content: space-between;
        padding: 40px 24px;
        box-sizing: border-box;
    }

.fixedUpSignupBtn a {
    background: #005EB8;
    padding: 34px 0;
    display: flex;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.comparisonMatrixCol .comparisonMatrixMain .comparisonListed {
    padding-left: 0;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

    .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li {
        list-style: none;
        padding: 30px 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #ECECEC;
        background-color: #fff;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li div {
            text-decoration: none;
            display: flex;
            justify-content: space-between;
        }

.comparisonListedItem {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader {
    background: #0C1C64;
    padding: 40px;
}

    .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader h4 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #fff;
        margin-bottom: 6px;
    }

@media (max-width: 991px) {
    .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader h4 {
        font-size: 20px;
    }
}

.comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
}

.testimonialSection {
    z-index: 1;
}

    .testimonialSection .overlayBg {
        z-index: -1;
        width: calc(50% + 340px);
    }

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 991px) {
    .testimonialSection .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: calc(100% + 0px);
    }
}

.testimonialContents .authorThumbnail {
    height: 20px;
    width: 20px;
    border-radius: 20px;
}

.accordion-button {
    font-size: 1.25rem;
    font-weight: 500;
}

    .accordion-button:not(.collapsed) {
        color: #000 !important;
    }

        .accordion-button:not(.collapsed):after {
            background-image: var(--bs-accordion-btn-icon)
        }

.articlesArea.event img {
    height: 312px;
}

.zIndexing .hostedByPannelSection {
    padding: 24px;
    box-sizing: border-box;
}

.mb-88 {
    margin-bottom: 88px !important;
}

.hostedByPannelSection h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.userInforTestimonial .testiuserIcon img {
    border-radius: 32px;
    width: 32px;
    height: 32px;
    object-fit: cover
}

.zIndexing .hostedByPannelSection .userInforTestimonial {
    margin-bottom: 15px;
}

.userInforTestimonial {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 33.333333%;
    padding-top: 10px;
}

    .userInforTestimonial .testiuserdetails h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #111;
        margin-bottom: 0;
    }

    .userInforTestimonial .testiuserdetails p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        margin-bottom: 0;
    }

.py-160 {
    padding: 160px 0;
}

.relatedEventsSection.py-80.bg-light {
    padding: 80px 0;
    background-color: #FDF8F6 !important;
}

.relatedEventsSection .headerHostedBy h6 {
    margin-bottom: 72px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
}

.bg-blue {
    background: #0C1C64 !important;
}

.statisticsSection.bg-blue .counter-count-main > div {
    color: #fff;
}

.statisticsCounter .counter-count-main > div {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.75px;
}

.statisticsSection .statisticsSectionMain {
    padding: 100px 0;
}

.statisticsPara {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #F1F1F1;
    max-width: 320px;
    margin: 0 auto;
    min-height: 66px;
}

.statisticsCounter {
    margin-bottom: 32px;
}

.bottomLink a {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mosaicMain.mosaic-height-275 .mosaiImg img {
    height: 275px;
}

.mosaicbottomtext.font-smallest .mosaiccontent {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: 0;
    font-weight: 500;
}

.color-light-blue {
    background: #00819B !important;
}

.HW-137 {
    width: 137px;
    height: 137px;
}

@media(max-width:992px) {
    .HW-137 {
        width: 126px;
        height: 126px;
    }

    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .HW-137 {
        width: 100%;
        height: auto;
    }

    .mosaicbottomtext.font-smallest .heading-bar {
        height: 3px;
        margin-bottom: 10px;
    }
}

@media(max-width: 1200px) {
    .mosaicbottomtext.font-smallest {
        bottom: 16px;
        left: 16px;
    }
}

.mosaicVideo .header-image img {
    max-width: initial !important;
    height: 100%;
}

.bg-danger-color {
    background-color: #BA0C2F !important;
}

.mosaicbottomcalltoaction .mosaiccontent {
    margin-bottom: 28px;
}

.mosaicMain.bg-danger-color .mosaiccontent {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
}

.negative-me-1 {
    margin-right: -4px;
}

@media (max-width: 1199px) {
    .mosaic-height-275 {
        min-height: 234px;
    }
}

@media (max-width: 991px) {
    .mosaic-height-275 {
        min-height: 100%;
    }

    .statisticsCounter .counter-count-main > div {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .mosaicMain.mosaic-height-275 .mosaiImg img {
        height: 180px;
    }
}

@media(max-width: 767px) {
    .mosaicVideo .header-image {
        height: 86vw;
    }

    .statisticsSection .statisticsSectionMain {
        padding: 50px 0;
    }

    .statisticsSection.bg-blue .pe-0.ps-0:first-child .firstStatisticsCard {
        padding-top: 100px;
    }

    .statisticsSection.bg-blue .pe-0.ps-0:last-child .firstStatisticsCard {
        padding-bottom: 100px;
    }
}

.statisticsFull .statisticsSectionMainFull {
    display: flex;
    padding: 0 0 80px 0 !important;
    gap: 30px;
}

    .statisticsFull .statisticsSectionMainFull .statisticsParaFull {
        font-size: 18px;
        color: #F1F1F1;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
        max-width: 526px;
    }

        .statisticsFull .statisticsSectionMainFull .statisticsParaFull .bottomLink a {
            color: #ccc;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: block;
            text-align: left;
            margin-top: 40px;
        }

.eventList .image img {
    height: 312px;
    height: unset;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.comparisonMatrixCol .skyblueLeft {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

.comparisonMatrixCol .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    top: 0px;
    left: 100%;
}

.bg-warning {
    background-color: #FFB443 !important;
}

@media (max-width:767px) {
    .comparisonMatrixCol .skyblueLeft, .comparisonMatrixCol .skyblue {
        display: none;
    }
}

.event .artItem .image img {
    height: 98px;
    width: 98px;
    object-fit: cover;
}

.event .artItem .image img {
    height: unset;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;

    @media (min-width:768px) {
        .event .image .imgoverlay {
            width: 80px;
            height: 80px;
            overflow: hidden;
        }
    }

    .statisticsSectionMainFull:last-child

{
    padding-bottom: 0 !important;
}

.comparisonTitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 122px;
}

@media (max-width: 991px) {
    .comparisonTitle {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .comparisonMatrixCol.position-relative {
        padding: 0 30px;
    }
}

@media (min-width: 991px) {
    .cardList.cesearch {
        min-height: 1200px;
    }
}

span.video-button.video-btn-title {
    line-height: 22px;
    font-size: 14px !important;
    font-weight: 500 !important;
}

p.userInformVideoIcon.video-btn-title {
    font-size: 12px !important;
}

.userInformVideoIcon .video-button .video-btn-icon {
    margin-top: -15px !important;
}

.testimonialSection h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #111;
    margin-bottom: 40px;
}

.toolFilters .courseCards {
    position: relative;
    z-index: 1;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

    .toolFilters .courseCards:hover {
        background-color: #F6F6F7;
    }

        .toolFilters .courseCards:hover:after {
            background-color: #f6f6f7;
        }

    .toolFilters .courseCards:after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #fff;
        border: 1px solid #ECECEC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

.ce-search.toolFilters .container .filter {
    position: unset !important;
}

.ce-search .filterWidth {
    position: unset;
}

.ce-search ul {
    margin-bottom: 0;
    padding-left: 10px;
    margin-left: 5px;
}

.bg-light5 {
    background-color: #F6F6F7 !important;
}

.zIndexing {
    z-index: 1;
}

    .zIndexing .overlayBg {
        z-index: -1;
        width: calc(50% + 220px);
    }

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .venuName {
    color: #6C6C6C;
    margin-bottom: 8px;
    line-height: 20px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs a {
        text-decoration: none;
        color: #414141;
    }

.table-content-accordion {
    background-color: #F5F9FC;
}

.table-content-accordion {
    font-size: 14px;
}

.table-content-button {
    font-weight: 500;
}

.complaint-form .complaint-form-inner .step ul li {
    margin-bottom: 20px;
}

.pathfinder-radios ul > li {
    list-style: none;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.complaint-form .complaint-form-inner .step ul li {
    margin-bottom: 20px;
}

.pathfinder-radios ul > li {
    list-style: none;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.pathfinder-radios ul > li > input[type=radio]:checked + label {
    background-color: #F5F9FC;
    border-color: #005EB8;
}

.pathfinder-radios ul > li > label {
    display: block;
    padding: 30px 60px 40px 30px;
    background: #FBFBFB;
    position: relative;
    border-left: 6px solid #FBFBFB;
    cursor: pointer;
    transition: 0.2s all ease-in;
}

.pathfinder-radios ul > li > input[type=radio]:checked + label:before {
    content: "\f058";
    font-weight: 900;
    color: #005EB8;
}

.pathfinder-radios ul > li > label:before {
    content: "\f111";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    color: #111111;
    margin-right: 20px;
    position: absolute;
    font-size: 20px;
    left: 22px;
    top: 34px;
}

.pathfinder-radios ul > li > input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.pathfinder-radios ul > li > label .radio-wrap {
    display: block;
    padding-left: 35px;
}

@media(min-width: 768px) {
    .complaint-form.pathfinder .small-container {
        width: 416px;
        max-width: 100%;
    }

    .complaint-form.pathfinder-steps-form .small-container {
        width: 636px;
        max-width: 100%;
    }
}

.or-border {
    color: #6c6c6c;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
    position: relative;
}

    .or-border:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ececec;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .or-border span {
        display: inline-block;
        background-color: #fff;
        padding: 0 16px;
        position: relative;
    }

.fs-14 {
    font-size: 14px;
}

.fw-medium {
    font-weight: 500;
}

.medium-container {
    max-width: 1100px;
    margin: 0 auto;
}

.pathfinder-radios ul {
    padding: 0;
    margin: 0;
}

.prev-next-btns {
    display: flex;
}

@media(min-width: 992px) {
    .complaint-form.pathfinder-steps-form .complaint-form-inner {
        padding-bottom: 100px;
    }
}

.complaint-form.pathfinder .complaint-form-inner {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -120px;
}

.prev-next-btns .step-action-btn {
    display: flex;
    padding: 14px 28px 14px 14px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex: 1 0 0;
}

.outline-btn {
    border: 1px solid #ECECEC;
    background: #ffffff;
    color: #111111;
}

.ce-search .error-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid $border-color;
}

.ce-search .calBg {
    height: 100%;
    top: 0;
}

.datepicker-dropdown {
    padding: 0px 0px 12px 0px;
    border-radius: 0px;
    border-color: #ececec;
}

    .datepicker-dropdown thead tr:nth-child(2) {
        border-bottom: 1px solid #ececec;
    }

    .datepicker-dropdown th {
        font-size: 0.75rem;
        color: #111;
        width: 35px;
        padding: 14px 0 10px 0;
    }

    .datepicker-dropdown td {
        font-size: 0.75rem;
        width: 35px;
        height: 28px;
        color: #414141;
        border-radius: 0px;
    }

        .datepicker-dropdown td:hover {
            background-color: #f5f9fc !important;
        }

        .datepicker-dropdown td.old {
            background-color: #f9f8f8;
            color: #6c6c6c;
        }

        .datepicker-dropdown td.active {
            background-color: #005eb8 !important;
            background-image: none !important;
            color: #fff;
        }

        .datepicker-dropdown td span {
            border-radius: 0px !important;
        }

            .datepicker-dropdown td span:hover {
                background-color: #f5f9fc !important;
            }

            .datepicker-dropdown td span.focused {
                background-color: #005eb8 !important;
                background-image: none !important;
                color: #111;
            }

    .datepicker-dropdown .datepicker-switch {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        background: none !important;
    }

    .datepicker-dropdown .prev {
        background: none !important;
        font-size: 0px;
        padding: 14px 0 14px 14px;
    }

        .datepicker-dropdown .prev::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ececec;
            font-size: 0px;
            background-image: url(../images/long-arrowL.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .prev:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

    .datepicker-dropdown .next {
        background: none !important;
        font-size: 0px;
        padding: 14px 14px 14px 0px;
    }

.datepicker-dropdown {
    margin-left: 0 !important;
}

    .datepicker-dropdown .next::after {
        display: block;
        content: "";
        width: 27px;
        height: 27px;
        border: 1px solid #ececec;
        font-size: 0px;
        background-image: url(../images/long-arrowR.svg);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .datepicker-dropdown .next:hover::after {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
    }

.input-daterange {
    display: flex;
    position: relative;
}

    .input-daterange::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
    }

    .input-daterange.space .spacer {
        opacity: 1;
    }

    .input-daterange .spacer {
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    .input-daterange .startslect {
        pointer-events: none;
    }

    .input-daterange .form-control {
        background: none !important;
        padding: 0px !important;
        border: none !important;
        width: 83px !important;
        height: auto !important;
        text-align: left;
        outline: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.datepicker table tr td.range {
    background: #e0ecf6;
}

.datepicker table tr td.selected {
    background: #005eb8;
}

.datepicker-dropdown {
    margin-left: -120px;
}

.btn.light-btn {
    display: inline-flex;
    padding: 14px 28px 14px 14px;
    align-items: flex-start;
    gap: 14px;
    background: #e0ecf6;
    border-color: #e0ecf6;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.2s ease-in
}

.complaint-form.pathfinder {
    background-color: transparent;
    padding-bottom: 0;
}

.blue-rectangles {
    height: 200px;
    background-color: #0C1C64;
    position: relative;
}

    .blue-rectangles .light-blue-rectanle {
        background-color: #005EB8;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

.pathfinder-section-form .col-lg-4.position-relative {
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar-item .sidebar-inner {
    background: #FBFBFB;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -120px;
    padding: 40px;
}
/* 100% */
justify-content: center;
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;
}

.btn.light-btn:hover {
    background-color: #b3cfea;
    border-color: #b3cfea;
}

.btn.light-btn:disabled, .btn.light-btn[disabled] {
    background-color: #f5f9fc;
    border-color: #f5f9fc;
    color: #6c6c6c;
    cursor: not-allowed;
    pointer-events: none;
}

.headBtn.myAccountSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons {
        display: none;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection {
        gap: 4px;
    }
}

.headBtn.myAccountSection .cartIcons a {
    border: 1px solid #ececec;
    padding: 7px 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 42px;
    transition: 0.3s all;
}

    .headBtn.myAccountSection .cartIcons a:hover {
        background: #cf4520;
        color: #fff !important;
    }

@media (max-width: 1399px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 6px 9px;
        height: 42px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 4px 9px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 4px 9px;
        height: 37px;
    }
}

.headBtn.myAccountSection .dropdown {
    padding: 0;
}

    .headBtn.myAccountSection .dropdown .btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        background: #cf4520;
        border-color: #fff;
        transition: 0.3s all;
    }

        .headBtn.myAccountSection .dropdown .btn:hover {
            background-color: #ffaf4a;
            border-color: #ffaf4a;
            transition: 0.3s all;
        }

        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            padding: 14px 20px 14px 14px;
            border-right: 1px solid #fff;
            gap: 14px;
            align-items: center;
            box-sizing: border-box;
            display: flex;
        }

@media (max-width: 1399px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 14px 10px 14px 10px;
        height: 42px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 0.813rem;
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 14px;
        padding: 10px 20px 10px 14px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 10px;
        font-size: 14px;
        height: 37px;
        box-sizing: border-box;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: block;
        font-size: 14px;
        line-height: 25px;
    }
}

.headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width: 12px;
    height: 14px;
    padding: 21px;
    font-size: 0;
    filter: invert(1);
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        margin-left: 0;
        padding: 18px 17px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        padding: 18px 20px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        height: 37px;
        padding: 18px 20px;
    }
}

.headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu {
    background: #fff;
    padding: 0 0 14px 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    min-width: 271px;
    width: 100%;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li {
        border-bottom: 1px solid #ececec;
        padding: 14px 0;
        box-sizing: border-box;
    }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li:last-child {
            border-bottom: 0;
        }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item {
            padding: 0 24px;
        }

            .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover {
                background: transparent;
            }

                .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active .iconsItemAccount, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover .iconsItemAccount {
                    background-color: #00819b;
                }

.headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .itemNameAccount {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        color: #111;
    }

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .iconsItemAccount {
        padding: 14px;
        background: #005eb8;
        box-sizing: border-box;
    }

.authorPositionSection {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .authorPositionSection {
        flex-direction: column;
        align-items: start !important;
    }
}

.SmallTextPresents {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
}

.hostedByPannelSection .aboutTheEventsColum ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #414141;
    letter-spacing: 0.025px;
    margin-bottom: 10px;
}

.zIndexing .hostedByPannelSection .aboutTheEventsColum p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.hostedByPannelSection .aboutTheEventsColum p {
    letter-spacing: 0.15px;
    color: #414141;
}

.formSticky.minheight1000 {
    min-height: 1000px;
}

.sidebar-inner {
    background: #fbfbfb;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -120px;
    padding: 40px;
}

@media (max-width: 991px) {
    .sidebar-inner {
        box-shadow: none;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sidebar-inner .sidebar-header {
        padding: 30px;
        display: flex;
        gap: 16px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    }
}

.sidebar-inner .sidebar-header:after {
    content: "\f078";
    -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;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #111;
}

@media (min-width: 992px) {
    .sidebar-inner .sidebar-header:after {
        display: none;
    }
}

.sidebar-inner .sidebar-header .sidebar-icon {
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .sidebar-inner .sidebar-header .sidebar-icon {
        padding: 0;
    }
}

.sidebar-inner .sidebar-header .sidebar-heading {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .sidebar-inner .sidebar-header .sidebar-heading {
        margin: 0;
    }
}

.sidebar-inner .sidebar-body {
    display: none;
    padding: 30px;
    color: #414141;
}

@media (min-width: 992px) {
    .sidebar-inner .sidebar-body {
        padding: 0;
        display: block !important;
    }
}

.sidebar-inner .sidebar-body .video-card {
    margin-top: 40px;
}

.password-strength-group {
    display: none;
}

    .password-strength-group.active {
        display: block;
    }

    .password-strength-group .password-strength-meter {
        width: 100%;
        transition: height 0.3s;
        display: flex;
        justify-content: stretch;
    }

        .password-strength-group .password-strength-meter .meter-block {
            height: 5px;
            background: #ccc;
            margin-right: 0;
            flex-grow: 1;
        }

            .password-strength-group .password-strength-meter .meter-block:last-child {
                margin: 0;
            }

    .password-strength-group .password-strength-wrapper {
        height: auto;
        transition: all 0.5s;
        position: relative;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        margin-top: 8px;
        margin-bottom: 16px;
        color: #6c6c6c;
    }

        .password-strength-group .password-strength-wrapper .password-strength-message .message-item {
            position: absolute;
            right: 0;
            opacity: 0;
            transition: opacity 0.2s;
        }

            .password-strength-group .password-strength-wrapper .password-strength-message .message-item.text-success {
                color: #43b02a !important;
            }

    .password-strength-group[data-strength="1"] .meter-block:nth-child(-n + 1) {
        background: #cf4520;
    }

    .password-strength-group[data-strength="1"] .message-item:nth-child(1) {
        opacity: 1;
    }

    .password-strength-group[data-strength="2"] .meter-block:nth-child(-n + 2) {
        background: #ffb443;
    }

    .password-strength-group[data-strength="2"] .message-item:nth-child(2) {
        opacity: 1;
    }

    .password-strength-group[data-strength="3"] .meter-block:nth-child(-n + 3) {
        background: #43b02a;
    }

    .password-strength-group[data-strength="3"] .message-item:nth-child(3) {
        opacity: 1;
    }

    .password-strength-group[data-strength="4"] .meter-block:nth-child(-n + 4) {
        background: #198754;
    }

    .password-strength-group[data-strength="4"] .message-item:nth-child(4) {
        opacity: 1;
    }

.password-matching {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #6c6c6c;
}

    .password-matching span {
        display: none;
    }

        .password-matching span.password-matched.active {
            display: block;
        }

        .password-matching span.password-not-matched.active {
            display: block;
        }

.pathfinder-radios ul > li > label .radio-wrap .radio-step-desc {
    color: #414141;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.025px;
    display: block;
}

.pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
    color: #111111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    display: block;
    margin-bottom: 12px;
}

.pathfinder-radios ul > li > input[type=radio]:checked + label .radio-more-desc {
    max-height: initial;
    margin-top: 16px;
}

.pathfinder-radios ul > li > label .radio-wrap .radio-more-desc {
    color: #6C6C6C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
    display: block;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.2s ease-in;
}

.info-card.only-content {
    padding: 24px 30px;
    color: #414141;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

    .info-card.only-content p {
        color: #414141;
    }

    .info-card.only-content ul {
        padding-left: 20px;
    }

        .info-card.only-content ul:last-child {
            margin-bottom: 0;
        }

        .info-card.only-content ul li {
            margin-bottom: 4px;
        }

.custom-form .form-max-width {
    max-width: 416px;
    margin: 0 auto;
}

.form-y-padding {
    padding: 100px 0;
}

@media (min-width: 992px) {
    .form-y-padding {
        padding: 120px 0;
    }
}

@media (min-width: 992px) {
    .form-y-padding.login-area {
        min-height: 90vh;
    }
}

@media (min-width: 992px) {
    .form-y-padding.reset-password-complete {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .custom-form h1 {
        font-size: 44px;
    }
}

.custom-form .form-check {
    min-height: 22px;
    margin-bottom: 16px;
}

    .custom-form .form-check .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 0.2em;
    }

    .custom-form .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.custom-form .form-max-width {
    max-width: 416px;
    margin: 0 auto;
}

.custom-form .password-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

.account-security-form .password-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

@media (max-width: 767px) {
    .custom-form .form-max-width {
        max-width: 100%;
    }
}

.form-check .form-check-input[type="radio"] {
    border: 2px solid #005eb8;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type="radio"]:checked[type="checkbox"] {
        border-color: #005eb8;
        border-radius: 50%;
        background: #fff;
        border: 6px solid #005eb8;
    }

    .form-check .form-check-input[type="radio"]:disabled {
        border-color: #6c6c6c;
        background-color: #6c6c6c;
    }

        .form-check .form-check-input[type="radio"]:disabled + .form-label {
            color: #6c6c6c;
        }

.form-check .form-check-input[type="checkbox"] {
    border: 2px solid #005eb8;
    border-radius: 3px;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type="checkbox"]:checked[type="checkbox"] {
        border-color: #005eb8;
        border: 2px solid #005eb8;
    }

    .form-check .form-check-input[type="checkbox"]:disabled {
        border-color: #6c6c6c;
        background-color: #6c6c6c;
    }

        .form-check .form-check-input[type="checkbox"]:disabled + .form-label {
            color: #6c6c6c;
        }

.pathfinder-section .sidebar-icon img {
    max-height: 40px;
}

.toolFilters form {
    display: block;
    padding: 0;
}

.account-profile form {
    display: none !important;
}

    .account-profile form.active {
        display: block !important;
    }

.select2-container .select2-search--inline .select2-search__field {
    height: 37px;
}






/* Roboto Thin */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}
/* Roboto Light */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}
/* Roboto Regular */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
/* Roboto Medium */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
/* Roboto Bold */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
/* Roboto Black */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}

body {
    font-size: 1.125rem;
}

img {
    max-width: 100%;
}

h1,
.h1 {
    line-height: 1.3636363636;
    font-weight: 700;
}

h2,
.h2 {
    line-height: 1.333;
}

h3,
.h3 {
    line-height: 1.4166666667;
}

h4,
.h4 {
    line-height: 1.5;
}

h5,
.h5 {
    line-height: 1.625;
}

h6,
.h6 {
    line-height: 1.5;
}

hr {
    border-color: #ECECEC;
    opacity: 1;
}

.bg-primary-dark {
    background-color: #0C1C64 !important;
}

.bg-extra-light {
    background-color: #FBFBFB !important;
}

.bg-sky-light {
    background-color: #F5F9FC !important;
}

.border-color-primary-dark {
    border-color: #0C1C64 !important;
}

.text-gray {
    color: #414141 !important;
}

.text-light {
    color: #6C6C6C !important;
}

.form-control {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    background-color: #FBFBFB;
}

    .form-control:hover {
        background-color: #f6f6f7;
    }

    .form-control:focus {
        background-color: #ffffff;
    }

.position-relative > .form-control {
    padding-right: 52px;
}

.form-control::-webkit-input-placeholder {
    color: #414141;
}

.form-control:-ms-input-placeholder {
    color: #414141;
}

.form-control::placeholder {
    color: #414141;
}

.form-select {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    font-size: 0.875rem;
    background-image: url(../images/caret-down.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-right: 3rem;
}

    .form-select:hover {
        background-color: #f6f6f7;
    }

    .form-select:focus {
        background-image: url(../images/caret-up.png);
    }

    .form-select.short + .select2 .selection .select2-selection {
        padding-right: 50px;
    }

    .form-select.short + .select2 .select2-selection__arrow {
        background-image: url(../images/short-icon.svg);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: center center;
        top: 16px !important;
        border: none;
        width: 16px !important;
        height: 13px !important;
    }

        .form-select.short + .select2 .select2-selection__arrow b {
            display: none !important;
        }

.btnIcon {
    padding: 14px 28px 14px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

    .btnIcon img {
        margin-right: 12px;
    }

.btn.btn-default:hover svg path {
    fill: #FFB443;
}

.btn.btn-default[disabled], .btn.btn-default:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-default[disabled] svg path, .btn.btn-default:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary[disabled], .btn.btn-primary:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-primary[disabled] svg path, .btn.btn-primary:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary:hover {
    background-color: #00819b;
    border-color: #00819b;
}

.btn.btn-outline-secondary {
    border-color: #ECECEC;
    color: #111111;
}

    .btn.btn-outline-secondary:hover {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
        color: #111111;
    }

@media (min-width: 1200px) {
    .btn + .btn {
        margin-left: 17px;
    }
}

.video-button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

    .video-button:hover .video-btn-icon::after {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .video-button:hover .video-btn-icon:before {
        content: "";
        opacity: 0;
    }

    .video-button .video-btn-icon {
        width: 42px;
        height: 42px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        border: 1px solid;
        position: relative;
    }

        .video-button .video-btn-icon:before {
            content: "";
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .video-button .video-btn-icon:after {
            content: "";
            width: 24px;
            height: 24px;
            display: inline-block;
            border: 1px solid #ffffff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.2s ease-in;
        }

        .video-button .video-btn-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-button .video-btn-icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .video-button .video-btn-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

        .video-button .video-btn-title span {
            line-height: 21px;
        }

        .video-button .video-btn-title small {
            font-size: 0.625rem;
            line-height: 1;
        }

.small-container {
    width: 636px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 1124px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }
}

.py-100 {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .py-100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .py-100 {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .py-100 {
        padding: 50px 0;
    }
}

.py-125 {
    padding: 125px 0;
}

@media (max-width: 1199px) {
    .py-125 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .py-125 {
        padding: 80px 0;
    }
}

.bg-light {
    background-color: #FDF8F6 !important;
}

.bg-light5 {
    background-color: #F6F6F7 !important;
}

.multi-select-container {
    width: 100%;
}

    .multi-select-container .multi-select-button {
        box-shadow: none;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: -0.5em;
        background-color: #ffffff;
        border-radius: 0;
        border: 1px solid #ECECEC;
        cursor: default;
        font-size: 14px;
        line-height: 1.4;
        color: #111111;
        height: 47px;
        padding: 14px 40px 14px 14px;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease-in-out;
    }

        .multi-select-container .multi-select-button:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-button:after,
        .select2::after {
            position: absolute;
            top: 1px;
            right: 1px;
            display: inline-block;
            border-style: solid;
            border-width: 5px 5px 5px;
            border-color: #111111 transparent transparent transparent;
            margin-left: 0;
            vertical-align: 0;
            width: 24px;
            height: calc(100% - 2px);
            border: 0;
            background-image: url(../images/down-caret.svg);
            background-repeat: no-repeat;
            background-position: center left;
            content: "";
            pointer-events: none;
            background-color: #fff;
        }

.select2:hover::after {
    background-color: #f6f6f7;
}

.multi-select-container.multi-select-container--open .multi-select-button:after,
.select2.select2-container--open::after {
    transform: rotateX(180deg);
}

.multi-select-container .multi-select-button:hover::before {
    opacity: 1;
}

.multi-select-container.multi-select-container--open .multi-select-button::before {
    opacity: 1;
}

.multi-select-container .multi-select-menu {
    top: 48px;
    margin: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 2px;
    z-index: 3;
    overflow-x: hidden !important;
}

    .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        color: #414141;
        padding: 15px 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input {
            position: static;
            margin-top: 0;
            margin-right: 10px;
            margin-left: 0;
        }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input[type=checkbox] {
                width: 1em;
                height: 1em;
                vertical-align: top;
                background-color: #ffffff;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                border: 1px solid #0c1c64;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -webkit-print-color-adjust: exact;
                color-adjust: exact;
                print-color-adjust: exact;
                border-radius: 2px;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:checked {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
                background-color: #005EB8;
                border-color: #005EB8;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:disabled {
                opacity: 0.5;
            }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:nth-child(even) {
            background: #FBFBFB;
        }

.select2 {
    display: block;
    width: 100% !important;
}

    .select2 .selection {
        display: block;
        width: 100%;
    }

        .select2 .selection .select2-selection {
            box-shadow: none;
            display: inline-block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: -0.5em;
            background-color: #ffffff;
            border-radius: 0;
            border: 1px solid #ECECEC;
            cursor: default;
            font-size: 14px;
            line-height: 1.5;
            color: #111111;
            height: 47px;
            padding: 14px 32px 14px 14px;
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

            .select2 .selection .select2-selection:hover {
                background-color: #f6f6f7;
            }

            .select2 .selection .select2-selection .select2-selection__rendered {
                font-weight: 400;
                font-size: 14px;
                line-height: 1;
                color: #111111;
                padding: 0;
                display: flex;
                align-items: center;
                margin: 0;
            }

            .select2 .selection .select2-selection .select2-selection__arrow {
                position: absolute;
                top: 18px;
                right: 20px;
                line-height: 1;
                width: auto;
                height: auto;
                display: none;
            }

                .select2 .selection .select2-selection .select2-selection__arrow b {
                    width: 11px;
                    height: 11px;
                    border: 0;
                    display: block;
                    margin: 0;
                    position: relative;
                    left: auto;
                    z-index: 1;
                    top: auto;
                    background-image: url(../images/down-caret.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                }

    .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
        transform: rotateX(180deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 2px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #414141;
    padding: 14px;
    position: relative;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li {
    padding-left: 42px;
}

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected {
        background: none;
        color: #414141;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li::before {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 13px;
        left: 14px;
        content: "";
        border-radius: 3px;
        border: 2px solid #0c1c64;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::before {
        border-color: #005eb8;
        background: #005eb8;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::after {
        width: 5px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 15px;
        left: 19px;
        content: "";
        transform: rotate(45deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover,
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #f6f6f7;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:nth-child(even) {
    background-color: #FBFBFB;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 2px 2px 0 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 0 0 2px 2px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--selected {
    background-color: #005EB8;
    color: #ffffff;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--disabled {
    background-color: #F9F8F8;
    color: #6C6C6C;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-search--inline {
    display: inherit;
}

    .select2-container--default .select2-search--inline .select2-search__field {
        margin: 0px;
        color: #111111;
        font-size: 14px;
        line-height: 1.5;
        font-family: var(--bs-body-font-family);
    }

        .select2-container--default .select2-search--inline .select2-search__field::placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
            color: #111111;
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e0ecf6;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #111;
    display: flex;
    margin: 0 4px 0 0;
    padding: 4px 16px 3px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 2px;
    top: 4px;
    left: auto;
    color: #d20037;
    border: none;
    font-size: 16px;
    background: none !important;
}

.text-sm {
    font-size: 0.75rem;
    line-height: 1.8;
}

.lead {
    line-height: 1.7;
}

.form-label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #414141;
}

.error-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

    .error-message.calBg {
        background-color: #005EB8;
        pointer-events: none;
    }

.helper-text {
    color: #990012;
    font-size: 0.75rem;
    margin-top: 12px;
    text-align: right;
    line-height: 1.8;
}

.form-check .form-check-input[type=radio] {
    border: 2px solid #005EB8;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=radio]:checked[type=checkbox] {
        border-color: #005EB8;
        border-radius: 50%;
        background: #ffffff;
        border: 6px solid #005EB8;
    }

    .form-check .form-check-input[type=radio]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=radio]:disabled + .form-label {
            color: #6C6C6C;
        }

.form-check .form-check-input[type=checkbox] {
    border: 2px solid #005EB8;
    border-radius: 3px;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=checkbox]:checked[type=checkbox] {
        border-color: #005EB8;
        border: 2px solid #005EB8;
    }

    .form-check .form-check-input[type=checkbox]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=checkbox]:disabled + .form-label {
            color: #6C6C6C;
        }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0C1C64;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools {
    opacity: 1;
    background: #f9f8f8;
    border-left: 1px solid #ececec;
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 636px;
        max-width: 100%;
    }
}

.modal .modal-content {
    border-radius: 0;
}

    .modal .modal-content .modal-header {
        background-color: #0C1C64;
        border-radius: 0;
        border: 0;
        padding: 18px 26px;
    }

    .modal .modal-content .modal-body {
        padding: 50px 72px;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.modal .modal-content .modal-body.mCustomScrollbar {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 50px 72px;
        padding-left: 0;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 30px 20px 30px 0;
    }
}

.modal .modal-content .modal-body p {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.modal .modal-content .modal-footer {
    border-radius: 0;
    padding: 1.25rem;
}

@media (max-width: 412px) {
    .modal .modal-content .modal-footer {
        padding: 1.25rem 10px;
    }
}

.doc-panel-wrapper {
    position: absolute;
    left: 50%;
    width: 330px;
    margin: 0 0 0 -660px;
}

@media (max-width: 1399px) {
    .doc-panel-wrapper {
        width: 330px;
        margin: 0 0 0 -609px;
    }
}

@media (max-width: 1199px) {
    .doc-panel-wrapper {
        width: 300px;
        margin: 0 0 0 -534px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper {
        width: calc(100% + 60px);
        z-index: 2;
        position: relative;
        left: -30px;
        right: -30px;
        margin: 0px;
    }
}

.doc-panel-wrapper.fixed {
    position: fixed;
}

@media (max-width: 991px) {
    .doc-panel-wrapper.fixed {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.doc-panel-wrapper .doc-panel {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .doc-panel-wrapper .doc-panel {
        display: none;
        padding-bottom: 111px;
    }
}

.doc-panel-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.doc-panel-wrapper .doc-panel-toggle {
    display: flex;
    padding: 18px;
    background: #FBFBFB;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    background: var(--material-primary-surface-alternative, #FBFBFB);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

@media (min-width: 992px) {
    .doc-panel-wrapper .doc-panel-toggle {
        display: none;
    }
}

.doc-panel-wrapper .list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ECECEC;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.doc-panel-wrapper .list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.doc-panel-wrapper .list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ECECEC;
}

.doc-panel-wrapper .list-group .list-group-item a:hover {
    color: #111111;
    background-color: #f6f6f7;
}

    .doc-panel-wrapper .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .doc-panel-wrapper .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.doc-panel-wrapper .list-group .list-group-item a.active {
    background-color: #F5F9FC;
}

    .doc-panel-wrapper .list-group .list-group-item a.active::after {
        background-color: #005EB8;
    }

    .doc-panel-wrapper .list-group .list-group-item a.active::before {
        background-color: #F5F9FC;
    }

.doc-panel-wrapper .list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.doc-panel-wrapper .list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6C6C6C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 12px;
}

.datepicker-dropdown {
    padding: 0px 0px 12px 0px;
    border-radius: 0px;
    border-color: #ECECEC;
}

    .datepicker-dropdown thead tr:nth-child(2) {
        border-bottom: 1px solid #ECECEC;
    }

    .datepicker-dropdown th {
        font-size: 0.75rem;
        color: #111111;
        width: 35px;
        padding: 14px 0 10px 0;
    }

    .datepicker-dropdown td {
        font-size: 0.75rem;
        width: 35px;
        height: 28px;
        color: #414141;
        border-radius: 0px;
    }

        .datepicker-dropdown td:hover {
            background-color: #F5F9FC !important;
        }

        .datepicker-dropdown td.old {
            background-color: #F9F8F8;
            color: #6C6C6C;
        }

        .datepicker-dropdown td.active {
            background-color: #005EB8 !important;
            background-image: none !important;
            color: #ffffff;
        }

        .datepicker-dropdown td span {
            border-radius: 0px !important;
        }

            .datepicker-dropdown td span:hover {
                background-color: #F5F9FC !important;
            }

            .datepicker-dropdown td span.focused {
                background-color: #005EB8 !important;
                background-image: none !important;
                color: #ffffff;
            }

    .datepicker-dropdown .datepicker-switch {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        background: none !important;
    }

    .datepicker-dropdown .prev {
        background: none !important;
        font-size: 0px;
        padding: 14px 0 14px 14px;
    }

        .datepicker-dropdown .prev::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowL.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .prev:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

    .datepicker-dropdown .next {
        background: none !important;
        font-size: 0px;
        padding: 14px 14px 14px 0px;
    }

        .datepicker-dropdown .next::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowR.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .next:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

.input-daterange {
    display: flex;
    position: relative;
}

    .input-daterange::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
    }

    .input-daterange.space .spacer {
        opacity: 1;
    }

    .input-daterange .spacer {
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    .input-daterange .startslect {
        pointer-events: none;
    }

    .input-daterange .form-control {
        background: none !important;
        padding: 0px !important;
        border: none !important;
        width: 83px !important;
        height: auto !important;
        text-align: left;
        outline: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.datepicker table tr td.range {
    background: #e0ecf6;
}

.datepicker table tr td.selected {
    background: #005eb8;
}

.datepicker-dropdown {
    margin-left: -120px;
}

.btn.light-btn {
    display: inline-flex;
    padding: 14px 28px 14px 14px;
    align-items: flex-start;
    gap: 14px;
    background: #E0ECF6;
    border-color: #E0ECF6;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    justify-content: center;
    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;
}

    .btn.light-btn:hover {
        background-color: #B3CFEA;
        border-color: #B3CFEA;
    }

    .btn.light-btn:disabled, .btn.light-btn[disabled] {
        background-color: #F5F9FC;
        border-color: #F5F9FC;
        color: #6C6C6C;
        cursor: not-allowed;
        pointer-events: none;
    }

header {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
}

.headerTop {
    background: #F9F8F8;
}

@media (max-width: 991px) {
    .headerTop {
        display: none;
    }
}

.topMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .topMenu ul li {
        display: inline-block;
        margin-right: 20px;
    }

@media (max-width: 1199px) {
    .topMenu ul li {
        margin-right: 10px;
    }
}

.topMenu ul li a {
    display: block;
    color: #414141;
    text-decoration: none;
    font-size: 0.75rem;
}

.searchBar {
    width: 220px;
}

@media (max-width: 1199px) {
    .searchBar {
        margin-left: 0.5rem !important;
    }
}

@media (max-width: 991px) {
    .searchBar {
        width: 100%;
        margin: 0 !important;
        padding: 26px 18px 21px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .searchBar {
        padding: 18px;
    }
}

.searchBar .form-control {
    height: 36px;
    padding-right: 36px;
    border: none;
    font-size: 0.75rem;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .searchBar .form-control {
        height: 47px;
        border: 1px solid #ECECEC;
        padding-right: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .form-control {
        height: 36px;
        padding-right: 36px;
    }
}

.searchBar .searchBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    height: 36px;
    width: 36px;
    border: none;
    background: url(../images/search.svg) no-repeat center center;
}

@media (max-width: 991px) {
    .searchBar .searchBtn {
        height: 47px;
        width: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .searchBtn {
        height: 36px;
        width: 36px;
    }
}

.headerBottom {
    padding: 28px 0 0 0;
    border-bottom: 2px solid #ECECEC;
    position: relative;
}

@media (max-width: 991px) {
    .headerBottom {
        padding: 21px 0;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container > .d-flex {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .mainMenu {
        display: none;
        width: 100%;
        height: calc(100% - 200px);
        overflow-x: hidden;
        position: fixed;
        top: 92px;
        left: 0px;
        background: #ffffff;
        border-bottom: 4px solid #CF4520;
        z-index: 99;
    }

        .mainMenu.show {
            display: block;
        }
}

.mainMenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .mainMenu > ul > li {
        display: inline-block;
        margin: 0 32px 0 0;
    }

@media (max-width: 1399px) {
    .mainMenu > ul > li {
        margin: 0 16px 0 0;
    }
}

@media (max-width: 1280px) {
    .mainMenu > ul > li {
        margin: 0 13px 0 0;
    }
}

@media (max-width: 1199px) {
    .mainMenu > ul > li {
        margin: 0 8px 0 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li {
        display: block;
        padding: 48px 0;
        margin: 0px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li {
        padding: 14px 0;
    }
}

.mainMenu > ul > li > a {
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    padding: 12px 0 35px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li > a {
        font-size: 0.813rem;
        padding: 10px 0 35px 0;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 42px;
        font-size: 1.5rem;
        font-weight: 500;
        position: relative;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.mainMenu > ul > li > a::after {
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background: #00819b;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    border: none;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a::after {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        left: auto;
        right: 30px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-image: url(../images/arrow-right-long-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #005EB8;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a::after {
        right: 18px;
    }
}

.mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
        background-color: #00819b;
    }
}

.mainMenu > ul > li > a.active::after {
    background-color: #005eb8;
}

@media (max-width: 991px) {
    .mainMenu > ul > li > a.active::before {
        width: 4px;
        height: 36px;
        background: #005eb8;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        content: "";
        transform: translate(0%, -50%);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li > a.active::before {
        width: 2px;
        height: 18px;
    }
}

.mainMenu > ul > li.submenu .dropicon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 12px;
    height: 14px;
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin-left: 1px;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu .dropicon {
        margin: 0px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        right: 30px;
        border: 1px solid #ECECEC;
        transform: rotate(-90deg);
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li.submenu .dropicon {
        right: 18px;
    }
}

.mainMenu > ul > li.submenu.oneSubmenu {
    position: relative;
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu.oneSubmenu {
        position: static;
    }
}

@media (max-width: 991px) {
    .mainMenu > ul > li.submenu > a::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .alert ~ .headerBottom .mainMenu,
    .alert ~ .headerBottom .menuDropdown {
        top: 144px !important;
    }
}

.menuDropdown {
    padding: 0px;
    box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.2);
    min-height: 288px;
    margin-top: 12px !important;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    width: 585px;
    inset: auto !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

@media (max-width: 1199px) {
    .menuDropdown {
        width: 500px;
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    .menuDropdown {
        width: 100%;
        height: calc(100% - 200px);
        overflow: unset;
        overflow-x: hidden;
        top: 92px !important;
        margin: 0 !important;
        flex-wrap: wrap;
        left: 100% !important;
        transform: none !important;
        opacity: 0;
        visibility: hidden;
        display: block;
        position: fixed !important;
        border-radius: 0px;
        border-bottom: 4px solid #CF4520;
        box-shadow: none;
    }
}

.menuDropdown.show {
    display: flex;
}

@media (max-width: 991px) {
    .menuDropdown.show {
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.menuDropdown .btn-primary {
    border: none;
}

.menuDropdown .lefBlue {
    padding: 38px 24px;
    width: 234px;
    background: #0c1c64;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue {
        width: 190px;
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue {
        width: 100%;
        padding: 48px 30px 72px;
        border-bottom: 27px solid #005EB8;
        position: relative;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue {
        border-bottom-width: 17px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue::after {
        width: 55px;
        height: 55px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: #00bdda;
        content: "";
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .menuDropdown .lefBlue::after {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue {
        padding: 25px 18px 40px;
    }
}

.menuDropdown .lefBlue p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.15px;
    width: 100%;
}

@media (max-width: 1199px) {
    .menuDropdown .lefBlue p {
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .menuDropdown .lefBlue p {
        font-size: 2.75rem;
        line-height: 1.3636363636;
        font-weight: 700;
        margin: 93px 0 69px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .lefBlue p {
        font-size: 1.25rem;
        line-height: 1.7;
        margin: 40px 0;
    }
}

.menuDropdown .rightmenu {
    border-top: 4px solid #CF4520;
    padding: 18px 0 10px;
    width: calc(100% - 234px);
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu {
        width: calc(100% - 190px);
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu {
        width: 100%;
        border: none;
        padding: 0px;
    }
}

.menuDropdown .rightmenu h3 {
    font-size: 0.875rem;
    font-style: italic;
    color: #6c6c6c;
    font-weight: normal;
    padding: 0 24px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu h3 {
        font-size: 0.875rem;
        padding: 0 18px;
    }
}

.menuDropdown .rightmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
        border-bottom: 1px solid #ECECEC;
    }

        .menuDropdown .rightmenu ul li:last-child {
            border-bottom: none;
        }

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li {
        padding: 48px 0;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li {
        padding: 14px 0;
    }
}

.menuDropdown .rightmenu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 42px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #111111;
    position: relative;
    padding: 0 70px 0 24px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a {
        padding: 0 65px 0 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a {
        font-size: 0.875rem;
        padding: 0 70px 0 18px;
    }
}

.menuDropdown .rightmenu ul li a::after {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 24px;
    content: "";
    background-image: url(../images/arrow-right-long-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005EB8;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 30px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a::after {
        right: 18px;
    }
}

.menuDropdown .rightmenu ul li a:hover::after {
    background-color: #00819b;
}

.menuDropdown .rightmenu ul li a.active::before {
    width: 2px;
    height: 18px;
    background: #005eb8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 4px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu ul li a.active::before {
        width: 2px;
        height: 18px;
    }
}

.menuDropdown .rightmenu ul li.active a::before {
    width: 2px;
    height: 18px;
    background: #005EB8;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(0%, -50%);
}

.menuDropdown .rightmenu ul.twoCol {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu ul.twoCol {
        column-gap: 8px;
    }
}

.menuDropdown .rightmenu ul.twoCol li {
    width: calc(50% - 6px);
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li {
        width: 100%;
    }
}

.menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
    border-bottom: none;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
        border-bottom: 1px solid #ECECEC;
    }
}

.menuDropdown .rightmenu.twoTopic {
    display: flex;
    padding: 0px;
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic {
        flex-wrap: wrap;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment {
    background: #f5f9fc;
    padding: 38px 0 24px;
    width: 33.33%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        padding: 20px 0 0px;
    }
}

.menuDropdown .rightmenu.twoTopic .lifeMoment ul li {
    width: 100%;
}

.menuDropdown .rightmenu.twoTopic .topics {
    padding: 38px 0 10px;
    width: 66.66%;
}

@media (max-width: 1199px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 40px 0 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 20px 0 0px;
    }
}

.menuDropdown.fullSubmenu {
    width: 1320px;
}

@media (max-width: 1399px) {
    .menuDropdown.fullSubmenu {
        width: 1116px;
    }
}

@media (max-width: 1199px) {
    .menuDropdown.fullSubmenu {
        width: 936px;
    }
}

@media (max-width: 991px) {
    .menuDropdown.fullSubmenu {
        width: 100%;
    }
}

.menuDropdown.fullSubmenu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

    .menuDropdown.fullSubmenu ul li {
        width: calc(33% - 12px);
    }

.siteLogo a {
    display: block;
}

@media (max-width: 412px) {
    .siteLogo a {
        max-width: 115px;
    }
}

.headBtn {
    margin-left: 18px;
}

@media (max-width: 1399px) {
    .headBtn {
        margin-left: 0;
    }
}

.headBtn .btn {
    transition: 0.3s all;
}

    .headBtn .btn:hover {
        background-color: #ffaf4a;
        border-color: #ffaf4a;
    }

@media (max-width: 1199px) {
    .headBtn .btn {
        font-size: 0.813rem;
        padding: 10px 20px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn .btn {
        vertical-align: top;
        font-size: 0.875rem;
        padding: 15px 28px 12px 14px;
    }
}

@media (max-width: 480px) {
    .headBtn .btn {
        font-size: 0.625rem;
        padding: 10px 8px 10px 8px;
    }
}

@media (max-width: 1199px) {
    .headBtn .btn img {
        margin-right: 5px;
    }
}

.menuToggle {
    display: none;
    vertical-align: top;
    width: 44px;
    height: 44px;
    border: 1px solid #ECECEC;
    background: url(../images/menu-toggle.svg) no-repeat center center;
}

    .menuToggle.closeToggle {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

@media (max-width: 991px) {
    .menuToggle {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .menuToggle {
        width: 36px;
        height: 37px;
    }
}

.backMenu {
    display: none;
    font-size: 1.5rem;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0 0 0 63px;
    position: relative;
    height: 42px;
}

@media (max-width: 991px) {
    .backMenu {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .backMenu {
        font-size: 1.25rem;
    }
}

.backMenu::before {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url(../images/arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005eb8;
}

@media (min-width: 992px) {
    .overlayMenu::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 91;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .overlayOpen::before {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 3;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }
}

.alert {
    margin: 0px;
    min-height: 52px;
    padding: 14px 50px 14px 28px;
    border: none;
    border-radius: 0px;
    font-size: 0.875rem;
    color: #111111;
    background-color: #e0ecf6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

    .alert a {
        color: #111111;
        text-decoration: underline;
    }

        .alert a:hover {
            text-decoration: none;
        }

    .alert svg {
        margin-right: 10px;
    }

    .alert .btn-close {
        font-size: 0.875rem;
        color: #111111;
        width: 52px;
        height: 52px;
        padding: 0px;
        opacity: 1;
        background-size: 10px auto !important;
    }

.overline {
    font-size: 0.875rem;
}

.social-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            padding: 1px 4px;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid transparent;
        }

            .social-links li a:hover {
                border-color: #111111;
            }

.global-footer {
    overflow-x: hidden;
    border-bottom: 4px solid #CF4520;
    background-color: #FBFBFB;
}

    .global-footer .footer-blue-bg {
        padding: 70px 90px 110px 0;
        background-color: #0C1C64;
        position: relative;
    }

@media (max-width: 991px) {
    .global-footer .footer-blue-bg {
        padding: 50px 0 50px 0;
    }
}

.global-footer .footer-blue-bg:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #0C1C64;
    width: 500rem;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg:after {
        right: -40%;
        z-index: 0;
    }
}

.global-footer .footer-blue-bg .min-h-500 {
    min-height: 350px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .global-footer .footer-blue-bg .min-h-500 {
        min-height: 260px;
    }
}

.global-footer .footer-blue-bg p {
    line-height: 1.875rem;
    font-style: normal;
    letter-spacing: 0.03px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .global-footer .footer-links {
        margin-top: 24px;
    }
}

.global-footer .footer-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .global-footer .footer-links ul li {
        margin-bottom: 1.05rem;
        line-height: 1;
    }

        .global-footer .footer-links ul li a {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            text-decoration: none;
            display: inline-block;
            position: relative;
        }

            .global-footer .footer-links ul li a:after {
                content: "";
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: -2px;
                background-color: #0C1C64;
                transition: all 0.2s ease-in;
            }

            .global-footer .footer-links ul li a:hover {
                color: #0C1C64;
            }

                .global-footer .footer-links ul li a:hover:after {
                    width: 100%;
                }

.global-footer .footer-top {
    padding: 70px 0 60px 120px;
}

@media (max-width: 1199px) {
    .global-footer .footer-top {
        padding: 70px 0 60px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-top {
        padding: 26px 0 50px 0;
    }
}

.global-footer .footer-bottom {
    padding: 30px 0 30px 120px;
    position: relative;
}

@media (max-width: 1199px) {
    .global-footer .footer-bottom {
        padding: 30px 0 30px 60px;
    }
}

@media (max-width: 991px) {
    .global-footer .footer-bottom {
        padding: 25px 0 25px 0;
    }
}

.global-footer .footer-bottom:before {
    content: "";
    position: absolute;
    left: -24px;
    background-color: #ECECEC;
    top: 0;
    width: 500rem;
    height: 1px;
}

.global-footer .footer-bottom .copyright {
    color: #414141;
    margin-bottom: 0;
}

    .global-footer .footer-bottom .copyright small {
        font-size: 0.75rem;
        line-height: 1;
    }

    .global-footer .footer-bottom .copyright sup {
        font-size: 1rem;
        top: 0px;
    }

.heading-bar {
    width: 28px;
    height: 7px;
    background: #FFB443;
    margin-bottom: 3rem;
}

.fw-medium {
    font-weight: 500;
}

.hero-banner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

@media (max-width: 991px) {
    .hero-banner {
        padding-bottom: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding-bottom: 483px;
    }
}

.hero-banner .banner-content-wrapper {
    padding: 140px 120px 140px 122px;
    min-height: 660px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-banner .banner-content-wrapper {
        min-height: 520px;
        padding: 120px 0;
    }
}

.hero-banner .banner-content-wrapper h1,
.hero-banner .banner-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.hero-banner .banner-content-wrapper p {
    line-height: 2.125rem;
    letter-spacing: 0.15px;
}

.hero-banner .banner-content-wrapper .btn {
    margin-top: 4.25rem;
}

.hero-banner .header-image {
    position: absolute;
    right: 0;
    width: calc(50% - 95px);
    margin-right: 0px;
    top: 0;
    bottom: 0;
}

@media (min-width: 1440px) {
    .hero-banner .header-image {
        width: calc(50% - 200px);
    }
}

@media (max-width: 991px) {
    .hero-banner .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
    }
}

@media (max-width: 767px) {
    .hero-banner .header-image {
        height: 400px;
    }
}

.hero-banner .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner .header-image .bg-line1 {
    width: 28px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line1 {
        width: 100%;
        height: 55px;
        top: -83px;
    }
}

.hero-banner .header-image .bg-line2 {
    width: 61px;
    height: 100%;
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .hero-banner .header-image .bg-line2 {
        width: 100%;
        height: 28px;
        left: auto;
        top: -28px;
    }
}

.hero-banner.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .hero-banner.feedback-banner .overline {
        color: #6C6C6C;
    }

@media (max-width: 767px) {
    #sync2 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #sync2 .owl-stage-outer {
        overflow: unset;
    }
}

.circle-list {
    list-style: none;
    padding-left: 0;
}

    .circle-list li {
        margin-bottom: 1.25rem;
        position: relative;
        padding-left: 42px;
    }

        .circle-list li:last-child {
            margin-bottom: 0;
        }

        .circle-list li::before {
            content: "";
            width: 14px;
            height: 14px;
            display: inline-block;
            border: 3px solid #005EB8;
            border-radius: 50%;
            position: absolute;
            left: 7px;
            top: 7px;
            z-index: 2;
        }

        .circle-list li::after {
            content: "";
            width: 28px;
            height: 28px;
            display: inline-block;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: 0px;
            background-color: #fff;
            z-index: 1;
        }

        .circle-list li a {
            color: #414141;
            text-decoration: none;
            font-size: 0.875rem;
        }

.hero-banner-with-pinned-content {
    position: relative;
}

    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-top: 140px;
        padding-bottom: 195px;
    }

@media (max-width: 767px) {
    .hero-banner-with-pinned-content .banner-content-wrapper {
        padding-bottom: 135px;
    }
}

.hero-banner-with-pinned-content .header-pinned-content {
    background-color: #005EB8;
    height: 150px;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content .header-pinned-content {
        background-color: transparent;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 331px;
    }
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content .header-pinned-content {
        bottom: 48px;
    }
}

.hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
    background-color: #ffffff;
    position: relative;
    transform: translate(0, -50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
        transform: none;
        top: -95px;
    }
}

.hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item {
    padding: 41px 48px;
    position: relative;
}

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .overline {
        color: #6C6C6C;
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .pinned-title {
        height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn {
        font-size: 0.75rem;
        position: relative;
    }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:before {
            content: "";
            background: transparent;
            position: absolute;
            bottom: -5px;
            width: 76%;
            width: 0;
            left: 20px;
            height: 1px;
            transition: all 0.2s ease-in;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:hover:before {
            background: #0C1C64;
            width: 76%;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel {
        padding-top: 111px;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
    height: 113px;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        bottom: auto;
        top: 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .container {
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .pinned-content-inner {
        top: 0;
    }
}

.hero-banner-with-pinned-content.content-with-carousel .slide-progress {
    width: 0;
    max-width: 100%;
    height: 5px;
    background: #CF4520;
}

.hero-banner-with-pinned-content.content-with-carousel .carousel-content-item {
    padding: 20px 24px;
    border-right: 1px solid #ECECEC;
    position: relative;
    cursor: pointer;
}

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover {
        background-color: #ECECEC;
    }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover::before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background-color: #FFB443;
        }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item .content-title {
        color: #6C6C6C;
        font-size: 0.875rem;
        line-height: 1.5;
        height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item p {
        font-size: 0.75rem;
        line-height: 1.8;
        margin-bottom: 0;
        height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #6C6C6C;
    }

.hero-banner-with-pinned-content.content-with-carousel .btn img {
    max-width: 100%;
    width: auto;
}

.hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item {
    background-color: #ECECEC;
}

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 2px;
        background-color: #CF4520;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item .content-title {
        color: #111111;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item p {
        color: #414141;
    }

.hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
    border-left: 4px solid #00819b;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
        transform: none;
        top: -258px;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner {
    color: inherit;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .hero-banner-with-pinned-content.login-block .hero-banner {
        padding-bottom: 0;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 992px) {
    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
    max-width: 416px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
        max-width: 100%;
    }
}

.hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max .lead {
    font-weight: 400;
    color: #6C6C6C;
}

.dateText {
    font-size: 0.75rem;
    line-height: 1.833;
    color: #0C1C64;
    margin-bottom: 6px;
}

.artItem .position-relative:hover .imgoverlay::after {
    opacity: 0;
}

.artItem .image a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
}

.artItem .image .imgoverlay {
    position: relative;
}

    .artItem .image .imgoverlay::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.3s all;
    }

.artItem .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .artItem .text h4.h-60 {
        height: 60px;
    }

    .artItem .text h4.h-52 {
        height: 52px;
    }

    .artItem .text h4 a {
        color: #111111;
        text-decoration: none;
    }

.artItem .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
}

.artItem.shortItem > .position-relative {
    border-bottom: 2px solid #ECECEC;
}

.artItem.shortItem .text h4 {
    font-size: 1rem;
    line-height: 1.625;
}

.textArtItem a {
    display: block;
    padding: 24px 12px;
    color: #111111;
    text-decoration: none;
    border-bottom: 2px solid #ECECEC;
    transition: 0.3s all;
}

@media (max-width: 480px) {
    .textArtItem a {
        padding: 15px 12px;
    }
}

.textArtItem a:hover {
    background-color: #f9e8e4;
}

.textArtItem h5 {
    margin-bottom: 0px;
}

.articleFilter {
    width: 100%;
    padding-bottom: 21px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .articleFilter {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .articleFilter {
        margin-bottom: 40px;
    }
}

.articleFilter .filter {
    position: relative;
}

@media (max-width: 767px) {
    .articleFilter .filter {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        column-gap: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .articleFilter .filter {
        margin-bottom: 0px;
    }
}

.articleFilter .searchBar {
    margin-left: auto !important;
}

@media (max-width: 991px) {
    .articleFilter .searchBar {
        width: auto;
        padding: 0px;
        border: none;
    }
}

@media (max-width: 767px) {
    .articleFilter .searchBar {
        width: 100%;
    }
}

.articleFilter .searchBar .form-control {
    border: 1px solid #ECECEC;
    font-size: 0.875rem;
    height: 47px;
}

.articleFilter .searchBar .searchBtn {
    width: 42px;
    height: 47px;
}

.bg-light2 {
    background-color: #F9F8F8;
}

.textImageArea {
    z-index: 1;
}

    .textImageArea .overlayBg {
        z-index: -1;
        width: calc(50% + 220px);
    }

@media (max-width: 991px) {
    .textImageArea .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .textImageArea .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 575px) {
    .textImageArea .overlayBg {
        height: calc(50% + 70px) !important;
    }
}

.textImageArea .darkblue {
    width: 79.5px;
    height: 79.5px;
    background-color: #0C1C64;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

@media (max-width: 991px) {
    .textImageArea .darkblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .darkblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        bottom: 100%;
    }
}

.textImageArea .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .skyblue {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .skyblue {
        width: 39.75px;
        height: 39.75px;
        right: 0;
        left: auto;
    }
}

.textImageArea .lightblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #005EB8;
    position: absolute;
    top: 100%;
    left: 100%;
}

@media (max-width: 991px) {
    .textImageArea .lightblue {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .textImageArea .lightblue {
        width: 39.75px;
        height: 39.75px;
        margin-top: 40px;
    }
}

.textImageArea .yellow {
    width: 79.5px;
    height: 79.5px;
    background-color: #FFB443;
    position: absolute;
    top: 100%;
    left: 0px;
}

@media (max-width: 991px) {
    .textImageArea .yellow {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .textImageArea .yellow {
        width: 79.5px;
        height: 79.5px;
        margin-top: 40px;
    }
}

.textImageArea .overline {
    color: #6C6C6C;
}

.textImageArea h4 {
    font-weight: 400;
    line-height: 1.7;
}

.textImageArea .leftTopImg {
    margin-left: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg {
        margin-left: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg {
        margin-left: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg {
        margin: 0 100px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg {
        margin: 0;
    }
}

.textImageArea .leftTopImg img {
    width: 220px;
    height: 218px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg img {
        width: 170px;
        height: 168px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg img {
        width: 130px;
        height: 128px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg img {
        width: 135px;
        height: 128px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg img {
        width: 115px;
        height: 108px;
    }
}

.textImageArea .leftTopImg.right {
    margin-right: -110px;
}

@media (max-width: 1199px) {
    .textImageArea .leftTopImg.right {
        margin-right: -20px;
    }
}

@media (max-width: 991px) {
    .textImageArea .leftTopImg.right {
        margin-right: -33px;
    }
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right {
        margin: 0 0 0 100px;
    }
}

@media (max-width: 575px) {
    .textImageArea .leftTopImg.right {
        margin: 0px;
    }
}

.textImageArea .leftTopImg.right .lightblue {
    top: 0px;
    left: auto;
    right: 100%;
    background-color: #FFB443;
}

@media (max-width: 767px) {
    .textImageArea .leftTopImg.right .lightblue {
        top: 100%;
    }
}

.textImageArea .rightTopImg {
    margin-top: 77px;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg {
        margin-bottom: 40px;
    }
}

.textImageArea .rightTopImg img {
    width: 330px;
    height: 328px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .textImageArea .rightTopImg img {
        width: 260px;
        height: 258px;
    }
}

@media (max-width: 991px) {
    .textImageArea .rightTopImg img {
        width: 210px;
        height: 208px;
    }
}

@media (max-width: 767px) {
    .textImageArea .rightTopImg img {
        width: 270px;
        height: 288px;
    }
}

@media (max-width: 575px) {
    .textImageArea .rightTopImg img {
        width: 180px;
        height: 198px;
    }
}

.textImageArea .rightTopImg.right .yellow {
    left: auto;
    right: 0px;
    background-color: #005EB8;
}

.textImageArea .bottomImg img {
    width: 159px;
    height: 157px;
    object-fit: cover;
    display: block;
    margin-left: -159px;
}

@media (max-width: 1199px) {
    .textImageArea .bottomImg img {
        width: 130px;
        height: 130px;
        margin-left: -130px;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg img {
        width: 100px;
        height: 100px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg img {
        width: 135px;
        height: 128px;
        margin-left: -135px;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg img {
        width: 115px;
        height: 108px;
        margin-left: -115px;
    }
}

.textImageArea .bottomImg.right {
    display: flex;
    justify-content: flex-end;
}

    .textImageArea .bottomImg.right img {
        margin: 0 -159px 0 0;
    }

@media (max-width: 1199px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -130px 0 0;
    }
}

@media (max-width: 991px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -100px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -135px 0 0;
    }
}

@media (max-width: 575px) {
    .textImageArea .bottomImg.right img {
        margin: 0 -115px 0 0;
    }
}

@media (max-width: 767px) {
    .textImageArea .imageT img {
        width: 100%;
    }
}

.download-btn {
    border-radius: 3px;
}

    .download-btn a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px;
        color: #111111;
        text-decoration: none;
        transition: 0.3s all;
    }

    .download-btn .image {
        width: 70px;
        position: relative;
        box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
    }

        .download-btn .image::before {
            width: 54.88px;
            height: 60.49px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
            background-color: #005EB8;
            border-radius: 0 60px 0 0;
        }

        .download-btn .image::after {
            width: 13.4px;
            height: 13.4px;
            position: absolute;
            bottom: 8px;
            left: 8px;
            content: "";
            background: url(../images/logo-icon.svg) no-repeat center center;
        }

        .download-btn .image img {
            width: 100%;
            height: 77.35px;
            display: block;
            object-fit: cover;
        }

    .download-btn .text {
        width: calc(100% - 98px);
    }

        .download-btn .text strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .download-btn .text span {
            display: inline-flex;
            align-items: center;
            font-size: 0.75rem;
            color: #414141;
            gap: 6px;
        }

            .download-btn .text span svg, .download-btn .text span img {
                width: 12px;
            }

.headline-news-card {
    border-left: 5px solid #005EB8;
    background-color: #F5F9FC;
    padding: 6.25rem 0;
}

@media (max-width: 767px) {
    .headline-news-card {
        border-left: 0;
        border-top: 5px solid #005EB8;
    }
}

.headline-news-card .headline-card-inner {
    position: relative;
}

    .headline-news-card .headline-card-inner .news-card-image {
        overflow: hidden;
    }

        .headline-news-card .headline-card-inner .news-card-image img {
            transition: all 0.2s ease-in;
        }

    .headline-news-card .headline-card-inner:hover .news-card-image img {
        filter: blur(20px);
    }

    .headline-news-card .headline-card-inner:hover .btn-primary {
        background-color: #00819b;
        border-color: #00819b;
    }

@media (min-width: 768px) {
    .headline-news-card .news-inner-content {
        max-width: 428px;
        margin-left: auto;
    }
}

.headline-news-card .news-inner-content .overline {
    font-size: 0.75rem;
}

.headline-news-card .news-inner-content h2,
.headline-news-card .news-inner-content .h2 {
    line-height: 1.467;
}

.featured-video-section {
    color: #ffffff;
    position: relative;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section {
        padding-bottom: 220px;
    }
}

.featured-video-section:hover .header-image img, .featured-video-section:hover .header-image video {
    filter: blur(0);
}

@media (max-width: 991px) {
    .featured-video-section .container {
        max-width: 100%;
        padding: 0;
    }
}

.featured-video-section .featured-content-wrapper {
    padding: 70px 120px 70px 110px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #0C1C64;
    min-height: 497px;
}

@media (max-width: 991px) {
    .featured-video-section .featured-content-wrapper {
        padding: 100px 30px;
        min-height: auto;
    }
}

.featured-video-section .featured-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0C1C64;
    width: 555rem;
    z-index: -1;
}

.featured-video-section .featured-content-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    width: 555rem;
    top: 0;
    height: 2px;
    background-color: #CF4520;
}

.featured-video-section .featured-content-wrapper h1,
.featured-video-section .featured-content-wrapper .h1 {
    letter-spacing: 0.75px;
}

.featured-video-section .featured-content-wrapper p {
    line-height: 2.125rem;
}

.featured-video-section .featured-content-wrapper .btn {
    margin-top: 4.8rem;
}

.featured-video-section .featured-content-wrapper .rectangle-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 100%;
    right: 0;
}

.featured-video-section .header-image {
    position: absolute;
    right: 0;
    width: 50%;
    margin-right: 0px;
    top: 0;
    bottom: 0;
    min-height: 717px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .featured-video-section .header-image {
        width: 100%;
        margin-right: 0px;
        top: auto;
        bottom: 0;
        height: 683px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .featured-video-section .header-image {
        height: 570px;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .featured-video-section .header-image {
        height: 470px;
    }
}

.featured-video-section .header-image img, .featured-video-section .header-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .featured-video-section .header-image img, .featured-video-section .header-image video {
        filter: blur(20px);
        transform: scale(1.1);
        transition: all 0.2s ease;
    }
}

.featured-video-section.feedback-banner {
    background-color: #ffffff;
    color: #111111;
}

    .featured-video-section.feedback-banner .overline {
        color: #6C6C6C;
    }

.list-section {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .list-section {
        padding: 125px 0 90px;
    }
}

.list-section .stars-list {
    padding: 0;
    margin: 0;
    border-top: 2px solid #ECECEC;
}

    .list-section .stars-list li {
        list-style: none;
        border-bottom: 2px solid #ECECEC;
    }

    .list-section .stars-list .list-wrapper {
        display: flex;
        width: 100%;
        align-items: center;
    }

        .list-section .stars-list .list-wrapper .list-right {
            width: calc(100% - 120px);
            padding: 10px 0;
        }

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-right {
        display: flex;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .list-right {
        width: calc(100% - 80px);
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon {
    width: 120px;
    height: 120px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        margin-right: 110px;
    }
}

@media (max-width: 767px) {
    .list-section .stars-list .list-wrapper .stars-list-icon {
        width: 80px;
        height: 80px;
    }
}

.list-section .stars-list .list-wrapper .stars-list-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.list-section .stars-list .list-wrapper .list-para {
    margin-bottom: 7px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .list-section .stars-list .list-wrapper .list-para {
        padding-right: 60px;
        margin-bottom: 0;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-para {
        width: calc(100% - 220px);
    }
}

.list-section .stars-list .list-wrapper .list-para p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.list-section .stars-list .list-wrapper .list-btn {
    margin-left: auto;
}

@media (min-width: 992px) {
    .list-section .stars-list .list-wrapper .list-btn {
        width: 220px;
    }
}

.list-section .stars-list .list-wrapper .list-btn .btn {
    font-size: 0.75rem;
    position: relative;
}

    .list-section .stars-list .list-wrapper .list-btn .btn:before {
        content: "";
        background: transparent;
        position: absolute;
        bottom: -5px;
        width: 76%;
        width: 0;
        left: 22px;
        height: 1px;
        transition: all 0.2s ease-in;
    }

    .list-section .stars-list .list-wrapper .list-btn .btn:hover:before {
        background: #0C1C64;
        width: 62%;
    }

.list-section.list-section-dark-mode {
    background-color: #0C1C64;
    color: #ffffff;
}

    .list-section.list-section-dark-mode .stars-list {
        border-top: 0;
    }

        .list-section.list-section-dark-mode .stars-list li {
            border-bottom: 0;
        }

            .list-section.list-section-dark-mode .stars-list li .btnIcon svg path {
                fill: #FFB443;
            }

            .list-section.list-section-dark-mode .stars-list li .btnIcon:hover svg path {
                fill: #F1C7BC;
            }

.newsletter-sign-up {
    position: relative;
    background-color: #ffffff;
}

    .newsletter-sign-up .sign-up-image {
        position: absolute;
        width: calc(100% + 160px);
        right: 12px;
        top: 0;
        bottom: 0;
        min-height: 400px;
    }

@media (min-width: 1680px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 300px);
    }
}

@media (min-width: 1925px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 400px);
    }
}

@media (min-width: 2160px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 500px);
    }
}

@media (min-width: 2360px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 600px);
    }
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-image {
        width: calc(100% + 100px);
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-image {
        position: static;
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .sign-up-image {
        width: auto;
        margin: 0 -30px;
    }
}

.newsletter-sign-up .sign-up-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-sign-up .sign-up-content {
    padding: 65px 90px;
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .sign-up-content {
        padding: 45px 50px;
    }
}

@media (max-width: 991px) {
    .newsletter-sign-up .sign-up-content {
        padding: 80px 0px 54px;
        height: auto;
        min-height: auto;
    }
}

.newsletter-sign-up .sign-up-content .overline {
    color: #6C6C6C;
}

.newsletter-sign-up .sign-up-content .text-sm {
    color: #6C6C6C;
}

.newsletter-sign-up .newsletter-form {
    padding: 65px 1rem;
}

@media (max-width: 1199px) {
    .newsletter-sign-up .newsletter-form {
        padding: 45px 0.5rem;
    }
}

@media (max-width: 767px) {
    .newsletter-sign-up .newsletter-form {
        padding: 0 0 45px 0;
    }
}

.find-planner-banner .banner-content-wrapper {
    position: relative;
    z-index: 0;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .find-planner-banner .banner-content-wrapper {
        padding: 50px 30px;
        min-height: 265px;
    }
}

.find-planner-banner .banner-content-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 555rem;
    background-color: #0C1C64;
    z-index: -1;
}

.find-planner-banner .banner-content-wrapper .content-max-width {
    max-width: 330px;
}

    .find-planner-banner .banner-content-wrapper .content-max-width p {
        letter-spacing: 0.03px;
        font-weight: 300;
        line-height: 1.7;
    }

.find-planner-banner .planner-right-block {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block {
        margin: 30px;
        min-height: 102px;
    }
}

.find-planner-banner .planner-right-block .blue-box {
    position: absolute;
    left: -24px;
    width: 244px;
    top: 0;
    bottom: 0;
    background-color: #0C1C64;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .blue-box {
        width: calc(100% + 60px);
        top: auto;
        bottom: 147px;
        height: 110px;
        left: -30px;
        right: 0;
    }
}

.find-planner-banner .planner-right-block .cyan-box {
    position: absolute;
    left: 110px;
    width: 110px;
    bottom: 0;
    height: 110px;
    background-color: #0dcaf0;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-right-block .cyan-box {
        left: auto;
        width: 110px;
        bottom: 147px;
        right: -30px;
    }
}

.find-planner-banner .planner-form {
    background-color: #ffffff;
    padding: 24px;
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .find-planner-banner .planner-form {
        margin-top: -154px;
    }
}

.find-planner-banner .planner-form .form-control {
    height: 47px;
}

.find-planner-banner .planner-form .btn {
    line-height: 1.36;
}

@media (max-width: 991px) {
    .find-planner-banner .container {
        padding: 0;
        max-width: 100%;
    }
}

.small-heroBanner {
    background-color: #0C1C64;
    color: #ffffff;
    position: relative;
}

@media (max-width: 767px) {
    .small-heroBanner .container {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .row {
        margin: 0px;
    }
}

.small-heroBanner .text {
    position: relative;
    padding: 60px 20% 76px 12px;
}

@media (max-width: 1199px) {
    .small-heroBanner .text {
        padding: 60px 10% 76px 12px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .text {
        padding: 80px 20% 80px 30px;
    }
}

.small-heroBanner .bg-line1 {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 110px;
    background-color: #00819B;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line1 {
        width: 93px;
        height: 93px;
        right: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line1 {
        width: 40px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line1 {
        width: 55px;
        right: 55px;
    }
}

.small-heroBanner .bg-line2 {
    width: 110px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #005EB8;
}

@media (max-width: 1399px) {
    .small-heroBanner .bg-line2 {
        width: 93px;
    }
}

@media (max-width: 1199px) {
    .small-heroBanner .bg-line2 {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .small-heroBanner .bg-line2 {
        width: 55px;
    }
}

.small-heroBanner h2 {
    color: #ffffff;
    letter-spacing: 0.1px;
    line-height: 1.4666666667;
    margin-bottom: 0px;
}

.small-heroBanner p {
    letter-spacing: 0.03px;
    line-height: 1.6666666667;
    margin-bottom: 30px;
}

.small-heroBanner .btnIcon:hover svg path {
    fill: #F1C7BC;
}

.small-heroBanner .btnIcon svg path {
    fill: #FFB443;
}

@media (max-width: 767px) {
    .small-heroBanner .image {
        padding: 0px;
    }
}

.small-heroBanner .image img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .small-heroBanner .image img {
        position: static;
        width: 100%;
    }
}

.toolFilters {
    position: relative;
    min-height: 1200px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .toolFilters {
        min-height: auto;
    }
}

.toolFilters.minHeight .srchDistance {
    margin-bottom: 110px;
}

.toolFilters .filter {
    padding-right: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 220px);
    background-color: #ffffff;
}

@media (max-width: 1399px) {
    .toolFilters .filter {
        width: calc(50% - 186px);
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter {
        width: calc(50% - 78px);
    }
}

@media (max-width: 991px) {
    .toolFilters .filter {
        position: static;
        width: 100%;
    }
}

.toolFilters .filter.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .toolFilters .filter.fixed {
        position: static;
    }
}

.toolFilters .filter .redLb {
    width: calc(100% + 72px);
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 5px solid #CF4520;
    border-bottom: 1px solid #ECECEC;
    content: "";
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .toolFilters .filter .redLb {
        width: 100%;
    }
}

.toolFilters .filter .filterWidth {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth {
        height: auto !important;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside {
    width: 100%;
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside {
        overflow: visible;
        position: static;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
    padding: 0 72px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        padding: 0 50px 0 0;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        overflow: visible;
        position: static !important;
        padding: 0px;
    }
}

.toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
    width: 356px;
}

@media (max-width: 1399px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 322px;
    }
}

@media (max-width: 1199px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 340px;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}

.toolFilters .srchDistance {
    padding: 40px 0 35px 0;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .toolFilters .srchDistance {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide {
        display: none;
        position: relative;
        left: 0px;
        z-index: 2;
        width: calc(100% + 4vh);
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide {
        left: -30px;
        width: calc(100% + 60px);
        height: 550px !important;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 4vh 0 0;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
        padding: 0 30px;
    }
}

.toolFilters .filterToggle {
    display: none;
}

@media (max-width: 991px) {
    .toolFilters .filterToggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 34px 0;
    }
}

.toolFilters .filterToggle h4 {
    margin: 0px;
}

.toolFilters .filterToggle .btn {
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ECECEC;
}

    .toolFilters .filterToggle .btn:hover {
        background-color: #E0ECF6;
    }

        .toolFilters .filterToggle .btn:hover svg path {
            fill: #111111;
        }

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll {
        padding: 0 148px;
        position: relative;
        left: -148px;
        z-index: 2;
        width: calc(100% + 296px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll {
        padding: 0 30px;
        left: -30px;
        width: calc(100% + 60px);
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll.fixedMob {
        position: fixed;
        z-index: 8;
        background: #fff;
    }
}

.toolFilters .mobileFixedScroll.fixedMob .container {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .toolFilters .mobileFixedScroll.fixedMob .container {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .toolFilters .mobileFixedScroll .container {
        padding: 0px;
    }
}

.toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

@media (min-width: 992px) {
    .toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_scrollTools {
        display: none !important;
    }
}

.plannerCard {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 52px 0 52px 60px;
    z-index: 1;
    border: 1px solid #ECECEC;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

@media (max-width: 1399px) {
    .plannerCard {
        padding: 50px 0 50px 40px;
    }
}

@media (max-width: 991px) {
    .plannerCard {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .plannerCard {
        padding: 40px 0;
    }
}

.plannerCard:hover {
    background-color: #f6f6f7;
}

    .plannerCard:hover::before {
        background-color: #005EB8;
        width: 122px;
    }

@media (max-width: 991px) {
    .plannerCard:hover::before {
        width: 272px;
    }
}

.plannerCard:hover::after {
    background-color: #f6f6f7;
}

.plannerCard::before {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #E0ECF6;
    z-index: -1;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .plannerCard::before {
        left: -190px;
        width: 260px;
    }
}

.plannerCard::after {
    content: "";
    position: absolute;
    left: 99%;
    width: 555rem;
    height: calc(100% + 2px);
    top: -1px;
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    border-left: none;
    transition: 0.3s all;
    z-index: -2;
}

@media (max-width: 991px) {
    .plannerCard::after {
        left: -190px;
    }
}

.plannerCard .image {
    width: 119px;
    min-height: 178px;
    border-radius: 5px;
    background-color: #B3CFEA;
    background-image: url(../images/favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 41px 40px;
}

@media (max-width: 767px) {
    .plannerCard .image {
        width: 111px;
        min-height: 172px;
    }
}

.plannerCard .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plannerCard .image a::after {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    z-index: 4;
}

.plannerCard .text {
    width: calc(100% - 180px);
}

@media (max-width: 1399px) {
    .plannerCard .text {
        width: calc(100% - 165px);
    }
}

@media (max-width: 767px) {
    .plannerCard .text {
        width: calc(100% - 135px);
    }
}

.plannerCard .text .pname {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666666667;
    margin-bottom: 11px;
}

    .plannerCard .text .pname sup {
        font-weight: 400;
        font-size: 0.75rem;
    }

.plannerCard .text p {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    margin: 0 0 2px 0;
}

    .plannerCard .text p span {
        color: #6C6C6C;
    }

.plannerCard .text .tag span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-flex;
    align-items: center;
    padding: 9px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

@media (max-width: 767px) {
    .plannerCard .text .tag span {
        margin: 0 10px 10px 0;
    }
}

@media (max-width: 1199px) {
    .plannerCard .text .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {
    .plannerCard .text .tag span.texthide img, .plannerCard .text .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerCard .text .tag span img, .plannerCard .text .tag span svg {
    margin-right: 6px;
    outline: none;
}

.plannerCard .text .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

.plannerCard .text .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerCard .text .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerCard .text .tag span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerCard .text .tag span.lightyellow svg path {
        fill: #a0610c;
    }

.plannerCard .text .tag.toptag span {
    margin: 0 0 0 6px;
}

@media (max-width: 480px) {
    .plannerCard .text .tag.toptag span {
        margin: 8px 0 0 6px;
    }
}

.plannerCard .text .cfp {
    font-size: 0.75rem;
}

.tooltip {
    line-height: 1.7142857143;
}

.tooltip-inner {
    text-align: left;
}

.loading-find {
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .loading-find img {
        margin-bottom: 20px;
    }

    .loading-find h4 {
        color: #6C6C6C;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .loading-find p {
        font-size: 0.75rem;
        color: #6C6C6C;
    }

.plannerDetails {
    background-color: #F9F8F8;
    position: relative;
}

@media (max-width: 767px) {
    .plannerDetails {
        background-color: #ffffff;
    }
}

.plannerDetails .details {
    min-height: 800px;
    padding: 0 110px 0 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .plannerDetails .details {
        padding: 0 80px 0 0;
    }
}

@media (max-width: 1199px) {
    .plannerDetails .details {
        padding: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .plannerDetails .details {
        padding: 0;
    }
}

.plannerDetails .details::before {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
}

@media (max-width: 991px) {
    .plannerDetails .details::before {
        right: -300px;
    }
}

@media (max-width: 767px) {
    .plannerDetails .details::before {
        width: calc(100% + 60px);
        height: 298px;
        right: -30px;
        background-color: #005EB8;
    }
}

.plannerDetails .details .imgD {
    width: 86px;
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .plannerDetails .details .imgD {
        width: 100%;
        margin-bottom: 70px;
    }
}

.plannerDetails .details .btnIcon.iconNH:hover svg path {
    fill: #6C6C6C;
}

.plannerDetails .details .tag {
    display: flex;
    flex-wrap: wrap;
}

    .plannerDetails .details .tag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-flex;
        align-items: center;
        padding: 9px 10px;
        border-radius: 20px;
        margin: 0 6px 12px 0;
    }

@media (max-width: 1199px) {
    .plannerDetails .details .tag span.texthide {
        font-size: 0px;
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 1199px) {
    .plannerDetails .details .tag span.texthide img, .plannerDetails .details .tag span.texthide svg {
        margin: 0px auto;
    }
}

.plannerDetails .details .tag span img, .plannerDetails .details .tag span svg {
    margin-right: 6px;
    outline: none;
}

.plannerDetails .details .tag span.lightred {
    border-color: #FAE0E7;
    background-color: #FAE0E7;
}

.plannerDetails .details .tag span.not-current {
    border-color: #F9E9E4;
    background-color: #F9E9E4;
}

.plannerDetails .details .tag span.lightgreen {
    border-color: #ECFAE4;
    background-color: #ECFAE4;
}

    .plannerDetails .details .tag span.lightgreen svg path {
        fill: #197703;
    }

.plannerDetails .details .tag span.lightyellow {
    border-color: #fff5e9;
    background-color: #fff5e9;
}

    .plannerDetails .details .tag span.lightyellow svg path {
        fill: #a0610c;
    }

@media (max-width: 440px) {
    .plannerDetails .details .btn.btn-outline-secondary {
        padding: 10px;
    }
}

.contact-info {
    position: relative;
    background-color: #F5F9FC;
    z-index: 1;
}

    .contact-info::before {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -110px;
        content: "";
        background-color: #F5F9FC;
        z-index: -1;
    }

@media (max-width: 991px) {
    .contact-info::before {
        right: -170px;
    }
}

.contact-info p span {
    font-size: 0.75rem;
}

.contact-info p a {
    color: #111111;
    text-decoration: none;
}

.learnTooltip {
    padding: 0 0 0.875rem 0;
    max-width: 320px;
}

    .learnTooltip .tooltip-inner {
        padding: 0px;
        background-color: #ffffff;
        box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.05);
    }

        .learnTooltip .tooltip-inner span {
            font-size: 0.75rem;
            color: #0C1C64;
            padding: 12px;
            display: block;
            background-color: #F5F9FC;
        }

        .learnTooltip .tooltip-inner p {
            margin: 0px;
            padding: 12px;
            font-size: 0.75rem;
            line-height: 1.833;
            color: #414141;
        }

    .learnTooltip .tooltip-arrow::before {
        border-top-color: #ffffff !important;
    }

.formSticky {
    background-color: #005EB8;
    padding: 20px 0 20px 110px;
    position: fixed;
    z-index: 2;
    right: 0;
    width: calc(50% - 110px);
    min-height: 500px;
}

@media (max-width: 1399px) {
    .formSticky {
        width: calc(50% - 93px);
        padding: 20px 0 20px 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky {
        width: calc(50% - 78px);
        padding: 20px 0 20px 30px;
    }
}

@media (max-width: 991px) {
    .formSticky {
        position: relative;
        top: 0px !important;
        width: 100%;
        min-height: auto;
        padding: 80px 0;
    }
}

.formSticky.fixed {
    position: fixed;
    top: 200px;
}

@media (max-width: 991px) {
    .formSticky.fixed {
        position: relative;
        top: 0 !important;
    }
}

.formSticky::before {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 100%;
    content: "";
    background-color: #00BDDA;
}

@media (max-width: 1399px) {
    .formSticky::before {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1199px) {
    .formSticky::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .formSticky::before {
        width: calc(100% + 300px);
        height: 200px;
        top: 0;
        right: -150px;
        bottom: auto;
        z-index: -1;
        background-color: #005EB8;
    }
}

.formSticky::after {
    width: 555rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 220px;
    content: "";
    background-color: #0C1C64;
    z-index: -1;
}

@media (max-width: 991px) {
    .formSticky::after {
        width: calc(100% + 300px);
        height: calc(100% - 200px);
        top: auto;
        left: -150px;
        bottom: 0px;
    }
}

.formSticky .white-bg {
    padding: 40px 36px 30px;
    background-color: #ffffff;
    max-width: 440px;
}

@media (max-width: 1399px) {
    .formSticky .white-bg {
        max-width: 385px;
        padding: 40px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .formSticky .white-bg {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .formSticky .white-bg {
        max-width: 100%;
        width: 100%;
    }
}

.formSticky .btn {
    justify-content: flex-start;
    transition: 0.3s all;
}

.formSticky textarea.form-control {
    height: 63px;
    padding: 0.875rem;
}

.authorShor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .authorShor img {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        object-fit: cover;
    }

    .authorShor .nameD {
        width: calc(100% - 44px);
        color: #ffffff;
    }

        .authorShor .nameD strong {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 2px;
        }

        .authorShor .nameD span {
            display: block;
            font-size: 0.75rem;
            color: #F1F1F1;
        }

.arttag {
    display: flex;
    flex-wrap: wrap;
}

    .arttag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        border: 1px solid #6C6C6C;
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-radius: 20px;
        margin: 0 12px 12px 0;
        color: #F1F1F1;
    }

.smalcircle-list {
    list-style: none;
    padding: 0px;
}

    .smalcircle-list li {
        margin-bottom: 2rem;
        position: relative;
        padding-left: 21px;
        color: #414141;
    }

        .smalcircle-list li::before {
            content: "";
            width: 9px;
            height: 9px;
            display: inline-block;
            border: 3px solid #0C1C64;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 10px;
            z-index: 2;
        }

.blockquote {
    position: relative;
}

    .blockquote::before {
        width: 12px;
        height: 13px;
        position: absolute;
        top: 12px;
        left: -39px;
        content: "";
        background: url(../images/quote-icon.svg) no-repeat center center/100% auto;
    }

@media (max-width: 767px) {
    .blockquote::before {
        left: -27px;
    }
}

.blockquote p {
    font-size: 1.688rem;
    line-height: 1.6296296296;
    letter-spacing: 0.2px;
    color: #111111;
    font-weight: 300;
}

.blockquote .quote-footer {
    font-size: 0.75rem;
    color: #6C6C6C;
}

.keySummary {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .keySummary {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 0 30px;
    }
}

.articleDetails {
    padding: 44px 0 108px 0;
    position: relative;
}

@media (max-width: 767px) {
    .articleDetails {
        padding: 0px;
    }
}

.articleDetails::before {
    width: 100%;
    height: 149px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #005EB8;
}

@media (max-width: 767px) {
    .articleDetails::before {
        display: none;
    }
}

.articleDetails .articleInner {
    background-color: #ffffff;
    position: relative;
}

.articleDetails hr {
    border: 1px solid #ECECEC;
}

.articleDetails p, .articleDetails li {
    letter-spacing: 0.03px;
    color: #6C6C6C;
    line-height: 30px;
}

    .articleDetails p strong, .articleDetails li strong {
        color: #111111;
        font-weight: 500;
    }

.articleDetails li {
    margin-bottom: 1.25rem;
}

.articleDetails .download-btn {
    padding: 81px 0;
}

@media (max-width: 767px) {
    .articleDetails .download-btn {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 81px 30px;
    }
}

.articleDetails .download-btn a {
    padding: 0px;
}

.articleDetails .download-btn .image {
    width: 162px;
}

    .articleDetails .download-btn .image::before {
        width: 127px;
        height: 140px;
        border-radius: 0 140px 0 0;
    }

    .articleDetails .download-btn .image::after {
        width: 31px;
        height: 31px;
        background-size: 100% auto;
        left: 20px;
        bottom: 20px;
    }

    .articleDetails .download-btn .image img {
        width: 100%;
        height: 179px;
    }

.articleDetails .download-btn .text {
    width: calc(100% - 210px);
}

.menuDropdown.onethirdSubmenu {
    width: 948px;
}

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu {
        width: 100%;
    }
}

.menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
        display: block;
    }
}

.menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol {
    display: block;
    flex: 0 0 50%;
}

    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li {
        width: calc(100% - 6px);
        border-bottom: 1px solid #ECECEC;
    }

        .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
            border-bottom: 0;
        }

@media (max-width: 991px) {
    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
        border-bottom: 1px solid #ECECEC;
    }
}

.headBtn.myAccountSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons {
        /* display: none; */
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection {
        gap: 4px;
    }
}

.headBtn.myAccountSection .cartIcons a {
    border: 1px solid #ECECEC;
    padding: 7px 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 42px;
    transition: 0.3s all;
}

    .headBtn.myAccountSection .cartIcons a:hover {
        background: #cf4520;
        color: #fff !important;
    }

@media (max-width: 1399px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 6px 9px;
        height: 42px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 7px 9px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .cartIcons a {
        padding: 4px 9px;
        height: 37px;
    }
}

.headBtn.myAccountSection .dropdown {
    padding: 0;
}

    .headBtn.myAccountSection .dropdown .btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        background: #CF4520;
        border-color: #fff;
        transition: 0.3s all;
    }

        .headBtn.myAccountSection .dropdown .btn:hover {
            background-color: #ffaf4a;
            border-color: #ffaf4a;
            transition: 0.3s all;
        }

        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            padding: 14px;
            /* border-right: 1px solid #fff; */
            gap: 14px;
            align-items: center;
            box-sizing: border-box;
            display: flex;
            min-width: 38px;
            justify-content: center;
        }

@media (max-width: 1399px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 14px 10px 14px 10px;
        height: 44px;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 0.813rem;
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        font-size: 14px;
        padding: 11px 15px 11px 15px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
        padding: 10px;
        font-size: 14px;
        height: 37px;
        box-sizing: border-box;
    }
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
        display: block;
        font-size: 14px;
        line-height: 25px;
    }
}

.headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width: 12px;
    height: 14px;
    padding: 21px;
    font-size: 0;
    filter: invert(1);
    background: url(../images/angle-down.svg) no-repeat center center;
}

@media (max-width: 1199px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        margin-left: 0;
        padding: 18px 17px;
        height: 42px;
    }

    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        padding: 18px 20px;
    }
}

@media (max-width: 480px) {
    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        height: 37px;
        padding: 18px 20px;
    }
}

.headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu {
    background: #fff;
    padding: 0 0 14px 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    min-width: 271px;
    width: 100%;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li {
        border-bottom: 1px solid #ECECEC;
        padding: 14px 0;
        box-sizing: border-box;
    }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li:last-child {
            border-bottom: 0;
        }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item {
            padding: 0 24px;
        }

            .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover {
                background: transparent;
            }

                .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active .iconsItemAccount, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover .iconsItemAccount {
                    background-color: #00819b;
                }

.headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .itemNameAccount {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        color: #111;
    }

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .iconsItemAccount {
        padding: 14px;
        background: #005EB8;
        box-sizing: border-box;
    }

@media (max-width: 767px) {
    .statisticsSection.SecondStatisticsDesign {
        padding: 100px 0;
    }
}

.statisticsSection .statisticsSectionMain {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain.firstStatisticsCard {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .statisticsSection .statisticsSectionMain.lastStatisticsCard {
        padding-top: 0;
    }
}

.statisticsSection.bg-blue .counter-count-main > div {
    color: #fff;
}

.bg-blue {
    background: #0C1C64 !important;
}

.inlineTags {
    margin-bottom: 3rem;
}

    .inlineTags .inlineTagsInner {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        padding: 4px 8px;
        background: #005EB8;
        color: #fff;
        display: inline-block;
        border-radius: 20px;
    }

.statisticsCounter {
    margin-bottom: 32px;
}

    .statisticsCounter .counter-count-main > div {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0.75px;
    }

.statisticsPara {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #F1F1F1;
    max-width: 320px;
    margin: 0 auto;
    min-height: 66px;
}

.bottomLink a {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.statisticsFull .statisticsSectionMainFull {
    display: flex;
    padding: 0 0 80px 0 !important;
    gap: 60px;
}

@media (max-width: 767px) {
    .statisticsFull .statisticsSectionMainFull {
        gap: 30px;
    }
}

.statisticsFull .statisticsSectionMainFull .statisticsParaFull {
    font-size: 18px;
    color: #F1F1F1;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    max-width: 526px;
}

    .statisticsFull .statisticsSectionMainFull .statisticsParaFull .bottomLink a {
        color: #ccc;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        display: block;
        text-align: left;
        margin-top: 40px;
    }

.statisticsFull .statisticsSectionMainFull:last-child {
    padding-bottom: 0px !important;
}

.testimonialSection {
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonialSection .position-relative img {
        width: 100%;
    }
}

.testimonialSection .overlayBg {
    z-index: -1;
    width: calc(50% + 340px);
}

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: 100%;
        height: calc(50% + 110px) !important;
        bottom: 0px !important;
        top: auto !important;
    }
}

@media (max-width: 991px) {
    .testimonialSection .overlayBg {
        width: calc(50% + 130px);
    }
}

@media (max-width: 767px) {
    .testimonialSection .overlayBg {
        width: calc(100% + 0px);
    }
}

.testimonialSection .testimonialContents h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #111;
    margin-bottom: 40px;
}

    .testimonialSection .testimonialContents h4 a {
        color: #005EB8;
        text-decoration: none;
    }

.userInforTestimonial {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
}

    .userInforTestimonial .testiuserIcon img {
        border-radius: 32px;
        width: 32px;
        height: 32px;
    }

    .userInforTestimonial .testiuserdetails h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #111;
        margin-bottom: 0;
    }

    .userInforTestimonial .testiuserdetails p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        margin-bottom: 0;
    }

.userInformVideoIcon .video-button .video-btn-title {
    gap: 1px;
}

    .userInformVideoIcon .video-button .video-btn-title p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        margin-bottom: 0;
    }

    .userInformVideoIcon .video-button .video-btn-title span {
        font-size: 14px;
        color: #111;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: 90px;
        text-align: left;
    }

.comparisonMatrixCol .skyblue {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    top: 0px;
    left: 100%;
}

@media (max-width: 767px) {
    .comparisonMatrixCol .skyblue {
        display: none;
    }
}

.comparisonMatrixCol .skyblueLeft {
    width: 39.75px;
    height: 39.75px;
    background-color: #00BDDA;
    position: absolute;
    bottom: 0px;
    right: 100%;
}

@media (max-width: 767px) {
    .comparisonMatrixCol .skyblueLeft {
        display: none;
    }
}

.comparisonMatrixCol .comparisonMatrixMain {
    background-color: #fff;
}

    .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader {
        background: #0C1C64;
        padding: 40px;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader h4 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #fff;
            margin-bottom: 6px;
        }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #fff;
            margin-bottom: 0px;
        }

    .comparisonMatrixCol .comparisonMatrixMain .comparisonListed {
        padding-left: 0;
        border-left: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li {
            list-style: none;
            padding: 30px 40px;
            box-sizing: border-box;
            border-bottom: 1px solid #ECECEC;
        }

            .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a {
                text-decoration: none;
                display: flex;
                justify-content: space-between;
            }

                .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a .comparisonListedItem {
                    color: #111;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 19px;
                }

.tableofContent.mainAccordionSec .accordion .accordion-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #ECECEC;
}

    .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 28px;
        box-sizing: border-box;
        position: relative;
    }

        .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button:after {
            content: "";
            position: absolute;
            background: url(../images/angle-down.svg) no-repeat center center;
            height: 20px;
            background-size: contain;
            right: 16px;
        }

    .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-body {
        padding: 28px;
        box-sizing: border-box;
        background: #fff;
    }

.tableofContent .accordion .accordion-item {
    border: 0;
    margin-bottom: 20px;
}

    .tableofContent .accordion .accordion-item .accordion-header .accordion-button {
        background: #ffffff;
        border: 0;
        box-shadow: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        color: #111;
        padding: 24px;
        box-sizing: border-box;
        border-radius: 0;
    }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:hover {
            background: #ECECEC;
        }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:focus {
            box-shadow: none;
        }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
            background: #F5F9FC;
        }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:hover {
                background: #E0ECF6;
            }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button:after {
            content: "";
            position: absolute;
            background: url(../images/angle-down.svg) no-repeat center center;
            height: 20px;
            background-size: contain;
            right: 16px;
        }

    .tableofContent .accordion .accordion-item .accordion-body {
        padding: 0 1.25rem;
        background: #F5F9FC;
    }

        .tableofContent .accordion .accordion-item .accordion-body p {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            color: #414141;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

        .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted {
            padding: 0;
        }

            .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li {
                list-style: none;
            }

                .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li a {
                    display: block;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22px;
                    color: #414141;
                    text-decoration: none;
                    padding: 14px 7px;
                    box-sizing: border-box;
                }

.tableMainSection .tableMain .tableSections.tableBodyHeight {
    height: 500px;
    overflow-Y: scroll;
}

    .tableMainSection .tableMain .tableSections.tableBodyHeight thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar {
        width: 6px;
    }

    .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar-thumb {
        background: #0C1C64;
        border-radius: 4px;
    }

.tableMainSection .tableMain .tableSections .table {
    border: 1px solid var(--bs-border-color);
}

    .tableMainSection .tableMain .tableSections .table tr:nth-child(even) {
        background: #F9F9FA;
    }

    .tableMainSection .tableMain .tableSections .table tr th {
        background: #0C1C64;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 24px;
        box-sizing: border-box;
    }

        .tableMainSection .tableMain .tableSections .table tr th svg {
            margin-left: 12px;
        }

    .tableMainSection .tableMain .tableSections .table tr td {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
        padding: 24px;
        box-sizing: border-box;
    }

        .tableMainSection .tableMain .tableSections .table tr td a {
            color: #0C1C64;
        }

        .tableMainSection .tableMain .tableSections .table tr td:last-child {
            text-align: end;
        }

.totalCreditsSec {
    color: #0C1C64 !important;
    background: #F5F9FC;
}

.fixedUpSignupBtn a {
    background: #005EB8;
    padding: 34px 0;
    display: flex;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.fixedPanelSection {
    max-width: 416px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

    .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader {
        background: #0C1C64;
        padding: 40px 24px 22px 24px;
        box-sizing: border-box;
    }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader h2 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #ffffff;
            margin-bottom: 3px;
        }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader p {
            color: #ffffff;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 0px;
        }

    .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul {
        padding: 0;
        margin: 0;
    }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li {
            list-style: none;
            border-bottom: 1px solid #ECECEC;
            text-decoration: none;
            color: #414141;
            display: flex;
            justify-content: space-between;
            padding: 40px 24px;
            box-sizing: border-box;
        }

            .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSec {
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 14px;
            }

            .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSecValue {
                font-size: 14px;
                color: #414141;
                font-style: normal;
                font-weight: 400;
                line-height: 14px;
            }

.viewOnMapsBtn {
    margin-bottom: 40px;
}

    .viewOnMapsBtn a {
        border-radius: 4px;
        border: 1px solid #ddd;
        display: inline-block;
        padding: 8px;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        color: #111111;
    }

        .viewOnMapsBtn a:hover {
            background: #ECECEC;
        }

.regisEventsSec {
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ECECEC;
    text-align: center;
}

    .regisEventsSec a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        color: #111111;
        text-decoration: none;
        background: #E0ECF6;
        padding: 14px;
        box-sizing: border-box;
        border-radius: 4px;
    }

        .regisEventsSec a:hover {
            background: #B3CFEA;
        }

.fixedPanelDateTime {
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 4px;
}

    .fixedPanelDateTime .fixedPanelPadding {
        padding: 60px 60px 0px 60px;
        box-sizing: border-box;
    }

@media (max-width: 767px) {
    .fixedPanelDateTime .fixedPanelPadding {
        padding: 30px 30px 0px 30px;
    }
}

.fixedPanelDateTime .fixedPanelDateTimeMain {
    margin-bottom: 57px;
}

    .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle svg {
            margin-top: 10px;
        }

    .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates {
        display: flex;
        gap: 16px;
        align-items: self-start;
    }

        .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem h3 {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

        .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.025px;
            margin-bottom: 0;
            color: #414141;
        }

    .fixedPanelDateTime .fixedPanelDateTimeMain:nth-child(2) {
        margin-bottom: 33px;
    }

.overlineContents {
    margin-bottom: 52px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
}

.bg-light-blue {
    background: #005EB8;
}

.bg-dark-blue {
    background: #0C1C64 !important;
}

.tags-seprate span a {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #414141;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.ceHeaderNew .hero-banner {
    color: #414141;
}

.ceHeaderNew .banner-content-wrapper {
    padding-left: 1.5rem;
}

.ceHeaderNew .header-image {
    width: calc(50% - 100px);
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image {
        width: 100%;
    }
}

.ceHeaderNew .header-image .bg-line2 {
    left: 0;
    width: 110px;
    background-color: #005EB8;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image .bg-line2 {
        width: 100%;
        height: 55px;
        top: -83px;
        top: -105px;
    }
}

.ceHeaderNew .header-image .bg-line1 {
    left: -110px;
    width: 110px;
    background-color: #00BDDA;
    bottom: 0;
    top: auto;
    height: 110px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-image .bg-line1 {
        width: 100%;
        height: 55px;
        top: -55px;
        left: 0;
    }
}

.ceHeaderNew .header-pinned-content {
    background: transparent;
    height: 188px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .pinned-content-inner {
        top: -305px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth {
    text-align: left;
    padding: 46px 48px;
    box-sizing: border-box;
    border-right: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 1399px) {
    .ceHeaderNew .header-pinned-content .datedMonth {
        padding: 30px 5px;
        border: 0;
    }
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .datedMonth {
        padding: 15px 15px;
        border-bottom: 1px solid #ECECEC;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
        margin-bottom: 15px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

@media (max-width: 1366px) {
    .ceHeaderNew .header-pinned-content .datedMonth h6 {
        font-size: 25px;
    }
}

.ceHeaderNew .header-pinned-content .datedMonth h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-bottom: 13px;
}

.ceHeaderNew .header-pinned-content .datedMonth .monthSectionHeader {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
}

.courseCards .courseCardsMain ul {
    padding: 0;
    margin: 0;
}

    .courseCards .courseCardsMain ul li {
        list-style: none;
        background: #ffffff;
        padding: 40px 45px;
        box-sizing: border-box;
        border: 1px solid #ECECEC;
        border-left: 15px solid #E0ECF6;
    }

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li {
        padding: 20px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles {
        display: block;
        margin-bottom: 10px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #6C6C6C;
    gap: 16px;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
        display: block;
    }
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner {
        margin-bottom: 10px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInner h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleInner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    color: #414141;
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
        justify-content: flex-start;
        margin-top: 5px;
        margin-bottom: 30px;
    }
}

.courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain .courseTitleitem {
    border-radius: 20px;
    padding: 10px;
    background: #E0ECF6;
    gap: 6px;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: #111111;
    justify-content: center;
    align-items: center;
}

.courseCards .courseCardsMain ul li:hover {
    background-color: #F6F6F7;
}

    .courseCards .courseCardsMain ul li:hover .btn {
        background: #00819B;
    }

.courseCards .courseCardsMain .seeCourseSection {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain .seeCourseSection {
        display: block;
    }
}

@media (max-width: 767px) {
    .courseCards .courseCardsMain .seeCourseSection .tags-seprate {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .mosaicSection .container-sm {
        max-width: 1100px;
    }
}

.mosaicthreebox {
    max-width: 330px;
    min-height: 330px;
    border: 2px solid #ECECEC;
}

@media (max-width: 992px) {
    .mosaicthreebox {
        min-height: 230px;
    }
}

@media (max-width: 776px) {
    .mosaicthreebox {
        min-height: 230px;
        max-width: 100%;
    }
}

.mosaicthreebox .mosaicbottomtext.font-smallest {
    bottom: 24px;
    left: 24px;
}

    .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 23px;
        color: #111111;
        font-weight: 400;
        line-height: 38px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

@media (max-width: 992px) {
    .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 18px;
        line-height: 30px;
    }
}

.mosaicthreebox.bg-danger-color .btn-danger:hover {
    background: #FFB443;
}

.mosaicBoxesPadding {
    padding: 70px 0 94px 0;
    box-sizing: border-box;
}

.mosaicBoxes {
    border-bottom: 2px solid #ECECEC;
    border-top: 2px solid #CF4520;
    padding: 94px 0 70px 0;
}

    .mosaicBoxes .qafp_certification {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        color: #111111;
        letter-spacing: 0.1px;
    }

.mosaic-height-275 {
    min-height: 275px;
}

@media (max-width: 991px) {
    .mosaic-height-275.singlemosaic {
        min-height: 234px;
    }
}

@media (max-width: 480px) {
    .mosaic-height-275.singlemosaic {
        min-height: 177px;
    }
}

@media (max-width: 1199px) {
    .mosaic-height-275 {
        min-height: 234px;
    }
}

@media (max-width: 991px) {
    .mosaic-height-275 {
        min-height: 100%;
    }
}

.mosaic-maxwiddth-275 {
    max-width: 275px;
}

@media (max-width: 767px) {
    .mosaic-maxwiddth-275 {
        max-width: 100%;
    }
}

.mosaic-height {
    min-height: 550px;
}

@media (max-width: 992px) {
    .mosaic-height {
        min-height: 440px;
    }
}

.color-light-blue {
    background: #00819B !important;
}

.bg-danger-color {
    background-color: #BA0C2F !important;
}

.btn-danger.btnIcon.paddingsbtnSection:hover {
    background: #FFB443;
}

.mosaicbottomcalltoaction {
    padding: 12px;
    box-sizing: border-box;
}

    .mosaicbottomcalltoaction .mosaiccontent {
        margin-bottom: 28px;
    }

.paddingsbtnSection {
    padding: 9px 6.5px !important;
    box-sizing: border-box;
}

@media (max-width: 360px) {
    .paddingsbtnSection {
        padding: 6px 3.5px !important;
    }
}

.mosaicMain {
    background: #E0ECF6;
    position: relative;
    height: 100%;
    max-width: 275px;
}

@media (max-width: 767px) {
    .mosaicMain {
        max-width: 100%;
    }
}

.mosaicMain .mosaicbottomtextsimple {
    padding: 36px;
    box-sizing: border-box;
}

    .mosaicMain .mosaicbottomtextsimple .heading-bar {
        margin-bottom: 30px;
    }

    .mosaicMain .mosaicbottomtextsimple .mosaiccontent {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 40px;
    }

.mosaicMain .mosaiImg {
    position: relative;
    height: 100%;
}

    .mosaicMain .mosaiImg:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
    }

    .mosaicMain .mosaiImg img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.mosaicMain .mosaicbottomtext {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    top: auto;
    z-index: 3;
}

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext {
        left: 28px;
        bottom: 28px;
        right: 28px;
    }
}

@media (max-width: 767px) {
    .mosaicMain .mosaicbottomtext .heading-bar {
        height: 3px;
    }
}

.mosaicMain .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 45px;
    }
}

.mosaicVideo {
    position: relative;
}

@media (max-width: 767px) {
    .mosaicVideo .heading-bar {
        height: 3px;
    }
}

.mosaicVideo .header-image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .mosaicVideo .header-image {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .mosaicVideo .header-image {
        height: 86vw;
    }
}

.mosaicVideo video {
    filter: blur(2.5px);
    transform: scale(1.1);
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mosaicVideo:hover .header-image img,
.mosaicVideo:hover .header-image video {
    filter: blur(0);
}

.mosaicVideo .mosaicbottomtext {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    top: auto;
    z-index: 3;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext {
        bottom: 28px;
        left: 28px;
        right: 28px;
    }
}

.mosaicVideo .mosaicbottomtext .mosaiccontent {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 66px;
}

@media (max-width: 1200px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .mosaicVideo .mosaicbottomtext .mosaiccontent br {
        display: none;
    }
}

.mosaicVideo .video-btn-icon {
    border-color: #ffffff;
}

.mosaicVideo:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.mosaicbottomtext.font-smallest {
    bottom: 36px;
    left: 36px;
}

    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
        letter-spacing: 0;
    }

@media (max-width: 1200px) {
    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 992px) {
    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {
    .mosaicbottomtext.font-smallest .mosaiccontent {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0px;
    }
}

.mosaicbottomtext.font-smallest .heading-bar {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .mosaicbottomtext.font-smallest .heading-bar {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mosaicbottomtext.font-smallest .heading-bar {
        height: 3px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .mosaicbottomtext.font-smallest {
        bottom: 16px;
        left: 16px;
    }
}

.mosaicMain.bg-danger-color .mosaiccontent {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
}

.HW-137 {
    width: 137px;
    height: 137px;
}

@media (max-width: 992px) {
    .HW-137 {
        width: 126px;
        height: 126px;
    }
}

@media (max-width: 767px) {
    .HW-137 {
        width: 100%;
        height: auto;
    }
}

.FullMaxwidth {
    max-width: 100%;
}

@media (max-width: 767px) {
    .FullMaxwidth {
        height: 86vw;
        min-height: auto;
    }
}

.negative-me-1 {
    margin-right: -1px;
}

@media (max-width: 767px) {
    .mobileViewPaddingFull {
        padding: 0;
    }
}

.mrt-40 {
    margin-top: 40px;
}

.pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
    word-wrap: break-word;
}

.designationsExplainer > .position-relative {
    padding: 14px;
}

.dashboardHeader {
    border-bottom: 2px solid #ECECEC;
    background: #ffffff;
}

@media (max-width: 991px) {
    .dashboardHeader {
        padding: 27px 0;
    }
}

.dashboardHeader .navbar-toggler {
    width: 40px;
    height: 42px;
    border: 1px solid #ECECEC;
    background: url(../images/menu-toggle.svg) no-repeat center center;
}

    .dashboardHeader .navbar-toggler:focus {
        box-shadow: none;
    }

    .dashboardHeader .navbar-toggler[aria-expanded=true] {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

@media (max-width: 767px) {
    .dashboardHeader .MaineMenusSec {
        margin: 0 -30px;
    }
}

.dashboardHeader .navbar {
    padding: 0;
}

    .dashboardHeader .navbar .rightHeaderSection {
        display: flex;
        justify-content: end;
        gap: 10px;
    }

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-collapse {
        order: 3;
    }
}

.dashboardHeader .navbar .navbar-brand {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 42px 36px 40px 0px;
    box-sizing: border-box;
    position: relative;
    margin-right: 0;
}

    .dashboardHeader .navbar .navbar-brand.active:before {
        content: "";
        height: 2px;
        background: #005EB8;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
    }

    .dashboardHeader .navbar .navbar-brand:before {
        content: "";
        height: 2px;
        background: transparent;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
    }

    .dashboardHeader .navbar .navbar-brand:hover:before {
        background-color: #005EB8;
    }

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-brand {
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li {
        border-bottom: 1px solid #ECECEC;
    }

        .dashboardHeader .navbar .navbar-nav > li:last-child {
            border: 0;
        }
}

.dashboardHeader .navbar .navbar-nav > li a {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 42px 36px 40px 0px;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li a {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .dashboardHeader .navbar .navbar-nav > li a {
        padding: 15px 30px;
    }
}

.dashboardHeader .navbar .navbar-nav > li a:before {
    content: "";
    height: 4px;
    background: transparent;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-100%);
    transition: all 0.2s ease-in;
}

.dashboardHeader .navbar .navbar-nav > li a:hover:before {
    background-color: #005EB8;
}

.dashboardHeader .navbar .navbar-nav > li.active > a:before {
    content: "";
    height: 4px;
    background: #005EB8;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-100%);
}

@media (max-width: 991px) {
    .dashboardHeader .navbar .navbar-nav > li.active > a:before {
        left: 30px;
        transform: none;
    }
}

.dashboardHeader .navbar .profileNotificationBar {
    gap: 16px;
}

    .dashboardHeader .navbar .profileNotificationBar .btn-group {
        display: block;
    }

        .dashboardHeader .navbar .profileNotificationBar .btn-group.active:before {
            content: "+";
            border-radius: 2px 2px 0px 0px;
            margin: 0 auto;
            position: absolute;
            bottom: -28px;
            font-size: 0;
            background: #005EB8;
            width: 24px;
            height: 4px;
            left: 50%;
            transform: translateX(-50%);
        }

        .dashboardHeader .navbar .profileNotificationBar .btn-group.userProf .btn {
            background: transparent !important;
        }

        .dashboardHeader .navbar .profileNotificationBar .btn-group > button {
            background-color: #CF4520;
            border-radius: 100%;
            width: 42px;
            height: 42px;
            padding: 0;
            border: 0;
            overflow: hidden;
            position: relative;
        }

            .dashboardHeader .navbar .profileNotificationBar .btn-group > button::after {
                display: none;
            }

            .dashboardHeader .navbar .profileNotificationBar .btn-group > button > img {
                object-fit: cover;
                object-position: center;
                height: 42px;
                width: 42px;
                overflow: hidden;
                border-radius: 100%;
                border: 2px solid #B3CFEA;
            }

.dropdown-menu.profile-dropdown {
    border: 0;
    left: auto;
    border-radius: 0;
    min-width: 271px;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    /* border-top: 4px solid #CF4520; */
    padding: 18px 0;
    right: 0;
    top: 58px;
}

@media (max-width: 767px) {
    .dropdown-menu.profile-dropdown {
        min-width: 260px;
        margin-top: 15px;
    }
}

.dropdown-menu.profile-dropdown > li {
    border-bottom: 1px solid #ECECEC;
    padding: 0;
}

    .dropdown-menu.profile-dropdown > li > .dropdown-item {
        padding: 14px 24px;
        white-space: inherit;
    }

        .dropdown-menu.profile-dropdown > li > .dropdown-item:hover, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus {
            background-color: transparent !important;
        }

            .dropdown-menu.profile-dropdown > li > .dropdown-item:hover .MenuDropDown .MenuDropDownItem .bgIconColor, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus .MenuDropDown .MenuDropDownItem .bgIconColor {
                background-color: #00819b;
            }

        .dropdown-menu.profile-dropdown > li > .dropdown-item.profile-item {
            padding: 8px 24px 18px;
            cursor: auto;
        }

        .dropdown-menu.profile-dropdown > li > .dropdown-item h2 {
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #111111;
        }

        .dropdown-menu.profile-dropdown > li > .dropdown-item p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #6c6c6c;
            letter-spacing: 0.025px;
            margin-bottom: 0;
        }

    .dropdown-menu.profile-dropdown > li .MenuDropDown {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            color: #111111;
        }

            .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem .bgIconColor {
                background: #005EB8;
                padding: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .dropdown-menu.profile-dropdown > li:last-child {
        border-bottom: 0px;
    }

.dropdown-menu.profile-dropdown .usersProfiles .userProfilesImages {
    text-align: center;
    margin-bottom: 16px;
}

.dropdown-menu.profile-dropdown .usersProfiles h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #111111;
    margin-bottom: 8px;
    text-align: center;
}

.dropdown-menu.profile-dropdown .usersProfiles h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .dashboardHeader .navbar .container-fluid {
        padding: 0 !important;
    }
}

.dashboard-block {
    margin-bottom: 72px;
    background-color: #F9F8F8;
    padding: 12px 0 0;
    overflow: hidden;
}

    .dashboard-block .sidebar-bg {
        background-color: #ffffff;
    }

        .dashboard-block .sidebar-bg:after {
            content: "";
            background: #fff;
            position: absolute;
            left: 0;
            height: 100%;
            bottom: 0;
            width: 4000px;
        }

    .dashboard-block .sidebar-area {
        position: relative;
        background-color: #ffffff;
        z-index: 1;
    }

        .dashboard-block .sidebar-area::after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 4000px;
            background: #ffffff;
        }

        .dashboard-block .sidebar-area .sidebar-inner-fixed {
            background-color: #ffffff;
        }

@media (min-width: 992px) {
    .dashboard-block .sidebar-area .sidebar-inner-fixed.fixed {
        position: fixed;
        top: 0;
    }
}

.dashboard-block.dashboard-empty .sidebar-bg:after {
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .dashboard-block.dashboard-empty .dashboard-sidebar {
        padding: 65px 0 60px 60px;
    }
}

.dashboard-content-panel {
    background-color: #F9F8F8;
    position: relative;
}

@media (max-width: 991px) {
    .dashboard-content-panel {
        margin-right: -30px;
        min-height: initial;
    }
}

.dashboard-content-panel:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #F9F8F8;
    z-index: -1;
}

@media (max-width: 767px) {
    .dashboard-content-panel h1 {
        font-size: 40px;
    }
}

.dashboard-content-panel .welcome-text {
    padding: 72px 0 63px 0;
    background: #FBFBFB;
    margin-bottom: 12px;
    position: relative;
}

@media (max-width: 767px) {
    .dashboard-content-panel .welcome-text {
        padding: 40px 0 40px 0;
    }
}

.dashboard-content-panel .welcome-text:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #FBFBFB;
}

.pr-80 {
    padding-right: 30px !important;
}

@media (min-width: 992px) {
    .pr-80 {
        padding-right: 80px !important;
    }
}

.view-all-btn {
    background-color: #FBFBFB;
    position: relative;
    padding: 40px 0;
}

@media (max-width: 991px) {
    .view-all-btn {
        margin-right: -30px;
        padding-right: 30px;
    }
}

.view-all-btn:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: #FBFBFB;
}

.badge-default {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: #111111;
    border: 1px solid #ececec;
    display: inline-flex;
    padding: 10px 14px 10px 10px;
    align-items: baseline;
    gap: 6px;
    border-radius: 20px;
    background: #E0ECF6;
    margin: 0 6px 12px 0;
    justify-content: center;
    min-width: 40px;
}

    .badge-default i {
        color: #005EB8;
    }

    .badge-default.badge-danger {
        background-color: #F9E9E4;
    }

        .badge-default.badge-danger i {
            color: #CF4520;
        }

.badge-btn {
    position: relative;
}

    .badge-btn .btn {
        background-color: #F9E9E4;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        position: relative;
        color: #CF4520;
    }

        .badge-btn .btn::after {
            display: none;
        }

        .badge-btn .btn .red-dot {
            width: 10px;
            height: 10px;
            border-radius: 20px;
            background: #CF4520;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 5px;
        }

    .badge-btn .dropdown-menu {
        border-radius: 0;
        border: 0;
        padding: 0;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        left: auto !important;
        right: 0 !important;
    }

        .badge-btn .dropdown-menu li a {
            color: #414141;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: block;
            padding: 14px;
            background-color: #ffffff;
        }

        .badge-btn .dropdown-menu li:nth-child(even) a {
            background-color: #FBFBFB;
        }

.accordion-style .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 16px;
}

    .accordion-style .accordion-item:last-child {
        margin-bottom: 0;
    }

    .accordion-style .accordion-item .accordion-header .accordion-button {
        padding: 30px 0;
        border: 0;
        border-bottom: 1px solid #ECECEC;
        background: #FBFBFB;
        border-radius: 0;
        color: #111111;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        position: relative;
        box-shadow: none !important;
    }

        .accordion-style .accordion-item .accordion-header .accordion-button:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: -1px;
            width: 4000px;
            background: #FBFBFB;
            border-bottom: 1px solid #ECECEC;
        }

        .accordion-style .accordion-item .accordion-header .accordion-button:after {
            content: "\f078";
            -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;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            background: none;
        }

    .accordion-style .accordion-item .accordion-collapse .accordion-body {
        background: #FBFBFB;
        position: relative;
        padding: 40px 0;
    }

        .accordion-style .accordion-item .accordion-collapse .accordion-body:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: -1px;
            width: 4000px;
            background: #FBFBFB;
        }

.position-content.min-height .position-card {
    min-height: 386px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .position-content.min-height .position-card {
        min-height: initial;
        display: block;
        padding: 100px 0;
    }
}

.dashboard-sidebar {
    padding: 60px 0 60px 60px;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .dashboard-sidebar:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4000px;
        background: #ffffff;
    }
}

.certification-progress-main .certification-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

    .certification-progress-main .certification-head .certification-text {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #111111;
    }

    .certification-progress-main .certification-head .certification-percentage {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        color: #6C6C6C;
    }

.progress {
    background: #F9F8F8;
    border-radius: 0;
    height: 5px;
}

    .progress.bg-success {
        background-color: #43B02A !important;
    }

.default-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #111111;
    background-color: #F6F6F7;
    padding: 3px 6px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
}

    .default-tag.bg-light-green {
        background-color: #ecfae4;
    }

        .default-tag.bg-light-green .text-success {
            color: #43B02A !important;
        }

    .default-tag.danger-tag {
        background-color: #F9E9E4;
    }

    .default-tag.light-tag {
        background-color: #E0ECF6;
    }

    .default-tag.warning-tag {
        background-color: #FFF6E8;
    }

.education-list-section {
    border: 1px solid #ECECEC;
    background-color: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

    .education-list-section .education-list-section-icon {
        width: 42px;
    }

        .education-list-section .education-list-section-icon .icon-blue-bg {
            background: #005EB8;
            width: 42px;
            height: 42px;
            padding: 6px 10px 6px 9px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .education-list-section .education-list-section-prograss {
        width: calc(100% - 58px);
    }

        .education-list-section .education-list-section-prograss .education-list-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

            .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 21px;
                color: #111111;
                margin-bottom: 0;
            }

.menu-in-dashboard {
    background: #ffffff;
    margin-bottom: 16px;
    position: relative;
}

@media (max-width: 767px) {
    .menu-in-dashboard {
        padding: 20px 0;
    }
}

.menu-in-dashboard:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 5000px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .menu-in-dashboard:after {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);
    }
}

.menu-in-dashboard .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav {
        display: block;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    padding-top: 23px;
    padding-bottom: 16px;
    position: relative;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
    content: "";
    height: 4px;
    background: transparent;
    width: 37px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
    .menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
        left: 0;
        transform: none;
    }
}

.menu-in-dashboard .navbar-nav .nav-item .nav-link:hover {
    color: #111111;
}

    .menu-in-dashboard .navbar-nav .nav-item .nav-link:hover:before {
        background-color: #005EB8;
    }

.menu-in-dashboard .navbar-nav .nav-item.active .nav-link {
    color: #111111;
}

    .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:before {
        background-color: #005EB8;
    }

    .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:hover:before {
        background-color: #005EB8;
    }

.sidebar-empty-content .empty-bg {
    width: 100%;
    height: 179px;
    padding: 24px 30px;
    margin-bottom: 30px;
    background-color: #FBFBFB;
}

.dashboard-main {
    background-color: #FBFBFB;
}

    .dashboard-main .dashboard-area-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .dashboard-main .dashboard-area-row .small-sidebar-area {
            width: 184px;
            background: #FBFBFB;
            box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
        }

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .small-sidebar-area {
        position: static;
        left: 0;
        top: 89px;
        bottom: 0;
        transition: all 0.2s ease-in;
        z-index: 98;
        width: 100%;
    }
}

.dashboard-main .dashboard-area-row .small-sidebar-area.active {
    left: 0;
}

@media (min-width: 992px) {
    .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed.fixed {
        position: fixed;
    }
}

.dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo {
    height: 105px;
    border-bottom: 2px solid #ECECEC;
    padding: 10px;
}

    .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

.dashboard-main .dashboard-area-row .sidebar-bg {
    width: 247px;
    background: #ffffff;
    border-left: 2px solid #ECECEC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .sidebar-bg {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed.fixed {
        position: fixed;
    }
}

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar:before {
        display: none;
    }
}

.dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item {
    border-radius: 0;
    border-top: 8px solid #F9F8F8;
}

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button {
        border-radius: 0;
        padding: 12px 20px;
        color: #414141;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        border-bottom: 1px solid #ECECEC;
        background: #ffffff;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button:before {
            display: none;
        }

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0;
        background: transparent;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body:before {
            display: none;
        }

.dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    border-top: 8px solid #F9F8F8;
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
        padding: 40px 40px 90px;
    }
}

.dashboard-main .dashboard-area-row .dashboard-scroll-area {
    width: calc(100% - 431px);
    padding: 0;
    min-height: 100vh;
    background-color: #FBFBFB;
}

@media (max-width: 1199px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        padding: 0;
        width: calc(100% - 431px);
    }
}

@media (max-width: 991px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: calc(100% - 327px);
    }
}

@media (max-width: 767px) {
    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: 100%;
        padding: 0;
    }
}

.dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar {
    padding: 0;
}

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main {
        padding: 20px;
    }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text {
            display: flex;
            width: 100%;
            gap: 20px;
            justify-content: space-between;
            color: #111111;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 150% */
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text h4 {
                font-size: inherit;
                margin: 0;
            }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text .badge-btn .btn {
                width: 28px;
                height: 28px;
                padding: 0;
                position: relative;
                border-radius: 0;
                border: 1px solid #ECECEC;
                background: #ffffff;
                color: #111111;
                text-align: center;
                font-size: 12px;
                font-style: normal;
                font-weight: 900;
                line-height: 12px;
            }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head p {
            margin-bottom: 0;
            color: #6C6C6C;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
        }

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .progress-cards {
        padding: 0;
        border-top: 1px solid #ECECEC;
    }

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section {
        padding: 20px 24px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 0;
        border: 0;
    }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss {
            width: 100%;
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                font-size: 12px;
                line-height: 16px;
                color: #414141;
                font-weight: 400;
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 i {
                    margin-right: 6px;
                    font-size: 16px;
                }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc {
                display: flex;
                align-items: center;
                justify-content: space-between;
                line-height: 1;
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress {
                    width: calc(100% - 50px);
                    height: 8px;
                    border-radius: 0;
                    border: 1px solid #ECECEC;
                    ;
                    background-color: transparent;
                }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.progress-in-progress {
                        background-color: #E0ECF6;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.not-started {
                        background-color: #CCCCCC;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.in-review {
                        background-color: #FFF6E8;
                    }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress .progress-bar.bg-success {
                        background-color: #43B02A !important;
                    }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress-percentage {
                    color: #111111;
                    text-align: right;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 12px; /* 100% */
                }

.small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
    background-color: #ffffff;
    bottom: 0;
    overflow: auto;
    padding-bottom: 70px;
    border-right: 1px solid #ECECEC;
    position: fixed;
}

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a {
            padding: 12px 12px;
            display: block;
            color: #111111;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            text-decoration: none !important;
            line-height: 20px;
            position: relative;
            transition: all 0.2s ease-in;
            display: flex;
            align-items: center;
            gap: 8px;
        }
            /* .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 50px;
  width: 3px;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.2s ease-in;
} */
            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a i {
                margin-bottom: 16px;
                color: #111111;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 20px;
                font-style: normal;
                line-height: 1;
                transition: all 0.2s ease-in;
                margin: 0;
                padding: 12px;
            }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a {
            color: #111111;
        }
            /* .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a:after, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a:after {
  background-color: #111111;
} */
            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a i, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a i {
                color: #111111;
            }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a i, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a i {
                background-color: #005EB8;
                color: #ffffff;
            }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul.sidebar-nav-bg {
            background-color: #FBFBFB;
            border-top: 1px solid #ECECEC;
        }

.help-menu-bottom-fixed {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.ce-link-menu-bottom-fixed {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.progress-card-bottom-spacing {
    margin-bottom: 10vh;
}

.divider-space-40 {
    border-top: 1px solid #ECECEC;
    margin: 40px 0;
}

.member-info {
    display: flex;
    flex-wrap: wrap;
}

    .member-info > img {
        width: 85px;
        height: 85px;
        object-fit: cover;
        margin-right: 24px;
    }

    .member-info .member-body {
        width: 100%;
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .member-info .member-body {
        width: calc(100% - 109px);
        margin-top: 0;
    }
}

.member-info .member-body h1 {
    color: #111111;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 136.364% */
    letter-spacing: 0.75px;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .member-info .member-body h1 {
        font-size: 40px;
    }
}

.member-info .member-body .member-id {
    color: #6C6C6C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.025px;
}

.resume-your-journey {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}

    .resume-your-journey h4 {
        color: #111111;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

.inline-tag {
    padding: 4px 8px;
    color: #414141;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #ECECEC;
    background-color: #F9F8F8;
    border-radius: 20px;
    display: inline-flex;
    gap: 4px;
}

.resume-your-journey .btn {
    background-color: #ffffff;
    padding: 8px;
    min-width: 70px;
    font-size: 12px;
}

.resume-your-journey + .information-card {
    margin-top: 0;
}

.document-verify-card {
    padding: 20px;
    background-color: #ffffff;
    border-left: 4px solid #005EB8;
    width: 306px;
    overflow: hidden;
}

.get-started {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .get-started .btn {
        padding: 9px 10px;
        font-size: 12px;
    }

.document-verify-card h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 4px;
    color: #111111;
}

.document-verify-card p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #6C6C6C;
    margin-bottom: 0;
}

.information-card {
    padding: 24px;
    background-color: #ffffff;
    margin-top: 16px;
    border-left: 6px solid #005EB8;
    display: flex;
    gap: 16px;
}

    .information-card .info-icon {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 10px 8px 10px 9px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px;
        background: #F5F9FC;
        color: #005EB8;
    }

    .information-card .information-content {
        padding-right: 0;
        width: 100%;
        position: relative;
    }

@media (min-width: 992px) {
    .information-card .information-content {
        padding-right: 130px;
    }
}

.information-card .information-content h5 {
    color: #111111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

.information-card .information-content p {
    color: #6C6C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.information-card .information-content .info-tag {
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    border-radius: 4px;
    border: 1px solid #ECECEC;
    padding: 5px 7px;
    display: inline-block;
    right: 0;
    top: 0;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .information-card .information-content .info-tag {
        position: absolute;
        margin-top: 0px;
    }
}

.information-card.danger {
    border-color: #CF4520;
}

    .information-card.danger .info-icon {
        background-color: #F9E9E4;
        color: #CF4520;
    }

.information-card.warning {
    border-color: #FFB443;
}

    .information-card.warning .info-icon {
        background-color: #FFF6E8;
        color: #A06500;
    }

.news-updates .art-big-item {
    background-color: #ffffff;
}

    .news-updates .art-big-item .image .imgoverlay {
        height: 261px;
        display: block;
    }

        .news-updates .art-big-item .image .imgoverlay img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .news-updates .art-big-item .text {
        padding: 24px;
    }

.news-updates .shortItem {
    background-color: #ffffff;
    padding: 14px;
}

    .news-updates .shortItem .art-item-inner .image {
        width: 106px;
    }

    .news-updates .shortItem .art-item-inner .text {
        width: calc(100% - 106px);
    }

        .news-updates .shortItem .art-item-inner .text h4 {
            margin-bottom: 0;
        }

.news-updates .artItem {
    position: relative;
    margin-bottom: 16px;
}

    .news-updates .artItem:hover .imgoverlay:after {
        opacity: 0;
    }

.sidebar-toggle-menu {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 10;
    background: #ffffff;
    border-radius: 0 6px 6px 0;
}

    .sidebar-toggle-menu .sidebar-toggler {
        display: none;
        vertical-align: top;
        width: 42px;
        height: 42px;
        border: 1px solid #ECECEC;
        background: url(../images/menu-toggle.svg) no-repeat center center;
        transition: all 0.1s ease-in;
        border-radius: 0 6px 6px 0;
    }

@media (max-width: 991px) {
    .sidebar-toggle-menu .sidebar-toggler {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .sidebar-toggle-menu .sidebar-toggler {
        width: 36px;
        height: 37px;
    }
}

.sidebar-toggle-menu.open {
    left: 183px;
}

    .sidebar-toggle-menu.open .sidebar-toggler {
        background: url(../images/close-icon.svg) no-repeat center center;
    }

.switch-button {
    display: block;
}

    .switch-button input {
        display: none;
    }

        .switch-button input:checked ~ small {
            background: #005EB8;
            transition: 0.3s;
        }

            .switch-button input:checked ~ small:before {
                transform: translate(30px, 0px);
                transition: 0.3s;
            }

    .switch-button small {
        display: block;
        width: 72px;
        height: 42px;
        position: relative;
        background-color: #CCCCCC;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
        border-radius: 30px;
        cursor: pointer;
    }

        .switch-button small:before {
            content: "";
            position: absolute;
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            top: 3px;
            left: 3px;
            transition: 0.3s;
            box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
        }

.switch-row {
    display: flex;
}

    .switch-row .switch-left {
        width: 110px;
        padding-right: 38px;
    }

    .switch-row .switch-field {
        width: calc(100% - 101px);
    }

    .switch-row .form-label {
        display: block;
    }

.filter.accountProfileDashboard .filterWidth {
    background: #FBFBFB;
}

    .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container {
        padding: 0 0px 0 0;
    }

        .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
            width: 320px;
        }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
        width: 100%;
        border-right: 0;
    }
}

.filter.accountProfileDashboard .filterWidth .srchDistance {
    padding: 36px 24px;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #ECECEC;
    border-right: 2px solid #ECECEC;
    position: relative;
}

    .filter.accountProfileDashboard .filterWidth .srchDistance::after {
        background: #ffffff;
        content: "";
        position: absolute;
        right: 99%;
        width: 555rem;
        height: calc(100% + 1px);
        top: -1px;
        border-left: none;
        transition: 0.3s all;
        z-index: 0;
    }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .srchDistance::after {
        display: none;
    }
}

.filter.accountProfileDashboard .filterWidth .srchDistance h4 {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 0;
}

    .filter.accountProfileDashboard .filterWidth .srchDistance h4 i {
        color: #005EB8;
    }

@media (max-width: 991px) {
    .filter.accountProfileDashboard .filterWidth .srchDistance {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .filter.accountProfileDashboard .filterWidth .mobileFixedScroll .srchDistance {
        padding: 36px 0px;
    }
}

.filter.accountProfileDashboard .filterWidth .mobilefilterhide ul {
    margin: 0;
    padding: 0;
}

.filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li {
    list-style: none;
}

       


.personalInfoCardMain {
    padding-left: 98px;
    padding-right: 12px;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
}


@media (max-width: 1199px) {
    .personalInfoCardMain {
        padding-left: 55px;
        padding-right: 55px;
    }
}

.personalInfoCardMain.bg-sky-light::after {
    content: "";
    width: 500rem;
    top: 0;
    bottom: 0;
    left: 99%;
    position: absolute;
    background-color: #F5F9FC;
}

@media (max-width: 991px) {
    .personalInfoCardMain.bg-sky-light::after {
        left: -50%;
    }
}

.personalInfoCardMain.light-gray-bg {
    background-color: #FBFBFB;
}

    .personalInfoCardMain.light-gray-bg::after {
        content: "";
        width: 500rem;
        top: 0;
        bottom: 0;
        left: 99%;
        position: absolute;
        background-color: #FBFBFB;
    }

@media (max-width: 991px) {
    .personalInfoCardMain.light-gray-bg::after {
        left: -50%;
    }
}

.personalInfoCardMain.bg-warning-light {
    background-color: #FDF8F6;
}

    .personalInfoCardMain.bg-warning-light::after {
        content: "";
        width: 500rem;
        top: 0;
        bottom: 0;
        left: 99%;
        position: absolute;
        background-color: #FDF8F6;
    }

@media (max-width: 991px) {
    .personalInfoCardMain.bg-warning-light::after {
        left: -50%;
    }
}

.personalInfoCardMain .personalInfoCard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC;
    padding-top: 96px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead {
        padding-bottom: 20px;
    }
}

.personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px;
    }
}

.personalInfoCardMain .personalInfoCard .personalInfoHead p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    margin-bottom: 0;
    color: #414141;
}

@media (max-width: 1199px) {
    .personalInfoCardMain .personalInfoCard .personalInfoHead p {
        font-size: 18px;
    }
}

.personalInfoCardMain .personalInfoCard .default-tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 14px 10px 10px;
    box-sizing: border-box;
    gap: 6px;
}

.personalInfoCardMain .form-control:disabled {
    background-color: #F9F8F8;
    opacity: 0.5;
}

.aboutInfoCard {
    padding: 48px 0 64px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .aboutInfoCard {
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 767px) {
    .aboutInfoCard {
        padding: 30px 0 30px 0;
    }
}

.aboutInfoCard p {
    color: #6C6C6C;
    max-width: 537px;
}

@media (max-width: 1199px) {
    .aboutInfoCard p {
        font-size: 18px;
        max-width: 100%;
    }
}

.aboutInfoCard .personalInfoHead {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

    .aboutInfoCard .personalInfoHead i {
        font-size: 21px;
    }

    .aboutInfoCard .personalInfoHead .aboutHeading {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .aboutInfoCard .personalInfoHead .aboutHeading {
        font-size: 20px;
    }
}

.profilephotoSection {
    padding: 80px 0 80px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
}

@media (max-width: 1199px) {
    .profilephotoSection {
        padding: 55px 0 55px 0;
    }
}

.profilesimage {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
}

.profileImgDescription {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #6C6C6C;
}

a.viewProfileGuidLine {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
}

.datepicker-dropdown {
    margin-left: 0px;
}

.heightSetofField .select2 .selection .select2-selection {
    height: 42px !important;
}

.checkBoxListed {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .checkBoxListed li {
        list-style: none;
        flex: 0 0 50%;
        margin-bottom: 24px;
    }

        .checkBoxListed li:last-child {
            margin-bottom: 0;
        }

        .checkBoxListed li label {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #111111 !important;
            margin-bottom: 0 !important;
            vertical-align: middle;
        }

        .checkBoxListed li .form-check {
            margin-bottom: 0 !important;
            line-height: 1;
        }

            .checkBoxListed li .form-check .form-check-input[type=checkbox],
            .checkBoxListed li .form-check .form-check-input[type=radio] {
                margin-top: 1px;
            }

@media (max-width: 767px) {
    .checkBoxListed {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .fileUploadDragSection {
        margin-top: 20px;
    }
}

.fileUploadDragSection .uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

    .fileUploadDragSection .uploader #start.hidden {
        display: none;
    }

    .fileUploadDragSection .uploader #start i.fa {
        font-size: 50px;
        margin-bottom: 1rem;
        transition: all 0.2s ease-in-out;
    }

.fileUploadDragSection .uploader #response {
    float: left;
    clear: both;
    width: 100%;
    display: none;
}

    .fileUploadDragSection .uploader #response.hidden {
        display: none;
    }

    .fileUploadDragSection .uploader #response #messages {
        margin-bottom: 0.5rem;
    }

.fileUploadDragSection .uploader #file-image {
    display: inline;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 10px;
    object-fit: cover;
}

    .fileUploadDragSection .uploader #file-image.hidden {
        display: none;
    }

.fileUploadDragSection .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 10px; 
    padding-right: 10px;
}

    .fileUploadDragSection .uploader #notimage.hidden {
        display: none;
    }

.fileUploadDragSection .uploader input[type=file] {
    display: none;
}

.fileUploadDragSection .uploader div {
    margin: 0 0 0 0;
    color: #6C6C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /*margin-bottom: 16px;*/
}

.fileUploadDragSection .uploader .btn {
    display: inline-flex;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    outline: none;
    gap: 14px;
    padding: 14px 28px 14px 14px;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

#guidelinesPop.modal .modal-content .modal-body.mCustomScrollbar {
    height: 80vh;
}

.pl-20 {
    padding-left: 20px;
}

.select2.select2-container--disabled {
    cursor: no-drop;
}

    .select2.select2-container--disabled:after {
        background-color: #F9F8F8;
        border-color: #F9F8F8;
        opacity: 0.5;
    }

    .select2.select2-container--disabled .selection .select2-selection {
        background: #F9F8F8;
        border-color: #F9F8F8;
    }

        .select2.select2-container--disabled .selection .select2-selection .select2-selection__rendered {
            color: #6C6C6C;
        }

@media (min-width: 992px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 164px);
    }
}

@media (min-width: 1200px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 254px);
    }
}

@media (min-width: 1400px) {
    .toolFilters .filter.accountProfileDashboard {
        width: calc(50% - 356px);
    }
}

@media (min-width: 992px) {
    .wrapper-with-sidebar .col-lg-4 {
        width: 320px;
    }
}

@media (min-width: 992px) {
    .wrapper-with-sidebar .col-lg-8 {
        width: calc(100% - 320px);
    }
}

.homeTextImagesArea .yellow {
    background: #00BDDA !important;
}

.SearchBoxButtonsSeperate {
    display: flex;
    gap: 14px;
    align-content: center;
}

    .SearchBoxButtonsSeperate button {
        max-width: 112px;
    }

@media (max-width: 767px) {
    .SearchBoxButtonsSeperate button {
        max-width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .SearchBoxButtonsSeperate {
        display: block;
    }
}

.textImageAreaParaTxt {
    font-size: 14px;
    color: #414141;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.comparisonTitlte.text-center {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 122px;
}

@media (max-width: 767px) {
    .comparisonTitlte.text-center {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.bg-cyans {
    background: #E0ECF6;
}

.allArticlesDateBar .single_select.short + .select2::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 1px;
    background: url(../images/sortby.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.imageCaptions {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #6C6C6C;
    text-align: end;
    padding-top: 12px;
    padding-right: 12px;
}

.SmallTextPresents {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
}

.hederBtmSection {
    height: 50px;
    background: #F6F6F7;
    width: 100%;
}

.py-160 {
    padding: 160px 0;
}

.py-80 {
    padding: 80px 0;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-60 {
    margin-bottom: 60px;
}

.contentSmallest {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #414141;
}

.borderNoneOnBottom {
    border-bottom: 0 !important;
}

.datepicker-dropdown td,
.datepicker-dropdown th {
    text-align: center;
}

.datepicker-dropdown {
    margin-left: 0px !important;
}

.contactsFormFields textarea {
    height: 90px !important;
}

.searchersListSec {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}

    .searchersListSec li {
        list-style: none;
        padding: 48px 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #ECECEC;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 225px;
    }

        .searchersListSec li h2 {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 0px;
            max-width: 526px;
        }

            .searchersListSec li h2 a {
                text-decoration: none;
                color: #111111;
            }

        .searchersListSec li:last-child {
            border-bottom: 0;
        }

        .searchersListSec li:hover {
            background: #F6F6F7;
        }

.showingResultsNumber {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
}

@media (max-width: 991px) {
    .showingResultsNumber {
        margin-top: 20px;
    }
}

.loading-find-search {
    min-height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loginToViewBtns {
    margin-top: 30px;
}

    .loginToViewBtns a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        display: flex;
        gap: 6px;
        align-items: center;
        border: 1px solid #ECECEC;
        border-radius: 20px;
        padding: 10px;
        box-sizing: border-box;
        color: #414141;
        text-decoration: none;
        background: #ffffff;
    }

.toolFilters .courseCards {
    position: relative;
    z-index: 1;
    border-right: none;
    background-color: #FBFBFB;
    transition: 0.3s all;
}

    .toolFilters .courseCards:after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #fff;
        border: 1px solid #ECECEC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

    .toolFilters .courseCards .courseCardsMain ul li {
        border-right: 0;
        border-bottom: 0;
    }

    .toolFilters .courseCards:hover {
        background-color: #F6F6F7;
    }

        .toolFilters .courseCards:hover:after {
            background-color: #f6f6f7;
        }

.headerHostedBy h2 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    color: #005EB8;
}

.headerHostedBy h6 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .headerHostedBy h6 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 50px;
    }
}

.content-max-widths {
    max-width: 416px;
}

@media (max-width: 992px) {
    .content-max-widths .fixedPanelPadding {
        padding: 60px 30px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .content-max-widths .fixedPanelPadding {
        padding: 60px 60px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .content-max-widths {
        max-width: 100%;
        margin-bottom: 60px;
    }
}

.authorPositionSection {
    display: flex;
}

@media (max-width: 991px) {
    .authorPositionSection {
        display: block;
    }
}

@media (max-width: 991px) {
    .authorPositionSection .userInforTestimonial {
        margin-bottom: 20px;
    }
}

.hostedByPannelSection {
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .hostedByPannelSection {
        padding: 0 10px;
    }
}

.hostedByPannelSection h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.hostedByPannelSection .aboutTheEventsColum p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #414141;
}

.hostedByPannelSection .aboutTheEventsColum ul {
    margin-bottom: 0;
}

    .hostedByPannelSection .aboutTheEventsColum ul li {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        color: #414141;
        letter-spacing: 0.025px;
        margin-bottom: 10px;
    }

        .hostedByPannelSection .aboutTheEventsColum ul li:last-child {
            margin-bottom: 0;
        }

.events-F-A-Q {
    padding: 64px 0;
    box-sizing: border-box;
    position: relative;
}

    .events-F-A-Q h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .events-F-A-Q:after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 30px;
        background: #F6F6F7;
        width: 100%;
        display: block;
    }

.fillOutForm {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.025px;
    color: #414141;
}

.plannerDetails.newPlannerDetails .details .tag span {
    display: flex;
    align-items: center;
}

.plannerDetails.newPlannerDetails .details h1 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.025px;
    color: #414141;
}

.plannerDetails.newPlannerDetails .details .imgD {
    position: relative;
}

    .plannerDetails.newPlannerDetails .details .imgD img {
        border-radius: 20px;
    }

.plannerDetails.newPlannerDetails .circleImageBorderIcon {
    position: absolute;
    top: -16px;
    background: #E0ECF6;
    border-radius: 100%;
    width: 36px;
    display: flex;
    align-items: center;
    padding: 10px;
    right: -16px;
}

@media (max-width: 767px) {
    .plannerDetails.newPlannerDetails .circleImageBorderIcon {
        top: 0px;
        right: 0;
    }
}

.max-width-526 {
    max-width: 523px;
}

@media (max-width: 767px) {
    .max-width-526 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .datepicker-dropdown {
        margin-left: 0px;
    }

    h1 br {
        display: none;
    }
}

.allArticlesDateBar .input-daterange {
    height: 47px;
    background: #ffffff;
}

.bg-yellow {
    background: #FFB443 !important;
}

.emptyData .loading-find {
    z-index: 1;
    min-height: 1000px;
}

    .emptyData .loading-find:after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #F5F9FC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

/* Overlaping pathfinder page */
.pathfinder-section-form .col-lg-4.position-relative {
    padding-left: 0px;
    padding-right: 0px;
}

.pathfinder-section .complaint-form-inner .step .info-card {
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    box-sizing: border-box;
}

    .pathfinder-section .complaint-form-inner .step .info-card .info-tooltip {
        position: initial;
        line-height: 0;
    }

@media (min-width: 992px) {
    .pathfinder-section .sidebar-item.sidebar-fixed {
        position: inherit !important;
        top: auto !important;
        padding: 0 !important;
    }
}

.make-a-banner-content {
    background-color: #FDF8F6;
    position: relative;
    padding: 125px 0 175px 0;
}

@media (max-width: 991px) {
    .make-a-banner-content {
        padding: 95px 30px 135px 30px;
        margin: 0 -30px;
    }
}

.make-a-banner-content::after {
    content: "";
    position: absolute;
    background-color: #FDF8F6;
    left: 100%;
    width: 555rem;
    bottom: 0;
    top: 0;
}

@media (max-width: 991px) {
    .make-a-banner-content::after {
        left: -50%;
        z-index: -1;
    }
}

.make-a-banner-content .blue-bar {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 555rem;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.make-a-banner-content .dark-blue-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 555rem;
    z-index: 1;
}

@media (max-width: 991px) {
    .make-a-banner-content .dark-blue-bar {
        left: -50%;
        z-index: 1;
    }
}

.blue-bar {
    height: 14px;
    background-color: #00bdda;
}

.dark-blue-bar {
    height: 27px;
    background-color: #005EB8;
}

.body-content p,
.body-content li {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.body-content .small-container p strong {
    font-weight: 500;
}

.info-card {
    padding: 24px 30px 24px 76px;
    position: relative;
}

    .info-card p {
        font-size: 0.75rem;
        line-height: 22px;
        color: #6C6C6C;
    }

    .info-card .info-tooltip {
        position: absolute;
        left: 30px;
        top: 22px;
    }

    .info-card.alert-warning {
        background-color: #FDF8F6;
    }

.light-box-cards {
    background-color: #F5F9FC;
    padding: 24px 24px 0 24px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .light-box-cards {
        margin-left: -30px;
        margin-right: -30px;
        padding-bottom: 14px;
    }
}

.make-a-complaint {
    min-height: 1000px;
    min-height: 80vh;
    position: relative;
}

.make-a-complaint-card {
    background-color: #ffffff;
    border: 2px solid #ECECEC;
    padding: 12px;
    width: 137px;
    min-height: 137px;
    margin-bottom: 1.5rem;
    background-color: #ba0c2f;
}

@media (max-width: 991px) {
    .make-a-complaint-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .make-a-complaint-card {
        margin-right: 0;
        width: 100%;
    }
}

.make-a-complaint-card p {
    margin: 32px 0 0 0;
    font-weight: 500;
}

.make-a-complaint-card .btn-primary {
    background-color: #cf4520;
    border-color: #cf4520;
    padding: 5px 6px 6px 6px;
}

.title-banner {
    background-color: #F5F9FC;
    padding: 62px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .title-banner {
        padding-top: 86px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

.title-banner::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 555rem;
    background-color: #F5F9FC;
}

.square-big {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.square-small {
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    left: 55px;
    top: 55px;
}

@media (max-width: 1199px) {
    .square-small {
        top: 0;
    }
}

ol li {
    margin-bottom: 1.5rem;
}

.breadcrumbs-progressbar-sticky {
    position: relative;
    background-color: #ffffff;
}

    .breadcrumbs-progressbar-sticky.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar {
        background-color: #FBFBFB;
        border-bottom: 1px solid #ECECEC;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
            padding: 15px 0;
        }

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 14px 0;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
    display: flex;
    gap: 72px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 25px;
        flex-wrap: wrap;
        margin-top: 16px;
        width: calc(100% - 50px);
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
    display: inline-flex;
    font-size: 0.75rem;
    color: #6c6c6c;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-flex !important;
    }
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: none;
        width: 100%;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li:first-child {
            display: block !important;
        }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
    width: 42px;
    height: 42px;
    padding: 0px;
    border-color: #ECECEC;
    background-color: #ffffff;
    display: none;
}

@media (max-width: 991px) {
    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
        display: block;
    }
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep svg path {
    fill: #111111 !important;
}

.breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active {
    background-color: #e0ecf6;
}

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg {
        transform: rotate(-180deg);
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg path {
            fill: #111111 !important;
        }

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
        padding: 7px 0;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        display: block;
        width: auto !important;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-block !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
        margin-right: 6px !important;
        margin-left: 4px !important;
    }
}

.progressbar-wrapper {
    background-color: #F9F8F8;
}

.progress-bar-border,
.progress-bar-border-form {
    position: relative;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #CF4520;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 9;
}

.file-upload-wrapper {
    position: relative;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: 100%;
        pointer-events: none;
        height: 42px;
        line-height: 20px;
        color: #111111;
        font-weight: 400;
        border: 1px solid #ECECEC;
        padding-right: 52px;
    }

    .file-upload-wrapper .file-upload-trigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 42px;
        z-index: 1;
    }

    .file-upload-wrapper input {
        opacity: 0;
    }

    .file-upload-wrapper.uploading .file-upload-trigger {
        background: #0C1C64;
    }

        .file-upload-wrapper.uploading .file-upload-trigger svg {
            animation: circle 0.3s infinite;
        }

    .file-upload-wrapper.success .file-upload-trigger {
        background: #ffffff;
        border-color: #ECECEC;
    }

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.sprucecss {
    align-items: flex-start;
    background-color: hsl(0, 0%, 100%);
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem hsla(0, 0%, 0%, 0.05);
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}

    .sprucecss img {
        height: 1.5rem;
        width: auto;
    }

.h47 {
    height: 47px !important;
}

.breadcrumbs-main {
    padding: 18px 0 0;
    border-bottom: 2px solid #ECECEC;
}

    .breadcrumbs-main .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumbs-main .breadcrumb .breadcrumb-item {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            position: relative;
            padding-bottom: 18px;
            margin-bottom: 0;
        }

            .breadcrumbs-main .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "|";
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 100%;
                transform: translate(-50%, 0%);
                width: 10px;
                height: 2px;
                border-radius: 2px;
                background-color: #111111;
                opacity: 0;
                margin-left: 12px;
                transition: all 0.3s ease;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:hover {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item:hover::after {
                    opacity: 1;
                    width: 20px;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item.active {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item.active::after {
                    width: 10px;
                    opacity: 1;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:first-child::after {
                margin-left: 0;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item a {
                color: inherit;
                text-decoration: none;
            }

.light-color {
    color: #6C6C6C;
}

.complaint-form {
    background-color: #F9F8F8;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .complaint-form {
        background-color: #ffffff;
    }
}

.complaint-form .complaint-form-inner {
    background-color: #ffffff;
    padding: 100px 30px 80px;
    margin-top: -60px;
    position: relative;
}

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner {
        margin-top: 0px;
        padding: 60px 0 0 0;
    }
}

.complaint-form .complaint-form-inner .step {
    padding: 0 0 50px 0;
}

    .complaint-form .complaint-form-inner .step:last-child {
        padding-bottom: 0px;
    }

        .complaint-form .complaint-form-inner .step:last-child::after {
            display: none;
        }

    .complaint-form .complaint-form-inner .step::after {
        max-width: 1099px;
        height: 1px;
        display: block;
        margin: 0 auto;
        background-color: #ECECEC;
        content: "";
        margin-top: 68px;
    }

@media (max-width: 991px) {
    .complaint-form .complaint-form-inner .step::after {
        margin-top: 38px;
    }
}

.complaint-form .complaint-form-inner .step textarea.form-control {
    height: 63px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 19px;
}

.complaint-form .complaint-form-inner .step .form-label {
    margin-bottom: 10px;
}

    .complaint-form .complaint-form-inner .step .form-label .info-tooltip {
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0 5px 0 4px;
    }

.complaint-form .complaint-form-inner .step .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 0.2em;
}

.complaint-form .complaint-form-inner .step .form-check {
    min-height: 22px;
    margin-bottom: 20px;
}

    .complaint-form .complaint-form-inner .step .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.complaint-form .complaint-form-inner .step ul li {
    margin-bottom: 20px;
}

.complaint-form.pathfinder {
    background-color: transparent;
    padding-bottom: 0px;
}

    .complaint-form.pathfinder .complaint-form-inner {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        margin-top: -120px;
    }

@media (max-width: 991px) {
    .complaint-form.pathfinder .complaint-form-inner {
        margin-top: 50px;
        padding: 40px 0 0 0;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .complaint-form.pathfinder .small-container {
        width: 416px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .complaint-form.pathfinder-steps-form .complaint-form-inner {
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .complaint-form.pathfinder-steps-form .small-container {
        width: 636px;
        max-width: 100%;
    }
}

.pathfinder-section {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .pathfinder-section {
        padding-bottom: 80px;
        background-color: #F9F8F8;
    }
}

.pathfinder-section.pathfinder-end .sidebar-item .make-me-sticky {
    top: 200px;
}

.blue-rectangles {
    height: 200px;
    background-color: #0C1C64;
    position: relative;
}

@media (max-width: 991px) {
    .blue-rectangles {
        display: none;
    }
}

.blue-rectangles .light-blue-rectanle {
    background-color: #005EB8;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.step-text {
    color: #6C6C6C;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px; /* 100% */
    margin-bottom: 45px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px !important;
}

.medium-container {
    max-width: 1100px;
    margin: 0 auto;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

@media (max-width: 991px) {
    .sidebar-item {
        position: relative;
        height: auto;
    }
}

.sidebar-item.form-sidebars {
    display: none;
}

    .sidebar-item.form-sidebars.active {
        display: block;
    }

.sidebar-item.sidebar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    height: auto;
    padding: 0 30px;
}

.sidebar-item .make-me-sticky {
    position: sticky;
    top: 160px;
    padding: 0;
}

.sidebar-item .sidebar-inner {
    background: #FBFBFB;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -120px;
    padding: 40px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner {
        box-shadow: none;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header {
        padding: 30px;
        display: flex;
        gap: 16px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    }
}

.sidebar-item .sidebar-inner .sidebar-header:after {
    content: "\f078";
    -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;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #111111;
}

@media (min-width: 992px) {
    .sidebar-item .sidebar-inner .sidebar-header:after {
        display: none;
    }
}

.sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
        padding: 0;
    }
}

.sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
        margin: 0;
    }
}

.sidebar-item .sidebar-inner .sidebar-body {
    display: none;
    padding: 30px;
    color: #414141;
}

@media (min-width: 992px) {
    .sidebar-item .sidebar-inner .sidebar-body {
        padding: 0;
        display: block !important;
    }
}

.sidebar-item .sidebar-inner .sidebar-body .video-card {
    margin-top: 40px;
}

.sidebar-item .info-card {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .sidebar-item .make-me-sticky .info-card {
        margin: 0 -30px !important;
    }
}

.sidebar-item .make-me-sticky .shortItem .image {
    width: 107px;
}

.sidebar-item .make-me-sticky .shortItem .position-relative {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .sidebar-item.sidebar-fixed .make-me-sticky .info-card {
        display: none;
    }
}

.pathfinder-section-form .sidebar-item .make-me-sticky {
    top: 0;
}

@media (min-width: 992px) {
    .pathfinder-section-form .sidebar-item .make-me-sticky {
        top: 197px;
    }
}

.video-card {
    position: relative;
    height: 204px;
}

    .video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-card .video-button {
        position: absolute;
        left: 24px;
        bottom: 24px;
    }

.pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
    gap: 20px;
}

    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
        content: "\f105";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #111111;
        margin-right: 20px;
    }

    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
        color: #111111;
    }

        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active ~ li {
            display: none !important;
        }

#msform fieldset:not(:first-of-type) {
    display: none;
}

.outline-btn {
    display: flex;
    padding: 14px 28px 14px 14px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex: 1 0 0;
    border: 1px solid #ECECEC;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    transition: all 0.2s ease-in;
}

    .outline-btn:hover {
        background: #e0ecf6;
        border-color: #e0ecf6;
    }

    .outline-btn:disabled {
        color: #6C6C6C;
        background: #F9F8F8;
        border-color: #F9F8F8;
    }

.prev-next-btns {
    display: flex;
    gap: 20px;
}

    .prev-next-btns .step-action-btn {
        display: flex;
        padding: 14px 28px 14px 14px;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex: 1 0 0;
    }

.pathfinder-radios {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .pathfinder-radios {
        padding-top: 12px;
    }
}

.pathfinder-radios ul {
    padding: 0;
    margin: 0;
}

    .pathfinder-radios ul > li {
        list-style: none;
        margin-bottom: 16px;
    }

        .pathfinder-radios ul > li:last-child {
            margin-bottom: 0 !important;
        }

        .pathfinder-radios ul > li > input[type=radio] {
            visibility: hidden;
            position: absolute;
        }

            .pathfinder-radios ul > li > input[type=radio]:checked + label {
                background-color: #F5F9FC;
                border-color: #005EB8;
            }

                .pathfinder-radios ul > li > input[type=radio]:checked + label:before {
                    content: "\f058";
                    font-weight: 900;
                    color: #005EB8;
                }

                .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-more-desc {
                    max-height: initial;
                    margin-top: 16px;
                }

        .pathfinder-radios ul > li > label {
            display: block;
            padding: 30px 60px 40px 30px;
            background: #FBFBFB;
            position: relative;
            border-left: 6px solid #FBFBFB;
            cursor: pointer;
            transition: 0.2s all ease-in;
        }

            .pathfinder-radios ul > li > label:before {
                content: "\f111";
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block !important;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                text-rendering: auto;
                font-weight: 400;
                font-family: "Font Awesome 6 Pro";
                color: #111111;
                margin-right: 20px;
                position: absolute;
                font-size: 20px;
                left: 22px;
                top: 34px;
            }

            .pathfinder-radios ul > li > label .radio-wrap {
                display: block;
                padding-left: 35px;
            }

                .pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
                    color: #111111;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 30px; /* 150% */
                    display: block;
                    margin-bottom: 12px;
                }

                .pathfinder-radios ul > li > label .radio-wrap .radio-step-desc {
                    color: #414141;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px; /* 162.5% */
                    letter-spacing: 0.025px;
                    display: block;
                }

                .pathfinder-radios ul > li > label .radio-wrap .radio-more-desc {
                    color: #6C6C6C;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22px; /* 183.333% */
                    display: block;
                    max-height: 0;
                    overflow: hidden;
                    margin: 0;
                    transition: all 0.2s ease-in;
                }

.or-border {
    color: #6C6C6C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    position: relative;
}

    .or-border:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ECECEC;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .or-border span {
        display: inline-block;
        background-color: #ffffff;
        padding: 0 16px;
        position: relative;
    }

@media (max-width: 767px) {
    .custom-form h1 {
        font-size: 44px;
    }
}

.custom-form .form-check {
    min-height: 22px;
    margin-bottom: 16px;
}

    .custom-form .form-check .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 0.2em;
    }

    .custom-form .form-check .form-check-label {
        display: block;
        font-size: 0.75rem;
        line-height: 22px;
        margin: 0px;
    }

.custom-form .form-max-width {
    max-width: 416px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .custom-form .form-max-width {
        max-width: 100%;
    }
}

.form-y-padding {
    padding: 100px 0;
}

@media (min-width: 992px) {
    .form-y-padding {
        padding: 120px 0;
    }
}

@media (min-width: 992px) {
    .form-y-padding.login-area {
        min-height: 90vh;
    }
}

@media (min-width: 992px) {
    .form-y-padding.reset-password-complete {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.text-default {
    color: #414141;
}

.info-card.only-content {
    padding: 24px 30px;
    color: #414141;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

    .info-card.only-content p {
        color: #414141;
    }

    .info-card.only-content ul {
        padding-left: 20px;
    }

        .info-card.only-content ul:last-child {
            margin-bottom: 0;
        }

        .info-card.only-content ul li {
            margin-bottom: 4px;
        }

.stickyImageWidth {
    padding: 0;
}

@media (max-width: 991px) {
    .stickyImageWidth {
        display: none;
    }
}

.stickyImageWidth::after, .stickyImageWidth::before {
    display: none;
}

.stickyImageWidth .header-image {
    height: calc(100vh - 120px);
}

    .stickyImageWidth .header-image .bg-line1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 100%;
        background-color: #00BDDA;
    }

    .stickyImageWidth .header-image .bg-line2 {
        position: absolute;
        left: 24px;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: #005EB8;
    }

    .stickyImageWidth .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.password-strength-group {
    display: none;
}

    .password-strength-group.active {
        display: block;
    }

    .password-strength-group .password-strength-meter {
        width: 100%;
        transition: height 0.3s;
        display: flex;
        justify-content: stretch;
    }

        .password-strength-group .password-strength-meter .meter-block {
            height: 5px;
            background: #ccc;
            margin-right: 0;
            flex-grow: 1;
        }

            .password-strength-group .password-strength-meter .meter-block:last-child {
                margin: 0;
            }

    .password-strength-group .password-strength-wrapper {
        height: auto;
        transition: all 0.5s;
        position: relative;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        margin-top: 8px;
        margin-bottom: 16px;
        color: #6C6C6C;
    }

        .password-strength-group .password-strength-wrapper .password-strength-message .message-item {
            position: absolute;
            right: 0;
            opacity: 0;
            transition: opacity 0.2s;
        }

            .password-strength-group .password-strength-wrapper .password-strength-message .message-item.text-success {
                color: #43B02A !important;
            }

    .password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
        background: #CF4520;
    }

    .password-strength-group[data-strength="1"] .message-item:nth-child(1) {
        opacity: 1;
    }

    .password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
        background: #FFB443;
    }

    .password-strength-group[data-strength="2"] .message-item:nth-child(2) {
        opacity: 1;
    }

    .password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
        background: #43B02A;
    }

    .password-strength-group[data-strength="3"] .message-item:nth-child(3) {
        opacity: 1;
    }

    .password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
        background: #198754;
    }

    .password-strength-group[data-strength="4"] .message-item:nth-child(4) {
        opacity: 1;
    }

.password-matching {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #6C6C6C;
}

    .password-matching span {
        display: none;
    }

        .password-matching span.password-matched.active {
            display: block;
        }

        .password-matching span.password-not-matched.active {
            display: block;
        }

.alert-custum-style {
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 999;
    display: flex;
    width: 636px;
    max-width: 100%;
    padding: 24px;
    align-items: baseline;
    gap: 24px;
    border-top: 4px solid #43B02A;
    background: #f9fdf6;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    white-space: normal;
}

@media (max-width: 767px) {
    .alert-custum-style {
        left: 10px;
        width: auto;
    }
}

.alert-custum-style .custom-alert-wrapper {
    display: flex;
    gap: 24px;
    padding-right: 30px;
}

    .alert-custum-style .custom-alert-wrapper .alert-icon {
        width: 14px;
    }

    .alert-custum-style .custom-alert-wrapper .alert-content {
        text-align: left;
        width: calc(100% - 38px);
    }

.alert-custum-style .alert-close {
    background: none;
}

    .alert-custum-style .alert-close.text-danger {
        color: #D20037;
    }

.container-max-800 {
    max-width: 860px;
    margin: 0 auto;
}

.position-block {
    background-color: #F9F8F8;
    padding: 80px 0 150px;
}

@media (max-width: 767px) {
    .position-block {
        padding: 40px 0 0px;
    }
}

.position-card {
    text-align: center;
}

    .position-card .position-card-header {
        padding: 0 60px 40px;
    }

        .position-card .position-card-header .position-title {
            color: #CF4520;
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            line-height: 44px; /* 146.667% */
            letter-spacing: 0.1px;
            text-decoration-line: underline;
        }

            .position-card .position-card-header .position-title span {
                display: inline-block;
                position: relative;
            }

                .position-card .position-card-header .position-title span::after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background-color: #CF4520;
                    display: block;
                    margin-top: -8px;
                }

    .position-card .position-body {
        padding: 80px 30px;
        background-color: #ffffff;
    }

.overline-text {
    color: #111111;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.zIndexing {
    z-index: 1;
}

@media (max-width: 767px) {
    .zIndexing {
        background: #ffffff !important;
    }
}

@media (max-width: 767px) {
    .zIndexing .authorPositionSection {
        display: flex;
    }
}

@media (max-width: 480px) {
    .zIndexing .authorPositionSection {
        display: block;
    }
}

@media (max-width: 480px) {
    .zIndexing .authorPositionSection .userInforTestimonial {
        margin-bottom: 15px !important;
    }
}

.zIndexing .overlayBg {
    z-index: -1;
    width: calc(50% + 220px);
}

@media (max-width: 767px) {
    .zIndexing .overlayBg {
        width: 100%;
    }
}

.zIndexing .hostedByPannelSection {
    padding: 24px;
    box-sizing: border-box;
}

    .zIndexing .hostedByPannelSection .userInforTestimonial {
        margin-bottom: 0;
    }

    .zIndexing .hostedByPannelSection .circle-list li a {
        line-height: 22px;
    }

    .zIndexing .hostedByPannelSection .aboutTheEventsColum p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

        .zIndexing .hostedByPannelSection .aboutTheEventsColum p:last-child {
            margin-bottom: 0;
        }

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .venuName {
    color: #6C6C6C;
    margin-bottom: 8px;
    line-height: 20px;
}

.fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs a {
        text-decoration: none;
        color: #414141;
    }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs i {
        color: #BA0C2F;
        padding-right: 6px;
    }

.relatedEventsSection .headerHostedBy h6 {
    margin-bottom: 72px;
}

.relatedEventsSection .artItem .image img {
    height: 261px;
    object-fit: cover;
}

.mb-88 {
    margin-bottom: 88px !important;
}


/* New CSS */
.profile-user {
    background-color: #0C1C64;
    padding: 32px 52px;
    display: flex;
    gap: 20px;
    position: relative;
}

    .profile-user h1 {
        font-size: 24px;
        color: #ffffff;
        line-height: 36px;
        font-weight: 500;
    }

        .profile-user h1 small {
            display: block;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            font-style: italic;
            color: #CCCCCC;
        }

    .profile-user .member-id {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #ffffff;
    }

.profile-image {
    width: 88px;
}

.prifile-image img {
    width: 100%;
    height: auto;
}

.blue-cyan-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 106px;
    background-color: #005EB8;
}

    .blue-cyan-bg .cyan-block {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 26px;
        background-color: #00BDDA;
    }

.divider-space-12 {
    border-bottom: 1px solid #ECECEC;
    margin: 12px 0;
}

.dashboard-inner-area {
    padding: 32px 52px;
    /* background-color: #FBFBFB; */
}

.journey-cards {
    padding-bottom: 52px;
}

.arrows-style .owl-nav {
    position: absolute;
    right: 0;
    top: -56px;
    display: flex;
    gap: 4px;
}

    .arrows-style .owl-nav .owl-prev, .arrows-style .owl-nav .owl-next {
        border: 1px solid #ECECEC;
        width: 32px;
        height: 32px;
        text-align: center;
        padding: 2px;
        background: #fff;
    }

        .arrows-style .owl-nav .owl-prev:hover, .arrows-style .owl-nav .owl-next:hover {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
            color: #111111;
        }

        .arrows-style .owl-nav .owl-prev.disabled, .arrows-style .owl-nav .owl-next.disabled {
            background-color: #F9F8F8;
            border-color: #F9F8F8;
        }

.owl-carousel.arrows-style .owl-nav.disabled {
    display: flex;
}

.announcement-card {
    display: flex;
    border-left: 4px solid #FFB443;
    padding: 20px;
    background-color: #ffffff;
    max-width: 416px;
}

    .announcement-card .image {
        width: 110px;
    }

    .announcement-card .text {
        width: calc(100% - 110px);
        padding-left: 20px;
    }

    .announcement-card .date-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        font-style: italic;
        color: #6C6C6C;
        margin-bottom: 4px;
    }

    .announcement-card .text h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        color: #111111;
    }

    .announcement-card .btn {
        padding: 9px 10px;
        font-size: 12px;
    }

        .announcement-card .btn + .btn {
            margin-left: 0;
        }

.progress-cards .default-tag {
    border: 1px solid #E0ECF6;
    background-color: #F5F9FC;
}

.default-tag-new {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #111111;
    background-color: #F6F6F7;
    padding: 5px 7px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
    border: 1px solid #E0ECF6;
    background-color: #F5F9FC;
    color: #0C1C64;
}

    .default-tag-new.not-started {
        color: #6C6C6C;
        border-color: #ECECEC;
        background-color: #F9F8F8;
    }

    .default-tag-new.in-review-new {
        color: #A06500;
        border-color: #FFF6E8;
        background-color: #FFFCF8;
    }

    .default-tag-new.completed-new {
        color: #197703;
        border-color: #ECFAE4;
        background-color: #F9FDF6;
    }

    .default-tag-new.in-rejected {
        color: #BA0C2F;
        border-color: #F9E9E4;
        background-color: #FDF8F6;
    }

.empty-cart {
    text-decoration: none;
}

.myAccountSection .cartIcons a {
    text-decoration: none;
}

.dropdown-menu.profile-dropdown.profile-dropdown-menu {
    padding: 0;
}

    .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #0C1C64;
        position: absolute;
        right: 30px;
        top: -15px;
    }

    .dropdown-menu.profile-dropdown.profile-dropdown-menu > li > .dropdown-item.profile-card {
        padding: 20px;
        background-color: #0C1C64 !important;
        border-bottom: 2px solid #CF4520;
    }

.profile-card-inner {
    display: flex;
    gap: 12px;
}

.profile-card-image {
    width: 44px;
}

.profile-name h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.profile-name h4 {
    font-size: 12px;
    line-height: 20px;
    color: #CCCCCC;
    margin: 0;
    font-weight: 400;
}

.dropdown-menu.profile-dropdown.profile-dropdown-menu {
    margin-top: 15px !important;
}

.empty-area-content {
    background-color: #F5F9FC;
    padding: 32px 20px;
    text-align: center;
    margin-bottom: 52px;
}

    .empty-area-content .icon {
        color: #005EB8;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .empty-area-content h6 {
        color: #414141;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .empty-area-content p {
        color: #6C6C6C;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }

.progress-cards .default-tag-new {
    display: flex;
}

.journey-cards .owl-carousel.owl-loaded .owl-stage {
    display: flex;
}

    .journey-cards .owl-carousel.owl-loaded .owl-stage .item {
        height: 100%;
    }

        .journey-cards .owl-carousel.owl-loaded .owl-stage .item .announcement-card, .journey-cards .owl-carousel.owl-loaded .owl-stage .item .document-verify-card {
            min-height: 100%;
        }

.content-area-gray {
    padding: 20px;
    background-color: #F9F8F8;
    margin-bottom: 12px;
}

    .content-area-gray h6 {
        margin-bottom: 12px;
    }

    .content-area-gray p:last-child {
        margin-bottom: 0;
    }

.accordion-btn {
    width: 32px;
    height: 32px;
    align-items: center;
    display: inline-flex;
    padding: 7px;
    justify-content: center;
    border: 1px solid #ECECEC;
    background-color: #fff;
}

    .accordion-btn:hover {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
        color: #111111;
    }

    .accordion-btn[aria-expanded="true"] {
        transform: rotate(180deg);
    }

.info-with-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 20px;
}

.small-btns .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
}

    .small-btns .btn + .btn {
        margin-left: 4px;
    }

.white-area-p-20 {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 52px;
}

.white-area-p-20-no-margin {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 0;
}
.pr-60 {
    padding-left: 60px !important;
}

.datatable-style table.dataTable {
    border: 1px solid #ECECEC;
}

.datatable-style .dataTable thead tr th {
    background-color: #0C1C64;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.datatable-style .dataTable tbody tr td {
    background-color: #ffffff;
    color: #414141;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px;
    box-sizing: border-box;
    padding: 18px 20px;
    box-shadow: none !important;
    border-color: #ECECEC !important;
}

    .datatable-style .dataTable tbody tr td:first-child, .datatable-style .dataTable thead tr th:first-child {
        border-right: 1px solid #ECECEC !important;
        text-align: center;
    }

.datatable-style .dataTable tbody tr:nth-child(even) td {
    background-color: #F9F9FA;
    box-shadow: none !important;
}

.edit-delete-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 7px;
    border: 0;
}

    .edit-delete-btn::after {
        display: none;
    }

.edit-delete-dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    min-width: 165px;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

    .edit-delete-dropdown .dropdown-menu li a {
        display: block;
        padding: 14px;
        font-size: 14px;
        line-height: 20px;
        color: #414141;
    }

    .edit-delete-dropdown .dropdown-menu li:nth-child(even) a {
        background-color: #FBFBFB;
    }

/*table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: relative;
    right: 0;
    top: 5px;
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-left: 14px;
    margin-top: -12px;
}

.dt-column-title {
    display: inline-block;
}

table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order {
    background-image: url(../images/shorting.svg);
    background-repeat: no-repeat;
}

table.dataTable thead > tr > th.dt-orderable-desc.dt-ordering-asc .dt-column-order {
    transform: rotate(180deg);
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    display: none;
}*/

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
    box-shadow: none !important;
}

.datatable-style div.dt-container .dt-search input {
    border: 1px solid #ECECEC;
    border-radius: 0;
    padding: 7px 10px;
    background-color: #FBFBFB;
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: center right 8px;
    background-size: 16px;
    outline: none;
}

.add-row-btn-wrap {
    float: left;
    z-index: 1;
    position: relative;
    bottom: -7px;
    margin-bottom: -30px;
}

.course-status-card {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ECECEC;
    border-left: 4px solid #005EB8;
    margin-bottom: 12px;
}

.disabled-navs {
    /* position: absolute; */
    /* right: 0;
  top: 0; */
    display: flex;
    gap: 4px;
}

    .disabled-navs .nav-prev, .disabled-navs .nav-next {
        border: 1px solid #ECECEC;
        width: 32px;
        height: 32px;
        text-align: center;
        padding: 2px;
        background: #fff;
    }

        .disabled-navs .nav-prev.disabled, .disabled-navs .nav-next.disabled {
            background-color: #F9F8F8;
            border-color: #F9F8F8;
        }









@media (max-width: 1199px) {
    .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
        right: 12px;
    }
}

@media (max-width: 991px) {
    .blue-cyan-bg {
        width: 32px;
    }

        .blue-cyan-bg .cyan-block {
            width: 12px;
        }

    .profile-user h1 {
        margin-bottom: 0;
    }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
        bottom: auto;
        position: static !important;
    }

    .dashboard-main .dashboard-area-row .sidebar-bg {
        width: 100% !important;
        order: -1;
        border-left: 0;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed.fixed {
            position: static !important;
        }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed.fixed {
        position: fixed !important;
    }

    #dashboardMenu {
        max-height: calc(100vh - 163px);
        overflow-y: auto;
    }

    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: 100%;
    }

    .menu-collapsible {
        padding: 20px 20px;
        justify-content: space-between;
        border-bottom: 1px solid #ECECEC;
        flex-wrap: wrap;
    }

    .progress-tags {
        width: 100%;
        padding-top: 15px;
    }

    .menu-collapsible .btn {
        width: 32px;
        height: 32px;
        align-items: center;
        display: inline-flex;
        padding: 7px;
        justify-content: center;
        border: 1px solid #ECECEC;
    }

    .collapsible-text {
        color: #111111;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        text-decoration: none !important;
        line-height: 20px;
        position: relative;
        transition: all 0.2s ease-in;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
        padding-bottom: 0;
        width: 100% !important;
    }

    .help-menu-bottom-fixed {
        display: none;
    }

    .progress-card-bottom-spacing {
        margin-bottom: 20px;
    }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a i {
        font-size: 14px;
        padding: 0;
        color: #111111 !important;
        background: transparent !important;
    }

    .expandable-area.accordion-collapse.collapse.show::after {
        content: '';
        /* position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 9999; */
    }

    .dashboard-inner-area {
        padding: 20px;
    }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a {
        padding: 26px 20px;
        gap: 12px;
        border-bottom: 1px solid #ECECEC;
    }

    .announcement-card .btn {
        padding: 9px 6px;
    }
}

@media (max-width: 767px) {
    .announcement-card .image {
        width: 70px;
    }

    .announcement-card .text {
        width: calc(100% - 70px);
        padding-left: 12px;
    }

    .dropdown-menu.profile-dropdown {
        position: fixed !important;
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        top: 75px !important;
        transform: none !important;
    }

        .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
            display: none;
        }
}

@media (max-width: 599px) {
    .document-verify-card, .announcement-card {
        max-width: initial;
    }
}

@media (min-width: 992px) {
    .expandable-area {
        display: block !important;
    }
}
/* Roboto Thin */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}
/* Roboto Light */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}
/* Roboto Regular */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
/* Roboto Medium */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
/* Roboto Bold */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}
/* Roboto Black */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}

body {
    font-size: 1.125rem;
}

img {
    max-width: 100%;
}

h1,
.h1 {
    line-height: 1.3636363636;
    font-weight: 700;
}

h2,
.h2 {
    line-height: 1.333;
}

h3,
.h3 {
    line-height: 1.4166666667;
}

h4,
.h4 {
    line-height: 1.5;
}

h5,
.h5 {
    line-height: 1.625;
}

h6,
.h6 {
    line-height: 1.5;
}

hr {
    border-color: #ECECEC;
    opacity: 1;
}

.bg-primary-dark {
    background-color: #0C1C64 !important;
}

.bg-extra-light {
    background-color: #FBFBFB !important;
}

.bg-sky-light {
    background-color: #F5F9FC !important;
}

.border-color-primary-dark {
    border-color: #0C1C64 !important;
}

.text-gray {
    color: #414141 !important;
}

.text-light {
    color: #6C6C6C !important;
}

.form-control {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    background-color: #FBFBFB;
}
.SearchBar input.form-control{
    height: 32px;
}

.SearchBar button.searchBtn {
    height: 26px;
}

.form-control:hover {
    background-color: #f6f6f7;
}

    .form-control:focus {
        background-color: #ffffff;
    }

.position-relative > .form-control {
    padding-right: 52px;
}

.form-control::-webkit-input-placeholder {
    color: #414141;
}

.form-control:-ms-input-placeholder {
    color: #414141;
}

.form-control::placeholder {
    color: #414141;
}

.form-select {
    border-radius: 0px;
    border-color: #ececec;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #414141;
    font-size: 0.875rem;
    background-image: url(../images/caret-down.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-right: 3rem;
}

    .form-select:hover {
        background-color: #f6f6f7;
    }

    .form-select:focus {
        background-image: url(../images/caret-up.png);
    }

    .form-select.short + .select2 .selection .select2-selection {
        padding-right: 50px;
    }

    .form-select.short + .select2 .select2-selection__arrow {
        background-image: url(../images/short-icon.svg);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: center center;
        top: 16px !important;
        border: none;
        width: 16px !important;
        height: 13px !important;
    }

        .form-select.short + .select2 .select2-selection__arrow b {
            display: none !important;
        }

.btnIcon {
    /*padding: 14px 28px 14px 14px;*/
    padding: 13px 12px 13px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 40px;
}

    .btnIcon img {
        margin-right: 12px;
    }

.btn.btn-default:hover svg path {
    fill: #FFB443;
}

.btn.btn-default[disabled], .btn.btn-default:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-default[disabled] svg path, .btn.btn-default:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary[disabled], .btn.btn-primary:disabled {
    background-color: #F9F8F8;
    border-color: #F9F8F8;
    color: #6C6C6C;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn.btn-primary[disabled] svg path, .btn.btn-primary:disabled svg path {
        fill: #6C6C6C;
    }

.btn.btn-primary:hover {
    background-color: #00819b;
    border-color: #00819b;
}

.btn.btn-outline-secondary {
    border-color: #ECECEC;
    color: #111111;
}

    .btn.btn-outline-secondary:hover {
        background-color: #e0ecf6;
        border-color: #e0ecf6;
        color: #111111;
    }

@media (min-width: 1200px) {
    .btn + .btn {
        margin-left: 17px;
    }
}

.video-button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

    .video-button:hover .video-btn-icon::after {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .video-button:hover .video-btn-icon:before {
        content: "";
        opacity: 0;
    }

    .video-button .video-btn-icon {
        width: 42px;
        height: 42px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        border: 1px solid;
        position: relative;
    }

        .video-button .video-btn-icon:before {
            content: "";
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .video-button .video-btn-icon:after {
            content: "";
            width: 24px;
            height: 24px;
            display: inline-block;
            border: 1px solid #ffffff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.2s ease-in;
        }

        .video-button .video-btn-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-button .video-btn-icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .video-button .video-btn-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

        .video-button .video-btn-title span {
            line-height: 21px;
        }

        .video-button .video-btn-title small {
            font-size: 0.625rem;
            line-height: 1;
        }

.small-container {
    width: 636px;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 1124px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding: 0 30px;
    }
}

.py-100 {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .py-100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .py-100 {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .py-100 {
        padding: 50px 0;
    }
}

.py-125 {
    padding: 125px 0;
}

@media (max-width: 1199px) {
    .py-125 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .py-125 {
        padding: 80px 0;
    }
}

.bg-light {
    background-color: #FDF8F6 !important;
}

.bg-light5 {
    background-color: #F6F6F7 !important;
}

.multi-select-container {
    width: 100%;
}

    .multi-select-container .multi-select-button {
        box-shadow: none;
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: -0.5em;
        background-color: #ffffff;
        border-radius: 0;
        border: 1px solid #ECECEC;
        cursor: default;
        font-size: 14px;
        line-height: 1.4;
        color: #111111;
        height: 47px;
        padding: 14px 40px 14px 14px;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease-in-out;
    }

        .multi-select-container .multi-select-button:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-button:after,
        .select2::after {
            position: absolute;
            top: 1px;
            right: 1px;
            display: inline-block;
            border-style: solid;
            border-width: 5px 5px 5px;
            border-color: #111111 transparent transparent transparent;
            margin-left: 0;
            vertical-align: 0;
            width: 24px;
            height: calc(100% - 2px);
            border: 0;
            background-image: url(../images/down-caret.svg);
            background-repeat: no-repeat;
            background-position: center left;
            content: "";
            pointer-events: none;
            background-color: #fff;
        }

.select2:hover::after {
    background-color: #f6f6f7;
}

.multi-select-container.multi-select-container--open .multi-select-button:after,
.select2.select2-container--open::after {
    transform: rotateX(180deg);
}

.multi-select-container .multi-select-button:hover::before {
    opacity: 1;
}

.multi-select-container.multi-select-container--open .multi-select-button::before {
    opacity: 1;
}

.multi-select-container .multi-select-menu {
    top: 48px;
    margin: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 2px;
    z-index: 3;
    overflow-x: hidden !important;
}

    .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        color: #414141;
        padding: 15px 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:hover {
            background-color: #f6f6f7;
        }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input {
            position: static;
            margin-top: 0;
            margin-right: 10px;
            margin-left: 0;
        }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input[type=checkbox] {
                width: 1em;
                height: 1em;
                vertical-align: top;
                background-color: #ffffff;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                border: 1px solid #0c1c64;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -webkit-print-color-adjust: exact;
                color-adjust: exact;
                print-color-adjust: exact;
                border-radius: 2px;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:checked {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
                background-color: #005EB8;
                border-color: #005EB8;
            }

            .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem input:disabled {
                opacity: 0.5;
            }

        .multi-select-container .multi-select-menu .multi-select-menuitems .multi-select-menuitem:nth-child(even) {
            background: #FBFBFB;
        }

.select2 {
    display: block;
    width: 100% !important;
}

    .select2 .selection {
        display: block;
        width: 100%;
    }

        .select2 .selection .select2-selection {
            box-shadow: none;
            display: inline-block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: -0.5em;
            background-color: #ffffff;
            border-radius: 0;
            border: 1px solid #ECECEC;
            cursor: default;
            font-size: 14px;
            line-height: 1.5;
            color: #111111;
            padding: 14px 32px 14px 14px;
            padding-bottom: 0;
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
            height: auto;
        }

            .select2 .selection .select2-selection:hover {
                background-color: #f6f6f7;
            }

            .select2 .selection .select2-selection .select2-selection__rendered {
                font-weight: 400;
                font-size: 14px;
                line-height: 1;
                color: #111111;
                padding: 0;
                display: flex;
                align-items: center;
                margin: 0;
                display: inline;
            }

            .select2 .selection .select2-selection .select2-selection__arrow {
                position: absolute;
                top: 18px;
                right: 20px;
                line-height: 1;
                width: auto;
                height: auto;
                display: none;
            }

                .select2 .selection .select2-selection .select2-selection__arrow b {
                    width: 11px;
                    height: 11px;
                    border: 0;
                    display: block;
                    margin: 0;
                    position: relative;
                    left: auto;
                    z-index: 1;
                    top: auto;
                    background-image: url(../images/down-caret.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                }

    .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
        transform: rotateX(180deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 2px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #414141;
    padding: 14px;
    position: relative;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li {
    padding-left: 42px;
}

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected {
        background: none;
        color: #414141;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li::before {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 13px;
        left: 14px;
        content: "";
        border-radius: 3px;
        border: 2px solid #0c1c64;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::before {
        border-color: #005eb8;
        background: #005eb8;
    }

    .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options[aria-multiselectable=true] li.select2-results__option--selectable.select2-results__option--selected::after {
        width: 5px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 15px;
        left: 19px;
        content: "";
        transform: rotate(45deg);
    }

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover,
.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #f6f6f7;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:nth-child(even) {
    background-color: #FBFBFB;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 2px 2px 0 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 0 0 2px 2px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--selected {
    background-color: #005EB8;
    color: #ffffff;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--disabled {
    background-color: #F9F8F8;
    color: #6C6C6C;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-search--inline {
    display: inherit;
}

    .select2-container--default .select2-search--inline .select2-search__field {
        margin: 0px;
        color: #111111;
        font-size: 14px;
        line-height: 1.5;
        font-family: var(--bs-body-font-family);
    }

        .select2-container--default .select2-search--inline .select2-search__field::placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
            color: #111111;
        }

        .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
            color: #111111;
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e0ecf6;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #111;
    display: flex;
    margin: 0 4px 0 0;
    padding: 4px 16px 3px 6px;
    float: left;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 2px;
    top: 4px;
    left: auto;
    color: #d20037;
    border: none;
    font-size: 16px;
    background: none !important;
}

.text-sm {
    font-size: 0.75rem;
    line-height: 1.8;
}

.lead {
    line-height: 1.7;
}

.form-label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #414141;
}

.form-label-large {
    font-size: 1rem !important;
    line-height: 1.2;
    color: #414141;
}

.error-message {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ECECEC;
}

    .error-message.calBg {
        background-color: #005EB8;
        pointer-events: none;
    }

        .error-message.calBg.fileupload {
            height: 50%;
            top: 50%;
        }

.helper-text {
    color: #990012;
    font-size: 0.75rem;
    margin-top: 12px;
    text-align: right;
    line-height: 1.8;
}

.form-check .form-check-input[type=radio] {
    border: 2px solid #005EB8;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=radio]:checked[type=checkbox] {
        border-color: #005EB8;
        border-radius: 50%;
        background: #ffffff;
        border: 6px solid #005EB8;
    }

    .form-check .form-check-input[type=radio]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=radio]:disabled + .form-label {
            color: #6C6C6C;
        }

.form-check .form-check-input[type=checkbox] {
    border: 2px solid #005EB8;
    border-radius: 3px;
    transition: 0.2s all ease;
}

    .form-check .form-check-input[type=checkbox]:checked[type=checkbox] {
        border-color: #005EB8;
        border: 2px solid #005EB8;
    }

    .form-check .form-check-input[type=checkbox]:disabled {
        border-color: #6C6C6C;
        background-color: #6C6C6C;
    }

        .form-check .form-check-input[type=checkbox]:disabled + .form-label {
            color: #6C6C6C;
        }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0C1C64;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools {
    opacity: 1;
    background: #f9f8f8;
    border-left: 1px solid #ececec;
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 636px;
        max-width: 100%;
    }
}

.modal .modal-content {
    border-radius: 0;
}

    .modal .modal-content .modal-header {
        background-color: #0C1C64;
        border-radius: 0;
        border: 0;
        padding: 18px 26px;
    }

    .modal .modal-content .modal-body {
        padding: 50px 72px;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.modal .modal-content .modal-body.mCustomScrollbar {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 50px 72px;
        padding-left: 0;
    }

@media (max-width: 767px) {
    .modal .modal-content .modal-body.mCustomScrollbar .mCSB_container {
        padding: 30px 20px 30px 0;
    }
}

.modal .modal-content .modal-body p {
    line-height: 1.7;
    letter-spacing: 0.03px;
}

.modal .modal-content .modal-footer {
    border-radius: 0;
    padding: 1.25rem;
}

@media (max-width: 412px) {
    .modal .modal-content .modal-footer {
        padding: 1.25rem 10px;
    }
}

.doc-panel-wrapper {
    position: absolute;
    left: 50%;
    width: 330px;
    margin: 0 0 0 -660px;
}

@media (max-width: 1399px) {
    .doc-panel-wrapper {
        width: 330px;
        margin: 0 0 0 -609px;
    }
}

@media (max-width: 1199px) {
    .doc-panel-wrapper {
        width: 300px;
        margin: 0 0 0 -534px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper {
        width: calc(100% + 60px);
        z-index: 2;
        position: relative;
        left: -30px;
        right: -30px;
        margin: 0px;
    }
}

.doc-panel-wrapper.fixed {
    position: fixed;
}

@media (max-width: 991px) {
    .doc-panel-wrapper.fixed {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.doc-panel-wrapper .doc-panel {
    height: calc(100vh - 150px);
}

@media (max-width: 991px) {
    .doc-panel-wrapper .doc-panel {
        display: none;
        padding-bottom: 111px;
    }
}

.doc-panel-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.doc-panel-wrapper .doc-panel-toggle {
    display: flex;
    padding: 18px;
    background: #FBFBFB;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    background: var(--material-primary-surface-alternative, #FBFBFB);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

@media (min-width: 992px) {
    .doc-panel-wrapper .doc-panel-toggle {
        display: none;
    }
}

.doc-panel-wrapper .list-group .list-group-item {
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 92px;
        display: block;
        font-size: 0.875rem;
        line-height: 1;
        text-decoration: none;
        color: #414141;
        max-width: 315px;
        margin-left: auto;
        border-bottom: 1px solid #ECECEC;
        transition: all 0.4s ease;
        position: relative;
    }

@media (max-width: 1199px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 24px 36px 70px;
    }
}

@media (max-width: 991px) {
    .doc-panel-wrapper .list-group .list-group-item a {
        padding: 36px 18px;
        max-width: 100%;
        margin: 0;
    }
}

.doc-panel-wrapper .list-group .list-group-item a::after {
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.doc-panel-wrapper .list-group .list-group-item a::before {
    content: "";
    width: 555rem;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    bottom: -1px;
    border-bottom: 1px solid #ECECEC;
}

.doc-panel-wrapper .list-group .list-group-item a:hover {
    color: #111111;
    background-color: #f6f6f7;
}

    .doc-panel-wrapper .list-group .list-group-item a:hover::after {
        background-color: #00819b;
    }

    .doc-panel-wrapper .list-group .list-group-item a:hover::before {
        background-color: #f6f6f7;
    }

.doc-panel-wrapper .list-group .list-group-item a.active {
    background-color: #F5F9FC;
}

    .doc-panel-wrapper .list-group .list-group-item a.active::after {
        background-color: #005EB8;
    }

    .doc-panel-wrapper .list-group .list-group-item a.active::before {
        background-color: #F5F9FC;
    }

.doc-panel-wrapper .list-group .list-group-item a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 14px;
}

.doc-panel-wrapper .list-group .list-group-item a small {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6C6C6C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 12px;
}

.datepicker-dropdown {
    padding: 0px 0px 12px 0px;
    border-radius: 0px;
    border-color: #ECECEC;
}

    .datepicker-dropdown thead tr:nth-child(2) {
        border-bottom: 1px solid #ECECEC;
    }

    .datepicker-dropdown th {
        font-size: 0.75rem;
        color: #111111;
        width: 35px;
        padding: 14px 0 10px 0;
    }

    .datepicker-dropdown td {
        font-size: 0.75rem;
        width: 35px;
        height: 28px;
        color: #414141;
        border-radius: 0px;
    }

        .datepicker-dropdown td:hover {
            background-color: #F5F9FC !important;
        }

        .datepicker-dropdown td.old {
            background-color: #F9F8F8;
            color: #6C6C6C;
        }

        .datepicker-dropdown td.active {
            background-color: #005EB8 !important;
            background-image: none !important;
            color: #ffffff;
        }

        .datepicker-dropdown td span {
            border-radius: 0px !important;
        }

            .datepicker-dropdown td span:hover {
                background-color: #F5F9FC !important;
            }

            .datepicker-dropdown td span.focused {
                background-color: #005EB8 !important;
                background-image: none !important;
                color: #ffffff;
            }

    .datepicker-dropdown .datepicker-switch {
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        background: none !important;
    }

    .datepicker-dropdown .prev {
        background: none !important;
        font-size: 0px;
        padding: 14px 0 14px 14px;
    }

        .datepicker-dropdown .prev::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowL.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .prev:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

    .datepicker-dropdown .next {
        background: none !important;
        font-size: 0px;
        padding: 14px 14px 14px 0px;
    }

        .datepicker-dropdown .next::after {
            display: block;
            content: "";
            width: 27px;
            height: 27px;
            border: 1px solid #ECECEC;
            font-size: 0px;
            background-image: url(../images/long-arrowR.svg);
            background-position: center center;
            background-repeat: no-repeat;
        }

        .datepicker-dropdown .next:hover::after {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
        }

.input-daterange {
    display: flex;
    position: relative;
}

    .input-daterange::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
    }

    .input-daterange.space .spacer {
        opacity: 1;
    }

    .input-daterange .spacer {
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    .input-daterange .startslect {
        pointer-events: none;
    }

    .input-daterange .form-control {
        background: none !important;
        padding: 0px !important;
        border: none !important;
        width: 83px !important;
        height: auto !important;
        text-align: left;
        outline: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.datepicker table tr td.range {
    background: #e0ecf6;
}

.datepicker table tr td.selected {
    background: #005eb8;
}

.datepicker-dropdown {
    margin-left: -120px;
}

.btn.light-btn {
    display: inline-flex;
    padding: 14px 28px 14px 14px;
    align-items: flex-start;
    gap: 14px;
    background: #E0ECF6;
    border-color: #E0ECF6;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    justify-content: center;
    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;
}

    .btn.light-btn:hover {
        background-color: #B3CFEA;
        border-color: #B3CFEA;
    }

    .btn.light-btn:disabled, .btn.light-btn[disabled] {
        background-color: #F5F9FC;
        border-color: #F5F9FC;
        color: #6C6C6C;
        cursor: not-allowed;
        pointer-events: none;
    }

header {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
}

.headerTop {
    /*background: #F9F8F8;*/
    background: #005EB8;
}

@media (max-width: 991px) {
    .headerTop {
        display: none !important;
    }
}

.topMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .topMenu ul li {
        display: inline-block;
        /* margin-right: 20px;*/
        margin-right: 24px
    }

@media (max-width: 1199px) {
    .topMenu ul li {
        margin-right: 10px;
    }
}

.topMenu ul li a {
    display: block;
    /*color: #414141;*/
    color: white;
    text-decoration: none;
    font-size: 0.75rem;
}

.searchBar {
    width: 220px;
}

@media (max-width: 1199px) {
    .searchBar {
        margin-left: 0.5rem !important;
    }
}

@media (max-width: 991px) {
    .searchBar {
        width: 100%;
        margin: 0 !important;
        padding: 26px 18px 21px;
        border-bottom: 1px solid #ECECEC;
    }
}

@media (max-width: 480px) {
    .searchBar {
        padding: 18px;
    }
}

.searchBar .form-control {
    height: 36px;
    padding-right: 36px;
    border: none;
    font-size: 0.75rem;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .searchBar .form-control {
        height: 47px;
        border: 1px solid #ECECEC;
        padding-right: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .form-control {
        height: 36px;
        padding-right: 36px;
    }
}

.searchBar .searchBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0px;
    height: 36px;
    width: 36px;
    border: none;
    background: url(../images/search.svg) no-repeat center center;
}

@media (max-width: 991px) {
    .searchBar .searchBtn {
        height: 47px;
        width: 47px;
    }
}

@media (max-width: 480px) {
    .searchBar .searchBtn {
        height: 36px;
        width: 36px;
    }
}

.headerBottom {
    padding: 28px 0 0 0;
    border-bottom: 2px solid #ECECEC;
    position: relative;
}

@media (max-width: 991px) {
    .headerBottom {
        padding: 21px 0;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .headerBottom > .container > .d-flex {
        align-items: center;
    }
}

@media (max-width: 991px) {
    .mainMenu {
        display: none;
        width: 100%;
        height: calc(100% - 200px);
        overflow-x: hidden;
        position: fixed;
        top: 180px;
        top: 69px;
        left: 0px;
        background: #ffffff;
        border-bottom: 4px solid #CF4520;
        z-index: 99;
    }

        .mainMenu.show {
            display: block;
        }
}
/*@media (max-width: 480px) {
    .mainMenu {
        top: 166px;
    }
}*/
    .mainMenu > ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .mainMenu > ul > li {
            display: inline-block;
            margin: 0 32px 0 0;
        }

    @media (max-width: 1399px) {
        .mainMenu > ul > li {
            margin: 0 13px 0 0;
        }
    }

    @media (max-width: 1280px) {
        .mainMenu > ul > li {
            margin: 0 13px 0 0;
        }
    }

    @media (max-width: 1199px) {
        .mainMenu > ul > li {
            margin: 0 8px 0 0;
        }
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li {
            display: block;
            padding: 48px 0;
            margin: 0px;
            border-bottom: 1px solid #ECECEC;
        }
    }

    @media (max-width: 480px) {
        .mainMenu > ul > li {
            padding: 14px 0;
        }
    }

    .mainMenu > ul > li > a {
        display: inline-block;
        font-size: 0.875rem;
        text-decoration: none;
        color: #111111;
        padding: 12px 0 35px 0;
        position: relative;
        font-weight: 500;
    }

    @media (max-width: 1199px) {
        .mainMenu > ul > li > a {
            font-size: 0.813rem;
            padding: 10px 0 35px 0;
        }
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li > a {
            width: 100%;
            display: flex;
            align-items: center;
            min-height: 42px;
            font-size: 1.5rem;
            font-weight: 500;
            position: relative;
            padding: 0 80px 0 30px;
        }
    }

    @media (max-width: 480px) {
        .mainMenu > ul > li > a {
            font-size: 0.875rem;
            padding: 0 70px 0 18px;
        }
    }

    .mainMenu > ul > li > a::after {
        width: 40px;
        height: 2px;
        border-radius: 2px;
        background: #00819b;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%, 0%);
        transition: 0.3s all;
        opacity: 0;
        visibility: hidden;
        margin: 0px;
        border: none;
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li > a::after {
            margin: 0px;
            width: 42px;
            height: 42px;
            position: absolute;
            top: 0;
            left: auto;
            right: 30px;
            opacity: 1;
            visibility: visible;
            transform: none;
            background-image: url(../images/arrow-right-long-menu.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #005EB8;
        }
    }

    @media (max-width: 480px) {
        .mainMenu > ul > li > a::after {
            right: 18px;
        }
    }

    .mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
        opacity: 1;
        visibility: visible;
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li > a:hover::after, .mainMenu > ul > li > a.show::after, .mainMenu > ul > li > a.active::after {
            /*background-color: #00819b;*/
            background-color: #0C1C64;
        }
    }

    .mainMenu > ul > li > a.active::after {
        background-color: #005eb8;
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li > a.active::before {
            width: 4px;
            height: 36px;
            background: #005eb8;
            border-radius: 2px;
            position: absolute;
            top: 50%;
            left: 0px;
            content: "";
            transform: translate(0%, -50%);
        }
    }

    @media (max-width: 480px) {
        .mainMenu > ul > li > a.active::before {
            width: 2px;
            height: 18px;
        }
    }

    .mainMenu > ul > li.submenu .dropicon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
        width: 12px;
        height: 14px;
        background: url(../images/angle-down.svg) no-repeat center center;
    }

    @media (max-width: 1199px) {
        .mainMenu > ul > li.submenu .dropicon {
            margin-left: 1px;
        }
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li.submenu .dropicon {
            margin: 0px;
            width: 42px;
            height: 42px;
            position: absolute;
            top: 0;
            right: 30px;
            border: 1px solid #ECECEC;
            transform: rotate(-90deg);
        }
    }

    @media (max-width: 480px) {
        .mainMenu > ul > li.submenu .dropicon {
            right: 18px;
        }
    }

    .mainMenu > ul > li.submenu.oneSubmenu {
        position: relative;
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li.submenu.oneSubmenu {
            position: static;
        }
    }

    @media (max-width: 991px) {
        .mainMenu > ul > li.submenu > a::after {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .alert ~ .headerBottom .mainMenu,
        .alert ~ .headerBottom .menuDropdown {
            top: 144px !important;
        }
    }

    .menuDropdown {
        padding: 0px;
        box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.2);
        min-height: 288px;
        margin-top: 12px !important;
        border-radius: 4px;
        border: none;
        overflow: hidden;
        width: 585px;
        inset: auto !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    @media (max-width: 1199px) {
        .menuDropdown {
            width: 500px;
            min-height: 260px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown {
            width: 100%;
            height: calc(100% - 200px);
            overflow: unset;
            overflow-x: hidden;
            top: 92px !important;
            margin: 0 !important;
            flex-wrap: wrap;
            left: 100% !important;
            transform: none !important;
            opacity: 0;
            visibility: hidden;
            display: block;
            position: fixed !important;
            border-radius: 0px;
            border-bottom: 4px solid #CF4520;
            box-shadow: none;
        }
    }

    .menuDropdown.show {
        display: flex;
    }

    @media (max-width: 991px) {
        .menuDropdown.show {
            left: 0 !important;
            opacity: 1;
            visibility: visible;
            display: block;
        }
    }

    .menuDropdown .btn-primary {
        border: none;
    }

    .menuDropdown .lefBlue {
        padding: 38px 24px;
        width: 234px;
        background: #0c1c64;
    }

    @media (max-width: 1199px) {
        .menuDropdown .lefBlue {
            width: 190px;
            padding: 25px 20px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .lefBlue {
            width: 100%;
            padding: 48px 30px 72px;
            border-bottom: 27px solid #005EB8;
            position: relative;
        }
    }

    @media (max-width: 991px) and (max-width: 480px) {
        .menuDropdown .lefBlue {
            border-bottom-width: 17px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .lefBlue::after {
            width: 55px;
            height: 55px;
            position: absolute;
            bottom: 0px;
            right: 0px;
            background: #00bdda;
            content: "";
        }
    }

    @media (max-width: 991px) and (max-width: 480px) {
        .menuDropdown .lefBlue::after {
            width: 45px;
            height: 45px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .lefBlue {
            padding: 25px 18px 40px;
        }
    }

    .menuDropdown .lefBlue p {
        font-size: 1.25rem;
        line-height: 1.7;
        color: #ffffff;
        letter-spacing: 0.15px;
        width: 100%;
    }

    @media (max-width: 1199px) {
        .menuDropdown .lefBlue p {
            font-size: 1.125rem;
            line-height: 1.4;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .lefBlue p {
            font-size: 2.75rem;
            line-height: 1.3636363636;
            font-weight: 700;
            margin: 93px 0 69px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .lefBlue p {
            font-size: 1.25rem;
            line-height: 1.7;
            margin: 40px 0;
        }
    }

    .menuDropdown .rightmenu {
        border-top: 4px solid #CF4520;
        padding: 18px 0 10px;
        width: calc(100% - 234px);
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu {
            width: calc(100% - 190px);
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu {
            width: 100%;
            border: none;
            padding: 0px;
        }
    }

    .menuDropdown .rightmenu h3 {
        font-size: 0.875rem;
        font-style: italic;
        color: #6c6c6c;
        font-weight: normal;
        padding: 0 24px;
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu h3 {
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 0px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu h3 {
            font-size: 0.875rem;
            padding: 0 18px;
        }
    }

    .menuDropdown .rightmenu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .menuDropdown .rightmenu ul li {
            padding: 14px 0;
            border-bottom: 1px solid #ECECEC;
        }

            .menuDropdown .rightmenu ul li:last-child {
                border-bottom: none;
            }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu ul li {
            padding: 10px 0;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul li {
            padding: 48px 0;
            border-bottom: 1px solid #ECECEC;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu ul li {
            padding: 14px 0;
        }
    }

    .menuDropdown .rightmenu ul li a {
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 42px;
        font-size: 0.875rem;
        text-decoration: none;
        color: #111111;
        position: relative;
        padding: 0 70px 0 24px;
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu ul li a {
            padding: 0 65px 0 15px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul li a {
            font-size: 1.5rem;
            font-weight: 500;
            padding: 0 80px 0 30px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu ul li a {
            font-size: 0.875rem;
            padding: 0 70px 0 18px;
        }
    }

    .menuDropdown .rightmenu ul li a::after {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0px;
        right: 24px;
        content: "";
        background-image: url(../images/arrow-right-long-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #005EB8;
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu ul li a::after {
            right: 15px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul li a::after {
            right: 30px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu ul li a::after {
            right: 18px;
        }
    }

    .menuDropdown .rightmenu ul li a:hover::after {
        /*background-color: #00819b;*/
        background-color: #0C1C64;
    }

    .menuDropdown .rightmenu ul li a.active::before {
        width: 2px;
        height: 18px;
        background: #005eb8;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        content: "";
        transform: translate(0%, -50%);
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul li a.active::before {
            width: 4px;
            height: 36px;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu ul li a.active::before {
            width: 2px;
            height: 18px;
        }
    }

    .menuDropdown .rightmenu ul li.active a::before {
        width: 2px;
        height: 18px;
        background: #005EB8;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        content: "";
        transform: translate(0%, -50%);
    }

    .menuDropdown .rightmenu ul.twoCol {
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu ul.twoCol {
            column-gap: 8px;
        }
    }

    .menuDropdown .rightmenu ul.twoCol li {
        width: calc(50% - 6px);
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul.twoCol li {
            width: 100%;
        }
    }

    .menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
        border-bottom: none;
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu ul.twoCol li:nth-last-child(2) {
            border-bottom: 1px solid #ECECEC;
        }
    }

    .menuDropdown .rightmenu.twoTopic {
        display: flex;
        padding: 0px;
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu.twoTopic {
            flex-wrap: wrap;
        }
    }

    .menuDropdown .rightmenu.twoTopic .lifeMoment {
        background: #f5f9fc;
        padding: 38px 0 24px;
        width: 33.33%;
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu.twoTopic .lifeMoment {
            padding: 20px 0 10px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu.twoTopic .lifeMoment {
            padding: 40px 0 0px;
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu.twoTopic .lifeMoment {
            padding: 20px 0 0px;
        }
    }

    .menuDropdown .rightmenu.twoTopic .lifeMoment ul li {
        width: 100%;
    }

    .menuDropdown .rightmenu.twoTopic .topics {
        padding: 38px 0 10px;
        width: 66.66%;
    }

    @media (max-width: 1199px) {
        .menuDropdown .rightmenu.twoTopic .topics {
            padding: 20px 0 10px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown .rightmenu.twoTopic .topics {
            padding: 40px 0 0px;
            width: 100%;
        }
    }

    @media (max-width: 480px) {
        .menuDropdown .rightmenu.twoTopic .topics {
            padding: 20px 0 0px;
        }
    }

    .menuDropdown.fullSubmenu {
        width: 1320px;
    }

    @media (max-width: 1399px) {
        .menuDropdown.fullSubmenu {
            width: 1116px;
        }
    }

    @media (max-width: 1199px) {
        .menuDropdown.fullSubmenu {
            width: 936px;
        }
    }

    @media (max-width: 991px) {
        .menuDropdown.fullSubmenu {
            width: 100%;
        }
    }

    .menuDropdown.fullSubmenu ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
    }

        .menuDropdown.fullSubmenu ul li {
            width: calc(33% - 12px);
        }

    .siteLogo a {
        display: block;
    }

    @media (max-width: 412px) {
        .siteLogo a {
            max-width: 115px;
        }
    }

    .headBtn {
        margin-left: 12px;
    }

    @media (max-width: 1399px) {
        .headBtn {
            margin-left: 12px;
        }
    }

    .headBtn .btn {
        transition: 0.3s all;
    }

        .headBtn .btn:hover {
            background-color: #ffaf4a;
            border-color: #ffaf4a;
        }

    @media (max-width: 1199px) {
        .headBtn .btn {
            font-size: 0.813rem;
            padding: 10px 20px 10px 10px;
        }
    }

    @media (max-width: 991px) {
        .headBtn .btn {
            vertical-align: top;
            font-size: 0.875rem;
            padding: 15px 28px 12px 14px;
        }
    }

    @media (max-width: 480px) {
        .headBtn .btn {
            font-size: 0.625rem;
            /*padding: 10px 8px 10px 8px;*/
        }
    }

    @media (max-width: 1199px) {
        .headBtn .btn img {
            margin-right: 5px;
        }
    }

    .menuToggle {
        display: none;
        vertical-align: top;
        width: 40px;
        height: 40px;
        border: 1px solid #ECECEC;
        background: url(../images/menu-toggle.svg) no-repeat center center;
    }

        .menuToggle.closeToggle {
            background: url(../images/close-icon.svg) no-repeat center center;
        }

    @media (max-width: 991px) {
        .menuToggle {
            display: inline-block;
        }
    }

    @media (max-width: 480px) {
        .menuToggle {
            width: 36px;
            height: 37px;
        }
    }

    .backMenu {
        display: none;
        font-size: 1.5rem;
        color: #ffffff;
        background: none;
        border: none;
        padding: 0 0 0 63px;
        position: relative;
        height: 42px;
    }

    @media (max-width: 991px) {
        .backMenu {
            display: inline-block;
        }
    }

    @media (max-width: 480px) {
        .backMenu {
            font-size: 1.25rem;
        }
    }

    .backMenu::before {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        background-image: url(../images/arrow-white.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #005eb8;
    }

    @media (min-width: 992px) {
        .overlayMenu::before {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0px;
            left: 0;
            z-index: 91;
            content: "";
            background: rgba(0, 0, 0, 0.2);
        }
    }

    @media (max-width: 991px) {
        .overlayOpen::before {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0px;
            left: 0;
            z-index: 3;
            content: "";
            background: rgba(0, 0, 0, 0.2);
        }
    }

    .alert {
        margin: 0px;
        min-height: 52px;
        padding: 14px 50px 14px 28px;
        border: none;
        border-radius: 0px;
        font-size: 0.875rem;
        color: #111111;
        background-color: #e0ecf6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .alert a {
            color: #111111;
            text-decoration: underline;
        }

            .alert a:hover {
                text-decoration: none;
            }

        .alert svg {
            margin-right: 10px;
        }

        .alert .btn-close {
            font-size: 0.875rem;
            color: #111111;
            width: 52px;
            height: 52px;
            padding: 0px;
            opacity: 1;
            background-size: 10px auto !important;
        }

    .overline {
        font-size: 0.875rem;
    }

    .social-links {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .social-links li {
            display: inline-block;
        }

            .social-links li a {
                padding: 1px 4px;
                display: inline-block;
                width: 30px;
                height: 30px;
                text-align: center;
                border: 1px solid transparent;
            }

                .social-links li a:hover {
                    border-color: #111111;
                }

    .global-footer {
        overflow-x: hidden;
        border-bottom: 4px solid #CF4520;
        background-color: #FBFBFB;
    }

        .global-footer .footer-blue-bg {
            padding: 70px 90px 110px 0;
            background-color: #0C1C64;
            position: relative;
        }

    @media (max-width: 991px) {
        .global-footer .footer-blue-bg {
            padding: 50px 0 50px 0;
        }
    }

    .global-footer .footer-blue-bg:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        background: #0C1C64;
        width: 500rem;
    }

    @media (max-width: 991px) {
        .global-footer .footer-blue-bg:after {
            right: -40%;
            z-index: 0;
        }
    }

    .global-footer .footer-blue-bg .min-h-500 {
        min-height: 350px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 991px) {
        .global-footer .footer-blue-bg .min-h-500 {
            min-height: 260px;
        }
    }

    .global-footer .footer-blue-bg p {
        line-height: 1.875rem;
        font-style: normal;
        letter-spacing: 0.03px;
        font-weight: 300;
    }

    @media (max-width: 991px) {
        .global-footer .footer-links {
            margin-top: 24px;
        }
    }

    .global-footer .footer-links ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .global-footer .footer-links ul li {
            margin-bottom: 1.05rem;
            line-height: 1;
        }

            .global-footer .footer-links ul li a {
                font-size: 0.75rem;
                color: #6C6C6C;
                line-height: 1;
                text-decoration: none;
                display: inline-block;
                position: relative;
            }

                .global-footer .footer-links ul li a:after {
                    content: "";
                    width: 0;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    background-color: #0C1C64;
                    transition: all 0.2s ease-in;
                }

                .global-footer .footer-links ul li a:hover {
                    color: #0C1C64;
                }

                    .global-footer .footer-links ul li a:hover:after {
                        width: 100%;
                    }

    .global-footer .footer-top {
        padding: 70px 0 60px 120px;
    }

    @media (max-width: 1199px) {
        .global-footer .footer-top {
            padding: 70px 0 60px 60px;
        }
    }

    @media (max-width: 991px) {
        .global-footer .footer-top {
            padding: 26px 0 50px 0;
        }
    }

    .global-footer .footer-bottom {
        padding: 30px 0 30px 120px;
        position: relative;
    }

    @media (max-width: 1199px) {
        .global-footer .footer-bottom {
            padding: 30px 0 30px 60px;
        }
    }

    @media (max-width: 991px) {
        .global-footer .footer-bottom {
            padding: 25px 0 25px 0;
        }
    }

    .global-footer .footer-bottom:before {
        content: "";
        position: absolute;
        left: -24px;
        background-color: #ECECEC;
        top: 0;
        width: 500rem;
        height: 1px;
    }

    .global-footer .footer-bottom .copyright {
        color: #414141;
        margin-bottom: 0;
    }

        .global-footer .footer-bottom .copyright small {
            font-size: 0.75rem;
            line-height: 1;
        }

        .global-footer .footer-bottom .copyright sup {
            font-size: 1rem;
            top: 0px;
        }

    .heading-bar {
        width: 28px;
        height: 7px;
        background: #FFB443;
        margin-bottom: 3rem;
    }

    .fw-medium {
        font-weight: 500;
    }

    .hero-banner {
        background-color: #0C1C64;
        color: #ffffff;
        position: relative;
    }

    @media (max-width: 991px) {
        .hero-banner {
            padding-bottom: 683px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner {
            padding-bottom: 483px;
        }
    }

    .hero-banner .banner-content-wrapper {
        padding: 140px 120px 140px 122px;
        min-height: 660px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media (max-width: 991px) {
        .hero-banner .banner-content-wrapper {
            min-height: 520px;
            padding: 120px 0;
        }
    }

    .hero-banner .banner-content-wrapper h1,
    .hero-banner .banner-content-wrapper .h1 {
        letter-spacing: 0.75px;
    }

    .hero-banner .banner-content-wrapper p {
        line-height: 2.125rem;
        letter-spacing: 0.15px;
    }

    .hero-banner .banner-content-wrapper .btn {
        margin-top: 4.25rem;
    }

    .hero-banner .header-image {
        position: absolute;
        right: 0;
        width: calc(50% - 95px);
        margin-right: 0px;
        top: 0;
        bottom: 0;
    }

    @media (min-width: 1440px) {
        .hero-banner .header-image {
            width: calc(50% - 200px);
        }
    }

    @media (max-width: 991px) {
        .hero-banner .header-image {
            width: 100%;
            margin-right: 0px;
            top: auto;
            bottom: 0;
            height: 683px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner .header-image {
            height: 400px;
        }
    }

    .hero-banner .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-banner .header-image .bg-line1 {
        width: 28px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #005EB8;
    }

    @media (max-width: 991px) {
        .hero-banner .header-image .bg-line1 {
            width: 100%;
            height: 55px;
            top: -83px;
        }
    }

    .hero-banner .header-image .bg-line2 {
        width: 61px;
        height: 100%;
        position: absolute;
        left: 28px;
        top: 0;
        bottom: 0;
        background-color: #0dcaf0;
    }

    @media (max-width: 991px) {
        .hero-banner .header-image .bg-line2 {
            width: 100%;
            height: 28px;
            left: auto;
            top: -28px;
        }
    }

    .hero-banner.feedback-banner {
        background-color: #ffffff;
        color: #111111;
    }

        .hero-banner.feedback-banner .overline {
            color: #6C6C6C;
        }

    @media (max-width: 767px) {
        #sync2 {
            width: 60%;
        }
    }

    @media (max-width: 767px) {
        #sync2 .owl-stage-outer {
            overflow: unset;
        }
    }

    .circle-list {
        list-style: none;
        padding-left: 0;
    }

        .circle-list li {
            margin-bottom: 1.25rem;
            position: relative;
            padding-left: 42px;
        }

            .circle-list li:last-child {
                margin-bottom: 0;
            }

            .circle-list li::before {
                content: "";
                width: 14px;
                height: 14px;
                display: inline-block;
                border: 3px solid #005EB8;
                border-radius: 50%;
                position: absolute;
                left: 7px;
                top: 7px;
                z-index: 2;
            }

            .circle-list li::after {
                content: "";
                width: 28px;
                height: 28px;
                display: inline-block;
                border-radius: 3px;
                position: absolute;
                left: 0;
                top: 0px;
                background-color: #fff;
                z-index: 1;
            }

            .circle-list li a {
                color: #414141;
                text-decoration: none;
                font-size: 0.875rem;
            }

    .hero-banner-with-pinned-content {
        position: relative;
    }

        .hero-banner-with-pinned-content .banner-content-wrapper {
            padding-top: 140px;
            padding-bottom: 195px;
        }

    @media (max-width: 767px) {
        .hero-banner-with-pinned-content .banner-content-wrapper {
            padding-bottom: 135px;
        }
    }

    .hero-banner-with-pinned-content .header-pinned-content {
        background-color: #005EB8;
        height: 150px;
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content .header-pinned-content {
            background-color: transparent;
            height: auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 331px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-with-pinned-content .header-pinned-content {
            bottom: 48px;
        }
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
        background-color: #ffffff;
        position: relative;
        transform: translate(0, -50%);
        z-index: 2;
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner {
            transform: none;
            top: -95px;
        }
    }

    .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item {
        padding: 41px 48px;
        position: relative;
    }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .overline {
            color: #6C6C6C;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .pinned-title {
            height: 22px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn {
            font-size: 0.75rem;
            position: relative;
        }

            .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:before {
                content: "";
                background: transparent;
                position: absolute;
                bottom: -5px;
                width: 76%;
                width: 0;
                left: 20px;
                height: 1px;
                transition: all 0.2s ease-in;
            }

            .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:hover:before {
                background: #0C1C64;
                width: 76%;
            }

            .hero-banner-with-pinned-content .header-pinned-content .pinned-content-inner .pinned-item .btn:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
            }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.content-with-carousel {
            padding-top: 111px;
        }
    }

    .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
        height: 113px;
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
            bottom: auto;
            top: 0;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content {
            overflow: hidden;
        }
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .container {
            padding: 0;
            max-width: 100%;
        }
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.content-with-carousel .header-pinned-content .pinned-content-inner {
            top: 0;
        }
    }

    .hero-banner-with-pinned-content.content-with-carousel .slide-progress {
        width: 0;
        max-width: 100%;
        height: 5px;
        background: #CF4520;
    }

    .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item {
        padding: 20px 24px;
        border-right: 1px solid #ECECEC;
        position: relative;
        cursor: pointer;
    }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover {
            background-color: #ECECEC;
        }

            .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item:hover::before {
                content: "";
                position: absolute;
                left: 0;
                top: 20px;
                bottom: 20px;
                width: 2px;
                background-color: #FFB443;
            }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item .content-title {
            color: #6C6C6C;
            font-size: 0.875rem;
            line-height: 1.5;
            height: 40px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .hero-banner-with-pinned-content.content-with-carousel .carousel-content-item p {
            font-size: 0.75rem;
            line-height: 1.8;
            margin-bottom: 0;
            height: 18px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            color: #6C6C6C;
        }

    .hero-banner-with-pinned-content.content-with-carousel .btn img {
        max-width: 100%;
        width: auto;
    }

    .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item {
        background-color: #ECECEC;
    }

        .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background-color: #CF4520;
        }

        .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item .content-title {
            color: #111111;
        }

        .hero-banner-with-pinned-content.content-with-carousel .owl-item.current .carousel-content-item p {
            color: #414141;
        }

    .hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
        border-left: 4px solid #00819b;
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.planner-banner .header-pinned-content .pinned-content-inner {
            transform: none;
            top: -258px;
        }
    }

    .hero-banner-with-pinned-content.login-block .hero-banner {
        color: inherit;
        background-color: #ffffff;
    }

    @media (max-width: 991px) {
        .hero-banner-with-pinned-content.login-block .hero-banner {
            padding-bottom: 0;
        }
    }

    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    @media (max-width: 992px) {
        .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper {
            padding-top: 100px;
            padding-bottom: 100px;
        }
    }

    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
        max-width: 416px;
        margin: 0 auto;
    }

    @media (max-width: 767px) {
        .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max {
            max-width: 100%;
        }
    }

    .hero-banner-with-pinned-content.login-block .hero-banner .banner-content-wrapper .login-max .lead {
        font-weight: 400;
        color: #6C6C6C;
    }

    .dateText {
        font-size: 0.75rem;
        line-height: 1.833;
        color: #0C1C64;
        margin-bottom: 6px;
    }

    .artItem .position-relative:hover .imgoverlay::after {
        opacity: 0;
    }

    .artItem .image a::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
    }

    .artItem .image .imgoverlay {
        position: relative;
    }

        .artItem .image .imgoverlay::after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
            z-index: 2;
            background: rgba(0, 0, 0, 0.4);
            transition: 0.3s all;
        }

    .artItem .text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .artItem .text h4.h-60 {
            height: 60px;
        }

        .artItem .text h4.h-52 {
            height: 52px;
        }

        .artItem .text h4 a {
            color: #111111;
            text-decoration: none;
        }

    .artItem .text .tag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 20px;
    }

    .artItem.shortItem > .position-relative {
        border-bottom: 2px solid #ECECEC;
    }

    .artItem.shortItem .text h4 {
        font-size: 1rem;
        line-height: 1.625;
    }

    .textArtItem a {
        display: block;
        padding: 24px 12px;
        color: #111111;
        text-decoration: none;
        border-bottom: 2px solid #ECECEC;
        transition: 0.3s all;
    }

    @media (max-width: 480px) {
        .textArtItem a {
            padding: 15px 12px;
        }
    }

    .textArtItem a:hover {
        background-color: #f9e8e4;
    }

    .textArtItem h5 {
        margin-bottom: 0px;
    }

    .articleFilter {
        width: 100%;
        padding-bottom: 21px;
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 60px;
    }

    @media (max-width: 991px) {
        .articleFilter {
            margin-bottom: 50px;
        }
    }

    @media (max-width: 480px) {
        .articleFilter {
            margin-bottom: 40px;
        }
    }

    .articleFilter .filter {
        position: relative;
    }

    @media (max-width: 767px) {
        .articleFilter .filter {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            column-gap: 14px;
            margin-bottom: 12px;
        }
    }

    @media (max-width: 480px) {
        .articleFilter .filter {
            margin-bottom: 0px;
        }
    }

    .articleFilter .searchBar {
        margin-left: auto !important;
    }

    @media (max-width: 991px) {
        .articleFilter .searchBar {
            width: auto;
            padding: 0px;
            border: none;
        }
    }

    @media (max-width: 767px) {
        .articleFilter .searchBar {
            width: 100%;
        }
    }

    .articleFilter .searchBar .form-control {
        border: 1px solid #ECECEC;
        font-size: 0.875rem;
        height: 47px;
    }

    .articleFilter .searchBar .searchBtn {
        width: 42px;
        height: 47px;
    }

    .bg-light2 {
        background-color: #F9F8F8;
    }

    .textImageArea {
        z-index: 1;
    }

        .textImageArea .overlayBg {
            z-index: -1;
            width: calc(50% + 220px);
        }

    @media (max-width: 991px) {
        .textImageArea .overlayBg {
            width: calc(50% + 130px);
        }
    }

    @media (max-width: 767px) {
        .textImageArea .overlayBg {
            width: 100%;
            height: calc(50% + 110px) !important;
            bottom: 0px !important;
            top: auto !important;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .overlayBg {
            height: calc(50% + 70px) !important;
        }
    }

    .textImageArea .darkblue {
        width: 79.5px;
        height: 79.5px;
        background-color: #0C1C64;
        position: absolute;
        bottom: 0px;
        right: 100%;
    }

    @media (max-width: 991px) {
        .textImageArea .darkblue {
            width: 33px;
            height: 33px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .darkblue {
            width: 39.75px;
            height: 39.75px;
            right: 0;
            bottom: 100%;
        }
    }

    .textImageArea .skyblue {
        width: 39.75px;
        height: 39.75px;
        background-color: #00BDDA;
        position: absolute;
        bottom: 100%;
        left: 100%;
    }

    @media (max-width: 991px) {
        .textImageArea .skyblue {
            width: 33px;
            height: 33px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .skyblue {
            width: 39.75px;
            height: 39.75px;
            right: 0;
            left: auto;
        }
    }

    .textImageArea .lightblue {
        width: 39.75px;
        height: 39.75px;
        background-color: #005EB8;
        position: absolute;
        top: 100%;
        left: 100%;
    }

    @media (max-width: 991px) {
        .textImageArea .lightblue {
            width: 30px;
            height: 30px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .lightblue {
            width: 39.75px;
            height: 39.75px;
            margin-top: 40px;
        }
    }

    .textImageArea .yellow {
        width: 79.5px;
        height: 79.5px;
        background-color: #FFB443;
        position: absolute;
        top: 100%;
        left: 0px;
    }

    @media (max-width: 991px) {
        .textImageArea .yellow {
            width: 50px;
            height: 50px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .yellow {
            width: 79.5px;
            height: 79.5px;
            margin-top: 40px;
        }
    }

    .textImageArea .overline {
        color: #6C6C6C;
    }

    .textImageArea h4 {
        font-weight: 400;
        line-height: 1.7;
    }

    .textImageArea .leftTopImg {
        margin-left: -110px;
    }

    @media (max-width: 1199px) {
        .textImageArea .leftTopImg {
            margin-left: -20px;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .leftTopImg {
            margin-left: -33px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .leftTopImg {
            margin: 0 100px 0 0;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .leftTopImg {
            margin: 0;
        }
    }

    .textImageArea .leftTopImg img {
        width: 220px;
        height: 218px;
        object-fit: cover;
        display: block;
    }

    @media (max-width: 1199px) {
        .textImageArea .leftTopImg img {
            width: 170px;
            height: 168px;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .leftTopImg img {
            width: 130px;
            height: 128px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .leftTopImg img {
            width: 135px;
            height: 128px;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .leftTopImg img {
            width: 115px;
            height: 108px;
        }
    }

    .textImageArea .leftTopImg.right {
        margin-right: -110px;
    }

    @media (max-width: 1199px) {
        .textImageArea .leftTopImg.right {
            margin-right: -20px;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .leftTopImg.right {
            margin-right: -33px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .leftTopImg.right {
            margin: 0 0 0 100px;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .leftTopImg.right {
            margin: 0px;
        }
    }

    .textImageArea .leftTopImg.right .lightblue {
        top: 0px;
        left: auto;
        right: 100%;
        background-color: #FFB443;
    }

    @media (max-width: 767px) {
        .textImageArea .leftTopImg.right .lightblue {
            top: 100%;
        }
    }

    .textImageArea .rightTopImg {
        margin-top: 77px;
    }

    @media (max-width: 1199px) {
        .textImageArea .rightTopImg {
            margin-top: 60px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .rightTopImg {
            margin-bottom: 40px;
        }
    }

    .textImageArea .rightTopImg img {
        width: 330px;
        height: 328px;
        object-fit: cover;
        display: block;
    }

    @media (max-width: 1199px) {
        .textImageArea .rightTopImg img {
            width: 260px;
            height: 258px;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .rightTopImg img {
            width: 210px;
            height: 208px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .rightTopImg img {
            width: 270px;
            height: 288px;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .rightTopImg img {
            width: 180px;
            height: 198px;
        }
    }

    .textImageArea .rightTopImg.right .yellow {
        left: auto;
        right: 0px;
        background-color: #005EB8;
    }

    .textImageArea .bottomImg img {
        width: 159px;
        height: 157px;
        object-fit: cover;
        display: block;
        margin-left: -159px;
    }

    @media (max-width: 1199px) {
        .textImageArea .bottomImg img {
            width: 130px;
            height: 130px;
            margin-left: -130px;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .bottomImg img {
            width: 100px;
            height: 100px;
            margin-left: -100px;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .bottomImg img {
            width: 135px;
            height: 128px;
            margin-left: -135px;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .bottomImg img {
            width: 115px;
            height: 108px;
            margin-left: -115px;
        }
    }

    .textImageArea .bottomImg.right {
        display: flex;
        justify-content: flex-end;
    }

        .textImageArea .bottomImg.right img {
            margin: 0 -159px 0 0;
        }

    @media (max-width: 1199px) {
        .textImageArea .bottomImg.right img {
            margin: 0 -130px 0 0;
        }
    }

    @media (max-width: 991px) {
        .textImageArea .bottomImg.right img {
            margin: 0 -100px 0 0;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .bottomImg.right img {
            margin: 0 -135px 0 0;
        }
    }

    @media (max-width: 575px) {
        .textImageArea .bottomImg.right img {
            margin: 0 -115px 0 0;
        }
    }

    @media (max-width: 767px) {
        .textImageArea .imageT img {
            width: 100%;
        }
    }

    .download-btn {
        border-radius: 3px;
    }

        .download-btn a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 14px;
            color: #111111;
            text-decoration: none;
            transition: 0.3s all;
        }

        .download-btn .image {
            width: 70px;
            position: relative;
            box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
        }

            .download-btn .image::before {
                width: 54.88px;
                height: 60.49px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                content: "";
                background-color: #005EB8;
                border-radius: 0 60px 0 0;
            }

            .download-btn .image::after {
                width: 13.4px;
                height: 13.4px;
                position: absolute;
                bottom: 8px;
                left: 8px;
                content: "";
                background: url(../images/logo-icon.svg) no-repeat center center;
            }

            .download-btn .image img {
                width: 100%;
                height: 77.35px;
                display: block;
                object-fit: cover;
            }

        .download-btn .text {
            width: calc(100% - 98px);
        }

            .download-btn .text strong {
                display: block;
                font-size: 0.875rem;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .download-btn .text span {
                display: inline-flex;
                align-items: center;
                font-size: 0.75rem;
                color: #414141;
                gap: 6px;
            }

                .download-btn .text span svg, .download-btn .text span img {
                    width: 12px;
                }

    .headline-news-card {
        border-left: 5px solid #005EB8;
        background-color: #F5F9FC;
        padding: 6.25rem 0;
    }

    @media (max-width: 767px) {
        .headline-news-card {
            border-left: 0;
            border-top: 5px solid #005EB8;
        }
    }

    .headline-news-card .headline-card-inner {
        position: relative;
    }

        .headline-news-card .headline-card-inner .news-card-image {
            overflow: hidden;
        }

            .headline-news-card .headline-card-inner .news-card-image img {
                transition: all 0.2s ease-in;
            }

        .headline-news-card .headline-card-inner:hover .news-card-image img {
            filter: blur(20px);
        }

        .headline-news-card .headline-card-inner:hover .btn-primary {
            background-color: #00819b;
            border-color: #00819b;
        }

    @media (min-width: 768px) {
        .headline-news-card .news-inner-content {
            max-width: 428px;
            margin-left: auto;
        }
    }

    .headline-news-card .news-inner-content .overline {
        font-size: 0.75rem;
    }

    .headline-news-card .news-inner-content h2,
    .headline-news-card .news-inner-content .h2 {
        line-height: 1.467;
    }

    .featured-video-section {
        color: #ffffff;
        position: relative;
        min-height: 717px;
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .featured-video-section {
            padding-bottom: 220px;
        }
    }

    .featured-video-section:hover .header-image img, .featured-video-section:hover .header-image video {
        filter: blur(0);
    }

    @media (max-width: 991px) {
        .featured-video-section .container {
            max-width: 100%;
            padding: 0;
        }
    }

    .featured-video-section .featured-content-wrapper {
        padding: 70px 120px 70px 110px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        background: #0C1C64;
        min-height: 497px;
    }

    @media (max-width: 991px) {
        .featured-video-section .featured-content-wrapper {
            padding: 100px 30px;
            min-height: auto;
        }
    }

    .featured-video-section .featured-content-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #0C1C64;
        width: 555rem;
        z-index: -1;
    }

    .featured-video-section .featured-content-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        width: 555rem;
        top: 0;
        height: 2px;
        background-color: #CF4520;
    }

    .featured-video-section .featured-content-wrapper h1,
    .featured-video-section .featured-content-wrapper .h1 {
        letter-spacing: 0.75px;
    }

    .featured-video-section .featured-content-wrapper p {
        line-height: 2.125rem;
    }

    .featured-video-section .featured-content-wrapper .btn {
        margin-top: 4.8rem;
    }

    .featured-video-section .featured-content-wrapper .rectangle-shape {
        position: absolute;
        width: 220px;
        height: 220px;
        top: 100%;
        right: 0;
    }

    .featured-video-section .header-image {
        position: absolute;
        right: 0;
        width: 50%;
        margin-right: 0px;
        top: 0;
        bottom: 0;
        min-height: 717px;
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .featured-video-section .header-image {
            width: 100%;
            margin-right: 0px;
            top: auto;
            bottom: 0;
            height: 683px;
            position: relative;
        }
    }

    @media (max-width: 767px) {
        .featured-video-section .header-image {
            height: 570px;
            min-height: auto;
        }
    }

    @media (max-width: 575px) {
        .featured-video-section .header-image {
            height: 470px;
        }
    }

    .featured-video-section .header-image img, .featured-video-section .header-image video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (min-width: 992px) {
        .featured-video-section .header-image img, .featured-video-section .header-image video {
            filter: blur(20px);
            transform: scale(1.1);
            transition: all 0.2s ease;
        }
    }

    .featured-video-section.feedback-banner {
        background-color: #ffffff;
        color: #111111;
    }

        .featured-video-section.feedback-banner .overline {
            color: #6C6C6C;
        }

    .list-section {
        padding: 80px 0;
    }

    @media (min-width: 768px) {
        .list-section {
            padding: 125px 0 90px;
        }
    }

    .list-section .stars-list {
        padding: 0;
        margin: 0;
        border-top: 2px solid #ECECEC;
    }

        .list-section .stars-list li {
            list-style: none;
            border-bottom: 2px solid #ECECEC;
        }

        .list-section .stars-list .list-wrapper {
            display: flex;
            width: 100%;
            align-items: center;
        }

            .list-section .stars-list .list-wrapper .list-right {
                width: calc(100% - 120px);
                padding: 10px 0;
            }

    @media (min-width: 768px) {
        .list-section .stars-list .list-wrapper .list-right {
            display: flex;
        }
    }

    @media (max-width: 767px) {
        .list-section .stars-list .list-wrapper .list-right {
            width: calc(100% - 80px);
        }
    }

    .list-section .stars-list .list-wrapper .stars-list-icon {
        width: 120px;
        height: 120px;
        margin-right: 15px;
    }

    @media (min-width: 768px) {
        .list-section .stars-list .list-wrapper .stars-list-icon {
            margin-right: 110px;
        }
    }

    @media (max-width: 767px) {
        .list-section .stars-list .list-wrapper .stars-list-icon {
            width: 80px;
            height: 80px;
        }
    }

    .list-section .stars-list .list-wrapper .stars-list-icon img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .list-section .stars-list .list-wrapper .list-para {
        margin-bottom: 7px;
        margin-top: 10px;
    }

    @media (min-width: 768px) {
        .list-section .stars-list .list-wrapper .list-para {
            padding-right: 60px;
            margin-bottom: 0;
            margin-top: 0px;
        }
    }

    @media (min-width: 992px) {
        .list-section .stars-list .list-wrapper .list-para {
            width: calc(100% - 220px);
        }
    }

    .list-section .stars-list .list-wrapper .list-para p {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 30px;
    }

    .list-section .stars-list .list-wrapper .list-btn {
        margin-left: auto;
    }

    @media (min-width: 992px) {
        .list-section .stars-list .list-wrapper .list-btn {
            width: 220px;
        }
    }

    .list-section .stars-list .list-wrapper .list-btn .btn {
        font-size: 0.75rem;
        position: relative;
    }

        .list-section .stars-list .list-wrapper .list-btn .btn:before {
            content: "";
            background: transparent;
            position: absolute;
            bottom: -5px;
            width: 76%;
            width: 0;
            left: 22px;
            height: 1px;
            transition: all 0.2s ease-in;
        }

        .list-section .stars-list .list-wrapper .list-btn .btn:hover:before {
            background: #0C1C64;
            width: 62%;
        }

    .list-section.list-section-dark-mode {
        background-color: #0C1C64;
        color: #ffffff;
    }

        .list-section.list-section-dark-mode .stars-list {
            border-top: 0;
        }

            .list-section.list-section-dark-mode .stars-list li {
                border-bottom: 0;
            }

                .list-section.list-section-dark-mode .stars-list li .btnIcon svg path {
                    fill: #FFB443;
                }

                .list-section.list-section-dark-mode .stars-list li .btnIcon:hover svg path {
                    fill: #F1C7BC;
                }

    .newsletter-sign-up {
        position: relative;
        background-color: #ffffff;
    }

        .newsletter-sign-up .sign-up-image {
            position: absolute;
            width: calc(100% + 160px);
            right: 12px;
            top: 0;
            bottom: 0;
            min-height: 400px;
        }

    @media (min-width: 1680px) {
        .newsletter-sign-up .sign-up-image {
            width: calc(100% + 300px);
        }
    }

    @media (min-width: 1925px) {
        .newsletter-sign-up .sign-up-image {
            width: calc(100% + 400px);
        }
    }

    @media (min-width: 2160px) {
        .newsletter-sign-up .sign-up-image {
            width: calc(100% + 500px);
        }
    }

    @media (min-width: 2360px) {
        .newsletter-sign-up .sign-up-image {
            width: calc(100% + 600px);
        }
    }

    @media (max-width: 1199px) {
        .newsletter-sign-up .sign-up-image {
            width: calc(100% + 100px);
        }
    }

    @media (max-width: 991px) {
        .newsletter-sign-up .sign-up-image {
            position: static;
            width: 100%;
            min-height: auto;
        }
    }

    @media (max-width: 767px) {
        .newsletter-sign-up .sign-up-image {
            width: auto;
            margin: 0 -30px;
        }
    }

    .newsletter-sign-up .sign-up-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .newsletter-sign-up .sign-up-content {
        padding: 65px 90px;
        height: 100%;
        min-height: 400px;
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 1199px) {
        .newsletter-sign-up .sign-up-content {
            padding: 45px 50px;
        }
    }

    @media (max-width: 991px) {
        .newsletter-sign-up .sign-up-content {
            padding: 80px 0px 54px;
            height: auto;
            min-height: auto;
        }
    }

    .newsletter-sign-up .sign-up-content .overline {
        color: #6C6C6C;
    }

    .newsletter-sign-up .sign-up-content .text-sm {
        color: #6C6C6C;
    }

    .newsletter-sign-up .newsletter-form {
        padding: 65px 1rem;
    }

    @media (max-width: 1199px) {
        .newsletter-sign-up .newsletter-form {
            padding: 45px 0.5rem;
        }
    }

    @media (max-width: 767px) {
        .newsletter-sign-up .newsletter-form {
            padding: 0 0 45px 0;
        }
    }

    .find-planner-banner .banner-content-wrapper {
        position: relative;
        z-index: 0;
        padding: 70px 0;
    }

    @media (max-width: 991px) {
        .find-planner-banner .banner-content-wrapper {
            padding: 50px 30px;
            min-height: 265px;
        }
    }

    .find-planner-banner .banner-content-wrapper:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 555rem;
        background-color: #0C1C64;
        z-index: -1;
    }

    .find-planner-banner .banner-content-wrapper .content-max-width {
        max-width: 330px;
    }

        .find-planner-banner .banner-content-wrapper .content-max-width p {
            letter-spacing: 0.03px;
            font-weight: 300;
            line-height: 1.7;
        }

    .find-planner-banner .planner-right-block {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
    }

    @media (max-width: 991px) {
        .find-planner-banner .planner-right-block {
            margin: 30px;
            min-height: 102px;
        }
    }

    .find-planner-banner .planner-right-block .blue-box {
        position: absolute;
        left: -24px;
        width: 244px;
        top: 0;
        bottom: 0;
        background-color: #0C1C64;
    }

    @media (max-width: 991px) {
        .find-planner-banner .planner-right-block .blue-box {
            width: calc(100% + 60px);
            top: auto;
            bottom: 147px;
            height: 110px;
            left: -30px;
            right: 0;
        }
    }

    .find-planner-banner .planner-right-block .cyan-box {
        position: absolute;
        left: 110px;
        width: 110px;
        bottom: 0;
        height: 110px;
        background-color: #0dcaf0;
    }

    @media (max-width: 991px) {
        .find-planner-banner .planner-right-block .cyan-box {
            left: auto;
            width: 110px;
            bottom: 147px;
            right: -30px;
        }
    }

    .find-planner-banner .planner-form {
        background-color: #ffffff;
        padding: 24px;
        width: 100%;
        position: relative;
    }

    @media (max-width: 991px) {
        .find-planner-banner .planner-form {
            margin-top: -154px;
        }
    }

    .find-planner-banner .planner-form .form-control {
        height: 47px;
    }

    .find-planner-banner .planner-form .btn {
        line-height: 1.36;
    }

    @media (max-width: 991px) {
        .find-planner-banner .container {
            padding: 0;
            max-width: 100%;
        }
    }

    .small-heroBanner {
        background-color: #0C1C64;
        color: #ffffff;
        position: relative;
    }

    @media (max-width: 767px) {
        .small-heroBanner .container {
            padding: 0px;
        }
    }

    @media (max-width: 767px) {
        .small-heroBanner .row {
            margin: 0px;
        }
    }

    .small-heroBanner .text {
        position: relative;
        padding: 60px 20% 76px 12px;
    }

    @media (max-width: 1199px) {
        .small-heroBanner .text {
            padding: 60px 10% 76px 12px;
        }
    }

    @media (max-width: 767px) {
        .small-heroBanner .text {
            padding: 80px 20% 80px 30px;
        }
    }

    .small-heroBanner .bg-line1 {
        width: 110px;
        height: 110px;
        position: absolute;
        bottom: 0px;
        right: 110px;
        background-color: #00819B;
    }

    @media (max-width: 1399px) {
        .small-heroBanner .bg-line1 {
            width: 93px;
            height: 93px;
            right: 93px;
        }
    }

    @media (max-width: 1199px) {
        .small-heroBanner .bg-line1 {
            width: 40px;
            right: 40px;
        }
    }

    @media (max-width: 767px) {
        .small-heroBanner .bg-line1 {
            width: 55px;
            right: 55px;
        }
    }

    .small-heroBanner .bg-line2 {
        width: 110px;
        height: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-color: #005EB8;
    }

    @media (max-width: 1399px) {
        .small-heroBanner .bg-line2 {
            width: 93px;
        }
    }

    @media (max-width: 1199px) {
        .small-heroBanner .bg-line2 {
            width: 40px;
        }
    }

    @media (max-width: 767px) {
        .small-heroBanner .bg-line2 {
            width: 55px;
        }
    }

    .small-heroBanner h2 {
        color: #ffffff;
        letter-spacing: 0.1px;
        line-height: 1.4666666667;
        margin-bottom: 0px;
    }

    .small-heroBanner p {
        letter-spacing: 0.03px;
        line-height: 1.6666666667;
        margin-bottom: 30px;
    }

    .small-heroBanner .btnIcon:hover svg path {
        fill: #F1C7BC;
    }

    .small-heroBanner .btnIcon svg path {
        fill: #FFB443;
    }

    @media (max-width: 767px) {
        .small-heroBanner .image {
            padding: 0px;
        }
    }

    .small-heroBanner .image img {
        width: 50%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    @media (max-width: 767px) {
        .small-heroBanner .image img {
            position: static;
            width: 100%;
        }
    }

    .toolFilters {
        position: relative;
        min-height: 1200px;
        background-color: #ffffff;
    }

    @media (max-width: 991px) {
        .toolFilters {
            min-height: auto;
        }
    }

    .toolFilters.minHeight .srchDistance {
        margin-bottom: 110px;
    }

    .toolFilters .filter {
        padding-right: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        width: calc(50% - 220px);
        background-color: #ffffff;
    }

    @media (max-width: 1399px) {
        .toolFilters .filter {
            width: calc(50% - 186px);
        }
    }

    @media (max-width: 1199px) {
        .toolFilters .filter {
            width: calc(50% - 78px);
        }
    }

    @media (max-width: 991px) {
        .toolFilters .filter {
            position: static;
            width: 100%;
        }
    }

    .toolFilters .filter.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    @media (max-width: 991px) {
        .toolFilters .filter.fixed {
            position: static;
        }
    }

    .toolFilters .filter .redLb {
        width: calc(100% + 72px);
        position: absolute;
        left: 0px;
        top: 0px;
        border-left: 5px solid #CF4520;
        border-bottom: 1px solid #ECECEC;
        content: "";
        background-color: #ffffff;
    }

    @media (max-width: 991px) {
        .toolFilters .filter .redLb {
            width: 100%;
        }
    }

    .toolFilters .filter .filterWidth {
        height: calc(100vh - 150px);
    }

    @media (max-width: 991px) {
        .toolFilters .filter .filterWidth {
            height: auto !important;
        }
    }

    .toolFilters .filter .filterWidth > .mCSB_inside {
        width: 100%;
    }

    @media (max-width: 991px) {
        .toolFilters .filter .filterWidth > .mCSB_inside {
            overflow: visible;
            position: static;
        }
    }

    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
        padding: 0 72px 0 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    @media (max-width: 1399px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
            padding: 0 50px 0 0;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container {
            overflow: visible;
            position: static !important;
            padding: 0px;
        }
    }

    .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
        width: 356px;
    }

    @media (max-width: 1399px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
            width: 322px;
        }
    }

    @media (max-width: 1199px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
            width: 340px;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_container .max-widthF {
            width: 100%;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .filter .filterWidth > .mCSB_inside > .mCSB_scrollTools {
            display: none !important;
        }
    }

    .toolFilters .srchDistance {
        padding: 40px 0 35px 0;
        margin-bottom: 40px;
        position: relative;
    }

    @media (max-width: 991px) {
        .toolFilters .srchDistance {
            margin-bottom: 0px;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .mobilefilterhide {
            display: none;
            position: relative;
            left: 0px;
            z-index: 2;
            width: calc(100%);
            padding-top: 0 !important;
        }
    }

    .mobilefilterhide > h4 {
        position: relative;
        z-index: 1
    }

    @media (max-width: 767px) {
        .toolFilters .mobilefilterhide {
            left: -30px;
            width: calc(100% + 60px);
            /* height: 550px !important;
        overflow-y: auto;*/
            height: auto !important;
            background: #fff;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
            padding: 0 4vh 0 0;
            margin: 0px;
        }
    }

    @media (max-width: 767px) {
        .toolFilters .mobilefilterhide .mCSB_inside > .mCSB_container {
            padding: 0 30px;
        }
    }

    .toolFilters .filterToggle {
        display: none;
    }

    @media (max-width: 991px) {
        .toolFilters .filterToggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 34px 0;
        }
    }

    .toolFilters .filterToggle h4 {
        margin: 0px;
    }

    .toolFilters .filterToggle .btn {
        width: 42px;
        height: 42px;
        padding: 0px;
        border: 1px solid #ECECEC;
    }

        .toolFilters .filterToggle .btn:hover {
            background-color: #E0ECF6;
        }

            .toolFilters .filterToggle .btn:hover svg path {
                fill: #111111;
            }

    .mobilefilterhide > .row > .col-12, .mobilefilterhide > .row > .col-md-12 {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
        padding-left: calc(var(--bs-gutter-x)* 0.5);
    }

    @media (max-width: 991px) {
        .toolFilters .mobileFixedScroll {
            padding: 0 0px;
            position: relative;
            left: 0;
            z-index: 2;
            width: 100%;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
            background-color: #ffffff;
        }

        .toolFilters > .container {
            margin-left: 0;
            padding-left: 0;
            margin-right: 0;
            padding-right: 0;
            max-width: 100%
        }
    }

    @media (max-width: 991px) {
        .toolFilters .mobileFixedScroll {
            padding: 0 30px;
            left: -30px;
            width: calc(100% + 60px);
        }
    }

    @media (max-width: 991px) {
        .toolFilters .mobileFixedScroll.fixedMob {
            position: fixed;
            z-index: 8;
            background: #fff;
        }
    }

    .toolFilters .mobileFixedScroll.fixedMob .container {
        padding: 0 12px;
    }

    @media (max-width: 767px) {
        .toolFilters .mobileFixedScroll.fixedMob .container {
            padding: 0 30px;
        }
    }

    @media (min-width: 992px) {
        .toolFilters .mobileFixedScroll .container {
            padding: 0px;
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 991px) {
        .toolFilters .mobileFixedScroll .container {
            padding: 0px;
        }
    }

    .toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

    @media (min-width: 992px) {
        .toolFilters .mobileFixedScroll .mCSB_inside > .mCSB_scrollTools {
            display: none !important;
        }
    }

    .plannerCard {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 52px 0 52px 60px;
        z-index: 1;
        border: 1px solid #ECECEC;
        border-right: none;
        background-color: #FBFBFB;
        transition: 0.3s all;
    }

    @media (max-width: 1399px) {
        .plannerCard {
            padding: 50px 0 50px 40px;
        }
    }

    @media (max-width: 991px) {
        .plannerCard {
            padding: 50px 0;
        }
    }

    @media (max-width: 767px) {
        .plannerCard {
            padding: 40px 0;
        }
    }

    .plannerCard:hover {
        background-color: #f6f6f7;
    }

        .plannerCard:hover::before {
            background-color: #005EB8;
            width: 122px;
        }

    @media (max-width: 991px) {
        .plannerCard:hover::before {
            width: 272px;
        }
    }

    .plannerCard:hover::after {
        background-color: #f6f6f7;
    }

    .plannerCard::before {
        width: 110px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        background-color: #E0ECF6;
        z-index: -1;
        transition: 0.3s all;
    }

    @media (max-width: 991px) {
        .plannerCard::before {
            left: -190px;
            width: 260px;
        }
    }

    .plannerCard::after {
        content: "";
        position: absolute;
        left: 99%;
        width: 555rem;
        height: calc(100% + 2px);
        top: -1px;
        background: #FBFBFB;
        border: 1px solid #ECECEC;
        border-left: none;
        transition: 0.3s all;
        z-index: -2;
    }

    @media (max-width: 991px) {
        .plannerCard::after {
            left: -190px;
        }
    }

    .plannerCard .image {
        width: 119px;
        min-height: 178px;
        border-radius: 5px;
        background-color: #B3CFEA;
        background-image: url(../images/favicon.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 41px 40px;
    }

    @media (max-width: 767px) {
        .plannerCard .image {
            width: 111px;
            min-height: 172px;
        }
    }

    .plannerCard .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .plannerCard .image a::after {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
        z-index: 4;
    }

    .plannerCard .text {
        width: calc(100% - 180px);
    }

    @media (max-width: 1399px) {
        .plannerCard .text {
            width: calc(100% - 165px);
        }
    }

    @media (max-width: 767px) {
        .plannerCard .text {
            width: calc(100% - 135px);
        }
    }

    .plannerCard .text .pname {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.6666666667;
        margin-bottom: 11px;
    }

        .plannerCard .text .pname sup {
            font-weight: 400;
            font-size: 0.75rem;
        }

    .plannerCard .text p {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        margin: 0 0 2px 0;
    }

        .plannerCard .text p span {
            color: #6C6C6C;
        }

    .plannerCard .text .tag span {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-flex;
        align-items: center;
        padding: 9px 10px;
        border-radius: 20px;
        position: relative;
        z-index: 5;
    }

    @media (max-width: 767px) {
        .plannerCard .text .tag span {
            margin: 0 10px 10px 0;
        }
    }

    @media (max-width: 1199px) {
        .plannerCard .text .tag span.texthide {
            font-size: 0px;
            width: 39px;
            height: 39px;
        }
    }

    @media (max-width: 1199px) {
        .plannerCard .text .tag span.texthide img, .plannerCard .text .tag span.texthide svg {
            margin: 0px auto;
        }
    }

    .plannerCard .text .tag span img, .plannerCard .text .tag span svg {
        margin-right: 6px;
        outline: none;
    }

    .plannerCard .text .tag span.lightred {
        border-color: #FAE0E7;
        background-color: #FAE0E7;
    }

    .plannerCard .text .tag span.lightgreen {
        border-color: #ECFAE4;
        background-color: #ECFAE4;
    }

        .plannerCard .text .tag span.lightgreen svg path {
            fill: #197703;
        }

    .plannerCard .text .tag span.lightyellow {
        border-color: #fff5e9;
        background-color: #fff5e9;
    }

        .plannerCard .text .tag span.lightyellow svg path {
            fill: #a0610c;
        }

    .plannerCard .text .tag.toptag span {
        margin: 0 0 0 6px;
    }

    @media (max-width: 480px) {
        .plannerCard .text .tag.toptag span {
            margin: 8px 0 0 6px;
        }
    }

    .plannerCard .text .cfp {
        font-size: 0.75rem;
    }

    .tooltip {
        line-height: 1.7142857143;
    }

    .tooltip-inner {
        text-align: left;
    }

    .loading-find {
        min-height: 750px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .loading-find img {
            margin-bottom: 20px;
        }

        .loading-find h4 {
            color: #6C6C6C;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .loading-find p {
            font-size: 0.75rem;
            color: #6C6C6C;
        }

    .plannerDetails {
        background-color: #F9F8F8;
        position: relative;
    }

    @media (max-width: 767px) {
        .plannerDetails {
            background-color: #ffffff;
        }
    }

    .plannerDetails .details {
        min-height: 800px;
        padding: 0 110px 0 0;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1399px) {
        .plannerDetails .details {
            padding: 0 80px 0 0;
        }
    }

    @media (max-width: 1199px) {
        .plannerDetails .details {
            padding: 0 30px 0 0;
        }
    }

    @media (max-width: 991px) {
        .plannerDetails .details {
            padding: 0;
        }
    }

    .plannerDetails .details::before {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        content: "";
        background-color: #ffffff;
        z-index: -1;
    }

    @media (max-width: 991px) {
        .plannerDetails .details::before {
            right: -300px;
        }
    }

    @media (max-width: 767px) {
        .plannerDetails .details::before {
            width: calc(100% + 60px);
            height: 298px;
            right: -30px;
            background-color: #005EB8;
        }
    }

    .plannerDetails .details .imgD {
        width: 86px;
        margin-bottom: 36px;
    }

    @media (max-width: 767px) {
        .plannerDetails .details .imgD {
            width: 100%;
            margin-bottom: 70px;
        }
    }

    .plannerDetails .details .btnIcon.iconNH:hover svg path {
        fill: #6C6C6C;
    }

    .plannerDetails .details .tag {
        display: flex;
        flex-wrap: wrap;
    }

        .plannerDetails .details .tag span {
            font-size: 0.875rem;
            line-height: 1.3571428571;
            color: #414141;
            border: 1px solid #ECECEC;
            display: inline-flex;
            align-items: center;
            padding: 9px 10px;
            border-radius: 20px;
            margin: 0 6px 12px 0;
        }

    @media (max-width: 1199px) {
        .plannerDetails .details .tag span.texthide {
            font-size: 0px;
            width: 39px;
            height: 39px;
        }
    }

    @media (max-width: 1199px) {
        .plannerDetails .details .tag span.texthide img, .plannerDetails .details .tag span.texthide svg {
            margin: 0px auto;
        }
    }

    .plannerDetails .details .tag span img, .plannerDetails .details .tag span svg {
        margin-right: 6px;
        outline: none;
    }

    .plannerDetails .details .tag span.lightred {
        border-color: #FAE0E7;
        background-color: #FAE0E7;
    }

    .plannerDetails .details .tag span.not-current {
        border-color: #F9E9E4;
        background-color: #F9E9E4;
    }

    .plannerDetails .details .tag span.lightgreen {
        border-color: #ECFAE4;
        background-color: #ECFAE4;
    }

        .plannerDetails .details .tag span.lightgreen svg path {
            fill: #197703;
        }

    .plannerDetails .details .tag span.lightyellow {
        border-color: #fff5e9;
        background-color: #fff5e9;
    }

        .plannerDetails .details .tag span.lightyellow svg path {
            fill: #a0610c;
        }

    @media (max-width: 440px) {
        .plannerDetails .details .btn.btn-outline-secondary {
            padding: 10px;
        }
    }

    .contact-info {
        position: relative;
        background-color: #F5F9FC;
        z-index: 1;
    }

        .contact-info::before {
            width: 555rem;
            height: 100%;
            position: absolute;
            top: 0px;
            right: -110px;
            content: "";
            background-color: #F5F9FC;
            z-index: -1;
        }

    @media (max-width: 991px) {
        .contact-info::before {
            right: -170px;
        }
    }

    .contact-info p span {
        font-size: 0.75rem;
    }

    .contact-info p a {
        color: #111111;
        text-decoration: none;
    }

    .learnTooltip {
        padding: 0 0 0.875rem 0;
        max-width: 320px;
    }

        .learnTooltip .tooltip-inner {
            padding: 0px;
            background-color: #ffffff;
            box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.05);
        }

            .learnTooltip .tooltip-inner span {
                font-size: 0.75rem;
                color: #0C1C64;
                padding: 12px;
                display: block;
                background-color: #F5F9FC;
            }

            .learnTooltip .tooltip-inner p {
                margin: 0px;
                padding: 12px;
                font-size: 0.75rem;
                line-height: 1.833;
                color: #414141;
            }

        .learnTooltip .tooltip-arrow::before {
            border-top-color: #ffffff !important;
        }

    .formSticky {
        background-color: #005EB8;
        padding: 20px 0 20px 110px;
        position: sticky;
        z-index: 2;
        right: 0;
        width: calc(50% - 110px);
        min-height: 700px;
    }

    .create-account .formSticky {
        z-index: -1 !important
    }

    @media (max-width: 1399px) {
        .formSticky {
            width: calc(50% - 93px);
            padding: 20px 0 20px 80px;
        }
    }

    @media (max-width: 1199px) {
        .formSticky {
            width: calc(50% - 78px);
            padding: 20px 0 20px 30px;
        }
    }

    @media (max-width: 991px) {
        .formSticky {
            position: relative;
            top: 0px !important;
            width: 100%;
            min-height: auto;
            padding: 80px 0;
        }
    }

    .formSticky.fixed {
        position: fixed;
        top: 200px;
    }

    @media (max-width: 991px) {
        .formSticky.fixed {
            position: relative;
            top: 0 !important;
        }
    }

    .formSticky::before {
        width: 110px;
        height: 110px;
        position: absolute;
        bottom: 0px;
        right: 100%;
        content: "";
        background-color: #00BDDA;
    }

    @media (max-width: 1399px) {
        .formSticky::before {
            width: 80px;
            height: 80px;
        }
    }

    @media (max-width: 1199px) {
        .formSticky::before {
            width: 30px;
            height: 30px;
        }
    }

    @media (max-width: 991px) {
        .formSticky::before {
            width: calc(100% + 300px);
            height: 200px;
            top: 0;
            right: -150px;
            bottom: auto;
            z-index: -1;
            background-color: #005EB8;
        }
    }

    .formSticky::after {
        width: 555rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 220px;
        content: "";
        background-color: #0C1C64;
        z-index: -1;
    }

    @media (max-width: 991px) {
        .formSticky::after {
            width: calc(100% + 300px);
            height: calc(100% - 200px);
            top: auto;
            left: -150px;
            bottom: 0px;
        }
    }

    .formSticky .white-bg {
        padding: 40px 36px 30px;
        background-color: #ffffff;
        max-width: 440px;
    }

    @media (max-width: 1399px) {
        .formSticky .white-bg {
            max-width: 385px;
            padding: 40px 30px 30px;
        }
    }

    @media (max-width: 1199px) {
        .formSticky .white-bg {
            max-width: 360px;
        }
    }

    @media (max-width: 991px) {
        .formSticky .white-bg {
            max-width: 100%;
            width: 100%;
        }
    }

    .formSticky .btn {
        justify-content: flex-start;
        transition: 0.3s all;
    }

    .formSticky textarea.form-control {
        height: 63px;
        padding: 0.875rem;
    }

    .authorShor {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .authorShor img {
            width: 32px;
            height: 32px;
            border-radius: 100%;
            object-fit: cover;
        }

        .authorShor .nameD {
            width: calc(100% - 44px);
            color: #ffffff;
        }

            .authorShor .nameD strong {
                display: block;
                font-size: 0.875rem;
                font-weight: 500;
                margin-bottom: 2px;
            }

            .authorShor .nameD span {
                display: block;
                font-size: 0.75rem;
                color: #F1F1F1;
            }

    .arttag {
        display: flex;
        flex-wrap: wrap;
    }

        .arttag span {
            font-size: 0.875rem;
            line-height: 1.3571428571;
            border: 1px solid #6C6C6C;
            display: inline-flex;
            align-items: center;
            padding: 9px 12px;
            border-radius: 20px;
            margin: 0 12px 12px 0;
            color: #F1F1F1;
        }

    .smalcircle-list {
        list-style: none;
        padding: 0px;
    }

        .smalcircle-list li {
            margin-bottom: 2rem;
            position: relative;
            padding-left: 21px;
            color: #414141;
        }

            .smalcircle-list li::before {
                content: "";
                width: 9px;
                height: 9px;
                display: inline-block;
                border: 3px solid #0C1C64;
                border-radius: 50%;
                position: absolute;
                left: 0px;
                top: 10px;
                z-index: 2;
            }

    .blockquote {
        position: relative;
    }

        .blockquote::before {
            width: 12px;
            height: 13px;
            position: absolute;
            top: 12px;
            left: -39px;
            content: "";
            background: url(../images/quote-icon.svg) no-repeat center center/100% auto;
        }

    @media (max-width: 767px) {
        .blockquote::before {
            left: -27px;
        }
    }

    .blockquote p {
        font-size: 1.688rem;
        line-height: 1.6296296296;
        letter-spacing: 0.2px;
        color: #111111;
        font-weight: 300;
    }

    .blockquote .quote-footer {
        font-size: 0.75rem;
        color: #6C6C6C;
    }

    .keySummary {
        margin-bottom: 100px;
    }

    @media (max-width: 767px) {
        .keySummary {
            width: calc(100% + 60px);
            margin-left: -30px;
            padding: 0 30px;
        }
    }

    .articleDetails {
        padding: 44px 0 108px 0;
        position: relative;
    }

    @media (max-width: 767px) {
        .articleDetails {
            padding: 0px;
        }
    }

    .articleDetails::before {
        width: 100%;
        height: 149px;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        background-color: #005EB8;
    }

    @media (max-width: 767px) {
        .articleDetails::before {
            display: none;
        }
    }

    .articleDetails .articleInner {
        background-color: #ffffff;
        position: relative;
    }

    .articleDetails hr {
        border: 1px solid #ECECEC;
    }

    .articleDetails p, .articleDetails li {
        letter-spacing: 0.03px;
        color: #6C6C6C;
        line-height: 30px;
    }

        .articleDetails p strong, .articleDetails li strong {
            color: #111111;
            font-weight: 500;
        }

    .articleDetails li {
        margin-bottom: 1.25rem;
    }

    .articleDetails .download-btn {
        padding: 81px 0;
    }

    @media (max-width: 767px) {
        .articleDetails .download-btn {
            width: calc(100% + 60px);
            margin-left: -30px;
            padding: 81px 30px;
        }
    }

    .articleDetails .download-btn a {
        padding: 0px;
    }

    .articleDetails .download-btn .image {
        width: 162px;
    }

        .articleDetails .download-btn .image::before {
            width: 127px;
            height: 140px;
            border-radius: 0 140px 0 0;
        }

        .articleDetails .download-btn .image::after {
            width: 31px;
            height: 31px;
            background-size: 100% auto;
            left: 20px;
            bottom: 20px;
        }

        .articleDetails .download-btn .image img {
            width: 100%;
            height: 179px;
        }

    .articleDetails .download-btn .text {
        width: calc(100% - 210px);
    }

    .menuDropdown.onethirdSubmenu {
        width: 948px;
    }

    @media (max-width: 991px) {
        .menuDropdown.onethirdSubmenu {
            width: 100%;
        }
    }

    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 991px) {
        .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics {
            display: block;
        }
    }

    .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol {
        display: block;
        flex: 0 0 50%;
    }

        .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li {
            width: calc(100% - 6px);
            border-bottom: 1px solid #ECECEC;
        }

            .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
                border-bottom: 0;
            }

    @media (max-width: 991px) {
        .menuDropdown.onethirdSubmenu .rightmenu.twoTopics .topics .twoCol.SeperateTwoCol > li:last-child {
            border-bottom: 1px solid #ECECEC;
        }
    }

    .headBtn.myAccountSection {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    @media (max-width: 1199px) {
        .headBtn.myAccountSection .cartIcons {
            display: block
        }

        .siteLogo img {
            margin-top: -15px !important
        }

        .rightSide {
            padding-right: 40px !important
        }
    }

    @media (max-width: 1199px) {
        .headBtn.myAccountSection {
            gap: 4px;
        }
    }

    .headBtn.myAccountSection .cartIcons a {
        border: 1px solid #ECECEC;
        padding: 7px 14px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
        height: 42px;
        transition: 0.3s all;
    }

        .headBtn.myAccountSection .cartIcons a:hover {
            background: #cf4520;
            color: #fff !important;
        }

    @media (max-width: 1399px) {
        .headBtn.myAccountSection .cartIcons a {
            padding: 6px 9px;
            height: 40px;
        }
    }


    .headBtn.myAccountSection .dropdown {
        padding: 0;
    }

        .headBtn.myAccountSection .dropdown .btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0;
            background: #CF4520;
            border-color: #fff;
            transition: 0.3s all;
        }

            .headBtn.myAccountSection .dropdown .btn:hover {
                background-color: #ffaf4a;
                border-color: #ffaf4a;
                transition: 0.3s all;
            }

            .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
                padding: 14px;
                /* border-right: 1px solid #fff; */
                gap: 14px;
                align-items: center;
                box-sizing: border-box;
                display: flex;
                min-width: 38px;
                justify-content: center;
            }

    @media (max-width: 1399px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            padding: 14px 10px 14px 10px;
            height: 40px;
        }
    }

    @media (max-width: 1199px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            font-size: 0.813rem;
            padding: 10px 10px 10px 10px;
        }
    }

    @media (max-width: 991px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            font-size: 14px;
            padding: 11px 15px 11px 15px;
        }
    }

    @media (max-width: 480px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn {
            padding: 14px;
            font-size: 14px;
            height: 42px;
            box-sizing: border-box;
        }
    }

    @media (max-width: 1199px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .headBtn.myAccountSection .dropdown .btn .myprofileBtn .myAccMobile {
            display: block;
            font-size: 14px;
            line-height: 25px;
        }
    }

    .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        width: 12px;
        height: 14px;
        padding: 21px;
        font-size: 0;
        filter: invert(1);
        background: url(../images/angle-down.svg) no-repeat center center;
    }

    @media (max-width: 1199px) {
        .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
            margin-left: 0;
            padding: 18px 17px;
            height: 42px;
        }

        .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
            padding: 18px 20px;
        }
    }

    @media (max-width: 480px) {
        .headBtn.myAccountSection .dropdown .btn.dropdown-toggle:after {
            height: 37px;
            padding: 18px 20px;
        }
    }

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu {
        background: #fff;
        padding: 0 0 14px 0;
        border-radius: 0;
        box-sizing: border-box;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        border: 0;
        min-width: 271px;
        width: 100%;
    }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li {
            border-bottom: 1px solid #ECECEC;
            padding: 14px 0;
            box-sizing: border-box;
        }

            .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li:last-child {
                border-bottom: 0;
            }

            .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item {
                padding: 0 24px;
            }

                .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover {
                    background: transparent;
                }

                    .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:active .iconsItemAccount, .headBtn.myAccountSection .dropdown .myAccountSectionItem .dropdown-menu li .dropdown-item:hover .iconsItemAccount {
                        background-color: #00819b;
                    }

    .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .itemNameAccount {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            color: #111;
        }

        .headBtn.myAccountSection .dropdown .myAccountSectionItem .itemMyAccountMain .iconsItemAccount {
            padding: 14px;
            background: #005EB8;
            box-sizing: border-box;
        }

    @media (max-width: 767px) {
        .statisticsSection.SecondStatisticsDesign {
            padding: 100px 0;
        }
    }

    .statisticsSection .statisticsSectionMain {
        padding: 100px 0;
    }

    @media (max-width: 767px) {
        .statisticsSection .statisticsSectionMain {
            padding: 100px 0;
        }
    }

    @media (max-width: 767px) {
        .statisticsSection .statisticsSectionMain.firstStatisticsCard {
            padding-bottom: 0;
        }
    }

    @media (max-width: 767px) {
        .statisticsSection .statisticsSectionMain.lastStatisticsCard {
            padding-top: 0;
        }
    }

    .statisticsSection.bg-blue .counter-count-main > div {
        color: #fff;
    }

    .bg-blue {
        background: #0C1C64 !important;
    }

    .inlineTags {
        margin-bottom: 3rem;
    }

        .inlineTags .inlineTagsInner {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            padding: 4px 8px;
            background: #005EB8;
            color: #fff;
            display: inline-block;
            border-radius: 20px;
        }

    .statisticsCounter {
        margin-bottom: 32px;
    }

        .statisticsCounter .counter-count-main > div {
            font-size: 44px;
            font-style: normal;
            font-weight: 700;
            line-height: 60px;
            letter-spacing: 0.75px;
        }

    .statisticsPara {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #F1F1F1;
        max-width: 320px;
        margin: 0 auto;
        min-height: 66px;
    }

    .bottomLink a {
        color: #ccc;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .statisticsFull .statisticsSectionMainFull {
        display: flex;
        padding: 0 0 80px 0 !important;
        gap: 60px;
    }

    @media (max-width: 767px) {
        .statisticsFull .statisticsSectionMainFull {
            gap: 30px;
        }
    }

    .statisticsFull .statisticsSectionMainFull .statisticsParaFull {
        font-size: 18px;
        color: #F1F1F1;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
        max-width: 526px;
    }

        .statisticsFull .statisticsSectionMainFull .statisticsParaFull .bottomLink a {
            color: #ccc;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: block;
            text-align: left;
            margin-top: 40px;
        }

    .statisticsFull .statisticsSectionMainFull:last-child {
        padding-bottom: 0px !important;
    }

    .testimonialSection {
        z-index: 1;
    }

    @media (max-width: 767px) {
        .testimonialSection .position-relative img {
            width: 100%;
        }
    }

    .testimonialSection .overlayBg {
        z-index: -1;
        width: calc(50% + 340px);
    }

    @media (max-width: 767px) {
        .testimonialSection .overlayBg {
            width: 100%;
            height: calc(50% + 110px) !important;
            bottom: 0px !important;
            top: auto !important;
        }
    }

    @media (max-width: 991px) {
        .testimonialSection .overlayBg {
            width: calc(50% + 130px);
        }
    }

    @media (max-width: 767px) {
        .testimonialSection .overlayBg {
            width: calc(100% + 0px);
        }
    }

    .testimonialSection .testimonialContents h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.15px;
        color: #111;
        margin-bottom: 40px;
    }

        .testimonialSection .testimonialContents h4 a {
            color: #005EB8;
            text-decoration: none;
        }

    .userInforTestimonial {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 60px;
    }

        .userInforTestimonial .testiuserIcon img {
            border-radius: 32px;
            width: 32px;
            height: 32px;
        }

        .userInforTestimonial .testiuserdetails h5 {
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            color: #111;
            margin-bottom: 0;
        }

        .userInforTestimonial .testiuserdetails p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #414141;
            margin-bottom: 0;
        }

    .userInformVideoIcon .video-button .video-btn-title {
        gap: 1px;
    }

        .userInformVideoIcon .video-button .video-btn-title p {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #414141;
            margin-bottom: 0;
        }

        .userInformVideoIcon .video-button .video-btn-title span {
            font-size: 14px;
            color: #111;
            font-style: normal;
            font-weight: 500;
            line-height: 21px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            max-width: 90px;
            text-align: left;
        }

    .comparisonMatrixCol .skyblue {
        width: 39.75px;
        height: 39.75px;
        background-color: #00BDDA;
        position: absolute;
        top: 0px;
        left: 100%;
    }

    @media (max-width: 767px) {
        .comparisonMatrixCol .skyblue {
            display: none;
        }
    }

    .comparisonMatrixCol .skyblueLeft {
        width: 39.75px;
        height: 39.75px;
        background-color: #00BDDA;
        position: absolute;
        bottom: 0px;
        right: 100%;
    }

    @media (max-width: 767px) {
        .comparisonMatrixCol .skyblueLeft {
            display: none;
        }
    }

    .comparisonMatrixCol .comparisonMatrixMain {
        background-color: #fff;
    }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader {
            background: #0C1C64;
            padding: 40px;
        }

            .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader h4 {
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px;
                color: #fff;
                margin-bottom: 6px;
            }

            .comparisonMatrixCol .comparisonMatrixMain .comparisonMatrixHeader p {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                color: #fff;
                margin-bottom: 0px;
            }

        .comparisonMatrixCol .comparisonMatrixMain .comparisonListed {
            padding-left: 0;
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
        }

            .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li {
                list-style: none;
                padding: 30px 40px;
                box-sizing: border-box;
                border-bottom: 1px solid #ECECEC;
            }

                .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a {
                    text-decoration: none;
                    display: flex;
                    justify-content: space-between;
                }

                    .comparisonMatrixCol .comparisonMatrixMain .comparisonListed li a .comparisonListedItem {
                        color: #111;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 19px;
                    }

    .tableofContent.mainAccordionSec .accordion .accordion-item {
        margin-bottom: 0px;
        border-bottom: 1px solid #ECECEC;
    }

        .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 20px;
            line-height: 30px;
            padding: 20px 28px;
            box-sizing: border-box;
            position: relative;
        }

            .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-header .accordion-button:after {
                content: "";
                position: absolute;
                background: url(../images/angle-down.svg) no-repeat center center;
                height: 20px;
                background-size: contain;
                right: 16px;
            }

        .tableofContent.mainAccordionSec .accordion .accordion-item .accordion-body {
            padding: 28px;
            box-sizing: border-box;
            background: #fff;
        }

    .tableofContent .accordion .accordion-item {
        border: 0;
        margin-bottom: 20px;
    }

        .tableofContent .accordion .accordion-item .accordion-header .accordion-button {
            background: #ffffff;
            border: 0;
            box-shadow: none;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px;
            color: #111;
            padding: 24px;
            box-sizing: border-box;
            border-radius: 0;
        }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button:hover {
                background: #ECECEC;
            }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button:focus {
                box-shadow: none;
            }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
                background: #F5F9FC;
            }

                .tableofContent .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:hover {
                    background: #E0ECF6;
                }

            .tableofContent .accordion .accordion-item .accordion-header .accordion-button:after {
                content: "";
                position: absolute;
                background: url(../images/angle-down.svg) no-repeat center center;
                height: 20px;
                background-size: contain;
                right: 16px;
            }

        .tableofContent .accordion .accordion-item .accordion-body {
            padding: 0 1.25rem;
            background: #F5F9FC;
        }

            .tableofContent .accordion .accordion-item .accordion-body p {
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 30px;
                color: #414141;
                letter-spacing: 0.025px;
                margin-bottom: 0;
            }

            .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted {
                padding: 0;
            }

                .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li {
                    list-style: none;
                }

                    .tableofContent .accordion .accordion-item .accordion-body ul.accordionUllisted li a {
                        display: block;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 22px;
                        color: #414141;
                        text-decoration: none;
                        padding: 14px 7px;
                        box-sizing: border-box;
                    }

    .tableMainSection .tableMain .tableSections.tableBodyHeight {
        height: 500px;
        overflow-Y: scroll;
    }

        .tableMainSection .tableMain .tableSections.tableBodyHeight thead th {
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar {
            width: 6px;
        }

        .tableMainSection .tableMain .tableSections.tableBodyHeight::-webkit-scrollbar-thumb {
            background: #0C1C64;
            border-radius: 4px;
        }

    .tableMainSection .tableMain .tableSections .table {
        border: 1px solid var(--bs-border-color);
    }

        .tableMainSection .tableMain .tableSections .table tr:nth-child(even) {
            background: #F9F9FA;
        }

        .tableMainSection .tableMain .tableSections .table tr th {
            background: #0C1C64;
            color: #fff;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            padding: 24px;
            box-sizing: border-box;
        }

            .tableMainSection .tableMain .tableSections .table tr th svg {
                margin-left: 12px;
            }

        .tableMainSection .tableMain .tableSections .table tr td {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            color: #414141;
            padding: 24px;
            box-sizing: border-box;
        }

            .tableMainSection .tableMain .tableSections .table tr td a {
                color: #0C1C64;
            }

            .tableMainSection .tableMain .tableSections .table tr td:last-child {
                text-align: end;
            }

    .totalCreditsSec {
        color: #0C1C64 !important;
        background: #F5F9FC;
    }

    .fixedUpSignupBtn a {
        background: #005EB8;
        padding: 34px 0;
        display: flex;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        gap: 14px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }

    .fixedPanelSection {
        max-width: 416px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader {
            background: #0C1C64;
            padding: 40px 24px 22px 24px;
            box-sizing: border-box;
        }

            .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader h2 {
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px;
                color: #ffffff;
                margin-bottom: 3px;
            }

            .fixedPanelSection .fixedPanelSectionMain .fixedPanelHeader p {
                color: #ffffff;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                margin-bottom: 0px;
            }

        .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul {
            padding: 0;
            margin: 0;
        }

            .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li {
                list-style: none;
                border-bottom: 1px solid #ECECEC;
                text-decoration: none;
                color: #414141;
                display: flex;
                justify-content: space-between;
                padding: 40px 24px;
                box-sizing: border-box;
            }

                .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSec {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 14px;
                }

                .fixedPanelSection .fixedPanelSectionMain .fixedPanellisting ul li .fixedTitleSecValue {
                    font-size: 14px;
                    color: #414141;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 14px;
                }

    .viewOnMapsBtn {
        margin-bottom: 40px;
    }

        .viewOnMapsBtn a {
            border-radius: 4px;
            border: 1px solid #ddd;
            display: inline-block;
            padding: 8px;
            box-sizing: border-box;
            text-decoration: none;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 12px;
            color: #111111;
        }

            .viewOnMapsBtn a:hover {
                background: #ECECEC;
            }

    .regisEventsSec {
        padding: 20px;
        box-sizing: border-box;
        border-top: 1px solid #ECECEC;
        text-align: center;
    }

        .regisEventsSec a {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            color: #111111;
            text-decoration: none;
            background: #E0ECF6;
            padding: 14px;
            box-sizing: border-box;
            border-radius: 4px;
        }

            .regisEventsSec a:hover {
                background: #B3CFEA;
            }

    .fixedPanelDateTime {
        box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
        background: #ffffff;
        border-radius: 4px;
    }

        .fixedPanelDateTime .fixedPanelPadding {
            padding: 60px 60px 0px 60px;
            box-sizing: border-box;
        }

    @media (max-width: 767px) {
        .fixedPanelDateTime .fixedPanelPadding {
            padding: 30px 30px 0px 30px;
        }
    }

    .fixedPanelDateTime .fixedPanelDateTimeMain {
        margin-bottom: 57px;
    }

        .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 20px;
        }

            .fixedPanelDateTime .fixedPanelDateTimeMain .dateTimeTitle svg {
                margin-top: 10px;
            }

        .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates {
            display: flex;
            gap: 16px;
            align-items: self-start;
        }

            .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem h3 {
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 30px;
                letter-spacing: 0.025px;
                margin-bottom: 0;
            }

            .fixedPanelDateTime .fixedPanelDateTimeMain .fixedPanelDates .fixedPanelDateitem p {
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 30px;
                letter-spacing: 0.025px;
                margin-bottom: 0;
                color: #414141;
            }

        .fixedPanelDateTime .fixedPanelDateTimeMain:nth-child(2) {
            margin-bottom: 33px;
        }

    .overlineContents {
        margin-bottom: 52px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 14px;
        color: #ffffff;
    }

    .bg-light-blue {
        background: #005EB8;
    }

    .bg-dark-blue {
        background: #0C1C64 !important;
    }

    .tags-seprate span a {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #414141;
        border: 1px solid #ECECEC;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 20px;
        text-decoration: none;
    }

    .ceHeaderNew .hero-banner {
        color: #414141;
    }

    .ceHeaderNew .banner-content-wrapper {
        padding-left: 1.5rem;
    }

    .ceHeaderNew .header-image {
        width: calc(50% - 100px);
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-image {
            width: 100%;
        }
    }

    .ceHeaderNew .header-image .bg-line2 {
        left: 0;
        width: 110px;
        background-color: #005EB8;
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-image .bg-line2 {
            width: 100%;
            height: 55px;
            top: -83px;
            top: -105px;
        }
    }

    .ceHeaderNew .header-image .bg-line1 {
        left: -110px;
        width: 110px;
        background-color: #00BDDA;
        bottom: 0;
        top: auto;
        height: 110px;
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-image .bg-line1 {
            width: 100%;
            height: 55px;
            top: -55px;
            left: 0;
        }
    }

    .ceHeaderNew .header-pinned-content {
        background: transparent;
        height: 188px;
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-pinned-content .pinned-content-inner {
            top: -305px;
        }
    }

    .ceHeaderNew .header-pinned-content .datedMonth {
        text-align: left;
        padding: 46px 48px;
        box-sizing: border-box;
        border-right: 1px solid #ECECEC;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    @media (max-width: 1399px) {
        .ceHeaderNew .header-pinned-content .datedMonth {
            padding: 30px 5px;
            border: 0;
        }
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-pinned-content .datedMonth {
            padding: 15px 15px;
            border-bottom: 1px solid #ECECEC;
        }
    }

    .ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 26px;
    }

    @media (max-width: 991px) {
        .ceHeaderNew .header-pinned-content .datedMonth .monthHeaderPerson {
            margin-bottom: 15px;
        }
    }

    .ceHeaderNew .header-pinned-content .datedMonth h6 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        margin-bottom: 0;
    }

    @media (max-width: 1366px) {
        .ceHeaderNew .header-pinned-content .datedMonth h6 {
            font-size: 25px;
        }
    }

    .ceHeaderNew .header-pinned-content .datedMonth h5 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.1px;
        margin-bottom: 13px;
    }

    .ceHeaderNew .header-pinned-content .datedMonth .monthSectionHeader {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
    }

    .courseCards .courseCardsMain ul {
        padding: 0;
        margin: 0;
    }

        .courseCards .courseCardsMain ul li {
            list-style: none;
            background: #ffffff;
            padding: 40px 45px;
            box-sizing: border-box;
            border: 1px solid #ECECEC;
            border-left: 15px solid #E0ECF6;
        }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain ul li {
            padding: 20px;
        }
    }

    .courseCards .courseCardsMain ul li .courseTitles {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain ul li .courseTitles {
            display: block;
            margin-bottom: 10px;
        }
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #6C6C6C;
        gap: 16px;
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain ul li .courseTitles .courseTitleInners {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner {
            margin-bottom: 10px;
        }
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleInner p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0px;
        color: #414141;
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        align-items: center;
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain {
            justify-content: flex-start;
            margin-top: 5px;
            margin-bottom: 30px;
        }
    }

    .courseCards .courseCardsMain ul li .courseTitles .courseTitleitemMain .courseTitleitem {
        border-radius: 20px;
        padding: 10px;
        background: #E0ECF6;
        gap: 6px;
        display: flex;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        color: #111111;
        justify-content: center;
        align-items: center;
    }

    .courseCards .courseCardsMain ul li:hover {
        background-color: #F6F6F7;
    }

        .courseCards .courseCardsMain ul li:hover .btn {
            background: #00819B;
        }

    .courseCards .courseCardsMain .seeCourseSection {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain .seeCourseSection {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .courseCards .courseCardsMain .seeCourseSection .tags-seprate {
            margin-top: 10px;
        }
    }

    @media (min-width: 1200px) {
        .mosaicSection .container-sm {
            max-width: 1100px;
        }
    }

    .mosaicthreebox {
        max-width: 330px;
        min-height: 330px;
        border: 2px solid #ECECEC;
    }

    @media (max-width: 992px) {
        .mosaicthreebox {
            min-height: 230px;
        }
    }

    @media (max-width: 776px) {
        .mosaicthreebox {
            min-height: 230px;
            max-width: 100%;
        }
    }

    .mosaicthreebox .mosaicbottomtext.font-smallest {
        bottom: 24px;
        left: 24px;
    }

        .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 23px;
            color: #111111;
            font-weight: 400;
            line-height: 38px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    @media (max-width: 992px) {
        .mosaicthreebox .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 18px;
            line-height: 30px;
        }
    }

    .mosaicthreebox.bg-danger-color .btn-danger:hover {
        background: #FFB443;
    }

    .mosaicBoxesPadding {
        padding: 70px 0 94px 0;
        box-sizing: border-box;
    }

    .mosaicBoxes {
        border-bottom: 2px solid #ECECEC;
        border-top: 2px solid #CF4520;
        padding: 94px 0 70px 0;
    }

        .mosaicBoxes .qafp_certification {
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            line-height: 44px;
            color: #111111;
            letter-spacing: 0.1px;
        }

    .mosaic-height-275 {
        min-height: 275px;
    }

    @media (max-width: 991px) {
        .mosaic-height-275.singlemosaic {
            min-height: 234px;
        }
    }

    @media (max-width: 480px) {
        .mosaic-height-275.singlemosaic {
            min-height: 177px;
        }
    }

    @media (max-width: 1199px) {
        .mosaic-height-275 {
            min-height: 234px;
        }
    }

    @media (max-width: 991px) {
        .mosaic-height-275 {
            min-height: 100%;
        }
    }

    .mosaic-maxwiddth-275 {
        max-width: 275px;
    }

    @media (max-width: 767px) {
        .mosaic-maxwiddth-275 {
            max-width: 100%;
        }
    }

    .mosaic-height {
        min-height: 550px;
    }

    @media (max-width: 992px) {
        .mosaic-height {
            min-height: 440px;
        }
    }

    .color-light-blue {
        background: #00819B !important;
    }

    .bg-danger-color {
        background-color: #BA0C2F !important;
    }

    .btn-danger.btnIcon.paddingsbtnSection:hover {
        background: #FFB443;
    }

    .mosaicbottomcalltoaction {
        padding: 12px;
        box-sizing: border-box;
    }

        .mosaicbottomcalltoaction .mosaiccontent {
            margin-bottom: 28px;
        }

    .paddingsbtnSection {
        padding: 9px 6.5px !important;
        box-sizing: border-box;
    }

    @media (max-width: 360px) {
        .paddingsbtnSection {
            padding: 6px 3.5px !important;
        }
    }

    .mosaicMain {
        background: #E0ECF6;
        position: relative;
        height: 100%;
        max-width: 275px;
    }

    @media (max-width: 767px) {
        .mosaicMain {
            max-width: 100%;
        }
    }

    .mosaicMain .mosaicbottomtextsimple {
        padding: 36px;
        box-sizing: border-box;
    }

        .mosaicMain .mosaicbottomtextsimple .heading-bar {
            margin-bottom: 30px;
        }

        .mosaicMain .mosaicbottomtextsimple .mosaiccontent {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 40px;
        }

    .mosaicMain .mosaiImg {
        position: relative;
        height: 100%;
    }

        .mosaicMain .mosaiImg:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
            z-index: 2;
            background: rgba(0, 0, 0, 0.4);
        }

        .mosaicMain .mosaiImg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .mosaicMain .mosaicbottomtext {
        position: absolute;
        bottom: 48px;
        left: 48px;
        right: 48px;
        top: auto;
        z-index: 3;
    }

    @media (max-width: 1200px) {
        .mosaicMain .mosaicbottomtext {
            left: 28px;
            bottom: 28px;
            right: 28px;
        }
    }

    @media (max-width: 767px) {
        .mosaicMain .mosaicbottomtext .heading-bar {
            height: 3px;
        }
    }

    .mosaicMain .mosaicbottomtext .mosaiccontent {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        margin-bottom: 66px;
    }

    @media (max-width: 1200px) {
        .mosaicMain .mosaicbottomtext .mosaiccontent {
            font-size: 27px;
            line-height: 40px;
            margin-bottom: 55px;
        }
    }

    @media (max-width: 992px) {
        .mosaicMain .mosaicbottomtext .mosaiccontent {
            font-size: 24px;
            line-height: 35px;
            margin-bottom: 45px;
        }
    }

    .mosaicVideo {
        position: relative;
    }

    @media (max-width: 767px) {
        .mosaicVideo .heading-bar {
            height: 3px;
        }
    }

    .mosaicVideo .header-image {
        width: 100%;
        height: 550px;
        overflow: hidden;
    }

    @media (max-width: 992px) {
        .mosaicVideo .header-image {
            height: 440px;
        }
    }

    @media (max-width: 767px) {
        .mosaicVideo .header-image {
            height: 86vw;
        }
    }

    .mosaicVideo video {
        filter: blur(2.5px);
        transform: scale(1.1);
        transition: all 0.2s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mosaicVideo:hover .header-image img,
    .mosaicVideo:hover .header-image video {
        filter: blur(0);
    }

    .mosaicVideo .mosaicbottomtext {
        position: absolute;
        bottom: 48px;
        left: 48px;
        right: 48px;
        top: auto;
        z-index: 3;
    }

    @media (max-width: 1200px) {
        .mosaicVideo .mosaicbottomtext {
            bottom: 28px;
            left: 28px;
            right: 28px;
        }
    }

    .mosaicVideo .mosaicbottomtext .mosaiccontent {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        margin-bottom: 66px;
    }

    @media (max-width: 1200px) {
        .mosaicVideo .mosaicbottomtext .mosaiccontent {
            font-size: 27px;
            line-height: 40px;
            margin-bottom: 55px;
        }
    }

    @media (max-width: 992px) {
        .mosaicVideo .mosaicbottomtext .mosaiccontent {
            font-size: 24px;
            line-height: 35px;
            margin-bottom: 25px;
        }
    }

    @media (max-width: 480px) {
        .mosaicVideo .mosaicbottomtext .mosaiccontent br {
            display: none;
        }
    }

    .mosaicVideo .video-btn-icon {
        border-color: #ffffff;
    }

    .mosaicVideo:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
    }

    .mosaicbottomtext.font-smallest {
        bottom: 36px;
        left: 36px;
    }

        .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 40px;
            letter-spacing: 0;
        }

    @media (max-width: 1200px) {
        .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 17px;
            line-height: 27px;
        }
    }

    @media (max-width: 992px) {
        .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 360px) {
        .mosaicbottomtext.font-smallest .mosaiccontent {
            font-size: 12px;
            line-height: 17px;
            margin-bottom: 0px;
        }
    }

    .mosaicbottomtext.font-smallest .heading-bar {
        margin-bottom: 30px;
    }

    @media (max-width: 992px) {
        .mosaicbottomtext.font-smallest .heading-bar {
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767px) {
        .mosaicbottomtext.font-smallest .heading-bar {
            height: 3px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1200px) {
        .mosaicbottomtext.font-smallest {
            bottom: 16px;
            left: 16px;
        }
    }

    .mosaicMain.bg-danger-color .mosaiccontent {
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 20px;
    }

    .HW-137 {
        width: 137px;
        height: 137px;
    }

    @media (max-width: 992px) {
        .HW-137 {
            width: 126px;
            height: 126px;
        }
    }

    @media (max-width: 767px) {
        .HW-137 {
            width: 100%;
            height: auto;
        }
    }

    .FullMaxwidth {
        max-width: 100%;
    }

    @media (max-width: 767px) {
        .FullMaxwidth {
            height: 86vw;
            min-height: auto;
        }
    }

    .negative-me-1 {
        margin-right: -1px;
    }

    @media (max-width: 767px) {
        .mobileViewPaddingFull {
            padding: 0;
        }
    }

    .mrt-40 {
        margin-top: 40px;
    }

    .pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
        word-wrap: break-word;
    }

    .designationsExplainer > .position-relative {
        padding: 14px;
    }

    .dashboardHeader {
        border-bottom: 2px solid #ECECEC;
        background: #ffffff;
    }

    @media (max-width: 991px) {
        .dashboardHeader {
            padding: 27px 0;
        }
    }

    .dashboardHeader .navbar-toggler {
        width: 40px;
        height: 42px;
        border: 1px solid #ECECEC;
        background: url(../images/menu-toggle.svg) no-repeat center center;
    }

        .dashboardHeader .navbar-toggler:focus {
            box-shadow: none;
        }

        .dashboardHeader .navbar-toggler[aria-expanded=true] {
            background: url(../images/close-icon.svg) no-repeat center center;
        }

    @media (max-width: 767px) {
        .dashboardHeader .MaineMenusSec {
            margin: 0 -30px;
        }
    }

    .dashboardHeader .navbar {
        padding: 0;
    }

        .dashboardHeader .navbar .rightHeaderSection {
            display: flex;
            justify-content: end;
            gap: 10px;
        }

    @media (max-width: 991px) {
        .dashboardHeader .navbar .navbar-collapse {
            order: 3;
        }
    }

    .dashboardHeader .navbar .navbar-brand {
        color: #111111;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        padding: 42px 36px 40px 0px;
        box-sizing: border-box;
        position: relative;
        margin-right: 0;
    }

        .dashboardHeader .navbar .navbar-brand.active:before {
            content: "";
            height: 2px;
            background: #005EB8;
            width: 37px;
            display: inline-block;
            position: absolute;
            bottom: 0;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-100%);
        }

        .dashboardHeader .navbar .navbar-brand:before {
            content: "";
            height: 2px;
            background: transparent;
            width: 37px;
            display: inline-block;
            position: absolute;
            bottom: 0;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-100%);
        }

        .dashboardHeader .navbar .navbar-brand:hover:before {
            background-color: #005EB8;
        }

    @media (max-width: 991px) {
        .dashboardHeader .navbar .navbar-brand {
            padding: 30px 0px 30px 0px;
            box-sizing: border-box;
        }
    }

    @media (max-width: 991px) {
        .dashboardHeader .navbar .navbar-nav > li {
            border-bottom: 1px solid #ECECEC;
        }

            .dashboardHeader .navbar .navbar-nav > li:last-child {
                border: 0;
            }
    }

    .dashboardHeader .navbar .navbar-nav > li a {
        color: #111111;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        padding: 42px 36px 40px 0px;
        box-sizing: border-box;
        position: relative;
    }

    @media (max-width: 991px) {
        .dashboardHeader .navbar .navbar-nav > li a {
            padding: 15px 0;
        }
    }

    @media (max-width: 767px) {
        .dashboardHeader .navbar .navbar-nav > li a {
            padding: 15px 30px;
        }
    }

    .dashboardHeader .navbar .navbar-nav > li a:before {
        content: "";
        height: 4px;
        background: transparent;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: -2px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
        transition: all 0.2s ease-in;
    }

    .dashboardHeader .navbar .navbar-nav > li a:hover:before {
        background-color: #005EB8;
    }

    .dashboardHeader .navbar .navbar-nav > li.active > a:before {
        content: "";
        height: 4px;
        background: #005EB8;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-100%);
    }

    @media (max-width: 991px) {
        .dashboardHeader .navbar .navbar-nav > li.active > a:before {
            left: 30px;
            transform: none;
        }
    }

    .dashboardHeader .navbar .profileNotificationBar {
        gap: 16px;
    }

        .dashboardHeader .navbar .profileNotificationBar .btn-group {
            display: block;
        }

            .dashboardHeader .navbar .profileNotificationBar .btn-group.active:before {
                content: "+";
                border-radius: 2px 2px 0px 0px;
                margin: 0 auto;
                position: absolute;
                bottom: -28px;
                font-size: 0;
                background: #005EB8;
                width: 24px;
                height: 4px;
                left: 50%;
                transform: translateX(-50%);
            }

            .dashboardHeader .navbar .profileNotificationBar .btn-group.userProf .btn {
                background: transparent !important;
            }

            .dashboardHeader .navbar .profileNotificationBar .btn-group > button {
                background-color: #CF4520;
                border-radius: 100%;
                width: 42px;
                height: 42px;
                padding: 0;
                border: 0;
                overflow: hidden;
                position: relative;
            }

                .dashboardHeader .navbar .profileNotificationBar .btn-group > button::after {
                    display: none;
                }

                .dashboardHeader .navbar .profileNotificationBar .btn-group > button > img {
                    object-fit: cover;
                    object-position: center;
                    height: 42px;
                    width: 42px;
                    overflow: hidden;
                    border-radius: 100%;
                    border: 2px solid #B3CFEA;
                }

    .dropdown-menu.profile-dropdown {
        border: 0;
        left: auto;
        border-radius: 0;
        min-width: 271px;
        width: 100%;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        /* border-top: 4px solid #CF4520; */
        padding: 18px 0;
        right: 0;
        top: 58px;
    }

    @media (max-width: 767px) {
        .dropdown-menu.profile-dropdown {
            min-width: 260px;
            margin-top: 15px;
        }
    }

    .dropdown-menu.profile-dropdown > li {
        border-bottom: 1px solid #ECECEC;
        padding: 0;
    }

        .dropdown-menu.profile-dropdown > li > .dropdown-item {
            padding: 14px 24px;
            white-space: inherit;
        }

            .dropdown-menu.profile-dropdown > li > .dropdown-item:hover, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus {
                background-color: transparent !important;
            }

                .dropdown-menu.profile-dropdown > li > .dropdown-item:hover .MenuDropDown .MenuDropDownItem .bgIconColor, .dropdown-menu.profile-dropdown > li > .dropdown-item:focus .MenuDropDown .MenuDropDownItem .bgIconColor {
                    background-color: #00819b;
                }

            .dropdown-menu.profile-dropdown > li > .dropdown-item.profile-item {
                padding: 8px 24px 18px;
                cursor: auto;
            }

            .dropdown-menu.profile-dropdown > li > .dropdown-item h2 {
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px;
                color: #111111;
            }

            .dropdown-menu.profile-dropdown > li > .dropdown-item p {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                color: #6c6c6c;
                letter-spacing: 0.025px;
                margin-bottom: 0;
            }

        .dropdown-menu.profile-dropdown > li .MenuDropDown {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem {
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 14px;
                color: #111111;
            }

                .dropdown-menu.profile-dropdown > li .MenuDropDown .MenuDropDownItem .bgIconColor {
                    background: #005EB8;
                    padding: 14px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

        .dropdown-menu.profile-dropdown > li:last-child {
            border-bottom: 0px;
        }

    .dropdown-menu.profile-dropdown .usersProfiles .userProfilesImages {
        text-align: center;
        margin-bottom: 16px;
    }

    .dropdown-menu.profile-dropdown .usersProfiles h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
        color: #111111;
        margin-bottom: 8px;
        text-align: center;
    }

    .dropdown-menu.profile-dropdown .usersProfiles h4 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #6c6c6c;
        line-height: 22px;
        text-align: center;
        margin-bottom: 0px;
    }

    @media only screen and (max-width: 767px) {
        .dashboardHeader .navbar .container-fluid {
            padding: 0 !important;
        }
    }

    .dashboard-block {
        margin-bottom: 72px;
        background-color: #F9F8F8;
        padding: 12px 0 0;
        overflow: hidden;
    }

        .dashboard-block .sidebar-bg {
            background-color: #ffffff;
        }

            .dashboard-block .sidebar-bg:after {
                content: "";
                background: #fff;
                position: absolute;
                left: 0;
                height: 100%;
                bottom: 0;
                width: 4000px;
            }

        .dashboard-block .sidebar-area {
            position: relative;
            background-color: #ffffff;
            z-index: 1;
        }

            .dashboard-block .sidebar-area::after {
                content: "";
                position: absolute;
                left: 100%;
                top: 0;
                bottom: 0;
                width: 4000px;
                background: #ffffff;
            }

            .dashboard-block .sidebar-area .sidebar-inner-fixed {
                background-color: #ffffff;
            }

    @media (min-width: 992px) {
        .dashboard-block .sidebar-area .sidebar-inner-fixed.fixed {
            position: fixed;
            top: 0;
        }
    }

    .dashboard-block.dashboard-empty .sidebar-bg:after {
        box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    }

    @media (min-width: 992px) {
        .dashboard-block.dashboard-empty .dashboard-sidebar {
            padding: 65px 0 60px 60px;
        }
    }

    .dashboard-content-panel {
        background-color: #F9F8F8;
        position: relative;
    }

    @media (max-width: 991px) {
        .dashboard-content-panel {
            margin-right: -30px;
            min-height: initial;
        }
    }

    .dashboard-content-panel:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4000px;
        background: #F9F8F8;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .dashboard-content-panel h1 {
            font-size: 40px;
        }
    }

    .dashboard-content-panel .welcome-text {
        padding: 72px 0 63px 0;
        background: #FBFBFB;
        margin-bottom: 12px;
        position: relative;
    }

    @media (max-width: 767px) {
        .dashboard-content-panel .welcome-text {
            padding: 40px 0 40px 0;
        }
    }

    .dashboard-content-panel .welcome-text:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4000px;
        background: #FBFBFB;
    }

    .pr-80 {
        padding-right: 30px !important;
    }

    @media (min-width: 992px) {
        .pr-80 {
            padding-right: 80px !important;
        }
    }

    .view-all-btn {
        background-color: #FBFBFB;
        position: relative;
        padding: 40px 0;
    }

    @media (max-width: 991px) {
        .view-all-btn {
            margin-right: -30px;
            padding-right: 30px;
        }
    }

    .view-all-btn:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4000px;
        background: #FBFBFB;
    }

    .badge-default {
        font-size: 0.875rem;
        line-height: 1.3571428571;
        color: #111111;
        border: 1px solid #ececec;
        display: inline-flex;
        padding: 10px 14px 10px 10px;
        align-items: baseline;
        gap: 6px;
        border-radius: 20px;
        background: #E0ECF6;
        margin: 0 6px 12px 0;
        justify-content: center;
        min-width: 40px;
    }

        .badge-default i {
            color: #005EB8;
        }

        .badge-default.badge-danger {
            background-color: #F9E9E4;
        }

            .badge-default.badge-danger i {
                color: #CF4520;
            }

    .badge-btn {
        position: relative;
    }

        .badge-btn .btn {
            background-color: #F9E9E4;
            border-radius: 100%;
            width: 42px;
            height: 42px;
            padding: 0;
            border: 0;
            position: relative;
            color: #CF4520;
        }

            .badge-btn .btn::after {
                display: none;
            }

            .badge-btn .btn .red-dot {
                width: 10px;
                height: 10px;
                border-radius: 20px;
                background: #CF4520;
                display: inline-block;
                position: absolute;
                right: 0;
                top: 5px;
            }

        .badge-btn .dropdown-menu {
            border-radius: 0;
            border: 0;
            padding: 0;
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
            left: auto !important;
            right: 0 !important;
        }

            .badge-btn .dropdown-menu li a {
                color: #414141;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                display: block;
                padding: 14px;
                background-color: #ffffff;
            }

            .badge-btn .dropdown-menu li:nth-child(even) a {
                background-color: #FBFBFB;
            }

    .accordion-style .accordion-item {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 16px;
    }

        .accordion-style .accordion-item:last-child {
            margin-bottom: 0;
        }

        .accordion-style .accordion-item .accordion-header .accordion-button {
            padding: 30px 0;
            border: 0;
            border-bottom: 1px solid #ECECEC;
            background: #FBFBFB;
            border-radius: 0;
            color: #111111;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 34px;
            position: relative;
            box-shadow: none !important;
        }

            .accordion-style .accordion-item .accordion-header .accordion-button:before {
                content: "";
                position: absolute;
                right: 100%;
                top: 0;
                bottom: -1px;
                width: 4000px;
                background: #FBFBFB;
                border-bottom: 1px solid #ECECEC;
            }

            .accordion-style .accordion-item .accordion-header .accordion-button:after {
                content: "\f078";
                -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;
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                background: none;
            }

        .accordion-style .accordion-item .accordion-collapse .accordion-body {
            background: #FBFBFB;
            position: relative;
            padding: 40px 0;
        }

            .accordion-style .accordion-item .accordion-collapse .accordion-body:before {
                content: "";
                position: absolute;
                right: 100%;
                top: 0;
                bottom: -1px;
                width: 4000px;
                background: #FBFBFB;
            }

    .position-content.min-height .position-card {
        min-height: 386px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 991px) {
        .position-content.min-height .position-card {
            min-height: initial;
            display: block;
            padding: 100px 0;
        }
    }

    .dashboard-sidebar {
        padding: 60px 0 60px 60px;
    }

    @media (max-width: 991px) {
        .dashboard-sidebar {
            padding: 40px 0;
        }
    }

    @media (max-width: 991px) {
        .dashboard-sidebar:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            width: 4000px;
            background: #ffffff;
        }
    }

    .certification-progress-main .certification-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 16px;
    }

        .certification-progress-main .certification-head .certification-text {
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            color: #111111;
        }

        .certification-progress-main .certification-head .certification-percentage {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px;
            color: #6C6C6C;
        }

    .progress {
        background: #F9F8F8;
        border-radius: 0;
        height: 5px;
    }

        .progress.bg-success {
            background-color: #43B02A !important;
        }

    .default-tag {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        color: #111111;
        background-color: #F6F6F7;
        padding: 3px 6px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        white-space: nowrap;
    }

        .default-tag.bg-light-green {
            background-color: #ecfae4;
        }

            .default-tag.bg-light-green .text-success {
                color: #43B02A !important;
            }

        .default-tag.danger-tag {
            background-color: #F9E9E4;
        }

        .default-tag.light-tag {
            background-color: #E0ECF6;
        }

        .default-tag.warning-tag {
            background-color: #FFF6E8;
        }

    .education-list-section {
        border: 1px solid #ECECEC;
        background-color: #ffffff;
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 24px;
    }

        .education-list-section .education-list-section-icon {
            width: 42px;
        }

            .education-list-section .education-list-section-icon .icon-blue-bg {
                background: #005EB8;
                width: 42px;
                height: 42px;
                padding: 6px 10px 6px 9px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .education-list-section .education-list-section-prograss {
            width: calc(100% - 58px);
        }

            .education-list-section .education-list-section-prograss .education-list-content {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 12px;
            }

                .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 21px;
                    color: #111111;
                    margin-bottom: 0;
                }

    .menu-in-dashboard {
        background: #ffffff;
        margin-bottom: 16px;
        position: relative;
    }

    @media (max-width: 767px) {
        .menu-in-dashboard {
            padding: 20px 0;
        }
    }

    .menu-in-dashboard:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 5000px;
        background-color: #ffffff;
    }

    @media (max-width: 991px) {
        .menu-in-dashboard:after {
            left: 50%;
            right: auto;
            transform: translate(-50%, 0%);
        }
    }

    .menu-in-dashboard .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        gap: 80px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 767px) {
        .menu-in-dashboard .navbar-nav {
            display: block;
        }
    }

    .menu-in-dashboard .navbar-nav .nav-item .nav-link {
        color: #6C6C6C;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 162.5% */
        padding-top: 23px;
        padding-bottom: 16px;
        position: relative;
    }

    @media (max-width: 767px) {
        .menu-in-dashboard .navbar-nav .nav-item .nav-link {
            padding: 10px 0;
        }
    }

    .menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
        content: "";
        height: 4px;
        background: transparent;
        width: 37px;
        display: inline-block;
        position: absolute;
        bottom: -2px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s ease-in;
    }

    @media (max-width: 767px) {
        .menu-in-dashboard .navbar-nav .nav-item .nav-link:before {
            left: 0;
            transform: none;
        }
    }

    .menu-in-dashboard .navbar-nav .nav-item .nav-link:hover {
        color: #111111;
    }

        .menu-in-dashboard .navbar-nav .nav-item .nav-link:hover:before {
            background-color: #005EB8;
        }

    .menu-in-dashboard .navbar-nav .nav-item.active .nav-link {
        color: #111111;
    }

        .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:before {
            background-color: #005EB8;
        }

        .menu-in-dashboard .navbar-nav .nav-item.active .nav-link:hover:before {
            background-color: #005EB8;
        }

    .sidebar-empty-content .empty-bg {
        width: 100%;
        height: 179px;
        padding: 24px 30px;
        margin-bottom: 30px;
        background-color: #FBFBFB;
    }

    .dashboard-main {
        background-color: #FBFBFB;
    }

        .dashboard-main .dashboard-area-row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .dashboard-main .dashboard-area-row .small-sidebar-area {
                width: 184px;
                background: #FBFBFB;
                box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
            }

    @media (max-width: 991px) {
        .dashboard-main .dashboard-area-row .small-sidebar-area {
            position: static;
            left: 0;
            top: 89px;
            bottom: 0;
            transition: all 0.2s ease-in;
            z-index: 98;
            width: 100%;
        }
    }

    .dashboard-main .dashboard-area-row .small-sidebar-area.active {
        left: 0;
    }

    @media (min-width: 992px) {
        .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed.fixed {
            position: fixed;
        }
    }

    .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo {
        height: 105px;
        border-bottom: 2px solid #ECECEC;
        padding: 10px;
    }

        .dashboard-main .dashboard-area-row .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .dashboard-logo img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }

    .dashboard-main .dashboard-area-row .sidebar-bg {
        width: 247px;
        background: #ffffff;
        border-left: 2px solid #ECECEC;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 767px) {
        .dashboard-main .dashboard-area-row .sidebar-bg {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed.fixed {
            position: fixed;
        }
    }

    @media (max-width: 991px) {
        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar:before {
            display: none;
        }
    }

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item {
        border-radius: 0;
        border-top: 8px solid #F9F8F8;
    }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button {
            border-radius: 0;
            padding: 12px 20px;
            color: #414141;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            border-bottom: 1px solid #ECECEC;
            background: #ffffff;
        }

            .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-header .accordion-button:before {
                display: none;
            }

        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body {
            padding: 0;
            background: transparent;
        }

            .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .accordion .accordion-item .accordion-collapse .accordion-body:before {
                display: none;
            }

    .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
        padding: 20px;
        display: flex;
        justify-content: space-around;
        border-top: 8px solid #F9F8F8;
    }

    @media (max-width: 767px) {
        .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed .sidebar-buttons {
            padding: 40px 40px 90px;
        }
    }

    .dashboard-main .dashboard-area-row .dashboard-scroll-area {
        width: calc(100% - 431px);
        padding: 0;
        min-height: 100vh;
        background-color: #FBFBFB;
    }

    @media (max-width: 1199px) {
        .dashboard-main .dashboard-area-row .dashboard-scroll-area {
            padding: 0;
            width: calc(100% - 431px);
        }
    }

    @media (max-width: 991px) {
        .dashboard-main .dashboard-area-row .dashboard-scroll-area {
            width: calc(100% - 327px);
        }
    }

    @media (max-width: 767px) {
        .dashboard-main .dashboard-area-row .dashboard-scroll-area {
            width: 100%;
            padding: 0;
        }
    }

    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar {
        padding: 0;
    }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main {
            padding: 20px;
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text {
                display: flex;
                width: 100%;
                gap: 20px;
                justify-content: space-between;
                color: #111111;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px; /* 150% */
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text h4 {
                    font-size: inherit;
                    margin: 0;
                }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head .certificate-text .badge-btn .btn {
                    width: 28px;
                    height: 28px;
                    padding: 0;
                    position: relative;
                    border-radius: 0;
                    border: 1px solid #ECECEC;
                    background: #ffffff;
                    color: #111111;
                    text-align: center;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 12px;
                }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .certificate-progress-main .certificate-head p {
                margin-bottom: 0;
                color: #6C6C6C;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 14px;
            }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .progress-cards {
            padding: 0;
            border-top: 1px solid #ECECEC;
        }

        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section {
            padding: 20px 24px;
            box-sizing: border-box;
            display: block;
            margin-bottom: 0;
            border: 0;
        }

            .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss {
                width: 100%;
            }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 {
                    font-size: 12px;
                    line-height: 16px;
                    color: #414141;
                    font-weight: 400;
                }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .education-list-content .education-list-item h5 i {
                        margin-right: 6px;
                        font-size: 16px;
                    }

                .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    line-height: 1;
                }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress {
                        width: calc(100% - 50px);
                        height: 8px;
                        border-radius: 0;
                        border: 1px solid #ECECEC;
                        ;
                        background-color: transparent;
                    }

                        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.progress-in-progress {
                            background-color: #E0ECF6;
                        }

                        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.not-started {
                            background-color: #CCCCCC;
                        }

                        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress.in-review {
                            background-color: #FFF6E8;
                        }

                        .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress .progress-bar.bg-success {
                            background-color: #43B02A !important;
                        }

                    .dashboard-main .sidebar-bg .sidebar-area .sidebar-inner-fixed .dashboard-sidebar .education-list-section .education-list-section-prograss .progress-perc .progress-percentage {
                        color: #111111;
                        text-align: right;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 12px; /* 100% */
                    }

    .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
        background-color: #ffffff;
        bottom: 0;
        overflow: auto;
        padding-bottom: 70px;
        border-right: 1px solid #ECECEC;
        position: fixed;
    }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a {
                padding: 12px 12px;
                display: block;
                color: #111111;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                text-decoration: none !important;
                line-height: 20px;
                position: relative;
                transition: all 0.2s ease-in;
                display: flex;
                align-items: center;
                gap: 8px;
            }
                /* .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 50px;
  width: 3px;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.2s ease-in;
} */
                .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a i {
                    margin-bottom: 16px;
                    color: #111111;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    text-align: center;
                    font-size: 20px;
                    font-style: normal;
                    line-height: 1;
                    transition: all 0.2s ease-in;
                    margin: 0;
                    padding: 12px 0;
                    min-width: 44px;
                    width: 44px;
                }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a {
                color: #111111;
            }
                /* .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a:after, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a:after {
  background-color: #111111;
} */
                .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a i, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a i {
                    color: #111111;
                }

                .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li.active a i, .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li:hover a i {
                    background-color: #005EB8;
                    color: #ffffff;
                }

            .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul.sidebar-nav-bg {
                background-color: #FBFBFB;
                border-top: 1px solid #ECECEC;
            }

    .help-menu-bottom-fixed {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .ce-link-menu-bottom-fixed {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .divider-space-40 {
        border-top: 1px solid #ECECEC;
        margin: 40px 0;
    }

    .member-info {
        display: flex;
        flex-wrap: wrap;
    }

        .member-info > img {
            width: 85px;
            height: 85px;
            object-fit: cover;
            margin-right: 24px;
        }

        .member-info .member-body {
            width: 100%;
            margin-top: 20px;
        }

    @media (min-width: 768px) {
        .member-info .member-body {
            width: calc(100% - 109px);
            margin-top: 0;
        }
    }

    .member-info .member-body h1 {
        color: #111111;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 1; /* 136.364% */
        letter-spacing: 0.75px;
        margin-bottom: 1rem;
    }

    @media (max-width: 767px) {
        .member-info .member-body h1 {
            font-size: 40px;
        }
    }

    .member-info .member-body .member-id {
        color: #6C6C6C;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
        letter-spacing: 0.025px;
    }

    .resume-your-journey {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: relative;
    }

    .activities button {
        overflow: hidden;
        white-space: nowrap;
    }

    .activities .nav-link {
        gap: 6px !important;
    }

    .resume-your-journey h4 {
        color: #111111;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

    .inline-tag {
        padding: 4px 8px;
        color: #414141;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        border: 1px solid #ECECEC;
        background-color: #F9F8F8;
        border-radius: 20px;
        display: inline-flex;
        gap: 4px;
    }

    .resume-your-journey .btn {
        background-color: #ffffff;
        padding: 8px;
        min-width: 70px;
        font-size: 12px;
    }

        .resume-your-journey .btn.btn-primary {
            background-color: #005EB8;
        }

    .resume-your-journey + .information-card {
        margin-top: 0;
    }


    .get-started {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .get-started .btn {
            padding: 9px 10px;
            font-size: 12px;
        }

    .document-verify-card h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-top: 12px;
        margin-bottom: 4px;
        color: #111111;
    }

    .document-verify-card p {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        color: #6C6C6C;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 60px;
        overflow: hidden;
    }

    .information-card {
        padding: 24px;
        background-color: #ffffff;
        margin-top: 16px;
        border-left: 6px solid #005EB8;
        display: flex;
        gap: 16px;
    }

        .information-card .info-icon {
            display: flex;
            width: 40px;
            height: 40px;
            padding: 10px 8px 10px 9px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            border-radius: 100px;
            background: #F5F9FC;
            color: #005EB8;
        }

        .information-card .information-content {
            padding-right: 0;
            width: 100%;
            position: relative;
        }

    @media (min-width: 992px) {
        .information-card .information-content {
            padding-right: 130px;
        }
    }

    .information-card .information-content h5 {
        color: #111111;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 162.5% */
        margin-bottom: 0;
    }

    .information-card .information-content p {
        color: #6C6C6C;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0;
    }

    .information-card .information-content .info-tag {
        color: #111111;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
        border-radius: 4px;
        border: 1px solid #ECECEC;
        padding: 5px 7px;
        display: inline-block;
        right: 0;
        top: 0;
        margin-top: 10px;
    }

    @media (min-width: 992px) {
        .information-card .information-content .info-tag {
            position: absolute;
            margin-top: 0px;
        }
    }

    .information-card.danger {
        border-color: #CF4520;
    }

        .information-card.danger .info-icon {
            background-color: #F9E9E4;
            color: #CF4520;
        }

    .information-card.warning {
        border-color: #FFB443;
    }

        .information-card.warning .info-icon {
            background-color: #FFF6E8;
            color: #A06500;
        }

    .news-updates .art-big-item {
        background-color: #ffffff;
    }

        .news-updates .art-big-item .image .imgoverlay {
            height: 261px;
            display: block;
        }

            .news-updates .art-big-item .image .imgoverlay img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .news-updates .art-big-item .text {
            padding: 24px;
        }

    .news-updates .shortItem {
        background-color: #ffffff;
        padding: 14px;
    }

        .news-updates .shortItem .art-item-inner .image {
            width: 106px;
        }

        .news-updates .shortItem .art-item-inner .text {
            width: calc(100% - 106px);
        }

            .news-updates .shortItem .art-item-inner .text h4 {
                margin-bottom: 0;
            }

    .news-updates .artItem {
        position: relative;
        margin-bottom: 16px;
    }

        .news-updates .artItem:hover .imgoverlay:after {
            opacity: 0;
        }

    .sidebar-toggle-menu {
        position: fixed;
        left: 0;
        top: 35%;
        z-index: 10;
        background: #ffffff;
        border-radius: 0 6px 6px 0;
    }

        .sidebar-toggle-menu .sidebar-toggler {
            display: none;
            vertical-align: top;
            width: 42px;
            height: 42px;
            border: 1px solid #ECECEC;
            background: url(../images/menu-toggle.svg) no-repeat center center;
            transition: all 0.1s ease-in;
            border-radius: 0 6px 6px 0;
        }

    @media (max-width: 991px) {
        .sidebar-toggle-menu .sidebar-toggler {
            display: inline-block;
        }
    }

    @media (max-width: 480px) {
        .sidebar-toggle-menu .sidebar-toggler {
            width: 36px;
            height: 37px;
        }
    }

    .sidebar-toggle-menu.open {
        left: 183px;
    }

        .sidebar-toggle-menu.open .sidebar-toggler {
            background: url(../images/close-icon.svg) no-repeat center center;
        }

    .switch-button {
        display: block;
    }

        .switch-button input {
            display: none;
        }

            .switch-button input:checked ~ small {
                background: #005EB8;
                transition: 0.3s;
            }

                .switch-button input:checked ~ small:before {
                    transform: translate(30px, 0px);
                    transition: 0.3s;
                }

        .switch-button small {
            display: block;
            width: 72px;
            height: 42px;
            position: relative;
            background-color: #CCCCCC;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
            border-radius: 30px;
            cursor: pointer;
        }

            .switch-button small:before {
                content: "";
                position: absolute;
                width: 36px;
                height: 36px;
                background: #fff;
                border-radius: 50%;
                top: 3px;
                left: 3px;
                transition: 0.3s;
                box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
            }

    .switch-row {
        display: flex;
    }

        .switch-row .switch-left {
            width: 110px;
            padding-right: 38px;
        }

        .switch-row .switch-field {
            width: calc(100% - 101px);
        }

        .switch-row .form-label {
            display: block;
        }

    .filter.accountProfileDashboard .filterWidth {
        background: #FBFBFB;
    }

        .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container {
            padding: 0 0px 0 0;
        }

            .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
                width: 256px;
            }

    @media (max-width: 991px) {
        .filter.accountProfileDashboard .filterWidth .mCSB_inside > .mCSB_container .max-widthF {
            width: 100%;
            border-right: 0;
        }
    }

    .filter.accountProfileDashboard .filterWidth .srchDistance {
        padding: 36px 24px;
        margin-bottom: 0;
        background: #ffffff;
        border-bottom: 1px solid #ECECEC;
        border-right: 2px solid #ECECEC;
        position: relative;
    }

        .filter.accountProfileDashboard .filterWidth .srchDistance::after {
            background: #ffffff;
            content: "";
            position: absolute;
            right: 99%;
            width: 555rem;
            height: calc(100% + 1px);
            top: -1px;
            border-left: none;
            transition: 0.3s all;
            z-index: 0;
        }

    @media (max-width: 991px) {
        .filter.accountProfileDashboard .filterWidth .srchDistance::after {
            display: none;
        }
    }

    .filter.accountProfileDashboard .filterWidth .srchDistance h4 {
        display: flex;
        gap: 14px;
        align-items: center;
        margin-bottom: 0;
    }

        .filter.accountProfileDashboard .filterWidth .srchDistance h4 i {
            color: #005EB8;
        }

    @media (max-width: 991px) {
        .filter.accountProfileDashboard .filterWidth .srchDistance {
            border-right: 0;
        }
    }

  /*  @media (max-width: 991px) {
        .filter.accountProfileDashboard .filterWidth .mobileFixedScroll .srchDistance {
            padding: 36px 0px;
        }
    }*/

    .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul {
        margin: 0;
        padding: 0;
    }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li {
            list-style: none;
        }

    .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: #6C6C6C;
        text-decoration: none;
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 12px 2px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a:after {
            content: "";
            position: absolute;
            right: 99%;
            width: 555rem;
            height: calc(100% + 2px);
            top: 0px;
            background: #FBFBFB;
            border-left: none;
            transition: 0.3s all;
            z-index: -2;
        }

    @media (max-width: 991px) {
        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a:after {
            display: none;
        }
    }

    .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a.active {
        color: #005EB8;
    }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a.active:before {
            content: "";
            width: 2px;
            height: 42px;
            position: absolute;
            top: 50%;
            right: 0px;
            background-color: #005EB8;
            transform: translate(0, -50%);
            transition: all 0.4s ease;
        }

    .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .badge-btn {
        position: absolute;
        right: 10px;
    }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .badge-btn .btn {
            width: 24px;
            height: 24px;
        }

            .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .badge-btn .btn i {
                font-size: 11px;
            }

            .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .badge-btn .btn.btn-dark {
                background: #dedede;
            }

                .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .badge-btn .btn.btn-dark i {
                    color: #6C6C6C;
                }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a:hover {
            background: white;
        }
        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a:hover .fa-solid:not(.fa-bell) {
            background: #005EB8;
            color: white;
        }

        .filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a:hover:after {
            background: #F9F8F8;
        }

    .personalInfoCardMain {
        padding-left: 98px;
        padding-right: 12px;
        box-sizing: border-box;
        position: relative;
    }


    @media (max-width: 1199px) {
        .personalInfoCardMain {
            padding-left: 55px;
            padding-right: 55px;
        }
    }

    .personalInfoCardMain.bg-sky-light::after {
        content: "";
        width: 500rem;
        top: 0;
        bottom: 0;
        left: 99%;
        position: absolute;
        background-color: #F5F9FC;
    }

    @media (max-width: 991px) {
        .personalInfoCardMain.bg-sky-light::after {
            left: -50%;
        }
    }

    .personalInfoCardMain.light-gray-bg {
        background-color: #FBFBFB;
    }

        .personalInfoCardMain.light-gray-bg::after {
            content: "";
            width: 500rem;
            top: 0;
            bottom: 0;
            left: 99%;
            position: absolute;
            background-color: #FBFBFB;
        }

    @media (max-width: 991px) {
        .personalInfoCardMain.light-gray-bg::after {
            left: -50%;
        }
    }

    .personalInfoCardMain.bg-warning-light {
        background-color: #FDF8F6;
    }

        .personalInfoCardMain.bg-warning-light::after {
            content: "";
            width: 500rem;
            top: 0;
            bottom: 0;
            left: 99%;
            position: absolute;
            background-color: #FDF8F6;
        }

    @media (max-width: 991px) {
        .personalInfoCardMain.bg-warning-light::after {
            left: -50%;
        }
    }

    .personalInfoCardMain .personalInfoCard {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #ECECEC;
        padding-top: 96px;
        padding-bottom: 80px;
        box-sizing: border-box;
    }

    @media (max-width: 1199px) {
        .personalInfoCardMain .personalInfoCard {
            padding-top: 55px;
            padding-bottom: 55px;
        }
    }

    @media (max-width: 767px) {
        .personalInfoCardMain .personalInfoCard {
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
        }
    }

    @media (max-width: 767px) {
        .personalInfoCardMain .personalInfoCard .personalInfoHead {
            padding-bottom: 20px;
        }
    }

    .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0.75px;
        margin-bottom: 40px;
    }

    @media (max-width: 1199px) {
        .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
            font-size: 30px;
            line-height: 38px;
        }
    }

    @media (max-width: 767px) {
        .personalInfoCardMain .personalInfoCard .personalInfoHead h1 {
            font-size: 25px;
            line-height: 33px;
            margin-bottom: 20px;
        }
    }

    .personalInfoCardMain .personalInfoCard .personalInfoHead p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.15px;
        margin-bottom: 0;
        color: #414141;
    }

    @media (max-width: 1199px) {
        .personalInfoCardMain .personalInfoCard .personalInfoHead p {
            font-size: 18px;
        }
    }

    .personalInfoCardMain .personalInfoCard .default-tag {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        padding: 10px 14px 10px 10px;
        box-sizing: border-box;
        gap: 6px;
    }

    .personalInfoCardMain .form-control:disabled {
        background-color: #F9F8F8;
        opacity: 0.5;
    }

    .aboutInfoCard {
        padding: 48px 0 64px 0;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1199px) {
        .aboutInfoCard {
            padding: 40px 0 40px 0;
        }
    }

    @media (max-width: 767px) {
        .aboutInfoCard {
            padding: 30px 0 30px 0;
        }
    }

    .aboutInfoCard p {
        color: #6C6C6C;
        max-width: 537px;
    }

    @media (max-width: 1199px) {
        .aboutInfoCard p {
            font-size: 18px;
            max-width: 100%;
        }
    }

    .aboutInfoCard .personalInfoHead {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 24px;
    }

        .aboutInfoCard .personalInfoHead i {
            font-size: 21px;
        }

        .aboutInfoCard .personalInfoHead .aboutHeading {
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 34px;
            margin-bottom: 0;
        }

    @media (max-width: 767px) {
        .aboutInfoCard .personalInfoHead .aboutHeading {
            font-size: 20px;
        }
    }

    .profilephotoSection {
        padding: 40px 0 40px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #ECECEC;
    }

    @media (max-width: 1199px) {
        .profilephotoSection {
            padding: 55px 0 55px 0;
        }
    }

    .profilesimage {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .profileImgDescription {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
        color: #6C6C6C;
    }

    a.viewProfileGuidLine {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-decoration-line: underline;
    }

    .datepicker-dropdown {
        margin-left: 0px;
    }

    .heightSetofField .select2 .selection .select2-selection {
        height: 42px !important;
    }

    .checkBoxListed {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .checkBoxListed li {
            list-style: none;
            flex: 0 0 50%;
            margin-bottom: 24px;
        }

            .checkBoxListed li:last-child {
                margin-bottom: 0;
            }

            .checkBoxListed li label {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                color: #111111 !important;
                margin-bottom: 0 !important;
                vertical-align: middle;
            }

            .checkBoxListed li .form-check {
                margin-bottom: 0 !important;
                line-height: 1;
            }

                .checkBoxListed li .form-check .form-check-input[type=checkbox],
                .checkBoxListed li .form-check .form-check-input[type=radio] {
                    margin-top: 1px;
                }

    @media (max-width: 767px) {
        .checkBoxListed {
            margin-top: 30px;
        }
    }

    @media (max-width: 767px) {
        .fileUploadDragSection {
            margin-top: 20px;
        }
    }

    .fileUploadDragSection .uploader label {
        padding: 0;
        text-align: center;
        background: #FBFBFB;
        border: 2px dashed #ECECEC;
        transition: all 0.2s ease;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 318px;
        max-width: 318px;
        width: 100%;
    }

    @media (max-width: 1199px) {
        .fileUploadDragSection .uploader label {
            max-width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .fileUploadDragSection .uploader label {
            float: inline-end;
        }
    }

    .fileUploadDragSection .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }

        .fileUploadDragSection .uploader #start.hidden {
            display: none;
        }

        .fileUploadDragSection .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            transition: all 0.2s ease-in-out;
        }

    .fileUploadDragSection .uploader #response {
        float: left;
        clear: both;
        width: 100%;
        display: none;
    }

        .fileUploadDragSection .uploader #response.hidden {
            display: none;
        }

        .fileUploadDragSection .uploader #response #messages {
            margin-bottom: 0.5rem;
        }

    .fileUploadDragSection .uploader #file-image {
        display: inline;
        margin: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 10px;
        object-fit: cover;
    }

        .fileUploadDragSection .uploader #file-image.hidden {
            display: none;
        }

    .fileUploadDragSection .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .fileUploadDragSection .uploader #notimage.hidden {
            display: none;
        }

    .fileUploadDragSection .uploader input[type=file] {
        display: none;
    }

    .fileUploadDragSection .uploader div {
        margin: 0 0 0.5rem 0;
        color: #6C6C6C;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 16px;
    }

    .fileUploadDragSection .uploader .btn {
        display: inline-flex;
        margin: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        outline: none;
        gap: 14px;
        padding: 14px 28px 14px 14px;
        box-sizing: border-box;
        color: #fff;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        cursor: pointer;
    }

    #guidelinesPop.modal .modal-content .modal-body.mCustomScrollbar {
        height: 80vh;
    }

    .pl-20 {
        padding-left: 20px;
    }

    .select2.select2-container--disabled {
        cursor: no-drop;
    }

        .select2.select2-container--disabled:after {
            background-color: #F9F8F8;
            border-color: #F9F8F8;
            opacity: 0.5;
        }

        .select2.select2-container--disabled .selection .select2-selection {
            background: #F9F8F8;
            border-color: #F9F8F8;
        }

            .select2.select2-container--disabled .selection .select2-selection .select2-selection__rendered {
                color: #6C6C6C;
            }



.toolFilters .filter.accountProfileDashboard {
    width: 230px !important;
    position: sticky;
    /*top: 220px !important;*/
    background: #FBFBFB;
}

    @media (min-width: 992px) {
        .wrapper-with-sidebar .col-lg-4 {
            width: 256px;
            background: #FBFBFB;
        }
    }

    @media (min-width: 992px) {
        .wrapper-with-sidebar .col-lg-8 {
            width: calc(100% - 320px);
        }
    }

    .homeTextImagesArea .yellow {
        background: #00BDDA !important;
    }

    .SearchBoxButtonsSeperate {
        display: flex;
        gap: 14px;
        align-content: center;
    }

        .SearchBoxButtonsSeperate button {
            max-width: 112px;
        }

    @media (max-width: 767px) {
        .SearchBoxButtonsSeperate button {
            max-width: 100%;
            margin-top: 10px;
        }
    }

    @media (max-width: 767px) {
        .SearchBoxButtonsSeperate {
            display: block;
        }
    }

    .textImageAreaParaTxt {
        font-size: 14px;
        color: #414141;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .comparisonTitlte.text-center {
        font-size: 30px;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        margin-bottom: 122px;
    }

    @media (max-width: 767px) {
        .comparisonTitlte.text-center {
            font-size: 20px;
            margin-bottom: 30px;
        }
    }

    .bg-cyans {
        background: #E0ECF6;
    }

    .allArticlesDateBar .single_select.short + .select2::after {
        content: "";
        position: absolute;
        right: 9px;
        top: 1px;
        background: url(../images/sortby.svg);
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }

    .imageCaptions {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #6C6C6C;
        text-align: end;
        padding-top: 12px;
        padding-right: 12px;
    }

    .SmallTextPresents {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 14px;
    }

    .hederBtmSection {
        height: 50px;
        background: #F6F6F7;
        width: 100%;
    }

    .py-160 {
        padding: 160px 0;
    }

    .py-80 {
        padding: 80px 0;
    }

    .mb-12 {
        margin-bottom: 12px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .contentSmallest {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #414141;
    }

    .borderNoneOnBottom {
        border-bottom: 0 !important;
    }

    .datepicker-dropdown td,
    .datepicker-dropdown th {
        text-align: center;
    }

    .datepicker-dropdown {
        margin-left: 0px !important;
    }

    .contactsFormFields textarea {
        height: 90px !important;
    }

    .searchersListSec {
        padding: 0;
        margin: 0;
        margin-bottom: 60px;
    }

        .searchersListSec li {
            list-style: none;
            padding: 48px 36px;
            box-sizing: border-box;
            border-bottom: 1px solid #ECECEC;
            display: flex;
            justify-content: center;
            flex-direction: column;
            height: 225px;
        }

            .searchersListSec li h2 {
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px;
                margin-bottom: 0px;
                max-width: 526px;
            }

                .searchersListSec li h2 a {
                    text-decoration: none;
                    color: #111111;
                }

            .searchersListSec li:last-child {
                border-bottom: 0;
            }

            .searchersListSec li:hover {
                background: #F6F6F7;
            }

    .showingResultsNumber {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
    }

    @media (max-width: 991px) {
        .showingResultsNumber {
            margin-top: 20px;
        }
    }

    .loading-find-search {
        min-height: 378px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .loginToViewBtns {
        margin-top: 30px;
    }

        .loginToViewBtns a {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
            display: flex;
            gap: 6px;
            align-items: center;
            border: 1px solid #ECECEC;
            border-radius: 20px;
            padding: 10px;
            box-sizing: border-box;
            color: #414141;
            text-decoration: none;
            background: #ffffff;
        }

    .toolFilters .courseCards {
        position: relative;
        z-index: 1;
        border-right: none;
        background-color: #FBFBFB;
        transition: 0.3s all;
    }

        .toolFilters .courseCards:after {
            content: "";
            position: absolute;
            left: 99%;
            width: 555rem;
            height: calc(100% + 2px);
            top: -1px;
            background: #fff;
            border: 1px solid #ECECEC;
            border-left: none;
            transition: 0.3s all;
            z-index: -2;
        }

        .toolFilters .courseCards .courseCardsMain ul li {
            border-right: 0;
            border-bottom: 0;
        }

        .toolFilters .courseCards:hover {
            background-color: #F6F6F7;
        }

            .toolFilters .courseCards:hover:after {
                background-color: #f6f6f7;
            }

    .headerHostedBy h2 {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 14px;
        color: #005EB8;
    }

    .headerHostedBy h6 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.1px;
        margin-bottom: 80px;
    }

    @media (max-width: 767px) {
        .headerHostedBy h6 {
            font-size: 22px;
            line-height: 33px;
            margin-bottom: 50px;
        }
    }

    .content-max-widths {
        max-width: 416px;
    }

    @media (max-width: 992px) {
        .content-max-widths .fixedPanelPadding {
            padding: 60px 30px;
            box-sizing: border-box;
        }
    }

    @media (max-width: 767px) {
        .content-max-widths .fixedPanelPadding {
            padding: 60px 60px;
            box-sizing: border-box;
        }
    }

    @media (max-width: 767px) {
        .content-max-widths {
            max-width: 100%;
            margin-bottom: 60px;
        }
    }

    .authorPositionSection {
        display: flex;
    }

    @media (max-width: 991px) {
        .authorPositionSection {
            display: block;
        }
    }

    @media (max-width: 991px) {
        .authorPositionSection .userInforTestimonial {
            margin-bottom: 20px;
        }
    }

    .hostedByPannelSection {
        padding: 0 50px;
        box-sizing: border-box;
    }

    @media (max-width: 1199px) {
        .hostedByPannelSection {
            padding: 0 10px;
        }
    }

    .hostedByPannelSection h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }

    span.select2-container.select2-container--default.select2-container--open {
        z-index: 9999;
    }

    .hostedByPannelSection .aboutTheEventsColum p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.15px;
        color: #414141;
    }

    .hostedByPannelSection .aboutTheEventsColum ul {
        margin-bottom: 0;
    }

        .hostedByPannelSection .aboutTheEventsColum ul li {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            color: #414141;
            letter-spacing: 0.025px;
            margin-bottom: 10px;
        }

            .hostedByPannelSection .aboutTheEventsColum ul li:last-child {
                margin-bottom: 0;
            }

    .events-F-A-Q {
        padding: 64px 0;
        box-sizing: border-box;
        position: relative;
    }

        .events-F-A-Q h2 {
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            line-height: 44px;
            letter-spacing: 0.1px;
            padding: 0 50px;
            box-sizing: border-box;
        }

        .events-F-A-Q:after {
            position: absolute;
            content: "";
            bottom: 0;
            height: 30px;
            background: #F6F6F7;
            width: 100%;
            display: block;
        }

    .fillOutForm {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.025px;
        color: #414141;
    }

    .plannerDetails.newPlannerDetails .details .tag span {
        display: flex;
        align-items: center;
    }

    .plannerDetails.newPlannerDetails .details h1 span {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
        letter-spacing: 0.025px;
        color: #414141;
    }

    .plannerDetails.newPlannerDetails .details .imgD {
        position: relative;
    }

        .plannerDetails.newPlannerDetails .details .imgD img {
            border-radius: 20px;
        }

    .plannerDetails.newPlannerDetails .circleImageBorderIcon {
        position: absolute;
        top: -16px;
        background: #E0ECF6;
        border-radius: 100%;
        width: 36px;
        display: flex;
        align-items: center;
        padding: 10px;
        right: -16px;
    }

    @media (max-width: 767px) {
        .plannerDetails.newPlannerDetails .circleImageBorderIcon {
            top: 0px;
            right: 0;
        }
    }

    .max-width-526 {
        max-width: 523px;
    }

    @media (max-width: 767px) {
        .max-width-526 {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 767px) {
        .datepicker-dropdown {
            margin-left: 0px;
        }

        h1 br {
            display: none;
        }
    }

    .allArticlesDateBar .input-daterange {
        height: 47px;
        background: #ffffff;
    }

    .bg-yellow {
        background: #FFB443 !important;
    }

    .emptyData .loading-find {
        z-index: 1;
        min-height: 1000px;
    }

        .emptyData .loading-find:after {
            content: "";
            position: absolute;
            left: 99%;
            width: 555rem;
            height: calc(100% + 2px);
            top: -1px;
            background: #F5F9FC;
            border-left: none;
            transition: 0.3s all;
            z-index: -2;
        }

    /* Overlaping pathfinder page */
    .pathfinder-section-form .col-lg-4.position-relative {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pathfinder-section .complaint-form-inner .step .info-card {
        padding: 24px 30px;
        display: flex;
        align-items: flex-start;
        gap: 28px;
        box-sizing: border-box;
    }

        .pathfinder-section .complaint-form-inner .step .info-card .info-tooltip {
            position: initial;
            line-height: 0;
        }

    @media (min-width: 992px) {
        .pathfinder-section .sidebar-item.sidebar-fixed {
            position: inherit !important;
            top: auto !important;
            padding: 0 !important;
        }
    }

    .make-a-banner-content {
        background-color: #FDF8F6;
        position: relative;
        padding: 125px 0 175px 0;
    }

    @media (max-width: 991px) {
        .make-a-banner-content {
            padding: 95px 30px 135px 30px;
            margin: 0 -30px;
        }
    }

    .make-a-banner-content::after {
        content: "";
        position: absolute;
        background-color: #FDF8F6;
        left: 100%;
        width: 555rem;
        bottom: 0;
        top: 0;
    }

    @media (max-width: 991px) {
        .make-a-banner-content::after {
            left: -50%;
            z-index: -1;
        }
    }

    .make-a-banner-content .blue-bar {
        position: absolute;
        left: 0;
        bottom: 27px;
        width: 555rem;
        z-index: 1;
    }

    @media (max-width: 991px) {
        .make-a-banner-content .blue-bar {
            left: -50%;
            z-index: 1;
        }
    }

    .make-a-banner-content .dark-blue-bar {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 555rem;
        z-index: 1;
    }

    @media (max-width: 991px) {
        .make-a-banner-content .dark-blue-bar {
            left: -50%;
            z-index: 1;
        }
    }

    .blue-bar {
        height: 14px;
        background-color: #00bdda;
    }

    .dark-blue-bar {
        height: 27px;
        background-color: #005EB8;
    }

    .body-content p,
    .body-content li {
        line-height: 1.7;
        letter-spacing: 0.03px;
    }

    .body-content .small-container p strong {
        font-weight: 500;
    }

    .info-card {
        padding: 24px 30px 24px 76px;
        position: relative;
    }

        .info-card p {
            font-size: 0.75rem;
            line-height: 22px;
            color: #6C6C6C;
        }

        .info-card .info-tooltip {
            position: absolute;
            left: 30px;
            top: 22px;
        }

        .info-card.alert-warning {
            background-color: #FDF8F6;
        }

    .light-box-cards {
        background-color: #F5F9FC;
        padding: 24px 24px 0 24px;
        margin-top: 80px;
    }

    @media (max-width: 991px) {
        .light-box-cards {
            margin-left: -30px;
            margin-right: -30px;
            padding-bottom: 14px;
        }
    }

    .make-a-complaint {
        min-height: 1000px;
        min-height: 80vh;
        position: relative;
    }

    .make-a-complaint-card {
        background-color: #ffffff;
        border: 2px solid #ECECEC;
        padding: 12px;
        width: 137px;
        min-height: 137px;
        margin-bottom: 1.5rem;
        background-color: #ba0c2f;
    }

    @media (max-width: 991px) {
        .make-a-complaint-card {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .make-a-complaint-card {
            margin-right: 0;
            width: 100%;
        }
    }

    .make-a-complaint-card p {
        margin: 32px 0 0 0;
        font-weight: 500;
    }

    .make-a-complaint-card .btn-primary {
        background-color: #cf4520;
        border-color: #cf4520;
        padding: 5px 6px 6px 6px;
    }

    .title-banner {
        background-color: #F5F9FC;
        padding: 62px 30px;
        position: relative;
    }

    @media (max-width: 991px) {
        .title-banner {
            padding-top: 86px;
            margin-left: -30px;
            margin-right: -30px;
        }
    }

    .title-banner::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 555rem;
        background-color: #F5F9FC;
    }

    .square-big {
        width: 55px;
        height: 55px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .square-small {
        width: 27.5px;
        height: 27.5px;
        position: absolute;
        left: 55px;
        top: 55px;
    }

    @media (max-width: 1199px) {
        .square-small {
            top: 0;
        }
    }

    ol li {
        margin-bottom: 1.5rem;
    }

    .breadcrumbs-progressbar-sticky {
        position: relative;
        background-color: #ffffff;
    }

        .breadcrumbs-progressbar-sticky.fixed {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            z-index: 9;
        }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar {
            background-color: #FBFBFB;
            border-bottom: 1px solid #ECECEC;
        }

            .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
                padding: 0 0;
            }

    @media (max-width: 991px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 14px 0;
        }
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        display: flex;
        gap: 72px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    @media (max-width: 1199px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
            gap: 50px;
        }
    }

    @media (max-width: 991px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
            gap: 25px;
            flex-wrap: wrap;
            margin-top: 16px;
            width: calc(100% - 50px);
        }
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
        display: inline-flex;
        font-size: 0.75rem;
        color: #6c6c6c;
        line-height: 1;
        position: relative;
        margin-bottom: 0;
    }

    @media (min-width: 992px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
            display: inline-flex !important;
        }
    }

    @media (max-width: 991px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
            display: none;
            width: 100%;
        }

            .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li:first-child {
                display: block !important;
            }
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li a {
        color: inherit;
        text-decoration: none;
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
        width: 42px;
        height: 42px;
        padding: 0px;
        border-color: #ECECEC;
        background-color: #ffffff;
        display: none;
    }

    @media (max-width: 991px) {
        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep {
            display: block;
        }
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep svg path {
        fill: #111111 !important;
    }

    .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active {
        background-color: #e0ecf6;
    }

        .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg {
            transform: rotate(-180deg);
        }

            .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps .toggleStep.active svg path {
                fill: #111111 !important;
            }

    @media (max-width: 991px) {
        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps {
            padding: 7px 0;
        }
    }

    @media (max-width: 991px) {
        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
            display: block;
            width: auto !important;
            margin-top: 0;
        }
    }

    @media (max-width: 991px) {
        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li {
            display: inline-block !important;
            width: auto !important;
        }
    }

    @media (max-width: 991px) {
        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
            display: inline-block;
            width: auto;
        }
    }

    @media (max-width: 991px) {
        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
            margin-right: 6px !important;
            margin-left: 4px !important;
        }
    }

    .progressbar-wrapper {
        background-color: #F9F8F8;
    }

    .progress-bar-border,
    .progress-bar-border-form {
        position: relative;
        top: 0;
        left: 0;
        height: 5px;
        background-color: #CF4520;
        transition: all linear 0.1s;
        min-width: 0%;
        z-index: 9;
    }

    .file-upload-wrapper {
        position: relative;
    }

        .file-upload-wrapper:after {
            content: attr(data-text);
            font-size: 14px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            padding: 10px 15px;
            display: block;
            width: 100%;
            pointer-events: none;
            height: 42px;
            line-height: 20px;
            color: #111111;
            font-weight: 400;
            border: 1px solid #ECECEC;
            padding-right: 52px;
        }

        .file-upload-wrapper .file-upload-trigger {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            height: 42px;
            z-index: 1;
        }

        .file-upload-wrapper input {
            opacity: 0;
        }

        .file-upload-wrapper.uploading .file-upload-trigger {
            background: #0C1C64;
        }

            .file-upload-wrapper.uploading .file-upload-trigger svg {
                animation: circle 0.3s infinite;
            }

        .file-upload-wrapper.success .file-upload-trigger {
            background: #ffffff;
            border-color: #ECECEC;
        }

    @keyframes circle {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    .sprucecss {
        align-items: flex-start;
        background-color: hsl(0, 0%, 100%);
        border-radius: 0.25rem;
        box-shadow: 0 0 0.5rem hsla(0, 0%, 0%, 0.05);
        color: #444;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        inset: auto auto 1rem 1rem;
        line-height: 1.5;
        max-width: 11rem;
        padding: 1.5rem;
        position: fixed;
        text-decoration: none;
    }

        .sprucecss img {
            height: 1.5rem;
            width: auto;
        }

    .h47 {
        height: 47px !important;
    }

    .breadcrumbs-main {
        padding: 0;
        border-bottom: 2px solid #ECECEC;
    }

        .breadcrumbs-main .container {
            padding: 0 22px;
        }

    @media (max-width: 1399px) {
        breadcrumbs-main .container {
            padding: 0 18px;
        }
    }

    @media (max-width: 991px) {
        breadcrumbs-main .container {
            padding: 0 calc(var(--bs-gutter-x) * 0.5);
        }
    }

    .breadcrumbs-main .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumbs-main .breadcrumb .breadcrumb-item {
            font-size: 0.75rem;
            color: #6C6C6C;
            line-height: 1;
            position: relative;
            /*padding-bottom: 18px;*/
            padding-bottom: 11px;
            margin-bottom: 0;
        }

            .breadcrumbs-main .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "|";
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 100%;
                transform: translate(-50%, 0%);
                width: 10px;
                height: 2px;
                border-radius: 2px;
                background-color: #111111;
                opacity: 0;
                margin-left: 12px;
                transition: all 0.3s ease;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:hover {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item:hover::after {
                    opacity: 1;
                    width: 20px;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item.active {
                color: #111111;
            }

                .breadcrumbs-main .breadcrumb .breadcrumb-item.active::after {
                    width: 10px;
                    opacity: 1;
                }

            .breadcrumbs-main .breadcrumb .breadcrumb-item:first-child::after {
                margin-left: 0;
            }

            .breadcrumbs-main .breadcrumb .breadcrumb-item a {
                color: inherit;
                text-decoration: none;
            }

    .light-color {
        color: #6C6C6C;
    }

    .complaint-form {
        background-color: #F9F8F8;
        padding-bottom: 100px;
    }

    @media (max-width: 991px) {
        .complaint-form {
            background-color: #ffffff;
        }
    }

    .complaint-form .complaint-form-inner {
        background-color: #ffffff;
        padding: 100px 30px 80px;
        margin-top: -60px;
        position: relative;
    }

    @media (max-width: 991px) {
        .complaint-form .complaint-form-inner {
            margin-top: 0px;
            padding: 60px 0 0 0;
        }
    }

    .complaint-form .complaint-form-inner .step {
        padding: 0 0 50px 0;
    }

        .complaint-form .complaint-form-inner .step:last-child {
            padding-bottom: 0px;
        }

            .complaint-form .complaint-form-inner .step:last-child::after {
                display: none;
            }

        .complaint-form .complaint-form-inner .step::after {
            max-width: 1099px;
            height: 1px;
            display: block;
            margin: 0 auto;
            background-color: #ECECEC;
            content: "";
            margin-top: 68px;
        }

    @media (max-width: 991px) {
        .complaint-form .complaint-form-inner .step::after {
            margin-top: 38px;
        }
    }

    .complaint-form .complaint-form-inner .step textarea.form-control {
        height: 63px;
        padding-top: 14px;
        padding-bottom: 14px;
        line-height: 19px;
    }

    .complaint-form .complaint-form-inner .step .form-label {
        margin-bottom: 10px;
    }

        .complaint-form .complaint-form-inner .step .form-label .info-tooltip {
            display: inline-block;
            vertical-align: text-bottom;
            margin: 0 5px 0 4px;
        }

    .complaint-form .complaint-form-inner .step .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 0.2em;
    }

    .complaint-form .complaint-form-inner .step .form-check {
        min-height: 22px;
        margin-bottom: 20px;
    }

        .complaint-form .complaint-form-inner .step .form-check .form-check-label {
            display: block;
            font-size: 0.75rem;
            line-height: 22px;
            margin: 0px;
        }

    .complaint-form .complaint-form-inner .step ul li {
        margin-bottom: 8px;
    }

    .complaint-form.pathfinder {
        background-color: transparent;
        padding-bottom: 0px;
    }

        .complaint-form.pathfinder .complaint-form-inner {
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
            margin-top: -120px;
            padding: 60px 80px;
        }

    @media (max-width: 991px) {
        .complaint-form.pathfinder .complaint-form-inner {
            margin-top: 50px;
            padding: 40px 0 0 0;
            box-shadow: none;
        }
    }

    @media (min-width: 768px) {
        .complaint-form.pathfinder .small-container {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 992px) {
        .complaint-form.pathfinder-steps-form .complaint-form-inner {
            padding-bottom: 100px;
        }
    }

    @media (min-width: 768px) {
        .complaint-form.pathfinder-steps-form .small-container {
            width: 636px;
            max-width: 100%;
        }
    }

    .pathfinder-section {
        padding-bottom: 100px;
    }

    @media (min-width: 992px) {
        .pathfinder-section {
            padding-bottom: 80px;
            background-color: #F9F8F8;
            margin-top: 20px;
        }
    }

    .pathfinder-section.pathfinder-end .sidebar-item .make-me-sticky {
        top: 200px;
    }

    .blue-rectangles {
        height: 200px;
        background-color: #0C1C64;
        position: relative;
    }

    @media (max-width: 991px) {
        .blue-rectangles {
            display: none;
        }
    }

    .blue-rectangles .light-blue-rectanle {
        background-color: #005EB8;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .step-text {
        color: #6C6C6C;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 14px; /* 100% */
        margin-bottom: 45px;
    }

    .fs-14 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 16px !important;
    }

    .fs-12 {
        font-size: 12px;
    }

    .medium-container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Position the items */
    }

    @media (max-width: 991px) {
        .sidebar-item {
            position: relative;
            height: auto;
        }
    }

    .sidebar-item.form-sidebars {
        display: none;
    }

        .sidebar-item.form-sidebars.active {
            display: block;
        }

    .sidebar-item.sidebar-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
        height: auto;
        padding: 0 30px;
    }

    .sidebar-item .make-me-sticky {
        position: sticky;
        top: 160px;
        padding: 0;
    }

    .sidebar-item .sidebar-inner {
        background: #FBFBFB;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        margin-top: -120px;
        padding: 40px;
    }

    @media (max-width: 991px) {
        .sidebar-item .sidebar-inner {
            box-shadow: none;
            margin-left: -30px;
            margin-right: -30px;
            margin-top: 0;
            padding: 0;
        }
    }

    @media (max-width: 991px) {
        .sidebar-item .sidebar-inner .sidebar-header {
            padding: 30px;
            display: flex;
            gap: 16px;
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        }
    }

    .sidebar-item .sidebar-inner .sidebar-header:after {
        content: "\f078";
        -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;
        font-weight: 900;
        font-family: "Font Awesome 6 Pro";
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #111111;
    }

    @media (min-width: 992px) {
        .sidebar-item .sidebar-inner .sidebar-header:after {
            display: none;
        }
    }

    .sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
        padding-bottom: 24px;
    }

    @media (max-width: 991px) {
        .sidebar-item .sidebar-inner .sidebar-header .sidebar-icon {
            padding: 0;
        }
    }

    .sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
        margin-bottom: 12px;
    }

    @media (max-width: 991px) {
        .sidebar-item .sidebar-inner .sidebar-header .sidebar-heading {
            margin: 0;
        }
    }

    .sidebar-item .sidebar-inner .sidebar-body {
        display: none;
        padding: 30px;
        color: #414141;
    }

    @media (min-width: 992px) {
        .sidebar-item .sidebar-inner .sidebar-body {
            padding: 0;
            display: block !important;
        }
    }

    .sidebar-item .sidebar-inner .sidebar-body .video-card {
        margin-top: 40px;
    }

    .sidebar-item .info-card {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 991px) {
        .sidebar-item .make-me-sticky .info-card {
            margin: 0 -30px !important;
        }
    }

    .sidebar-item .make-me-sticky .shortItem .image {
        width: 107px;
    }

    .sidebar-item .make-me-sticky .shortItem .position-relative {
        border-bottom: 0;
    }

    @media (max-width: 991px) {
        .sidebar-item.sidebar-fixed .make-me-sticky .info-card {
            display: none;
        }
    }

    .pathfinder-section-form .sidebar-item .make-me-sticky {
        top: 0;
    }

    @media (min-width: 992px) {
        .pathfinder-section-form .sidebar-item .make-me-sticky {
            top: 197px;
        }
    }

    .video-card {
        position: relative;
        height: 204px;
    }

        .video-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-card .video-button {
            position: absolute;
            left: 24px;
            bottom: 24px;
        }

    .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul {
        gap: 20px;
    }

        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li + li:before {
            content: "\f105";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block !important;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
            font-weight: 400;
            font-family: "Font Awesome 6 Pro";
            margin-left: auto;
            margin-top: auto;
            margin-bottom: auto;
            color: #6C6C6C;
            margin-right: 20px;
            font-size: 15px;
        }

        .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active {
            color: #111111;
        }

            .pathfinder-breadcrumb .breadcrumbs-progressbar-sticky .form-steps-brogressbar .form-steps ul li.active ~ li {
                display: none !important;
            }

    #msform fieldset:not(:first-of-type) {
        display: none;
    }

    .outline-btn {
        display: flex;
        padding: 14px 28px 14px 14px;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex: 1 0 0;
        border: 1px solid #ECECEC;
        background: #ffffff;
        color: #111111;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
        transition: all 0.2s ease-in;
    }

        .outline-btn:hover {
            background: #e0ecf6;
            border-color: #e0ecf6;
        }

        .outline-btn:disabled {
            color: #6C6C6C;
            background: #F9F8F8;
            border-color: #F9F8F8;
        }

    .prev-next-btns {
        display: flex;
        gap: 20px;
    }

        .prev-next-btns .step-action-btn {
            display: flex;
            padding: 14px 28px 14px 14px;
            justify-content: center;
            align-items: center;
            gap: 14px;
            flex: 1 0 0;
        }

    .pathfinder-radios {
        padding-bottom: 100px;
    }

    @media (min-width: 992px) {
        .pathfinder-radios {
            padding-top: 12px;
        }
    }

    .pathfinder-radios ul {
        padding: 0;
        margin: 0;
    }

        .pathfinder-radios ul > li {
            list-style: none;
            margin-bottom: 16px;
        }

            .pathfinder-radios ul > li:last-child {
                margin-bottom: 0 !important;
            }

            .pathfinder-radios ul > li > input[type=radio] {
                visibility: hidden;
                position: absolute;
            }

                .pathfinder-radios ul > li > input[type=radio]:checked + label {
                    background-color: #005EB8;
                    border-color: #005EB8;
                }
                .pathfinder-radios ul > li > input[type=radio]:checked + label *{
                    color: white;
                }
                .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-step-title{
                    font-size: 16px;
                }
                .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-step-desc{
                    font-size: 14px;
                }

                    .pathfinder-radios ul > li > input[type=radio]:checked + label:before {
                        content: "\f192";
                        font-weight: 900;
                        color: white;
                    }

                    .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-more-desc {
                        max-height: initial;
                        margin-top: 0;
                    }
                    .pathfinder-radios ul > li > input[type=radio]:checked + label .radio-more-desc .pt-4{
                        padding: 0 !important;
                    }

            .pathfinder-radios ul > li > label {
                display: block;
                /*padding: 30px 60px 40px 30px;*/
                padding: 20px 60px 20px 30px;
                background: #FBFBFB;
                position: relative;
                border-left: 6px solid #FBFBFB;
                cursor: pointer;
                transition: 0.2s all ease-in;
            }

                .pathfinder-radios ul > li > label:before {
                    content: "\f111";
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    display: inline-block !important;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    text-rendering: auto;
                    font-weight: 400;
                    font-family: "Font Awesome 6 Pro";
                    color: #111111;
                    margin-right: 20px;
                    position: absolute;
                    font-size: 20px;
                    left: 22px;
                    top: 24px;
                }

                .pathfinder-radios ul > li > label .radio-wrap {
                    display: block;
                    padding-left: 35px;
                }

                    .pathfinder-radios ul > li > label .radio-wrap .radio-step-title {
                        color: #111111;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 30px; /* 150% */
                        display: block;
                        margin-bottom: 0;
                    }

                    .pathfinder-radios ul > li > label .radio-wrap .radio-step-desc {
                        color: #414141;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 26px; /* 162.5% */
                        letter-spacing: 0.025px;
                        display: block;
                    }

                    .pathfinder-radios ul > li > label .radio-wrap .radio-more-desc {
                        color: #6C6C6C;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 22px; /* 183.333% */
                        display: block;
                        max-height: 0;
                        overflow: hidden;
                        margin: 0;
                        transition: all 0.2s ease-in;
                    }

    .or-border {
        color: #6C6C6C;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px; /* 150% */
        position: relative;
    }

        .or-border:before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #ECECEC;
            position: absolute;
            left: 0;
            top: 10px;
        }

        .or-border span {
            display: inline-block;
            background-color: #ffffff;
            padding: 0 16px;
            position: relative;
        }

    @media (max-width: 767px) {
        .custom-form h1 {
            font-size: 44px;
        }
    }

    .custom-form .form-check {
        min-height: 22px;
        margin-bottom: 16px;
    }

        .custom-form .form-check .form-check-input {
            width: 14px;
            height: 14px;
            margin-top: 0.2em;
        }

        .custom-form .form-check .form-check-label {
            display: block;
            font-size: 0.75rem;
            line-height: 22px;
            margin: 0px;
        }

    .custom-form .form-max-width {
        max-width: 416px;
        margin: 0 auto;
    }

    @media (max-width: 767px) {
        .custom-form .form-max-width {
            max-width: 100%;
        }
    }

    .form-y-padding {
        padding: 100px 0;
    }

    @media (min-width: 992px) {
        .form-y-padding {
            padding: 120px 0;
        }
    }

    @media (min-width: 992px) {
        .form-y-padding.login-area {
            min-height: 90vh;
        }
    }

    @media (min-width: 992px) {
        .form-y-padding.reset-password-complete {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
    }

    .text-default {
        color: #414141;
    }

    .info-card.only-content {
        padding: 24px 30px;
        color: #414141;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8;
    }

        .info-card.only-content p {
            color: #414141;
        }

        .info-card.only-content ul {
            padding-left: 20px;
        }

            .info-card.only-content ul:last-child {
                margin-bottom: 0;
            }

            .info-card.only-content ul li {
                margin-bottom: 4px;
            }

    .stickyImageWidth {
        padding: 0;
    }

    @media (max-width: 991px) {
        .stickyImageWidth {
            display: none;
        }
    }

    .stickyImageWidth::after, .stickyImageWidth::before {
        display: none;
    }

    .stickyImageWidth .header-image {
        height: 100vh;
    }

        .stickyImageWidth .header-image .bg-line1 {
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 100%;
            background-color: #00BDDA;
        }

        .stickyImageWidth .header-image .bg-line2 {
            position: absolute;
            left: 24px;
            top: 0;
            width: 60px;
            height: 100%;
            background-color: #005EB8;
        }

        .stickyImageWidth .header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .password-strength-group {
        display: none;
    }

        .password-strength-group.active {
            display: block;
        }

        .password-strength-group .password-strength-meter {
            width: 100%;
            transition: height 0.3s;
            display: flex;
            justify-content: stretch;
        }

            .password-strength-group .password-strength-meter .meter-block {
                height: 5px;
                background: #ccc;
                margin-right: 0;
                flex-grow: 1;
            }

                .password-strength-group .password-strength-meter .meter-block:last-child {
                    margin: 0;
                }

        .password-strength-group .password-strength-wrapper {
            height: auto;
            transition: all 0.5s;
            position: relative;
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 12px;
            margin-top: 8px;
            margin-bottom: 16px;
            color: #6C6C6C;
        }

            .password-strength-group .password-strength-wrapper .password-strength-message .message-item {
                position: absolute;
                right: 0;
                opacity: 0;
                transition: opacity 0.2s;
            }

                .password-strength-group .password-strength-wrapper .password-strength-message .message-item.text-success {
                    color: #43B02A !important;
                }

        .password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
            background: #CF4520;
        }

        .password-strength-group[data-strength="1"] .message-item:nth-child(1) {
            opacity: 1;
        }

        .password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
            background: #FFB443;
        }

        .password-strength-group[data-strength="2"] .message-item:nth-child(2) {
            opacity: 1;
        }

        .password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
            background: #43B02A;
        }

        .password-strength-group[data-strength="3"] .message-item:nth-child(3) {
            opacity: 1;
        }

        .password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
            background: #198754;
        }

        .password-strength-group[data-strength="4"] .message-item:nth-child(4) {
            opacity: 1;
        }

    .password-matching {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        margin-top: 8px;
        margin-bottom: 16px;
        color: #6C6C6C;
    }

        .password-matching span {
            display: none;
        }

            .password-matching span.password-matched.active {
                display: block;
            }

            .password-matching span.password-not-matched.active {
                display: block;
            }

    .alert-custum-style {
        position: fixed;
        bottom: 10%;
        right: 30px;
        z-index: 999;
        display: flex;
        width: 636px;
        max-width: 100%;
        padding: 24px;
        align-items: baseline;
        gap: 24px;
        border-top: 4px solid #43B02A;
        background: #f9fdf6;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        white-space: normal;
    }

    @media (max-width: 767px) {
        .alert-custum-style {
            left: 10px;
            width: auto;
        }
    }

    .alert-custum-style .custom-alert-wrapper {
        display: flex;
        gap: 24px;
        padding-right: 30px;
    }

        .alert-custum-style .custom-alert-wrapper .alert-icon {
            width: 14px;
        }

        .alert-custum-style .custom-alert-wrapper .alert-content {
            text-align: left;
            width: calc(100% - 38px);
        }

    .alert-custum-style .alert-close {
        background: none;
    }

        .alert-custum-style .alert-close.text-danger {
            color: #D20037;
        }

    .container-max-800 {
        max-width: 860px;
        margin: 0 auto;
    }

    .position-block {
        background-color: #F9F8F8;
        padding: 80px 0 150px;
    }

    @media (max-width: 767px) {
        .position-block {
            padding: 40px 0 0px;
        }
    }

    .position-card {
        text-align: center;
    }

        .position-card .position-card-header {
            padding: 0 60px 40px;
        }

            .position-card .position-card-header .position-title {
                color: #CF4520;
                font-size: 30px;
                font-style: normal;
                font-weight: 500;
                line-height: 44px; /* 146.667% */
                letter-spacing: 0.1px;
                text-decoration-line: underline;
            }

                .position-card .position-card-header .position-title span {
                    display: inline-block;
                    position: relative;
                }

                    .position-card .position-card-header .position-title span::after {
                        content: "";
                        width: 100%;
                        height: 1px;
                        background-color: #CF4520;
                        display: block;
                        margin-top: -8px;
                    }

        .position-card .position-body {
            padding: 80px 30px;
            background-color: #ffffff;
        }

    .overline-text {
        color: #111111;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 14px; /* 100% */
    }

    .zIndexing {
        z-index: 1;
    }

    @media (max-width: 767px) {
        .zIndexing {
            background: #ffffff !important;
        }
    }

    @media (max-width: 767px) {
        .zIndexing .authorPositionSection {
            display: flex;
        }
    }

    @media (max-width: 480px) {
        .zIndexing .authorPositionSection {
            display: block;
        }
    }

    @media (max-width: 480px) {
        .zIndexing .authorPositionSection .userInforTestimonial {
            margin-bottom: 15px !important;
        }
    }

    .zIndexing .overlayBg {
        z-index: -1;
        width: calc(50% + 220px);
    }

    @media (max-width: 767px) {
        .zIndexing .overlayBg {
            width: 100%;
        }
    }

    .zIndexing .hostedByPannelSection {
        padding: 24px;
        box-sizing: border-box;
    }

        .zIndexing .hostedByPannelSection .userInforTestimonial {
            margin-bottom: 0;
        }

        .zIndexing .hostedByPannelSection .circle-list li a {
            line-height: 22px;
        }

        .zIndexing .hostedByPannelSection .aboutTheEventsColum p {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
        }

            .zIndexing .hostedByPannelSection .aboutTheEventsColum p:last-child {
                margin-bottom: 0;
            }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec h1 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 0;
    }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .venuName {
        color: #6C6C6C;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
    }

        .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs a {
            text-decoration: none;
            color: #414141;
        }

        .fixdEventDetails.fixednew .fixedPanelSection .fixedPanellisting ul li .fixedTitleSec .fixedTitleSecs i {
            color: #BA0C2F;
            padding-right: 6px;
        }

    .relatedEventsSection .headerHostedBy h6 {
        margin-bottom: 72px;
    }

    .relatedEventsSection .artItem .image img {
        height: 261px;
        object-fit: cover;
    }

    .mb-88 {
        margin-bottom: 88px !important;
    }


    /* New CSS */
    .profile-user {
        background-color: #0C1C64;
        padding: 32px 52px;
        display: flex;
        gap: 20px;
        position: relative;
    }

        .profile-user h1 {
            font-size: 24px;
            color: #ffffff;
            line-height: 36px;
            font-weight: 500;
        }

            .profile-user h1 small {
                display: block;
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                font-style: italic;
                color: #CCCCCC;
            }

        .profile-user .member-id {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            color: #ffffff;
        }

    .profile-image {
        width: 88px;
    }

        .profile-image img {
            width: 100%;
            height: auto;
        }

    .blue-cyan-bg {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 106px;
        background-color: #005EB8;
    }

        .blue-cyan-bg .cyan-block {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 26px;
            background-color: #00BDDA;
        }

    .divider-space-12 {
        border-bottom: 1px solid #ECECEC;
        margin: 12px 0;
    }

    .dashboard-inner-area {
        padding: 32px 52px;
        /* background-color: #FBFBFB; */
    }

    .journey-cards {
        padding-bottom: 52px;
    }

    .arrows-style .owl-nav {
        position: absolute;
        right: 0;
        top: -73px;
        display: flex;
        gap: 4px;
    }

        .arrows-style .owl-nav .owl-prev, .arrows-style .owl-nav .owl-next {
            border: 1px solid #ECECEC;
            width: 32px;
            height: 32px;
            text-align: center;
            padding: 2px;
            background: #fff;
        }

            .arrows-style .owl-nav .owl-prev:hover, .arrows-style .owl-nav .owl-next:hover {
                background-color: #e0ecf6;
                border-color: #e0ecf6;
                color: #111111;
            }

            .arrows-style .owl-nav .owl-prev.disabled, .arrows-style .owl-nav .owl-next.disabled {
                background-color: #F9F8F8;
                border-color: #F9F8F8;
            }

    .owl-carousel.arrows-style .owl-nav.disabled {
        display: flex;
    }

    .announcement-card {
        display: flex;
        border-left: 4px solid #FFB443;
        padding: 20px;
        background-color: #ffffff;
        max-width: 416px;
    }

        .announcement-card .image {
            width: 110px;
        }

        .announcement-card .text {
            width: calc(100% - 110px);
            padding-left: 20px;
        }

        .announcement-card .date-text {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            font-style: italic;
            color: #6C6C6C;
            margin-bottom: 4px;
        }

        .announcement-card .text h4 {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
            color: #111111;
        }

        .announcement-card .btn {
            padding: 9px 10px;
            font-size: 12px;
        }

            .announcement-card .btn + .btn {
                margin-left: 0;
            }

    .progress-cards .default-tag {
        border: 1px solid #E0ECF6;
        background-color: #F5F9FC;
    }

    .default-tag-new {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        color: #111111;
        background-color: #F6F6F7;
        padding: 5px 7px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        white-space: nowrap;
        border: 1px solid #E0ECF6;
        background-color: #F5F9FC;
        color: #0C1C64;
    }

        .default-tag-new.not-started {
            color: #6C6C6C;
            border-color: #ECECEC;
            background-color: #F9F8F8;
        }

        .default-tag-new.in-review-new {
            color: #A06500;
            border-color: #FFF6E8;
            background-color: #FFFCF8;
        }

        .default-tag-new.completed-new {
            color: #197703;
            border-color: #ECFAE4;
            background-color: #F9FDF6;
        }

        .default-tag-new.in-rejected {
            color: #BA0C2F;
            border-color: #F9E9E4;
            background-color: #FDF8F6;
        }

    .empty-cart {
        text-decoration: none;
    }

    .myAccountSection .cartIcons a {
        text-decoration: none;
    }

    .dropdown-menu.profile-dropdown.profile-dropdown-menu {
        padding: 0;
    }

        .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 15px solid #0C1C64;
            position: absolute;
            right: 30px;
            top: -15px;
        }

        .dropdown-menu.profile-dropdown.profile-dropdown-menu > li > .dropdown-item.profile-card {
            padding: 20px;
            background-color: #0C1C64 !important;
            border-bottom: 2px solid #CF4520;
        }

    .profile-card-inner {
        display: flex;
        gap: 12px;
    }

    .profile-card-image {
        width: 44px;
    }

    .profile-name h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
    }

    .profile-name h4 {
        font-size: 12px;
        line-height: 20px;
        color: #CCCCCC;
        margin: 0;
        font-weight: 400;
    }

    .dropdown-menu.profile-dropdown.profile-dropdown-menu {
        margin-top: 15px !important;
    }

    .empty-area-content {
        background-color: #F5F9FC;
        padding: 32px 20px;
        text-align: center;
        margin-bottom: 52px;
    }

        .empty-area-content .icon {
            color: #005EB8;
            font-size: 22px;
            margin-bottom: 12px;
        }

        .empty-area-content h6 {
            color: #414141;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .empty-area-content p {
            color: #6C6C6C;
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 0;
        }

    .progress-cards .default-tag-new {
        display: flex;
    }

    .journey-cards .owl-carousel.owl-loaded .owl-stage {
        display: flex;
    }

        .journey-cards .owl-carousel.owl-loaded .owl-stage .item {
            height: 100%;
        }

            .journey-cards .owl-carousel.owl-loaded .owl-stage .item .announcement-card, .journey-cards .owl-carousel.owl-loaded .owl-stage .item .document-verify-card {
                min-height: 100%;
            }

    .content-area-gray {
        padding: 20px;
        background-color: #F9F8F8 !important;
        margin-bottom: 12px;
    }

        .content-area-gray h6 {
            margin-bottom: 12px;
        }

        .content-area-gray p:last-child {
            margin-bottom: 0;
        }

    .accordion-btn {
        width: 32px;
        height: 32px;
        align-items: center;
        display: inline-flex;
        padding: 7px;
        justify-content: center;
        border: 1px solid #ECECEC;
        background-color: #fff;
    }

        .accordion-btn:hover {
            background-color: #e0ecf6;
            border-color: #e0ecf6;
            color: #111111;
        }

        .accordion-btn[aria-expanded="true"] {
            transform: rotate(180deg);
        }

    .info-with-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 20px;
    }

    .small-btns .btn {
        font-size: 12px;
        line-height: 16px;
        padding: 8px;
    }

        .small-btns .btn + .btn {
            margin-left: 4px;
        }

    .white-area-p-20 {
        padding: 20px;
        background-color: #ffffff;
        margin-bottom: 52px;
    }

    .pr-60 {
        padding-left: 60px !important;
    }

    .datatable-style table.dataTable {
        border: 1px solid #ECECEC;
    }

    .datatable-style .dataTable thead tr th {
        background-color: #0C1C64;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 20px;
        box-sizing: border-box;
    }

    .datatable-style .dataTable tbody tr td {
        background-color: #ffffff;
        color: #414141;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 20px;
        box-sizing: border-box;
        padding: 18px 20px;
        box-shadow: none !important;
        border-color: #ECECEC !important;
    }

        .datatable-style .dataTable tbody tr td:first-child, .datatable-style .dataTable thead tr th:first-child {
            border-right: 1px solid #ECECEC !important;
            text-align: center;
        }

    .datatable-style .dataTable tbody tr:nth-child(even) td {
        background-color: #F9F9FA;
        box-shadow: none !important;
    }

    .edit-delete-btn {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 7px;
        border: 0;
    }

        .edit-delete-btn::after {
            display: none;
        }

    .edit-delete-dropdown .dropdown-menu {
        border-radius: 0;
        padding: 0;
        min-width: 165px;
        background-color: #ffffff;
        border: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

        .edit-delete-dropdown .dropdown-menu li a {
            display: block;
            padding: 14px;
            font-size: 14px;
            line-height: 20px;
            color: #414141;
        }

        .edit-delete-dropdown .dropdown-menu li:nth-child(even) a {
            background-color: #FBFBFB;
        }

    /*table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: relative;
    right: 0;
    top: 5px;
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-left: 14px;
    margin-top: -12px;
}

.dt-column-title {
    display: inline-block;
}

table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order {
    background-image: url(../images/shorting.svg);
    background-repeat: no-repeat;
}

table.dataTable thead > tr > th.dt-orderable-desc.dt-ordering-asc .dt-column-order {
    transform: rotate(180deg);
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    display: none;
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
    box-shadow: none !important;
}*/

    .datatable-style div.dt-container .dt-search input {
        border: 1px solid #ECECEC;
        border-radius: 0;
        padding: 7px 10px;
        background-color: #FBFBFB;
        color: inherit;
        font-size: 12px;
        line-height: 16px;
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        padding-right: 30px;
        background-position: center right 8px;
        background-size: 16px;
        outline: none;
    }

    .add-row-btn-wrap {
        float: left;
        z-index: 1;
        position: relative;
        bottom: -7px;
        margin-bottom: -30px;
    }

    .checkout-card {
        background: #F5F9FC;
        margin-bottom: 12px;
    }

    .checkout-lext {
        padding: 92px 84px;
        max-width: 534px;
    }

    .checkout-right {
        position: relative;
        height: 100%;
        display: flex;
    }

    .checkout-right-card {
        padding: 20px;
        border-left: 4px solid #CF4520;
        background-color: #ffffff;
        max-width: calc(100% - 80px);
        margin: 56px 50px;
        z-index: 1;
    }

    @media(max-width: 767px) {
        .checkout-lext {
            padding: 92px 60px;
            max-width: 534px;
        }

        .checkout-right-card {
            padding: 20px;
            border-left: 4px solid #CF4520;
            background-color: #ffffff;
            max-width: calc(100% - 40px);
            margin: 56px 25px;
            z-index: 1;
        }
    }


    @media(max-width: 1199px) {
        .checkout-lext {
            padding: 92px 34px;
        }

        .checkout-right-card {
            padding: 20px;
            border-left: 4px solid #CF4520;
            background-color: #ffffff;
            max-width: calc(100% - 30px);
            margin: 56px 15px;
            z-index: 1;
        }
    }

    .checkout-inner-area {
        width: 100%;
    }

    .bg-shapes {
        background-color: #0C1C64;
        position: absolute;
        left: 81px;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .bg-shapes span {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 16px;
            background-color: #005EB8;
        }

    .course-status-card {
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ECECEC;
        border-left: 4px solid #005EB8;
        margin-bottom: 12px;
    }

    .disabled-navs {
        /* position: absolute; */
        /* right: 0;
  top: 0; */
        display: flex;
        gap: 4px;
    }

        .disabled-navs .nav-prev, .disabled-navs .nav-next {
            border: 1px solid #ECECEC;
            width: 32px;
            height: 32px;
            text-align: center;
            padding: 2px;
            background: #fff;
        }

            .disabled-navs .nav-prev.disabled, .disabled-navs .nav-next.disabled {
                background-color: #F9F8F8;
                border-color: #F9F8F8;
            }









    @media (max-width: 1199px) {
        .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
            right: 12px;
        }
    }

    @media (max-width: 991px) {
        .profile-user {
            padding: 35px 40px 35px 20px;
            order: -2;
            width: 100%;
            margin-bottom: 0 !important;
        }

        .blue-cyan-bg {
            width: 32px;
        }

            .blue-cyan-bg .cyan-block {
                width: 12px;
            }

        .profile-user h1 {
            margin-bottom: 0;
        }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
            bottom: auto;
            position: static !important;
        }

        .dashboard-main .dashboard-area-row .sidebar-bg {
            width: 100% !important;
            order: -1;
            border-left: 0;
        }

            .dashboard-main .dashboard-area-row .sidebar-bg .sidebar-area .sidebar-inner-fixed.fixed {
                position: static !important;
            }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed.fixed {
            position: fixed !important;
        }

        #dashboardMenu {
            max-height: calc(100vh - 163px);
            overflow-y: auto;
        }

        .dashboard-main .dashboard-area-row .dashboard-scroll-area {
            width: 100%;
        }

        .menu-collapsible {
            padding: 20px 20px;
            justify-content: space-between;
            border-bottom: 1px solid #ECECEC;
            flex-wrap: wrap;
        }

        .progress-tags {
            width: 100%;
            padding-top: 15px;
        }

        .menu-collapsible .btn {
            width: 32px;
            height: 32px;
            align-items: center;
            display: inline-flex;
            padding: 7px;
            justify-content: center;
            border: 1px solid #ECECEC;
        }

        .collapsible-text {
            color: #111111;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            text-decoration: none !important;
            line-height: 20px;
            position: relative;
            transition: all 0.2s ease-in;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed {
            padding-bottom: 0;
            width: 100% !important;
        }

        .help-menu-bottom-fixed {
            display: none;
        }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a i {
            font-size: 14px;
            padding: 0;
            color: #111111 !important;
            background: transparent !important;
        }

        .expandable-area.accordion-collapse.collapse.show::after {
            content: '';
            /* position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 9999; */
        }

        .dashboard-inner-area {
            padding: 0 0 32px 0 !important;
        }

        .small-sidebar-area .small-sidebar .small-sidebar-inner-fixed .sidebar-menu ul li a {
            padding: 26px 20px;
            gap: 12px;
            border-bottom: 1px solid #ECECEC;
        }

        .announcement-card .btn {
            padding: 9px 6px;
        }
    }

    @media (max-width: 767px) {
        .announcement-card .image {
            width: 70px;
        }

        .announcement-card .text {
            width: calc(100% - 70px);
            padding-left: 12px;
        }

        .dropdown-menu.profile-dropdown {
            position: fixed !important;
            width: 100%;
            left: 0 !important;
            right: 0 !important;
            top: 75px !important;
            transform: none !important;
        }

            .dropdown-menu.profile-dropdown.profile-dropdown-menu::before {
                display: none;
            }
    }

    @media (max-width: 599px) {
        .document-verify-card, .announcement-card {
            width: 90%;
            margin: 0 auto;
        }
    }

    @media (min-width: 992px) {
        .expandable-area {
            display: block !important;
        }
    }

    .headerBottom .headBtn {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        gap: 12px;
    }

    @media (max-width: 470px){
        .headerBottom .headBtn {
            gap: 6px !important;
            margin-left: 6px;
        }
    }
    /*CRAIG - temp until sticky fixed*/

    /*Bo*/
    .error-duplicate-email {
        color: #CF4520;
    }

    .modal-style-new .modal-header .btn-close {
        opacity: 1;
        position: relative;
        z-index: 2;
        background: #cf4520;
        border-radius: 0;
        width: 44px;
        height: 44px;
        padding: 0px;
    }

        .modal-style-new .modal-header .btn-close:after {
            content: "\f00d";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            -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;
            font-family: "Font Awesome 6 Pro";
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #fff;
        }

    html {
        overflow: unset !important;
    }

    .white-break-space {
        white-space: break-spaces
    }

    .modal .modal-content {
        border-radius: 0;
        width: 636px;
        max-width: 100%;
    }

    .file-upload-items {
        border: 1px solid #ececec;
    }

        .file-upload-items .file-name {
            padding: 10px;
            text-align: left;
        }

        .file-upload-items .progressbar {
            width: 0;
            background: #ececec;
        }

    /* dataTables CSS modification & positioning */
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        content: "" !important;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        content: "" !important;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc_disabled:after {
        content: url(../images/shorting.svg) !important;
        top: 40% !important;
    }

    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc_disabled:after {
        transform: rotate(180deg);
    }

    table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
        opacity: 1 !important;
    }

    .alert.alert-success {
        display: none;
    }

    .alert.alert-danger {
        display: none;
    }

    .billingAddress {
        padding-left: 15%;
    }

        .billingAddress .btn.btn-primary {
            white-space: nowrap;
        }

    /*The below css was copied in from FP's old portal*/
    [v-cloak] {
        display: none;
    }

    .darkBlue--text {
        color: #012169 !important;
    }

    .darkGrey--text {
        color: #333F48 !important;
    }

    .v-application .primary--text {
        color: #012169 !important;
    }

    .v-input--selection-controls__input {
        color: #012169 !important;
    }

    .theme--light.v-input--switch .v-input--switch__thumb {
        color: #012169 !important;
    }

    .v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb {
        color: #cfd9e6
    }

    .v-item--active .v-label {
        font-weight: bold !important;
        color: #012169 !important;
        margin-bottom: 0;
    }

    .v-radio:not(.v-item--active) .v-label {
        font-weight: bold !important;
        color: #333F48 !important;
        margin-bottom: 0;
    }

    .theme--light.v-input--switch .v-input--switch__track {
        color: #cfd9e6 !important;
    }

    a:active, a:hover, a:focus {
        text-decoration: none !important;
    }

    .fpc-btn, fpc-btn:hover {
        background-color: #0D47A1 !important;
    }

    .v-application a {
        color: #012169;
    }

    .fpc-btn-material {
        color: #fff !important;
        background-color: #3eb1c8 !important;
        border: none !important;
        padding: .5rem 2.5rem .5rem 1rem;
        /*background-image: url("https://www.fpcanada.ca/images/default-source/media/right-arrow-svg.png");*/
        background-repeat: no-repeat !important;
        background-position: 98% !important;
        white-space: normal !important;
        line-height: 2rem !important;
    }

    .fpc-btn-start {
        color: #fff !important;
        background-color: #005EB8 !important;
        border: none !important;
        padding: .5rem 2.5rem .5rem 1rem;
        /*background-image: url("https://www.fpcanada.ca/images/default-source/media/right-arrow-svg.png");*/
        background-repeat: no-repeat !important;
        background-position: 98% !important;
        white-space: normal !important;
        line-height: 2rem !important;
    }

    .fpc-btn-continue {
        color: #fff !important;
        background-color: #012169 !important;
        border: none !important;
        padding: .5rem 2.5rem .5rem 1rem;
        /*background-image: url("https://www.fpcanada.ca/images/default-source/media/right-arrow-svg.png");*/
        background-repeat: no-repeat !important;
        background-position: 98% !important;
        white-space: normal !important;
        line-height: 2rem !important;
    }

    .fp-btn-in-progress {
        background-color: #FFB81C !important;
        color: #FFF !important;
    }

    .fp-btn-passed {
        background-color: #3EB1C8 !important;
        color: #FFF !important;
    }

    .fp-btn-failed {
        background-color: #BA0C2F !important;
        color: #FFF !important;
    }

    .fp-btn-expired {
        color: #BA0C2F !important;
    }

    .v-card__title {
        word-break: normal;
    }

    /* The below adjustments to card__actions styling is to help action buttons display on narrower screens*/
    .v-card__actions {
        display: block;
    }

        .v-card__actions > .v-btn.v-btn {
            margin: 4px;
        }

    .v-application--is-ltr .v-card__actions > .v-btn.v-btn + .v-btn {
        margin-left: 4px;
    }

    .v-card__subtitle, .v-card__text {
        font-size: 1rem;
    }

    .v-expansion-panel-content .hideInExpansion {
        display: none;
    }

    /*********** TODO: move these to a common css file ************/
    /* The below are to resolve AODA issues in the page */
    .v-list-item__content > * {
        line-height: 1.5;
    }

    /** Agency Stylings ***/
    .card-header-text {
        line-height: 1.5;
        font-size: 1.5rem;
    }

    p {
        line-height: 1.5;
    }

    .darkBlue--button {
        background-color: #012169 !important;
        color: #fff !important;
    }

        .darkBlue--button:hover {
            background-color: #005EB8 !important;
            color: #fff !important;
        }

    .darkOrange--button {
        background-color: #D3461E !important;
        color: #fff !important;
    }

        .darkOrange--button:hover {
            background-color: #EF5125 !important;
            color: #fff !important;
        }

    .v-application .text-h5, .v-application .text-h6 {
        line-height: 1.5;
    }

    .v-application .error {
        background-color: #B30000 !important;
        /* Change of color from #ff5252 to #B30000 to address AODA contrast issue on error texts*/
    }

    .v-application .success {
        background-color: #006605 !important;
        /* Change of color from #4caf50 to ##006605 to address AODA contrast issue on error texts*/
    }
    /* There are no rules being enforced on the inputs here, so hide the messages when not needed*/
    .v-messages {
        min-height: 0px;
    }

    .dialogFloatRight {
        float: right;
        margin-right: 5px;
        margin-left: auto;
        display: inline-flex;
    }

    .noWrap {
        white-space: nowrap;
    }

    @media (max-width: 350px) {
        .v-card__actions > .v-btn.v-btn {
            width: 95%;
        }

        .v-application--is-ltr .v-card__actions > .v-btn.v-btn + .v-btn {
            margin-left: 4px;
        }

        .noWrap {
            white-space: normal;
        }
    }

    @media (max-width: 430px) {
        .container {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .dialogFloatRight {
            margin: auto !important;
            float: unset !important;
            display: block;
        }

        .v-input__slot {
            margin-bottom: 0px;
        }
    }

    @media(max-width: 430px) {
        .d-flex-column-xs {
            flex-direction: column !important;
            justify-content: flex-end !important;
        }
    }

    @media(max-width: 798px) {
        .d-flex-column-md {
            flex-direction: column !important;
        }
    }

    @media(max-width: 991px) {
        .ProductCatalog .v-card-actions {
            min-height: 110px !important;
        }

        .d-flex-column-lg {
            flex-direction: column !important;
        }

        .ProductCatalog .v-col.v-col-12 {
            margin-bottom: 190px !important;
        }

        .header-navigation {
            align-items: baseline;
            justify-content: space-between;
        }

            .header-navigation > div {
                width: unset;
                max-width: unset;
            }

                .header-navigation > div a {
                    white-space: nowrap;
                }
    }

    .alert.alert-info {
        white-space: break-spaces;
    }

    .v-dialog > .v-overlay__content > .v-card, .v-dialog > .v-overlay__content > .v-sheet, .v-dialog > .v-overlay__content > form > .v-card, .v-dialog > .v-overlay__content > form > .v-sheet {
        overflow: hidden !important;
    }

    /*Bo*/
    .headerBottom .row > .sf_colsIn.col-lg-3 {
        display: flex;
        justify-content: end;
        margin-top: 20px;
    }

        .headerBottom .row > .sf_colsIn.col-lg-3 > .row {
            width: 100% !important
        }

    .arrow-card-link a {
        background-color: #ffffff;
        border: 1px solid #ECECEC;
        padding: 8px;
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .arrow-card-link a:hover {
            background-color: #F6F6F7;
            border-color: #F6F6F7;
        }

    @media (min-width: 1200px) {
        .arrow-card-link a:hover {
            /*padding: 20px 25px;
        gap: 30px;*/
        }
    }

    @media (min-width: 1200px) {
        .arrow-card-link a:hover .text {
            /*font-size: 20px;*/
        }
    }

    .arrow-card-link a:hover .arrow-right-icon {
        background-color: #00819b;
        /* height: 48px;
    width: 40px;*/
    }

    @media (min-width: 1200px) {
        .arrow-card-link a:hover .arrow-right-icon {
            background-color: #00819b;
            /*height: 48px;
        width: 40px;*/
        }
    }

    @media(max-width: 798px) {
        .modal .modal-content {
            width: 500px;
        }
    }

    @media (max-width: 480px) {
        .modal .modal-content {
            width: 400px;
        }
    }

    @media (max-width: 400px) {
        .modal .modal-content {
            width: 340px;
        }
    }

    .arrow-card-link .arrow-right-icon {
        width: 32px;
        height: 32px;
        padding: 0;
        font-size: 14px;
        background-color: #005EB8;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .arrow-card-link .text {
        font-size: 12px;
        color: #111111;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    /*Bo*/
    .exam-card {
        border-left: 4px solid #c3d3e1;
        margin-bottom: 12px;
        border-top: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
        cursor: pointer;
    }

    a.disabled {
        pointer-events: none;
        cursor: default;
    }

    .exam-card.selected-option {
        border-left: 4px solid #005eb8;
        background-color: #F5F9FC;
    }

    .education-card {
        padding: 20px;
        background-color: #f5f9fc;
        border-left: 4px solid #005eb8;
        /*max-width: 306px;*/
    }


    .education-card {
        border-left: 4px solid #005eb8;
        padding: 32px 52px;
        background: #f5f9fc;
        margin-bottom: 12px;
    }

    .education-card {
        border-left: 4px solid #005eb8;
        padding: 32px 52px;
        background: #f5f9fc;
        margin-bottom: 12px;
    }

    @media (max-width: 1200px) {
        .education-card {
            max-width: 100%;
        }
    }

    @media (max-width: 767px) {
        .education-card {
            padding: 32px;
        }
    }

    @media (min-width: 768px) {
        .education-card.min-h-100 {
            min-height: 100%;
        }
    }

    @media (max-width: 767px) {
        .education-card .small-btns a {
            width: 100%;
        }
    }

    /*CC*/

    .ProductCatalog .v-card > p {
        padding: 0 15px
    }


    .ProductCatalog .v-card {
        position: relative
    }

        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            margin-top: 0;
            padding-bottom: 0
        }


        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            /*margin-top: 0 !important;
    margin-bottom: 60px !important;
    position: absolute;
    bottom: -7px;*/
        }

    .ProductCatalog .v-col.v-col-12 {
        display: flow-root;
        flex: none;
        height: auto;
        padding-top: 0;
        margin-bottom: 50px;
    }

    .ProductCatalog .darkGrey--text.mt-3 {
        /* margin-bottom:110px*/
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .ProductCatalog .v-card-actions {
        display: block;
        position: absolute;
        flex: none;
        min-height: 52px;
        padding: .5rem;
        bottom: 12px;
        width: 100%;
        max-width: 450px;
        text-align: right;
    }

        .ProductCatalog .v-card-actions p {
        }

        .ProductCatalog .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
            margin-inline-start: .5rem;
        }

    .ProductCatalog .v-btn:not(.darkBlue) {
        border-color: #ECECEC;
        color: #111111;
        border: 1px solid #ECECF0;
    }

    .ProductCatalog .card-header-text {
        margin-top: 15px;
    }


    .resume-your-journey {
        padding: 10px
    }

    .v-expansion-panel__shadow {
        box-shadow: none !important
    }

    .v-label {
        opacity: 1
    }

    /* vue css overrides */
    /*.v-switch.v-switch--inset .v-selection-control__wrapper {padding-top:15px}
.v-switch .v-label {padding-top:5px}*/

    .v-selection-control {
        padding-top: 15px
    }

    /*
.empty-area-content {
    background-color: #0C1C64;
    background: rgb(12, 28, 100);
    background: linear-gradient(90deg, rgba(12, 28, 100, 1) 0%, rgba(12, 28, 100, 1) 82%, rgba(0, 189, 218, 1) 82%, rgba(0, 189, 218, 1) 86%, rgba(0, 94, 184, 1) 86%, rgba(0, 94, 184, 1) 100%);
}*/
    .headerBottom .container .sf_colsIn.col-lg-3 > .row {
        justify-content: end;
    }

    .headerBottom .container .sf_colsIn.col-lg-3 .sf_colsIn.col-lg-9 {
        margin: 0;
        padding: 0;
        width: auto;
    }

    .headerBottom .container .sf_colsIn.col-lg-3 .sf_colsIn.col-lg-3 {
        margin-top: 0
    }

    .headerBottom .row > .sf_colsIn.col-lg-3 {
        display: block;
        margin: 0;
        padding: 0;
    }

    .headerBottom .container .sf_colsIn.col-lg-3 .sf_colsIn.col-lg-3 #mycart > div {
        border: 1px solid #ECECEC;
        padding: 6.5px 10px;
    }

    table.dataTable {
        max-width: 100% !important
    }

    .checkout-right-card {
        padding: 20px;
        border-left: 4px solid #CF4520;
        background-color: #ffffff;
        max-width: 385px;
        margin: 56px 0;
        z-index: 1;
        width: 100%;
    }


    .ProductCatalog .v-card {
        position: relative
    }

        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            margin-top: 0;
            padding-bottom: 0
        }


        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            /*margin-top: 0 !important;
    margin-bottom: 60px !important;
    position: absolute;
    bottom: -7px;*/
        }

    .ProductCatalog .v-col.v-col-12 {
        display: flow-root;
        flex: none;
        height: auto;
        padding-top: 0;
        margin-bottom: 50px;
    }

    .ProductCatalog .darkGrey--text.mt-3 {
        /* margin-bottom:110px*/
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .ProductCatalog .v-card-actions {
        display: block;
        position: absolute;
        flex: none;
        min-height: 52px;
        padding: .5rem;
        bottom: 12px;
        width: 100%;
        max-width: 450px;
        text-align: right;
    }

        .ProductCatalog .v-card-actions p {
        }

        .ProductCatalog .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
            margin-inline-start: .5rem;
        }

    .ProductCatalog .v-btn:not(.darkBlue) {
        border-color: #ECECEC;
        color: #111111;
        border: 1px solid #ECECF0;
    }

    .ProductCatalog .card-header-text {
        margin-top: 15px;
    }


    .resume-your-journey {
        padding: 10px
    }

    .v-expansion-panel__shadow {
        box-shadow: none !important
    }

    .v-label {
        opacity: 1
    }

    /* vue css overrides */
    /*.v-switch.v-switch--inset .v-selection-control__wrapper {padding-top:15px}
.v-switch .v-label {padding-top:5px}*/

    .v-selection-control {
        padding-top: 15px
    }


    .ProductCatalog .v-card {
        position: relative
    }

        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            margin-top: 0;
            padding-bottom: 0
        }


        .ProductCatalog .v-card .darkGrey--text.font-weight-bold.mt-3.mb-0 {
            /*margin-top: 0 !important;
    margin-bottom: 60px !important;
    position: absolute;
    bottom: -7px;*/
        }

    .ProductCatalog .v-col.v-col-12 {
        display: flow-root;
        flex: none;
        height: auto;
        padding-top: 0;
        margin-bottom: 50px;
    }

    .ProductCatalog .darkGrey--text.mt-3 {
        /* margin-bottom:110px*/
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .ProductCatalog .v-card-actions {
        display: block;
        position: absolute;
        flex: none;
        min-height: 52px;
        padding: .5rem;
        bottom: 12px;
        width: 100%;
        max-width: 450px;
        text-align: right;
    }

        .ProductCatalog .v-card-actions p {
        }

        .ProductCatalog .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
            margin-inline-start: .5rem;
        }

    .ProductCatalog .v-btn:not(.darkBlue) {
        border-color: #ECECEC;
        color: #111111;
        border: 1px solid #ECECF0;
    }

    .ProductCatalog .card-header-text {
        margin-top: 15px;
    }


    .resume-your-journey {
        padding: 10px
    }

    .v-expansion-panel__shadow {
        box-shadow: none !important
    }

    .v-label {
        opacity: 1
    }

    /* vue css overrides */
    /*.v-switch.v-switch--inset .v-selection-control__wrapper {padding-top:15px}
.v-switch .v-label {padding-top:5px}*/

    .v-selection-control {
        padding-top: 15px
    }

    .pathfinder-radios .radio-more-desc ul > li:before {
        content: "• "
    }

    .pathfinder-radios .radio-step-desc ul > li:before {
        content: "• "
    }

    .datesheet-tabs .nav-tabs {
        gap: 8px;
        border: 1px solid #ECECEC;
        padding: 8px;
    }

    @media (max-width: 767px) {
        .datesheet-tabs .nav-tabs {
            flex-direction: column;
        }
    }

    .datesheet-tabs .nav-tabs .nav-item .nav-link {
        border: 1px solid #ECECEC;
        background-color: #ffffff;
        border-radius: 0;
        font-size: 14px;
        color: #111111;
        line-height: 20px;
        padding: 12px;
        display: flex;
        gap: 12px;
        align-items: baseline;
        transition: all 0.4s ease;
    }

        .datesheet-tabs .nav-tabs .nav-item .nav-link:hover {
            background-color: #ECECEC;
        }

        .datesheet-tabs .nav-tabs .nav-item .nav-link.active {
            background-color: #005EB8;
            color: #ffffff;
        }

    .exam-list {
        font-size: 0.875rem;
    }

        .exam-list .exam-price {
            font-size: 1rem;
            font-weight: 500;
        }

    .earlybirds {
        color: #005eb8;
    }

    .modal-style-new .modal-header .btn-close {
        opacity: 1;
        position: relative;
        z-index: 2;
        background: #cf4520;
        border-radius: 0;
        width: 44px;
        height: 44px;
        padding: 0px;
    }

    .exam-list {
        font-size: 0.875rem;
    }

    .earlybirds {
        color: #005eb8;
    }

    @media (min-width: 992px) {
        .blue-rectangles.path-finder {
            margin-top: -20px;
        }
    }
    /*Bo*/
    .datatable-widget .dataTable thead tr th.sorting_asc::after {
        top: 35% !important;
        content: url('data:image/svg+xml,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.63513 0.816406C3.88123 0.570312 4.29138 0.570312 4.53748 0.816406L7.16248 3.44141C7.43591 3.71484 7.43591 4.125 7.16248 4.37109C6.91638 4.64453 6.50623 4.64453 6.26013 4.37109L4.75623 2.86719V12.2188C4.75623 12.6016 4.45544 12.875 4.09998 12.875C3.71716 12.875 3.44373 12.6016 3.44373 12.2188V2.86719L1.93982 4.37109C1.66638 4.64453 1.25623 4.64453 1.01013 4.37109C0.736694 4.125 0.736694 3.71484 1.01013 3.46875L3.63513 0.84375V0.816406ZM9.13123 12.875C8.74841 12.875 8.47498 12.6016 8.47498 12.2188C8.47498 11.8633 8.74841 11.5625 9.13123 11.5625H10.4437C10.7992 11.5625 11.1 11.8633 11.1 12.2188C11.1 12.6016 10.7992 12.875 10.4437 12.875H9.13123ZM9.13123 9.375C8.74841 9.375 8.47498 9.10156 8.47498 8.71875C8.47498 8.36328 8.74841 8.0625 9.13123 8.0625H12.1937C12.5492 8.0625 12.85 8.36328 12.85 8.71875C12.85 9.10156 12.5492 9.375 12.1937 9.375H9.13123ZM9.13123 5.875C8.74841 5.875 8.47498 5.60156 8.47498 5.21875C8.47498 4.86328 8.74841 4.5625 9.13123 4.5625H13.9437C14.2992 4.5625 14.6 4.86328 14.6 5.21875C14.6 5.60156 14.2992 5.875 13.9437 5.875H9.13123ZM9.13123 2.375C8.74841 2.375 8.47498 2.10156 8.47498 1.71875C8.47498 1.36328 8.74841 1.0625 9.13123 1.0625H15.6937C16.0492 1.0625 16.35 1.36328 16.35 1.71875C16.35 2.10156 16.0492 2.375 15.6937 2.375H9.13123Z" fill="white"%3E%3C/path%3E%3C/svg%3E') !important;
        background-repeat: no-repeat;
    }

    .datatable-widget .dataTable thead tr th.sorting_desc::after {
        top: 35% !important;
        background-repeat: no-repeat;
        content: url('data:image/svg+xml,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.63513 0.816406C3.88123 0.570312 4.29138 0.570312 4.53748 0.816406L7.16248 3.44141C7.43591 3.71484 7.43591 4.125 7.16248 4.37109C6.91638 4.64453 6.50623 4.64453 6.26013 4.37109L4.75623 2.86719V12.2188C4.75623 12.6016 4.45544 12.875 4.09998 12.875C3.71716 12.875 3.44373 12.6016 3.44373 12.2188V2.86719L1.93982 4.37109C1.66638 4.64453 1.25623 4.64453 1.01013 4.37109C0.736694 4.125 0.736694 3.71484 1.01013 3.46875L3.63513 0.84375V0.816406ZM9.13123 12.875C8.74841 12.875 8.47498 12.6016 8.47498 12.2188C8.47498 11.8633 8.74841 11.5625 9.13123 11.5625H10.4437C10.7992 11.5625 11.1 11.8633 11.1 12.2188C11.1 12.6016 10.7992 12.875 10.4437 12.875H9.13123ZM9.13123 9.375C8.74841 9.375 8.47498 9.10156 8.47498 8.71875C8.47498 8.36328 8.74841 8.0625 9.13123 8.0625H12.1937C12.5492 8.0625 12.85 8.36328 12.85 8.71875C12.85 9.10156 12.5492 9.375 12.1937 9.375H9.13123ZM9.13123 5.875C8.74841 5.875 8.47498 5.60156 8.47498 5.21875C8.47498 4.86328 8.74841 4.5625 9.13123 4.5625H13.9437C14.2992 4.5625 14.6 4.86328 14.6 5.21875C14.6 5.60156 14.2992 5.875 13.9437 5.875H9.13123ZM9.13123 2.375C8.74841 2.375 8.47498 2.10156 8.47498 1.71875C8.47498 1.36328 8.74841 1.0625 9.13123 1.0625H15.6937C16.0492 1.0625 16.35 1.36328 16.35 1.71875C16.35 2.10156 16.0492 2.375 15.6937 2.375H9.13123Z" fill="white"%3E%3C/path%3E%3C/svg%3E') !important;
    }

    .datatable-widget.datatable-style .dataTable tbody tr td:first-child, .datatable-widget.datatable-style .dataTable thead tr th:first-child {
        border-right: none !important;
    }

    #education-prerequisites-table_filter {
        margin-bottom: 10px;
    }

.filter.accountProfileDashboard .filterWidth .mobilefilterhide ul li a .fa-solid:not(.fa-bell) {
    font-weight: 400 !important;
    padding: 7px 15px !important;
}

.dashboard.tab, .get-help.tab {
    font-style: normal;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: unset;
    line-height: 20px;
    color: #111111;
    background: #fbfbfb;
}

.dashboard.tab:hover, .get-help.tab:hover {
    background: #FFF;
    cursor: pointer;
}

    .dashboard.tab, .get-help.tab .fa-solid {
        font-weight: 400 !important;
        padding: 7px 15px !important;
    }

.personalInfoCardMain .info-card:before {
    content: "\f05a";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 29px;
}
.personalInfoCardMain .info-card:has(.info-tooltip):before {
    color: #005EB8;
    cursor: pointer;
}
.personalInfoCardMain .info-card.only-content:before {
    content: "";
}
.personalInfoCardMain .info-card .info-tooltip {
    height: 30px;
    width: 18px;
    cursor: pointer;
}

.personalInfoCardMain .fileUploadDragSection .uploader .btn {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}
.personalInfoCardMain .fileUploadDragSection .uploader label {
    cursor: pointer;
    background: #F5F9FC;
}
.personalInfoCardMain .info-card p {
    margin-bottom: 0;
}
.personalInfoCardMain .bg-light-green {
    background-color: #ECFAE4 !important;
}
.personalInfoCardMain .dashboard.tab:last-child {
    margin-top: 70px;
}


/* Video Card styles */

.professional-video-card h2 {
    font-size: 18px;
    font-weight: normal;
}

.video-cover {
    height: 100%;
    position: absolute;
    right: 0;
    overflow: hidden;
}

    .video-cover video {
        object-fit: cover;
        height: 100%;
        position: absolute;
        filter: blur(20px);
        transition: all 0.2s ease;
        transform: scale(1.1);
    }

.featured-video-section:hover .video-cover video {
    filter: none;
    transform: scale(1);
}

.featured-video-section, .featured-video-section .featured-content-wrapper.professional {
    min-height: unset;
}

    .featured-video-section .featured-content-wrapper.professional {
        padding: 80px;
        padding-right: 170px;
        border-right: 16px solid #005EB8;
    }

@media (min-width: 1200px) {
    .featured-video-section .featured-content-wrapper.professional {
        padding-right: 110px;
    }
}

.featured-video-section .featured-content-wrapper .btn {
    margin-top: 36px;
}

.featured-video-section .featured-content-wrapper:before {
    content: "";
    position: absolute;
    top: calc(100% - 55px);
    right: -16px;
    background-color: #00BDDA;
    width: 55px;
    height: 55px;
    z-index: 0;
}

.featured-video-section .row {
    position: relative;
}

.featured-video-section .featured-content-wrapper:after {
    height: 0;
}

.btn-arrow-text:before {
    content: ""; /*Arrow right*/
    font-family: 'Font Awesome 6 Pro';
    padding-right: 10px;
    margin-top: -2px;
    display: inline-block;
}
/* mobile styles for video */
@media (max-width: 1200px) {
    .video-cover video, .video-cover, .featured-video-section .row {
        position: initial;
    }

    .featured-video-section .featured-content-wrapper.professional {
        border-right: 0px solid #005EB8;
        border-top: 16px solid #005EB8;
    }

    .video-cover video {
        width: 100%;
    }

    .featured-video-section:hover .video-cover video {
        transform: scale(1.1);
    }

    .featured-video-section .featured-content-wrapper.professional {
        padding: 32px;
        padding-top: 64px;
    }

    .featured-video-section .featured-content-wrapper .btn {
        margin-top: 16px;
    }

    .featured-video-section .featured-content-wrapper:before {
        top: 0;
        width: 100%;
        left: 0;
        height: 32px;
    }
}

/* End of Video Card styles */



/* styles form cards with text form professional dashboard */

.container-image-text .col-text {
    background-color: #F5F9FC;
    padding: 80px;
}

    .container-image-text .col-text .d-flex {
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 52px;
    }

        .container-image-text .col-text .d-flex .btnIcon {
            background: white;
        }


.container-image-text .col-img {
    background-color: #0C1C64;
    padding: 32px;
    padding-left: 0;
    border-left: 16px solid #005EB8;
}

    .container-image-text .col-img div {
        margin-left: -32px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }


.container-image-text.left .col-img {
	border-right: 16px solid #005EB8;
	border-left:none;
	
}
    .container-image-text.left .col-img div {
        margin-left: 32px;
		margin-right:-64px;
        
    }



@media (max-width: 1200px) {
    .container-image-text .col-img ,.container-image-text.left .col-img {
        height: 400px;
        background: #F5F9FC;
        border: none;
        padding: 20px;
        order: 1 !important;
    }

    .container-image-text .col-text,.container-image-text.left .col-text {
        padding: 32px 20px;
        order: 2 !important;
    }

        .container-image-text .col-text .d-flex {
            margin-top: 32px;
        }

    .container-image-text .col-img div ,.container-image-text.left .col-img div {
        margin: 0;
    }
}

/* Side Menu Professional Dashboard */

@media (max-width: 550px) {
    .container-image-text .col-img ,.container-image-text.left .col-img {
        height: 270px;
    }
}

@media (min-width: 1200px) {
    .btn + .btn {
        margin-left: 0;
    }
}
.headerBottom, .mainMenu > ul > li > a {
    padding: 0;
}

@media (max-width: 1199px) {
    .headBtn .btn {
        padding: 14px;
    }

    .siteLogo img {
        margin-top: 0 !important;
    }

    .headBtn .btn.btn-danger {
        font-size: 0;
        padding: 0;
        height: 40px;
        width: 40px;
    }

    .rightSide {
        padding-right: 0 !important;
    }

    .headerBottom {
        padding-top: 0;
    }

    .mainMenu > ul > li > a, .headBtn .btn.btn-danger.userProf {
        padding: 0;
    }
}


.siteLogo img {
    max-width: 135px;
}

.mainMenu > ul > li > a {
    padding-bottom: 22px;
}

@media (max-width: 991px) {
    .mainMenu > ul > li {
        padding: 20px 0;
        padding-left: 18px;
    }
    .mainMenu > ul > li > a {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .mainMenu > ul > li {
        padding: 14px 0;
        padding-left: 18px;
    }
    .menuToggle {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .dropdown-menu.profile-dropdown {
        top: 53px !important;
    }
}

/* End of Side Menu Professional Dashboard styles */

.btn.btn-outline-secondary {
    background: white;
}

/* Professional Dashboard accordeon styles */
.container:has(.resume-your-journey) .accordion-collapse {
    background: white;
    padding: 20px;
}

.accordion-collapse .container:has(.resume-your-journey) {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #f3f3f3;
}

.accordion-collapse .container:has(.resume-your-journey) .divider-space-12 {
    display: none;
}

.resume-your-journey {
    padding: 20px;
}

.accordion-collapse, .accordion-collapse .resume-your-journey h4 {
    font-size: 14px;
}

/* FOR BUTTONS TO BE VISIBLE OUTSIDE OF TABLE */

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow: visible !important;
}
.FPGlobalOverlay {
    position: fixed;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
}
ul.sf-autocomplete {
    list-style-type: none;
    padding:5px;
    z-index: 100;
    color: #414141;
    width: 360px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #F9F8F8;
}
:first-child ul.sf-autocomplete {
    padding-top:10px;
    border-bottom-left-radius: 10px;
}
:last-child ul.sf-autocomplete {
    padding-bottom: 10pt;
    border-bottom-right-radius: 10px;
}
.ui-state-active{
    background-color:#FFFFFF;
    cursor:pointer;
}