a.btn.apply-btn {
    background-color: #d3a22c;
}
.section-title {
    color: #0365ad;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:5px;
}
.account-details {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.account-details strong {
    display: block;
    color: #0365ad;
    font-size: 18px;
    font-weight: 500;
}
.error {
    color: #ED1C24;
    font-size: 13px;
    display: inline;
}
/* .banner-document, .account-selection {
    box-shadow: 0 0 4px #e1e1e1;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
} */
.account-selection {
    box-shadow: 0 0 4px #e1e1e1;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.account-selection .section-title{
    border-bottom: 1px solid #c4e0f4;
    padding-bottom: 10px;
    font-size: 20px;
}
.banner-document{
    border-bottom:none;
}

.account-selection:last-child {
    border-bottom:none;
}

.banner-document ul{
    margin-left:20px !important;
}

p.account-details.account-details-space-fix a {
    margin-top: 10px;
}

@media(max-width:1024px){
    p.account-details-space-fix{
        margin: 0 0 10px 0;
    }
}

#nrn_select
{
    color:black !important;
}
label#applying_from_country_select-error {
    position: absolute;
    bottom: 0;
    left: 15px;
}
label.switch-yes span {
    margin-left: 0 !important;
}