.helpcenter {
    padding: 50px 0;
}
.helpcentersearch .mainheading {
    text-align: center;
    margin: 0 0 15px;
}
.helpcentersearch {
    text-align: center;
    position: relative;
}
.helpcentersearch form {
    width: 60%;
    margin: auto;
    display: block;
    position: relative;
}
.helpcentersearch form > input {
    width: 100%;
    padding: 15px 45px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;
}
.helpcentersearch form > button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
}
.faqslistarea {
    margin: 50px 0 0;
}
.faqsheading {
    font-size: 25px;
    margin: 0 0 15px;
}
.faqslist button.accordion-button {
    background-color: transparent;
    font-size: 19px;
    font-weight: 600;
}