.content-10 {
    color: #fff;
    margin-bottom: 100px;
}

.content-10 .main-section-1 .btn-apply {
    width: auto;
    font-size: 20px;
    padding: 15px;
    border-radius: 6px;
}

.content-10 .main-section-1 .btn-apply:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000 !important;
}

.content-10 h1 {
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 35px 0;
}

.content-10 .main-section-2 ul li {
    color: #AFABAB;
    font-size: 16px;
}

.content-10 .main-section-2 .btn-apply {
    font-weight: 500;
    padding: 15px;
    border-radius: 6px;
}

.content-10 .main-section-2 .btn-apply:hover {
    background: #fff;
    color: #000 !important;
}

/* mobile screen */
@media (max-width:480px) {
    .content-10 {
        color: #fff;
    }

    .content-10 .main-section-1 .fullwidth {
        height: auto;
    }

    .content-10 .main-section-1 section .banner-scroll {
        height: 200px !important;
    }
    .content-10 .main-section-1 .btn-apply, .content-10 .main-section-2 .btn-apply {
        padding: 10px;
        font-size: 14px;
    }
    .content-10 .main-section-2 ul li {
        font-size: 14px;
    }

}

/* end mobile screen */
/* ipad screen */
@media (min-width :481px) and (max-width :1440px) {
    .content-10 {
        color: #fff;
    }

    .content-10 .main-section-1 .btn-apply,
    .content-10 .main-section-2 ul li {
        font-size: 14px;
    }

}

/* end ipad screen */