@charset "utf-8";

.section-container{
    max-width: 1100px;
    margin: auto;
    float: none;
}
.title-h2{
    font-size: 28px!important;
}
.n-text{
    font-size:15px;
    max-width: 850px;
    margin: auto;
    text-align: left;
    padding-bottom: 14px;
    color: #435166;
}
.s-text {
    font-weight: 600;
    border-bottom: 1px solid #cf371d;
}
.process-wrap{
    margin-top: 30px;
    padding-bottom: 20px;
}
.process-item{
    min-height: 200px;
}
.time-line-icon{
    margin-bottom: 0;
}
.process-wrap li h4{
    margin-bottom: 0;
}
.step-item{
    position: absolute;
    top: -90px;
    left: 50%;
    width: 120px;
    padding: 13px 0;
    color: #fff;
    border-radius: 30px;
    margin-left: -60px;
    font-weight: 600;
    font-size: 12px;
}
.c-toggle{
    background: #4DB7FE;
    color: #fff;
    border-color: transparent;
    border: 1px solid #eee;
    padding: 18px 30px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 550;
    font-size: 15px;
    margin-bottom: 15px;
    pointer-events: none;
}
.c-accordion-inner{
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 30px;
	background: #f9f9f9;
    margin: 0 0 15px;
    text-align: left;
}
.last-copy{
    color: #566985;
    font-size: 15px;
    font-weight: 600;
    padding: 30px 0 60px 0;
    max-width: 850px;
    margin:auto;
    line-height: 2.5;
}
.s-last-copy{
    font-weight: 700;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.btn-container{
    padding-top: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
    .section-container{
        max-width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .section-container{
        max-width: 540px;
    }
    .section-payment{
        max-width: 540px;
        margin: auto;
        float: none;
    }
    .section-payment .n-text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-title h1{
        font-size: 30px;
    }
    .title-h2{
        font-size: 24px!important;
    }
}
@media screen and (max-width: 414px) {
    .s-container{
        padding: 20px;
    }
    .section-title h1{
        font-size: 30px;
    }
    .title-h2{
        font-size: 24px!important;
    }
    .n-text{
        font-size: 14px;
    }
    .join-wrap h3{
        font-size:24px;
    }
}
