.fm-modal.membership .main-style-button {
    margin-bottom: 20px;
    background:#008a7c;
}

.fm-modal.membership .transparent-green {
    background:#95bdb9;
}


.fm-modal.membership .stop-style-button {
    background: #c10000;
    border-radius: 7px;
    color: #fff;
    position: relative;
    height: 38px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left:auto;
    margin-bottom: 20px;
}

.fm-modal.membership .transparent-red {
    background: #bd9595;
}


.fm-modal.membership .intro {
    text-align: justify;
    margin-bottom: 40px;
}

.membership.fm-modal .x-close {
    top: -10px;
    right: -10px;
    cursor: pointer;
    position: absolute;
    z-index: 15;
}

.help-content.membership .fm-modal-grid.topup {
    grid-template-columns: auto auto;
    border: none;
    text-align: center;
}

.help-content.membership .fm-modal-grid.scratchcards {
    grid-template-columns: auto auto;
    border: none;
    text-align: center;
}