/* font */

body {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    color: #222;
}
table {
    width: 100%;
    margin: 30px 0;
}
table tr {
    border-bottom: 1px solid #e1e1e1;
}
th {
    border-bottom: 1px solid #868686;
}
td {
    padding: 10px;
}

/* content */
.faq_body, .terms_body, .privacy_body {
    background-image: url("../public/image/faq-background.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.faq_body #banner, .terms_body #banner, .privacy_body #banner {
    min-height: initial;
}
.faq_body #banner:before, .terms_body #banner:before, .privacy_body #banner:before {
    content: none;
}
.faq_body .footer, .terms_body  .footer, .privacy_body .footer, .weChat_body .footer{
  box-shadow: none;
}
.faq, .terms, .privacy {
    min-height: 100vh;
    padding: 180px 0 100px;
}
.rewards {
    min-height: 100vh;
    padding: 70px 0px 100px;
    text-align: center;
}
.faq_content {
    margin: 100px 0 20px;
}

p
{
    padding: 0px 20px 0px;
}

sub
{
    padding: 0px 20px 0px;
}

h1 {
    font-size: 32px;
    color: #555555;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 300;
}
h2 {
    color: #222;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px;
}
h5 {
    width: 82%;
}
li {
    margin-bottom: 10px;
}
#banner {
    height: initial;
}
.all_button {
    position: fixed;
    margin: 0 auto;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    transition: 0.3s transform;
    z-index: 20;
    box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
    border-radius: 24px;
    border: 1px solid #FF5540;
    color: #FF5540;
    background: #fff;
    padding: 0 25px 0 55px;
    width: fit-content;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
}
.all_button.fixed {
 position: absolute;
 bottom: 0;
}

.faq > div{
    position: relative;
    padding-bottom: 100px;
}
.scrollmagic-pin-spacer {
    position: absolute !important;
    left: 46% !important;
}

/*.all_button:hover{
    transform: scale(0.9);
}*/
.faq .all_button .oi-plus, .faq .all_button .oi-minus{
    top: 10px;
    left: 20px;
    right: initial;
    font-size: 16px;
}
.card {
    border: 0;
    background-color: transparent;
}
.card-header {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}
.faq .btn.btn-link {
    color: #FF5540;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
}
.faq .btn.btn-link .minus{
    display:block !important;
}
.faq .btn.btn-link .minus2{
    display:block !important;
}

.faq .btn.btn-link .plus{
    display: none !important;
}

.faq .btn.btn-link .plus2{
    display: none !important;
}
.faq .btn.btn-link.collapsed {
    color: #222;
}
.faq .btn.btn-link.collapsed .plus{
    display:block !important;
}
.faq .btn.btn-link.collapsed .minus{
    display: none !important;
}

.faq .btn.btn-link.collapsed .minus2{
    display: none !important;
}
.faq .card-body {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
}
.faq .oi{
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 24px;
    color: #FF5540 !important;
}
.download_app {
    background-image: url('../public/image/mobile-download-background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.download_app h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform:uppercase;
}
.download_app img {
    margin: 15px;
    width: 120px;
}
.download_app .faq_download_app {
    text-align: center;
}

/* Navigation */
.et-hero-tabs-container--top .top-logo {
    display: block;
}

.et-hero-tabs-container {
  z-index: 20;
  font-size: 20px;
  text-align: center;
}

.footer_download {
    bottom: 0 !important;
    display: block !important;
}
/* Navigation */


.plus2 {
    width: 25px;
    height: 25px;
    background-image: url(../public/image/plus-red.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 12px;
}
.minus2 {
    width: 25px;
    height: 25px;
    background-image: url("../public/image/minus-red.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 12px;
}

.plus {
    width: 25px;
    height: 25px;
    background-image: url(../public/image/plus-red.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 12px;
}
.minus {
    width: 25px;
    height: 25px;
    background-image: url("../public/image/minus-red.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 12px;
}
.all_button .plus, .all_button .minus , .all_button .plus2, .all_button .minus2{
    top: 50%;
    right: initial;
    left: 18px;
    transform: translateY(-50%);
}
.all_button span{
    display: block;
    height: 100%;
}
.terms .subTitle {
    margin-left: -17px;
}

.rewards .row {
    margin-bottom: 15px;
}
.rewards_banner img, .rewards_content img {
    width: 100%;
}
.rewards_content {
    padding: 60px 15px 30px;
    max-width: 880px;
}
.rewards_content .annotation {
    text-align: left;
}
.rewards_content h3 {
    margin: 15px 0 10px;
    font-size: 18px;
}

.rewards_download {
    padding-top: 10px;
}
.rewards_download h2 {
    font-size: 26px;
}
.rewards_content .col-md-5 {
    padding: 40px;
}
.rewards_button {
    margin-top: 0px;
    padding: 10px;
}


@media (max-width: 991.98px) {  
    .et-hero-tabs-container {
        display: none;
    }
    .et-hero-tabs-container--top {
        display: block !important;
    }

    .et-hero-tab, .et-hero-tab-link, .footer_download {
        display: none !important;
    }

    .lang_box {
        display: none;
    }
    .mobile_lang_icon {
        position: absolute;
        top: 24px;
        right: 24px;
        display: block;
        width: 20px;
        height: 20px;
        z-index: 35;
    }
    .lang_icon_grey {
        background: url(../public/image/lang.svg) no-repeat;
    }
    .lang_icon_red {
        background: url(../public/image/lang-red.png);
    }

    .mobile_lang_body {
        position: absolute;
        bottom: -50px;
        width: 100%;
        display: none;
    }
    .mobile_lang_body .lang_btn {
        color:#fff;
        background-color: #FF5540;
        float: left;
        margin: 0px;
        width: 50%;
        height: 50px;
        padding: 12px 0;
    }
    .lang_btn_left{
        border-radius: 0 0 0 20px;
    }
    .lang_btn_right{
        border-left: 1px solid #fff;
        border-radius: 0 0 20px 0;
    }
    .faq > div{
        position: relative;
        padding-bottom: 60px;
    }
    .faq, .terms, .privacy {
        min-height: 100vh;
        padding: 180px 0 50px;
    }
