body {
    background: #ffffff;
    color: var(--main-brand-body-color);
    font-family: var(--main-secondary-brand-font);
    font-weight: 400;
    font-size: var(--main-brand-font-size);
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

input[readonly] {
    color: Gray;
    background: #E5E5E5
}

h1 {
    font-family: var(--main-primary-brand-font);
    font-size: 48px;
    font-weight: 500;
    margin: 0px;
}

h2 {
    font-family: var(--main-primary-brand-font);
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}

h3 {
    font-family: var(--main-primary-brand-font);
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
}

h4 {
    font-family: var(--main-primary-brand-font);
    font-size: 20px;
    font-weight: 600;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1em;
}

.p-1 {
    padding: 1em;
}
.p-2 {
    padding: 2em;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.fv-mt-2 {
    margin-top: 2rem;
}

.my-1 {
    margin: 1rem 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mr-2 {
    margin-right: 2em;
}

.fv-inline {
    display: inline;
}

.fv-row-33 {
    width: calc(100% / 3 - 20px);
}

.fv-row-50 {
    width: calc(100% / 2 - 20px);
}

.fv-row {
    width: calc(100% / 1 - 20px);
}

.fv-flex-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a {
    color: var( --main-brand-body-color);
    text-decoration: none;
}
.fv-web-portal-content-section td a, .fv-web-portal-content-section p a {
    text-decoration: underline !important;
}

.fv-gap-1 {
    gap: 0.5rem;
}
.fv-active-page {
    background: #3D2499 !important;
    color: white;
}

.fv-inactive-page {
    background: #d1d1d1 !important;
}

.fv-important-note {
    background: antiquewhite;
    text-align: center;
    padding: 10px;
    margin-top: 1em;
    border-radius: 6px;
}
.fv-main-container.ga-wrap {
    max-width: 1280px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}

.fv-main-container {
    max-width: 1280px;
    margin: 0 auto;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 35%;
    margin: 0 auto;
    left: 270px;
    right: 0;
    top: 600px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
    }

        .wizard .nav-tabs > li a i {
            position: absolute;
            top: -15px;
            font-style: normal;
            font-weight: 400;
            white-space: nowrap;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.fv-padding-25 {
    padding: 25px;
}
.fv-icon {
    font-size: var(--main-brand-font-size)!important;

}
.fv-expand-button {
    font-family: var(--main-primary-brand-font);
    background-color: var(--main-brand-color);
    color: black;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 0px;
}
.fv-connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 484px;
    z-index: 1;
}
.fv-border-bottom {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #E9ECEF;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.fv-popup-inner {
    padding: 20px;
}
.fv-popup-container {
    border-radius: 8px;
    max-width: 21%;
    width: 100%;
}
.fv-popup-title {
    font-family: var(--main-primary-brand-font);
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
}
.fv-dialog-inner {
    font-family: var(--main-primary-brand-font);
    font-size: 20px;
    font-weight: 600;
}
.fv-popup-footer {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding: 1rem;
    border-top: 1px solid #E9ECEF;
    gap: 10px;
}
.fv-validation {
    font-size: 20px;
    color: #DC3952;
}

span.fv-table\.ser {
    font-weight: 600;
    margin-right: 10px;
}

span.fv-tab-amount {
    font-weight: 600;
    margin-left: 10px;
}

.fv-header-wrap {
    padding: 1rem !important;
    background: var(--main-brand-body-color);
    color: #fff;
}
.fv-main-container h1 {
    font-family: var(--main-primary-brand-font);
    font-size: 38px;
    font-weight: 500;
    margin: 0px;
}
.fv-h2 {
    font-size: 1.56em;
}
@media (min-width: 688px) {
  /*  .fv-header-wrap {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }*/
    .fv-main-container h1 {
        font-size: 48px;
    }
    .fv-h2 {
        font-size: 40px;
    }
}
@media (min-width: 991px) {
    .fv-header-wrap, div#BG-Color {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .fv-main-container h1 {
        font-size: 48px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}
div#BG-Color {
    padding-left: 1rem;
    padding-right: 1rem;
}
td .fv-span-wrap {
    display: grid;
}

table.fv-card-table {
    border-collapse: collapse;
    color: var(--main-brand-body-color) !important;
    font-family: var(--main-brand-font) !important;
    font-weight: 400 !important;
    font-size: var(--main-brand-font-size);
    width: 100%;
}

    table.fv-card-table tr {
        border-bottom: 1px solid #dedede;
    }

        table.fv-card-table tr:last-child {
            border-bottom: none;
        }

    table.fv-card-table td,
    table.fv-card-table th {
        text-align: left;
        padding: 12px;
    }


.icon {
    font-size: 13px;
    padding: 0px 9px;
    display: flex;
    align-items: center;
}

.text {
    white-space: nowrap;
    padding-right: 15px;
}

.fv-xl-wrap {
    margin: 0 auto;
    max-width: 1700px;
}
.fv-button-upload-event {
    padding: 1px 12px !important;
    margin-top: 7px !important;
}
.fv-file-upload-event {
    min-height: 46px !important;
    margin-top: 3px !important;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
}
.fv-event-wrap-grid {
    display: flex;
    gap: 35px;
    /*padding: 20px;*/
}

.fv-event-aside {
    background-color: #E9EDF1;
    min-width: 330px;
}

.fv-event-content {
    flex-grow: 1;
}

.fv-event-grid-sort-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fv-event-grid-container {
    display: flex;
    flex-wrap: wrap;
}

.fv-event-content-heading {
    border-bottom: 1px solid #E2E2E2;
}

.fv-event-grid-item {
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    flex-grow: 1;
    max-width: 340px;
}

.fv-event-grid-heading {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

    .fv-event-grid-heading h3 {
        margin: 0;
    }

        .fv-event-grid-heading h3 a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.fv-event-grid-info p {
    margin: 0;
}

.fv-bg-light {
    background-color: #F3F9FA;
}

.fv-event-grid-info {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

    .fv-event-grid-info p:first-child {
        margin-bottom: 5px;
    }

.fv-event-grid-item-details {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
}

p.fv-accent-text {
    color: #2E74BB;
    font-size: 90%;
}

.fv-event-grid-item-details p {
    margin: 0;
}

p.fv-muted-text {
    font-size: 80%;
}

p.fv-loud-text {
    font-size: 120%;
}

.fv-event-grid-item-discount-rate {
    text-align: right;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .section-form-row input:hover,
    .section-form-row select:hover,
    .section-form-row input[type=checkbox]:hover,
    .section-form-row textarea:hover {
        border-color: rgba(0, 0, 0, 0.87);
    }

    .section-form-row input:focus,
    .section-form-row select:focus,
    .section-form-row textarea:focus {
        border-color: #273481;
        box-shadow: inset 0 0 0 1px #273481, 0 0 0 4px #ebac40;
    }

    .section-form-row input:focus,
    .section-form-row textarea:focus,
    .section-form-row select:focus {
        outline: none;
    }

.checkbox-row {
    display: flex;
    align-items: center;
}

    .checkbox-row label {
        margin-left: .3em;
    }

        .checkbox-row label:hover {
            cursor: pointer;
        }

a.fv-btn-center {
    padding: 5px 10px;
    background: #005f9d;
    border: #fff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 0px 70px;
    display: flex;
    justify-content: center;
}

.validation {
    display: none;
    color: red !important;
}


/* template one */

.fv-sm-wrap {
    margin: 0 auto;
    max-width: 1024px;
}

.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 500px) {
    .fv-event-grid-item-t1 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 700px) {
    .fv-event-grid-item-t1 {
        min-width: calc(33.5% - 15px);
        max-width: calc(33.5% - 15px);
    }
}

@media (min-width: 1024px) {
    .fv-event-grid-item-t1 {
        min-width: calc(30% - 15px);
        max-width: calc(30% - 15px);
    }
}

.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
    width: 100%;
    height: auto;
}

.fv-event-grid-heading-t1 h3 {
    margin: 5px 0;
}

.fv-event-grid-info-t1 p {
    margin: 5px 0;
}

.fv-event-grid-img-wrap {
    position: relative;
}

span.fv-event-grid-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background: #AAEB76;
    color: var(--main-brand-body-color);
    font-size: 90%;
    border-radius: 0.375rem 0.375rem 0rem 0rem;
}

a.fv-link-img-wrap {
    display: grid;
    margin: 0;
}

.fv-event-content-heading-t1 {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fv-event-grid-form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .fv-event-grid-form-container {
        flex-direction: row;
    }
}

.fv-width-100 {
    width: 100%;
}

label.fv-event-grid-form-label {
    display: block;
    margin-bottom: 5px;
}

label.fv-form-label {
    color: var(--main-brand-input-label-color);
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
    text-transform: lowercase;
}

    label.fv-form-label::first-letter {
        text-transform: uppercase;
    }

label[for="CbtTheoryAndSkillsHoursTaught"], label[for="AccountMailingAndBillingAddressAreSame"] {
    text-transform: none;
}

.fv-portal-screen {
    background-color: var(--main-brand-portal-body);
}


/* ===== INPUT ===== */

.fv-select-input,
.fv-input-field {
    border-radius: var(--main-brand-input-border-radius);
    border: 1px solid;
    border-color: var(--main-brand-input-border-color);
    color: var(--main-brand-body-color);
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    min-height: 54px;
    padding: 10px 25px;
   
}
.fv-input-field-text-area {
    border-radius: 43px;
    padding: 20px 25px;
}


/* ===== END OF INPUT ===== */


/* ===== BUTTONS ===== */

.fv-portal-button {
    background-color: var(--main-brand-button-bg);
    border: 1px solid;
    border-color: var(--main-brand-border-color);
    border-radius: var(--main-brand-button-border-radius);
    color: var(--main-brand-body-color);
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    text-decoration: none;
    padding: 14px 32px;
}

.fv-secondary-portal-button {
    background: transparent;
    border: 1px solid var(--main-brand-border-color);
    border-radius: var(--main-brand-button-border-radius);
    color: var(--main-brand-button-color);
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    text-decoration: none;
    padding: 14px 32px;
}

#progressbar li {
    padding: 4px 15px;
    border-radius: 50%;
    font-size: 24px;
    border: 1px solid #d1d1d1;
    /*  z-index: 6;*/
    background: #fff;
}

.fv-portal-card .active {
    background: #e8f1f5 !important;
}

ul#progressbar {
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}

.fv-portal-cancel-button {
    background-color: var(--main-brand-button-bg);
    border: 1px solid;
    border-color: red;
    border-radius: var(--main-brand-button-border-radius);
    color: red;
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
}

.fv-primary-button {
    background-color: var(--main-brand-primary-button-bg);
    border-color: var(--main-brand-primary-border-color);
    color: var(--main-brand-primary-button-color);
    cursor: pointer !important;
}


/* ===== END OF BUTTONS ===== */

thead {
    background: #E9EDF1 !important;
}

.portal-link {
    color: var(--main-brand-body-color);
    font-weight: 600;
    text-decoration: var(--main-link-decoration);
}

    .portal-link:hover {
        text-decoration: var(--main-link-hover);
    }

/*.portal-link:focus {
    outline: 3px solid transparent;
    color: #000000;
    background-color: #ebac40;
    box-shadow: 0 -2px #ebac40, 0 4px #000000;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}*/

.form-submit-button {
    margin: 20px 0px;
}

.fv-position-static {
    position: static !important;
}

.fv-event-single-wrap {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}

@media (min-width: 800px) {
    .fv-event-single-wrap {
        flex-direction: row;
        gap: 60px;
        padding: 90px 0;
        justify-content: space-between;
    }
}

.fv-event-single-content-block {
    padding: 25px;
}

@media (min-width: 800px) {
    .fv-event-single-content-block {
        padding: 0;
    }
}

.fv-event-single-aside {
    max-width: 100%;
    min-width: 100%;
}

@media (min-width: 800px) {
    .fv-event-single-aside {
        max-width: 360px;
        min-width: 360px;
    }
}

.fv-event-single-aside img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.fv-event-single-aside-description {
    padding: 20px;
    background: #e9edf1;
}

.fv-event-main-heading {
    display: none;
    margin-top: 0;
}

@media (min-width: 800px) {
    .fv-event-main-heading {
        display: block;
    }
}

.fv-event-main-mobile-heading {
    display: block;
}

@media (min-width: 800px) {
    .fv-event-main-mobile-heading {
        display: none;
    }
}

.fv-padding-25 {
    padding: 25px;
}

.fv-xl-wrap {
    margin: 0 auto;
    max-width: 1700px;
}

.fv-event-wrap-grid {
    display: flex;
    /*padding: 20px;*/
    gap: 35px;
}

.fv-cart-wrap-grid {
    display: flex;
    flex-direction:column;
    padding: 20px;
    gap: 35px;
}

@media (min-width: 1024px) {

    .fv-cart-wrap-grid {
        /*padding: 2.5em 0;*/
        flex-direction: row;
    }
}
    .fv-event-aside {
        background-color: #E9EDF1;
        min-width: 330px;
    }

    .fv-event-content {
        flex-grow: 1;
    }

    .fv-event-grid-sort-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fv-event-grid-container {
        display: flex;
        flex-wrap: wrap;
    }

    .fv-event-content-heading {
        border-bottom: 1px solid #E2E2E2;
    }

    .fv-event-grid-item {
        border-right: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        flex-grow: 1;
        max-width: 340px;
    }

    .fv-event-grid-heading {
        border-bottom: 1px solid #e2e2e2;
        padding: 20px 0;
    }

        .fv-event-grid-heading h3 {
            margin: 0;
        }

            .fv-event-grid-heading h3 a {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .fv-event-grid-info p {
        margin: 0;
    }

    .fv-event-grid-info {
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;
    }

        .fv-event-grid-info p:first-child {
            margin-bottom: 5px;
        }

    .fv-event-grid-item-details {
        display: flex;
        justify-content: space-between;
        padding: 15px 0 0;
    }

    p.fv-accent-text {
        color: #2E74BB;
        font-size: 90%;
    }

    .fv-event-grid-item-details p {
        margin: 0;
    }

    p.fv-muted-text {
        font-size: 80%;
    }

    p.fv-loud-text {
        font-size: 120%;
    }

    .fv-event-grid-item-discount-rate {
        text-align: right;
    }

    .section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
    .section-form-row select,
    .section-form-row textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .section-form-row input:hover,
        .section-form-row select:hover,
        .section-form-row input[type=checkbox]:hover,
        .section-form-row textarea:hover {
            border-color: rgba(0, 0, 0, 0.87);
        }

        .section-form-row input:focus,
        .section-form-row select:focus,
        .section-form-row textarea:focus {
            border-color: #273481;
            box-shadow: inset 0 0 0 1px #273481, 0 0 0 4px #ebac40;
        }

        .section-form-row input:focus,
        .section-form-row textarea:focus,
        .section-form-row select:focus {
            outline: none;
        }

    .checkbox-row {
        display: flex;
        align-items: center;
    }

        .checkbox-row label {
            margin-left: .3em;
        }

            .checkbox-row label:hover {
                cursor: pointer;
            }


    /* template one */

    .fv-sm-wrap {
        margin: 0 auto;
        max-width: 1024px;
    }

    .fv-t1-grid-container {
        gap: 20px;
    }

    .fv-event-grid-item-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }

    @media (min-width: 500px) {
        .fv-event-grid-item-t1 {
            min-width: calc(50% - 15px);
            max-width: calc(50% - 15px);
        }
    }

    @media (min-width: 700px) {
        .fv-event-grid-item-t1 {
            min-width: calc(33.5% - 15px);
            max-width: calc(33.5% - 15px);
        }
    }

    @media (min-width: 1024px) {
        .fv-event-grid-item-t1 {
            min-width: calc(30% - 15px);
            max-width: calc(30% - 15px);
        }
    }

    .fv-t1-grid-container {
        gap: 20px;
    }

    .fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
        width: 100%;
        max-width: 310px;
        height: 200px;
        object-fit: cover;
    }

    .fv-event-grid-heading-t1 h3 {
        margin: 5px 0;
    }

    .fv-event-grid-info-t1 p {
        margin: 5px 0;
    }

    .fv-event-grid-img-wrap {
        position: relative;
    }

    span.fv-event-grid-img-label {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 2px 10px;
        background: #AAEB76;
        color: #394149;
        font-size: 90%;
    }

    a.fv-link-img-wrap {
        display: grid;
        margin: 0;
    }

    .fv-event-content-heading-t1 {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .fv-event-grid-form-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    @media (min-width: 700px) {
        .fv-event-grid-form-container {
            flex-direction: row;
        }
    }

    .section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
    .section-form-row select,
    .section-form-row textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .section-form-row input:hover,
        .section-form-row select:hover,
        .section-form-row input[type=checkbox]:hover,
        .section-form-row textarea:hover {
            border-color: rgba(0, 0, 0, 0.87);
        }

        .section-form-row input:focus,
        .section-form-row select:focus,
        .section-form-row textarea:focus,
        .section-form-row button:focus {
            border-color: #394149;
            box-shadow: inset 0 0 0 1px #394149, 0 0 0 4px #ebac40;
            outline: none;
        }

        .section-form-row input:focus,
        .section-form-row textarea:focus,
        .section-form-row select:focus,
        .section-form-row button:focus {
        }

    .fv-event-single-wrap {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }

    @media (min-width: 800px) {
        .fv-event-single-wrap {
            flex-direction: row;
            gap: 60px;
            padding: 90px 0;
            justify-content: space-between;
        }
    }

    .fv-event-single-content-block {
        padding: 25px;
    }

    @media (min-width: 800px) {
        .fv-event-single-content-block {
            padding: 0;
        }
    }

    .fv-event-single-aside {
        max-width: 100%;
        min-width: 100%;
    }

    @media (min-width: 800px) {
        .fv-event-single-aside {
            max-width: 360px;
            min-width: 360px;
        }
    }

    .fv-event-single-aside img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .fv-event-single-aside-description {
        padding: 20px;
        background: #e9edf1;
    }

    .fv-event-main-heading {
        display: none;
        margin-top: 0;
    }

    .fv-main-block {
        display: flex;
        gap: 50px;
    }

    .fv-page-side-text {
        flex: 0 0 40%;
    }

    .fv-register-form {
        flex: 0 0 60%;
    }

    .fv-main-block {
        display: flex;
        gap: 50px;
    }

    .fv-page-side-text {
        flex: 0 0 40%;
    }

    .fv-register-form {
        flex: 0 0 60%;
    }

    @media (min-width: 800px) {
        .fv-event-main-heading {
            display: block;
        }
    }

    .fv-event-main-mobile-heading {
        display: block;
    }

    @media (min-width: 800px) {
        .fv-event-main-mobile-heading {
            display: none;
        }
    }

    .fv-dashboard-hero-container {
        background-color: var(--main-brand-hero-bg);
        color: var(--main-brand-hero-color);
        padding: 1em;
    }

    @media (min-width: 800px) {
        .fv-dashboard-hero-container {
            padding: 40px 25px;
        }
    }

    .fv-main-wrap {
        max-width: 1280px !important;
        margin: 0 auto;
    }

    .fv-dashoard-inner-hero {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    @media (min-width: 800px) {
        .fv-dashoard-inner-hero {
            flex-direction: row;
            align-items: center;
        }
    }

    .fv-dashboard-inner-content {
        color: #ffffff;
    }

    @media (min-width: 800px) {
        .fv-dashboard-inner-content {
            max-width: 400px;
        }
    }

    .fv-dashboard-inner-actions {
        flex: 1;
    }

    .fv-dashboard-inner-actions-wrap {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    a.fv-dashboard-inner-action-link {
        background: #ffffff;
        border-radius: var(--main-brand-border-radius);
        color: var(--main-brand-body-color);
        display: block;
        max-width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        padding: 25px;
        text-decoration: none;
    }

        a.fv-dashboard-inner-action-link:hover {
            text-decoration: underline;
        }

        a.fv-dashboard-inner-action-link h3 {
            margin: 0 0 5px;
        }

        a.fv-dashboard-inner-action-link p {
            margin: 10px 0 0;
        }

    a.fv-card-link:focus {
        outline: 3px solid transparent;
        color: #000000;
        background-color: #ebac40;
        box-shadow: 0 -2px #ebac40, 0 4px #000000;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .fv-dashboard-more-features-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    @media (min-width: 800px) {
        .fv-dashboard-more-features-block {
            flex-direction: row;
        }
    }

    @media (min-width: 800px) {
        .fv-dashboard-feature-card {
            min-width: calc(33.4% - 20px);
            max-width: calc(33.4% - 20px);
        }
    }

    .fv-dashboard-feature-card-img img {
        border-radius: var(--main-brand-border-radius);
        height: auto;
        width: 100%;
    }

    .fv-dashboard-more-features-wrap {
        margin: 1em;
    }

    .fv-web-portal-wrap {
        max-width: 1280px;
        flex-direction: column;
        margin: 0 auto;
        /*//padding: 1em;*/
        display: flex;
        gap: 30px;
    }

    @media (min-width: 991px) {
        .fv-web-portal-wrap {
            /*//padding: 2.5em 1em;*/
            flex-direction: row;
        }

        .fv-dashboard-more-features-wrap {
            margin: 3em auto;
        }
    }

    .fv-web-portal-sidebar {
        min-width: 230px;
    }

        .fv-web-portal-sidebar ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .fv-web-portal-sidebar li {
            margin: 0;
            list-style: none;
        }

        .fv-web-portal-sidebar svg {
            max-width: 17px;
            max-height: 17px;
            margin-right: 10px;
        }

        .fv-web-portal-sidebar .portal-link {
            align-items: center;
            border-radius: var(--main-brand-sm-border-radius);
            display: flex;
            font-weight: 600;
            padding: 12px 0px !important;
            text-decoration: none;
        }

            .fv-web-portal-sidebar .portal-link:hover {
                background-color: transparent !important;
                opacity: 0.6;
            }

            .fv-web-portal-sidebar .portal-link.fv-active-portal-sidebar-link {
                color: var(--main-brand-color);
                /*   color: #ffffff;*/
            }

    .fv-active-portal-sidebar-link svg path {
        fill: var(--main-brand-color);
    }

    .fv-notification-banner {
        /*    border: 4px solid var(--main-brand-secondary-color);*/
        border-radius: var(--main-brand-sm-border-radius);
        padding: 10px;
        background: linear-gradient(359deg, rgba(0, 102, 153, 0) 0%, rgba(0, 102, 153, 0.09) 50%, rgba(0, 102, 153, 0.09) 100%);
    }

    .fv-notification {
        padding: 1em;
        background-color: #F4F7FB;
        border-radius: var(--main-brand-sm-border-radius);
        border: 1px solid #D2DDEE;
        color: var(--main-brand-body-color);
    }

        .fv-notification p {
            color: var(--main-brand-body-color);
        }

    .fv-notification-banner-heading {
        background: var(--main-brand-color);
        color: #ffffff;
    }

    .fv-notification-Alert, .fv-notification-alert {
        background-color: #FFEFED;
        border-color: #FF5336;
    }

    .fv-web-portal-content-section {
        flex: 1;
    }

    .fv-details-row-item {
        display: flex;
        min-width: 560px;
        padding: 5px 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
    }

    .fv-details-item-start {
        min-width: 200px;
    }

    .fv-details-item {
        font-weight: 700;
    }

    .fv-details-action-link {
        width: 100%;
    }

    @media (min-width: 800px) {
        .fv-details-action-link {
            margin-top: 1em;
        }
    }

    .fv-details-action-link .fv-portal-button {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    @media (min-width: 800px) {
        .fv-details-action-link .fv-portal-button {
            width: auto;
        }
    }

    .fv-heading-grid {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 10px;
    }

    @media (min-width: 800px) {
        .fv-heading-grid {
            align-items: center;
            flex-direction: row;
        }
    }

    .fv-heading-grid-first-item {
        display: flex;
        align-items: baseline;
        gap: 15px;
    }

    .fv-active-badge {
        /*   background: #61CCC6;
    padding: 5px 16px;
    border-radius: var(--main-brand-border-radius);*/
        background: #ffba77;
        padding: 5px 16px;
        /* border-radius: var(--main-brand-border-radius); */
        border-radius: 0rem 0rem 0.375rem 0.375rem;
    }

    .fv-action-panel {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    @media (min-width: 800px) {
        .fv-action-panel {
            flex-direction: row;
        }
    }

    .fv-details-action-link .fv-portal-button:first-child {
        margin-right: 10px;
    }

    .fv-action-need-help {
        max-width: 330px;
    }

        .fv-action-need-help h3 {
            margin-bottom: 5px;
        }

        .fv-action-need-help p {
            margin: 0;
        }

    .fv-intro-heading-text h3 {
        margin: 0 0 5px;
    }

    .fv-intro-heading-text p {
        margin: 0;
    }

    .fv-intro-heading-text {
        margin: 35px 0 20px;
    }

    .fv-portal-card {
        background-color: var(--main-brand-card-background);
        border-radius: var(--main-brand-border-radius);
        1px solid #E5E6EB;
        border: var(--main-brand-card-border);
        padding: 20px;
    }



    .fv-card-panel-actions .fv-portal-button {
        display: inline-block;
    }

    .fv-card-panel-actions .fv-portal-cancel-button {
        display: inline-block;
    }

    .fv-card-preview-block p {
        margin: 5px 0;
    }

    .fv-card-preview-block {
        margin-top: 20px;
        display: flex;
        gap: 40px;
    }

    .fv-card-preview-intro p {
        color: grey;
    }

    .fv-card-preview-value p {
        font-weight: 600;
    }

    .fv-card-grid {
        display: flex;
        gap: 1em;
        flex-direction: column;
    }

    @media (min-width: 800px) {
        .fv-card-grid {
            flex-direction: row;
        }
    }

    .fv-card-grid .fv-portal-card {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: space-between;
    }

    .fv-grid-3-items {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 20px;
    }

    .fv-web-content-promo-wrap {
        max-width: 1130px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .fv-card-panel-actions .fv-secondary-portal-button {
        display: inline-block;
    }

    @media (min-width: 800px) {
        .fv-web-content-promo-wrap {
            flex-direction: row;
        }
    }

    .fv-web-content-promo-block {
        padding: 3em 1em;
    }

    .fv-web-content-promo-main {
        max-width: 460px;
        min-width: 420px;
    }

    .fv-grid-single-item {
        min-width: 33.3%;
    }

        .fv-grid-single-item img {
            border-radius: var(--main-brand-border-radius);
            max-width: 100%;
        }

    .fv-web-content-promo-main img {
        border-radius: var(--main-brand-border-radius);
        width: 100%;
    }

    .fv-web-content-promo-block a {
        color: var(--main-brand-body-color);
        text-decoration: none;
    }

        .fv-web-content-promo-block a:hover {
            text-decoration: underline;
        }

    .fv-web-content-promo-block h3 {
        font-size: 1em;
        margin: 10px 0;
    }

    @media (min-width: 800px) {
        .fv-web-content-promo-block h3 {
            font-size: 1.2em;
        }
    }

    .search-form-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .search-form-group {
        padding-right: 5px;
        padding-left: 5px;
    }

    input.babcp-form-control {
        display: block;
        width: 100%;
        padding: 0.6rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }


    /*-------------------------------------Login page CSS Start-------------------------------------------*/

    .tm-page {
        max-width: 100%;
        margin: 0 auto;
        /*box-shadow: 0 0 0 1px rgba(47,49,53,.03),0 1px 2px rgba(47,49,53,.04)*/
    }

    .tm-block-dark + .tm-block-light,
    .tm-block-light + .tm-block-dark {
        border-top: 1px solid #eaeef0
    }

    .tm-block-light {
        background-color: #fff
    }

    @media (max-width:767px) {
        .tm-page {
            margin-top: 0;
            margin-bottom: 35px
        }

            .tm-page .tm-block:first-child {
                padding-top: 20px;
            }

        .tm-block {
            padding-bottom: 35px
        }

        .tm-block-dark + .tm-block-light,
        .tm-block-full + .tm-block,
        .tm-block-light + .tm-block-dark {
            padding-top: 35px
        }

        .tm-bottom {
            padding-top: 35px;
            padding-bottom: 35px
        }
    }

    @media (min-width:768px) and (max-width:959px) {
        .tm-page {
            margin-top: 1px !important
        }
    }

    @media (min-width:768px) {
        .tm-fullscreen:not(.uk-hidden-large) + .tm-page {
            margin-top: -100px
        }

        .tm-page {
            max-width: 980px;
            margin: 35px auto
        }

        .tm-block-dark + .tm-block-light,
        .tm-block-full + .tm-block,
        .tm-block-light + .tm-block-dark {
            padding-top: 70px
        }

        .tm-bottom {
            padding-top: 70px;
            padding-bottom: 70px
        }
    }

    @media (min-width:1220px) {
        .tm-page {
            max-width: 1200px;
            margin: 70px auto
        }
    }

    /*label.section-form-label {
    display: block;
    font-size: 90%;
    margin-bottom: 0.4em;
}*/

    /*.section-input-field {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 0.7em;
    padding: 12px;
    width: 100%;
}*/

    .section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
    .section-form-row select,
    .section-form-row textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .section-form-row input:hover,
        .section-form-row select:hover,
        .section-form-row input[type=checkbox]:hover,
        .section-form-row textarea:hover {
            border-color: rgba(0, 0, 0, 0.87);
        }

        .section-form-row input:focus,
        .section-form-row select:focus,
        .section-form-row textarea:focus {
            border-color: #273481;
            box-shadow: inset 0 0 0 1px #273481, 0 0 0 4px #ebac40;
        }

        .section-form-row input:focus,
        .section-form-row textarea:focus,
        .section-form-row select:focus {
            outline: none;
        }

    /*.section-button {
    font-size: 18px;
    font-family: 'Public Sans', sans-serif;
    border-radius: 12px;
    border: none;
    padding: 14px;
}

    .section-button:hover {
        cursor: pointer;
        
    }

.section-primary-button {
    background: #273481;
    color: #ffffff;
}

.section-resp-w100 {
    width: 100%;
}*/

    .checkbox-row {
        margin: .3em 0 .9em;
        display: flex;
        align-items: center;
    }

        .checkbox-row label {
            margin-left: .3em;
        }

            .checkbox-row label:hover {
                cursor: pointer;
            }

    /*.section-login-links {
    margin: 1.4em 0;
    text-align: center;
    padding-bottom: 1.4em;
}*/

    /*.section-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}*/

    .mb-1 {
        margin-bottom: 10px;
    }

    .mb-2 {
        margin-bottom: 20px;
    }

    .mt-1 {
        margin-top: 10px;
    }

    .mt-2 {
        margin-top: 20px;
    }

    .ml-1 {
        margin-left: 10px;
    }

    .ml-2 {
        margin-left: 20px;
    }

    .align-centre {
        text-align: center;
    }

    .fv-d-flex {
        display: flex;
    }

    .fv-content-center {
        justify-content: center;
    }

    .fv-space-between {
        justify-content: space-between;
    }

    .fv-align-item {
        align-items: center;
    }

        .fv-align-item a {
            align-items: center;
            display: flex;
            cursor: pointer;
        }

    /*button.oomi-primary-button.oomi-button {
    appearance: none;
    background-color: #3d2499 !important;
    border: none;
    border-radius: 10px;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-family: 'Source Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 1rem;
    width: 100%;
}*/

    .divider {
        margin: 0;
        border-top: 1px solid #eaeaea;
    }


    /*-------------------------------------Login page CSS end here-------------------------------------------*/


    /*-------------------------------------Find a CBT Therapist page CSS start from here-------------------------------------------*/

    .small-devices-sidebar {
        background-color: #edf8f9;
        border-radius: 10px 10px;
        transition: all 0.4s ease;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1020;
        width: 300px;
        overflow: hidden;
        transform: translate3d(0px, 0, 0);
        transition-duration: 0;
        overflow: auto;
    }

    .page-hero-section {
        max-width: 565px;
        display: inline-block;
    }

    .fv-web-portal-pt {
        margin-top: 0rem;
        display: none;
    }

    .fv-web-sidemenu {
        display: block;
    }

    .active-therapist-menu {
        display: block;
    }

    #listing-sidemenu-close {
        display: block;
    }

    span.fv-sidebar-label {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    select.oomi-input-field {
        width: 100%;
        padding: 1em;
        border-radius: 0.25em;
        border: 1px solid #cecece;
    }


    /* Large devices (laptops/desktops, 992px and up) */

    @media only screen and (min-width: 1024px) {
        .fv-web-portal-pt {
            margin-top: 86px;
            display: block;
        }

        .fv-web-sidemenu {
            display: none;
        }

        .small-devices-sidebar {
            background-color: transparent;
            border-radius: unset;
            transition: all 0.4s ease;
            position: relative;
            height: 100%;
            z-index: 1020;
            overflow: hidden;
            transform: translate3d(0px, 0, 0);
            transition-duration: 0;
        }

        #listing-sidemenu-close {
            display: none;
        }
    }


    /*-------------------------------------Find a CBT Therapist page CSS end from here-------------------------------------------*/


    /*-------------------------------------Footer CSS start from here-------------------------------------------*/

    /*.babcp-copyright {
    padding: 0px 73px;
}*/

    .legal-term-babcp {
        display: grid;
        gap: 24px;
        margin-top: 20px;
    }

        .legal-term-babcp a {
            font-size: 18px;
            font-weight: 400;
            line-height: 15px;
        }

    .mail-tel-babcp {
        display: grid;
        gap: 8px;
    }

        .mail-tel-babcp a span {
            font-size: 18px;
            font-weight: 600;
        }

            .mail-tel-babcp a span:hover {
                text-decoration: underline;
            }

    .babcp-copyright p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .social-media p {
        font-size: 18px;
        font-weight: 400;
        line-height: 15px;
        margin-bottom: 12px;
    }

    span.babcp-social-offices {
        color: #60BECB;
        font-family: "Literata";
        font-size: 20px;
        font-weight: 600;
    }



    a.babcp-linkedin-icon i {
        border: 1px solid;
        padding: 10px 12px;
        border-radius: 8px;
        color: #4267B2;
        font-size: 21px;
    }

    a.babcp-facebook-icon i {
        border: 1px solid;
        padding: 10px 13px;
        border-radius: 8px;
        color: #4267B2;
        font-size: 21px;
    }

    a.babcp-youtube-icon i {
        border: 1px solid #cd3529;
        padding: 10px 13px;
        border-radius: 8px;
        color: #cd3529;
        font-size: 21px;
    }

    .icons-flex {
        display: flex;
        gap: 20px;
        margin-top: 27px;
    }

    a.babcp-twitter-icon i {
        border: 1px solid;
        padding: 0.5em;
        border-radius: 8px;
        color: #1DA1F2;
        font-size: 21px;
    }

    .services {
        width: 25%;
    }

    .social-media {
        width: 25%;
    }

    .footer {
        background-color: #1f3947;
        color: #fefefe;
        width: 100%;
        bottom: 0;
        left: 0;
    }

        .footer .heading {
            color: #fefefe;
            max-width: 1010px;
            width: 90%;
            text-transform: uppercase;
            margin: 0 auto;
            margin-bottom: 3rem;
            font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        }

        .footer .content {
            display: flex;
            padding-top: 48px !important;
        }

            .footer .content a {
                text-decoration: none;
                color: #fefefe;
            }

            .footer .content h4 {
                margin-bottom: 1.3rem;
                font-size: 19px;
            }

    footer {
        text-align: center;
        margin-bottom: 2rem;
    }

        footer hr {
            margin: 2rem 0;
        }

    .fv-footer-bottom {
        display: flex;
    }

    @media (max-width: 1024px) {
        .services {
            width: 100%;
        }

        .social-media {
            width: 100%;
        }

        .fv-footer-bottom {
            display: flex;
            flex-direction: column;
            padding: 11px;
        }

        .babcp-copyright {
            padding-top: 10px;
        }

        .footer .content {
            display: flex;
            flex-direction: column;
            font-size: 14px;
            gap: 12px;
            padding: 11px;
        }

        .footer {
            position: unset;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .footer .content,
        .footer {
            font-size: 14px;
            gap: 20px;
            padding: 11px;
        }
    }

    @media (orientation: landscape) and (max-height: 500px) {
        .footer {
            position: unset;
        }
    }


    /*-------------------------------------Footer CSS end here-------------------------------------------*/


    /*-------------------------------------New CSS start here-------------------------------------------*/


    /*-------------------------------------Accordion CSS start here-------------------------------------------*/

    .fv-img-card img {
        width: 141px;
    }



    .fv-tab-content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.35s;
    }

    .fv-acc-tab input:checked ~ .fv-tab-content {
        max-height: fit-content;
    }

    .fv-tab-accordion {
        color: #227093;
        border: 2px solid;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .fv-tab-label,
    .fv-tab-close {
        display: flex;
        cursor: pointer;
    }

    .fv-tab-label {
        justify-content: space-between;
        font-weight: bold;
        font-size: 1.5em;
    }

    .fv-tab-label-t1,
    .fv-tab-close {
        display: flex;
        cursor: pointer;
    }

    .fv-tab-label-t1 {
        justify-content: space-between;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .fv-tab-label::after {
        content: "\276F";
        transform: rotate(90deg);
        transition: all 0.35s;
        background: var(--main-brand-primary-button-bg);
        padding: 0px 15px;
        border-radius: 50%;
        color: var(--main-brand-primary-button-color);
        font-size: 15px;
        align-items: center;
        display: flex;
    }

    .fv-tab-label-t1::after {
        content: "\276F";
        transform: rotate(90deg);
        transition: all 0.35s;
        padding: 0px 15px;
        border-radius: 50%;
        color: #000;
        font-size: 15px;
        align-items: center;
        display: flex;
    }

    .fv-acc-tab input:checked + .fv-tab-label::after {
        transform: rotate(270deg);
    }

    .fv-acc-tab input:checked + .fv-tab-label-t1::after {
        transform: rotate(270deg);
    }

    .fv-tab-content p {
        margin: 0;
    }

    .fv-tab-close {
        justify-content: flex-end;
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }


    /* Arrow animation */

    @keyframes bounce {
        25% {
            transform: rotate(90deg) translate(.25rem);
        }

        75% {
            transform: rotate(90deg) translate(-.25rem);
        }
    }

    .fv-default-link-space {
        margin: 0px 10px;
    }

    button.fv-accordion {
        width: 100%;
        background-color: #fff;
        border: none;
        outline: none;
        text-align: left;
        padding-top: 25px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        transition: background-color 0.2s linear;
        font-weight: 600;
    }

        button.fv-accordion:after {
            font-family: 'FONT AWESOME 6 FREE';
            content: "\f077";
            font-size: 18px;
            margin: 10px;
        }

        button.fv-accordion.is-open:after {
            content: "\f078";
        }

    .fv-accordion-content {
        background-color: white;
        border-left: 1px solid whitesmoke;
        border-right: 1px solid whitesmoke;
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-in-out;
    }

    .panel {
        display: none;
        animation: fadein .8s;
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .panel-title {
        font-size: 1.5em;
        font-weight: bold
    }

    .fv-wrapper-radio {
        display: none !important;
    }

    #one:checked ~ .panels #one-panel,
    #two:checked ~ .panels #two-panel,
    #three:checked ~ .panels #three-panel {
        display: block
    }

    #one:checked ~ .fv-wrapper-tabs #one-tab,
    #two:checked ~ .fv-wrapper-tabs #two-tab,
    #three:checked ~ .fv-wrapper-tabs #three-tab {
        background: #fffffff6;
        color: #000;
        border-bottom: 2px solid;
        font-size: 25px;
        font-weight: 600;
    }

    .fv-wrapper-tabs {
        margin-bottom: 29px;
        display: inline-grid;
    }

        .fv-wrapper-tabs label {
            margin: 4px 0px;
            font-size: 25px;
            color: #005f9d;
            font-weight: 600;
        }

    .fv-date-input {
        position: relative;
        float: left;
    }

        .fv-date-input .date-icon {
            position: absolute;
            top: 45px;
            right: 10px;
            cursor: pointer;
            color: var( --main-brand-color);
            pointer-events: none;
        }

    i.date-icon {
        position: absolute;
        top: 15px;
        right: 20px;
        cursor: pointer;
        color: var( --main-brand-color);
        pointer-events: none;
    }
    /*.fv-form-row i.date-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #0069aa;
    pointer-events: none;
}*/

    .fv-animate-top {
        position: relative;
        animation: animatetop 0.4s
    }

    .fv-modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.275);
    }

    .fv-modal-content {
        margin: 5% auto;
        width: 500px;
        max-width: 90%;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-radius: .3rem;
        outline: 0;
    }

    .fv-modal-event-content {
        margin: 5% auto;
        width: 900px;
        max-width: 90%;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-radius: .3rem;
        outline: 0;
    }

    .fv-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }

    .fv-modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        margin-top: 0;
        font-size: 1.25rem;
    }

    .fv-modal-header .fv-close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        background-color: transparent;
        border: 0;
    }

    .fv-modal-header .fv-c-close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        background-color: transparent;
        border: 0;
    }

    .fv-close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .fv-c-close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .fv-modal-body {
        flex: 1 1 auto;
        padding: 1rem;
    }

        .fv-modal-body p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

    .fv-modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1rem;
        border-top: 1px solid #e9ecef;
    }

        .fv-modal-footer > * {
            margin: 5px;
        }


    /* buttons */

    .fv-modal-btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        cursor: pointer;
    }

        .fv-modal-btn:focus,
        .fv-modal-btn:hover {
            text-decoration: none;
        }

    .fv-modal-btn-primary {
        color: #fff;
        background-color: #005f9d;
        border-color: #0062cc;
    }

    .fv-modal-btn-secondary {
        color: #000;
        background-color: #ffffff;
        border-color: #000000;
    }

    .card-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        word-wrap: break-word;
    }

    .fv-card-grid-item-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        padding: 20px;
        display: flex;
        gap: 15px;
    }

    @media (min-width: 500px) {
        .fv-card-grid-item-t1 {
            min-width: calc(100% - 15px);
            max-width: calc(100% - 15px);
        }
    }

    @media (min-width: 700px) {
        .fv-card-grid-item-t1 {
            min-width: calc(50% - 15px);
            max-width: calc(50% - 15px);
        }
    }

    section.fv-section-wrap {
        max-width: 1280px;
        margin: 0 auto;
    }

    .fv-card-items-section {
        flex: 0 0 60%;
    }

    .fv-current-cart-detail {
        position: relative;
    }

    .fv-cart-preview-value {
        margin-bottom: 20px;
        padding: 10px;
        background: #fafafa;
        color: #00335b;
        position: relative;
        border: 1px solid #eaeaea;
        border-radius: 0 2px 2px 0;
        box-shadow: inset 0 0 14px rgba(0, 0, 0, .03);
        text-transform: none;
        font-weight: 400;
    }

    .fv-promo-code-items {
        display: flex;
        gap: 10px;
    }

    .subtotalRow {
        display: flex;
        justify-content: space-between;
    }

    .fv-button-center {
        display: ruby-text;
    }

    form.fv-submit-cart-item {
        background: #fff;
        padding: 20px;
    }

    .removecart {
        display: flex;
        justify-content: flex-end;
    }

    .fv-member-join label {
        color: var(--main-brand-input-label-color);
        display: inline-block;
        margin-bottom: 8px;
        margin-top: 5px;
    }
}

.fv-member-join-checkbox {
    margin: 10px 0px;
}

.fv-member-join-radio {
    margin-bottom: 6px;
    margin-top: 10px;
}

.fv-member-join-radio label{
    margin-top: 10px;
}


.fv-success .fv-topmessage-wrap {
    display: flex;
    background: #cae3ca;
    border-radius: 10px;
    align-items: center;
    padding: 14px 14px;
    gap: 5px;
}

.fv-topmessage-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#TopMessageBar {
    margin-top: 20px;
    position: relative;
}

.fv-failure .fv-topmessage-wrap {
    display: flex;
    background: #f9e6bb;
    border-radius: 10px;
    padding: 14px 14px;
    align-items: center;
    gap: 5px;
}

.failure p {
    display: block;
    background: #EFCD83;
    border-radius: 10px;
    padding: 14px;
}

.fv-select-payment-detail {
    display: flex;
    justify-content: space-between;
}

.password-container {
    position: relative;
    width: 100%;
}

.field-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-90%);
    cursor: pointer;
}

.fv-strong {
    font-weight: bold;
}

.fv-attendess-names span {
    margin-right: 10px;
}

.fv-attendees-edit-del a {
    margin-right: 10px;
}

.uk-progress {
    box-sizing: border-box;
    height: 20px;
    background: #fafafa;
    overflow: hidden;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06)
}

* + .uk-progress {
    margin-top: 20px
}

.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #4d607a;
    float: left;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .07);
    background-image: -webkit-linear-gradient(top, #556a85, #475a72);
    background-image: linear-gradient(to bottom, #556a85, #475a72)
}

.uk-progress-mini {
    height: 6px
}

.uk-progress-small {
    height: 12px
}

.uk-progress-success .uk-progress-bar {
    background-color: #90c353;
    background-image: -webkit-linear-gradient(top, #97c75e, #8cc14c);
    background-image: linear-gradient(to bottom, #97c75e, #8cc14c)
}

.uk-progress-warning .uk-progress-bar {
    background-color: #ff622e;
    background-image: -webkit-linear-gradient(top, #ff6c3b, #ff5c26);
    background-image: linear-gradient(to bottom, #ff6c3b, #ff5c26)
}

.uk-progress-danger .uk-progress-bar {
    background-color: #dc3952;
    background-image: -webkit-linear-gradient(top, #de455d, #da314b);
    background-image: linear-gradient(to bottom, #de455d, #da314b)
}

.uk-progress-striped .uk-progress-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 30px 30px
}

.uk-progress-striped.uk-active .uk-progress-bar {
    -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
    animation: uk-progress-bar-stripes 2s linear infinite
}

.errorMessage {
    display: none;
}

ul.fv-detail-ul li {
    list-style: none;
}

ul.fv-detail-ul {
    padding: 0;
}

.fv-therapist-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (max-width: 500px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media (min-width: 500px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(100% - 15px);
        max-width: calc(100% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 22px;
    }
}

@media (min-width: 700px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(45.5% - 15px);
        max-width: calc(50.5% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 30px;
    }

    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 900px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(35.5% - 15px);
        max-width: calc(60.5% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(40% - 15px);
        max-width: calc(40% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(32% - 15px);
        max-width: calc(30% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1400px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(33% - 15px);
        max-width: calc(34% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(29% - 15px);
        max-width: calc(29% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

.fv-list-items li {
    list-style: none;
}

.fv-list-items {
    padding: 0;
}

.fv-t2-grid-container {
    gap: 20px;
}

.fv-profile-flex {
    display: block;
}

@media (min-width: 500px) {
    .fv-profile-flex {
        display: flex;
    }
}


/*-------------------This is for profile page----------------------------------------------*/

.fv-therapist-profile-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fv-journals-border {
    padding: 17px 0px;
}

.fv-detail-banner-t1 p {
    background: #e8f1f6;
    padding: 10px;
    border-radius: 8px;
}

.fv-profile-detail-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (max-width: 500px) {
    .fv-profile-detail-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media (min-width: 1024px) {
    .fv-profile-detail-t1 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

.fv-profile-section {
    display: block;
}

@media (min-width: 700px) {
    .fv-profile-section {
        display: flex;
    }
}

.fv-detail-t1-t2 {
    display: block;
}

@media (min-width: 700px) {
    .fv-detail-t1-t2 {
        display: flex;
        justify-content: space-between;
    }
}

.fv-divider {
    border-bottom: 1px solid #cecece96;
    margin: 32px 0px;
}

    .fv-divider:last-child {
        border-bottom: none;
    }


.fv-profile-details-t1 {
    flex: 0 0 50%;
}

strong.fv-email {
    overflow-wrap: break-word;
    min-width: 70%;
}

.fv-profile-detail {
    flex: 0 0 60%;
}

@media (min-width: 700px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 900px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1024px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1200px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1400px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1600px) {
    .fv-profile-detail {
        flex: 0 0 84%;
    }
}

.fv-therapist-grid1-item-t1 {
    min-width: calc(90% - 15px);
    max-width: calc(90% - 15px);
}

@media (min-width: 700px) {
    .fv-therapist-grid1-item-t1 {
        min-width: calc(41% - 15px);
        max-width: calc(41% - 15px);
    }
}

.fv-search-btn {
    background: #3d2499 !important;
    color: #fff !important;
    border-radius: 10px;
    border: #3d2499 solid 1px !important;
    padding: 10px 20px !important;
    font-size: 18px;
    font-weight: 600;
}

span.therapist-cname {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

span.fv-therapists-list-img img {
    width: 40px;
    background: #e3e3e3;
    border-radius: 7px;
}

.client-group-list {
    padding: 3px 0px;
}

.babcp-therapist-lang-list {
    padding: 3px 0px;
}

.babcp-therapist-refferals-list {
    padding: 3px 0px;
}

table {
    width: 100%;
}

thead {
    background: #E9EDF1;
}

@media only screen and (max-width: 800px) {
    table.fv-card-table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    table.fv-card-table, .fv-card-table thead, .fv-card-table tbody, .fv-card-table th, .fv-card-table td, .fv-card-table tr {
        display: block;
    }

        .fv-card-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .fv-card-table thead {
        background: #E9EDF1;
    }

    .fv-card-table tbody tr td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .fv-card-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}

.fv-d-resp-flex {
    display: block;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1400px) {
    .fv-d-resp-flex {
        display: flex;
        margin-bottom: 0px;
    }
}

/*.fv-member-join.uk-width-large-1-3 {
    margin-bottom: 1em;
}*/



/*form#MemJoin {
    max-width: 1024px;
    margin: 0 auto;
}*/

.no-close .ui-dialog-titlebar-close {
    display: none;
}

input[readonly] {
    color: Gray;
    background: #E5E5E5
}

.form-navigation .fv-connecting-line {
    display: none !important;
}

.fv-member-join-radio label + span {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    font-size: 80%;
    margin-top: 1em;
}

.fv-member-join input + span {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    font-size: 80%;
    margin-top: 1em;
}

a.help-btn {
    background: #60BECB;
    color: #000;
    border-radius: 10px;
    border: #60BECB solid 1px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.fv-button-help a:hover {
    background: #fff;
}

.fv-button-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fv-webform-width {
    width: 100%;
}

@media (min-width: 800px) {
    .fv-button-flex {
        flex-direction: row;
        gap: 0px;
    }

    .fv-webform-width {
        width: 60%;
    }

    h4#ACC_HEADER_Additional_Attendees {
        font-size: 1.5em !important;
    }
}

.fv-asterisk::after {
    content: "*";
    color: red;
}

ul#progressbar {
    position: relative;
    z-index: 1;
}

#progressbar li::before {
    content: '';
    position: absolute;
    top: 55%;
    height: .01em;
    background: #6B6B6B;
    z-index: -1;
}

@media screen and (min-width: 320px) {
    #progressbar li::before {
        width: 17%;
    }

    #progressbar li::before {
        content: '';
        position: absolute;
        top: 55%;
        height: .01em;
        background: #6B6B6B;
        z-index: -1;
    }
}

h4#ACC_HEADER_Additional_Attendees {
    font-size: 1.2em;
}

#progressbar li:last-child::before {
    display: none;
}

span.uk-icon.uk-icon-calendar.rcpsg-date-icon {
    display: none !important;
}
.fv-margin-bottom-10 {
    margin-bottom: 10px !important
}
input[type=checkbox], input[type=radio] {
    accent-color: var(--main-brand-color);
}
        .ui-button-icon-space{
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px !important;
}

.fv-dashboard-content {
    margin-left: 6%;
}

.fv-member-join a {
    text-decoration: underline;
}

    .fv-member-join a:hover {
        opacity: 0.6;
    }

/*NJ 07/03/2025*/

.fv-sig-listing {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fv-sig-listing-item {
    background-color: #E8EEF3;
    width: 50%;
    min-height: 100px;
    padding: 12px;
    box-sizing: border-box;
    background-clip: content-box;
}

/* to make it 1 column on certain viewport width */
@media (max-width: 600px) {
    .fv-sig-listing-item {
        width: 100%;
    }
}

/*.fv-sig-listing-item:nth-child(3n) {
    min-height: 200px;
}*/

.fv-avaiable-groups-card-heading {
    font-family: Hind, sans-serif;
}


/*14-04-2025 event UI fixes*/
.fv-event-card-btn {
    background: #fff;
    border: 2px solid var(--main-brand-color);
    border-radius: var(--main-brand-button-border-radius);
    flex-grow: 1;
    text-align: center;
}

p.fv-event-card-btn {
    background: #fff;
    border: 2px solid var(--main-brand-color);
    border-radius: var(--main-brand-button-border-radius);
    flex-grow: 1;
    text-align: center;
}
.fv-event-card-btn {
    background: #fff;
    border: 2px solid var(--main-brand-color);
    border-radius: var(--main-brand-button-border-radius);
    flex-grow: 1;
    text-align: center;
}
    p.fv-event-card-btn a {
        text-decoration: none !important;
    }

.fv-event-deadline-text-color {
    color: var(--main-brand-color);
    font-size: 14px;
}

.fv-event-card-fee-divider {
    border-top: 1px solid #ddd;
    margin: 1rem 0;
}

.fv-card-content {
    width: 100%;
}

.fv-flex-grow {
    flex-grow: 1;
}

.fv-event-card-btn-flex {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .fv-event-card-btn-flex a{
        text-decoration: none;
    }

    .fv-event-card-flex-direction {
        flex-direction: row;
        gap: 3rem;
        
    }
.h-100 {
    height: 100%;
}
.fv-event-cards-main-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.fv-event-cart-btn {
    border: 2px solid var(--main-brand-color);
    border-radius: var(--main-brand-button-border-radius);
    padding: 5px;
}

@media (320px <= width <= 768px ) {
    .fv-card-content {
        width: 100%;
    }

    .fv-event-card-flex-direction {
        flex-direction: column;
        gap: 1rem;
    }
    #mobile-portal-card {
        width: -webkit-fill-available;
    }
    #fv-mobile-btn-flex {
        display: flex;
        flex-direction: column;
    }
}
.bottom_msg {
    margin-top: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 600px) {
    .bottom_msg {
        width: 261px;
    }
}

.align-price-btm-rt {
    align-content: end;
}

#ACC_CONTENT_Additional_Attendees > div:last-of-type hr {
    display: none;
}

input[type="button"]:disabled,
input[type="button"]:disabled:hover {
    background-color: #ccc;
    cursor: not-allowed !important;
    opacity: 0.7;
}