﻿ol li[data-list=bullet] {
    list-style-type: disc;
    margin-left: 20px;
}

.faqWrapper {
    margin-top: 32px;
}

.accordion:focus-visible {
    outline: 2px solid #005ea5;
    outline-offset: 3px;
}

.faqBody {
    max-width: 600px;
}

.accordionItem {
    padding: 32px 16px;
    border-bottom: 1px solid var(--bluish-gray);
}


.accordionContainer {
    display: flex;
    flex-direction: column;
}

.accordion {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: none;
    font-size: var(--font-size-lg);
    text-align: left;
    line-height: 25px;
    color: var(--black);
}


.arrow {
    transition: all ease 0.3s;
}

.accordion.active .arrow {
    transform: rotate(180deg);
    left: 5px;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: var(--font-size-lg);
}

    .panel ol, .panel ul {
        margin-left: 24px;
    }

.readAll {
    margin-top: 32px;
    font-size: var(--font-size-md);
    line-height: 20px;
}

    .readAll a {
        text-decoration: none;
        color: var(--blue);
        padding: 0 16px;
    }

.faqHeader {
    height: 312px;
    left: 0px;
    top: 148px;
    background: #013682;
    max-width: 1280px;
    margin: auto;
    padding: 64px 0;
}

.faqHeaderCommercial {
    height: 312px;
    left: 0px;
    top: 148px;
    background: var(--light-blue);
    max-width: 1280px;
    margin: auto;
    padding: 64px 0;
}

.faqHeader2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    /* identical to box height, or 133% */

    text-align: center;
    letter-spacing: 0.2px;
    color: white;
}

.categoryName {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height, or 138% */


    color: #013682;
}

.categoryNameCommercial {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height, or 138% */


    color: var(--light-blue);
}

.marginTopSSS {
    margin-top: 20px;
}

.transferDE {
    color: white;
}

.searchIcon {
    margin-left: 20px;
}

.readMoreFAQMainPage {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .faqBody {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .faqWrapper {
        margin-top: 0;
    }

    .accordion {
        font-size: var(--font-size-md );
        line-height: 22px;
    }

    .accordionItem {
        padding: 16px 0 8px 0;
    }

    .panel {
        font-size: var(--font-size-md );
    }

    .marginTop36 {
        margin-top: 8px;
    }

    .readAll a {
        padding: 0;
    }
}
