body {
    background: #ffffff;

}

.header-section {
    background: #e9eef2 url(../images/bg-light.png)  no-repeat;
    padding: 20px 0 100px;
    background-size: cover;
    background-position: 60% 50%;
    min-height: 850px;
}

.dark-section {
    background: #ffffff;
    padding: 60px 60px;
    margin-top: -20px;

}

.white-text {
    color: #ffffff;
}

.blue-text {
    color: #005EF8;
}

.grey-text {
    color: #C4C4C4;
}

.white-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.29);
    padding: 30px 40px;
}

.thin-font {
    font-weight: 300;
}

.blue-btn {
    background: #005EF8;
    font-size: 22px;
    border-radius: 8px;
    padding: 15px 50px;
}


.text01 {
    font-size: 30px;
}

.text02 {
    font-size: 18px;
}

.text02a {
    font-size: 16px;
}

.text03 {
    font-size: 13px;
}

.text04 {
    font-size: 11px;
}

.lines {
    background-position: center center;
    position: relative;
}

.lines-text{
    position: absolute;
    top:0;
    left: 180px;
    color: #C4C4C4;
}

.footer {
    background: #E9EEF2;
    padding: 10px 0 20px;
    color: #666C70;
    font-size: 10px;
}

.footer a {
    font-size: 11px;
    color: #005EF8;
    text-decoration: underline;
}

.footer-pipe {
    padding: 0 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

    .header-section {
        background: #e9eef2 url(../images/bg-light.png) top center no-repeat;
        padding: 20px 0 60px;
        background-size: cover;
        min-height: 100%;
    }
    .blue-btn {
        background: #005EF8;
        font-size: 16px;
        border-radius: 8px;
        padding: 15px 50px;
    }
    .white-box {
        border-radius: 8px;
        background: #fff;
        box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.29);
        padding: 30px 40px;
        margin-top: 320px;
    }
    .lines-text {
        position: absolute;
        top: 0;
        left: 145px;
        color: #C4C4C4;
    }

    .text01 {
        font-size: 24px;
    }
}


