#banner {
    background-color: #fff;
}

.banner-title {
    padding: 50px 0;
    text-align: center;
}

.banner-title > h1 {
    font-size: 36px;
    color: #8ec31e;
    font-weight: bold;
}

.qa-header {
    background-color: #f5f5f5;
    padding: 10px 0px;
}

.qa-title {
    font-size: 22px;
    font-weight: bold;
    color: #8ec31e;
    margin: 0;
}

.qa-item {
    margin: 20px 0;
}
.qa-item p {
    margin: 0;
}
.qa-item .qa-question {
    font-size: 14px;
    color: #8ec31e;
    font-weight: bold;
}

.qa-item .qa-anwser {
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    line-height: 28px;
}

.qa-item .qa-anwser a {
    color: #8ec31e;
    font-weight: bold;
    cursor: pointer;
}

.qa-item .qa-anwser .link {
    text-decoration: underline;
    font-weight: 500;
}

.notice {
    text-align: center;
}
.notice > h3 {
    font-size: 24px;
}

.qa-pay {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qa-pay-content {
    padding: 15px 25px;
    width: 100%;
    max-width: 420px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #8ec31e;
    text-decoration: none;
    text-align: center;
    border: 1px solid #8ec31e;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.pay-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pay-content span {
    font-size: 22px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.pay-content > span:first-child {
    color: #ffff00;
}
.pay-icon {
    margin-right: 20px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
}
.pay-icon > i {
    font-size: 46px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

#qas {
    margin-bottom: -30px;
}

#faq-contact {
    padding-top: 80px;
    background-color: #fff;
}
.form-title {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #8ec31e;
}

.Form-group label {
    font-size: 16px;
    color: #fff;
}

.Form-checkbox {
    font-weight: bold;
}
.ReceiveMoney-submit {
    font-weight: bold;
}
.Form-group textarea {
    padding: 5px;
}

.faq-form {
    background-color: #8ec31e;
}

.ReceiveMoney-form {
    margin: 0 auto;
    padding: 40px 0px;
}

.ReceiveMoney-privacyPolicy.qas {
    padding: 50px 0 0;
}

.Msg-error {
    margin-top: 4px;
    border-radius: 0;
}

.msg-404 {
    text-align: center;
    width: 100%;
}

.body-content {
    padding: 20px 0 10px 0;
    color: #8ec31e;
}

.button-send {
    display: inline-block;
    color: #fff;
    background: #8ec31e;
    text-decoration: none;
    text-align: center;
    border: 1px solid #8ec31e;
    outline: none;
    transition: all 0.2s ease-in-out;
}

@media (hover: hover) {
    .button-send:hover {
        color: #8ec31e;
        background: #fff;
        border: 1px solid #8ec31e;
    }
    .qa-pay-content:hover {
        background-color: #fff;
    }
    .qa-pay-content:hover .pay-content p,
    .qa-pay-content:hover .pay-content span {
        color: #8ec31e;
    }
    .qa-pay-content:hover .pay-icon > .icon-yenalt {
        color: #8ec31e;
    }
}

.button-send.disabled {
    color: #fff;
    background: #999;
    border: 1px solid #999;
    cursor: default;
}

.banner-title {
    padding-top: 15px ;
    padding-bottom: 30px ;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 480px) {
    .qa-pay-content {
        padding: 10px 25px;
    }
    .pay-content p {
        font-size: 20px;
    }
    .pay-icon > i {
        font-size: 40px;
    }
    .banner-title{
        padding-top: 15px !important;
    }
}

@media screen and (max-width: 374px) {
    .pay-content span {
        display: block;
    }
}
