#faq {
    font-family: Graphik-Medium;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.19;
    text-align: left;
    color: #281833;
}

#faq-nav ul li a {
    font-family: Graphik-Medium;
    opacity: 0.3;
    background-color: #fff !important;
    font-size: 13px !important;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: 500;
    color: #412852;
    cursor: pointer;
}

#faq-nav ul li{
    padding-left: 5px;
}

#faq-nav ul li a:hover, #faq-nav ul li a.active{
    opacity: 1;
}

.faq-header{
    font-family: Graphik-Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #7673C0;
}

.faq-quest{
    font-family: Graphik-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
    color: #7673C0;
}

.faq-ans{
    font-family: Graphik-Regular;
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #00001c;
}
.serachclass{
    border: white !important;
}