@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Aleo:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),url("../fonts/AvenirLTStd-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),url("../fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"),url("../fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}
.faq_section {
    padding-top: 40px;
    padding-bottom: 30px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0;
        border-top: 1px solid #000000;
}
.accordion-button {
    padding: 0;
    background: none !important;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    font-weight: bold;
    font-size: 18px;
    color: #000 !important;
    padding: 17px 0;
    border-bottom: 1px solid #0050EC;
    border-radius: 0;
}

.accordion-body {
    padding: 15px 0;
}

.latter {
    margin-right: 5px;
    color: #0050EC;
    font-weight: bold;
    font-size: 18px;
}

.accordion-item {
    border: 0 !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0;
    
}


.getStartedCta2_faq {
    background-color: #db3e4d !important;
    border-radius: 8px;
    color: #fff !important;
    text-transform: none;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Arial", sans-serif;
}
.accordion-body ul li {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.accordion-body ul {
    margin-left: 50px;
    margin-bottom: 20px;
}


.accordion-button.collapsed::after {
    background: url(../images/faq2.png) no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    background-size: cover;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background: url(../images/faq1.png) no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    background-size: cover;
}
.accordion-header {
    margin-bottom: 0;
    /* font-family: "Arial", sans-serif; */
}

.list-unstyled li {
    color: #08224b;
    font-size: 14px;
    line-height: 25px;

}

.band_p {
    background: #c0efd8;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.band_p p {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}

.h2_table {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}
.h6{    font-size: 28px;
    line-height: 35px;
    margin: 20px 0;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;}
button.accordion-button {
    font-size: 20px;
    line-height: 24px;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 0px solid #00000000;
    box-shadow: none !important;
    border-top: 1px solid #000000;
    border-radius: 0 !important;
    font-family: "Avenir LT Std";

}
.accordion-body p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Avenir LT Std";
}
.h6_1 {
    font-size: 33px;
}
@media screen and (max-width: 767px) {

    .faq_section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .accordion-body p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 9px !important;
    }
    button.accordion-button {
        font-size: 17px;
        line-height: 20px;padding-right: 50px !important;     display: inline-block;}
    .h2_table {
        font-size: 20px;
    }
    .h1 sup img {
        width: 10px;
    }

    .top_head_add a.t-btn {
        padding: 12px 18px;
        font-size: 14px;
        line-height: 1.5em;
        border: 2px solid #fff;
    }

    .blue_bg {
        line-height: 22px;
        padding: 10px 15px;
        text-align: center;
    }

    .accordion-body ul li {
        font-size: 15px;
    }

    .accordion-body ul {
        margin-left: 15px;
    }

    .accordion-button::after {
        position: absolute;
        right: 0;
        top: 17px;
    }

}