.accordion-item {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    border: none !important;
}
.text-bold{
    font-weight:bold;
}
.font-size{
font-size:1.25rem;
}
@font-face {
    font-family: proximanova;
    src: url('ProximaNovaFont.otf');
}

.accordion-header {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
}

.accordion-button {
    background: none !important;
}

.accordion-button:not(.collapsed) {
    color: #2B2B2B !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.text-red{
color: #B50202 !important;
}
.elex-help-btn:focus{
box-shadow: none !important;
}
h3 {
    font-family: ProximaNova;
}

.accordion-body {
    font-family: ProximaNova;
    padding-left: 4.6rem;
}

.elex-font {
    font-family: ProximaNova;
    color: #2B2B2B;
}

.d-flex h3 {
    font-family: ProximaNova;
    font-size: 1.5rem;
}

.elex-faq-btn {
    font-family: ProximaNova;
    font-weight: bold;
    color: #2B2B2B !important;
}

.elex-help-tab h3.active {
    color: #0577C3 !important;

    transition:all 0.3s;
    border-bottom:3px solid #0577C3;
padding-bottom:2px;
}

.elex-help-btn {
    font-family: ProximaNova;
    font-size: 1rem;
    border-radius: 6px;
    opacity: 1;
    color: #FFFFFF;
    opacity: 1;
}
.elex-text-bold {
    font-weight: bold;
}
.elex-help-tab h3{
    font-size: 1.25rem !important; 
cursor: pointer;

}