/* Priority Page */

.size-b{
    font-size: 24px !important;
}
.size-b+p{
    margin: 8px 0 0 0 !important;
}
.primary-blue{
    color: #233990 !important;
}
.primary-green{
    color: #00a79d !important;
}
.balance_title {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.loan_title {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}
.priority_loan p {
    font-size: 10px;
    text-transform: none;
    font-weight: 400;
    color: #8b9099;
    margin: 0 0 10px 0;
    opacity: 1;
}
.priority_loan p:nth-last-child(1){
    margin: 0;
}
.priority_loan .flex-box.gradient-box-rev {
    width: 100%;
    border-color: transparent;
    padding: 15px 30px 20px;
}
.priority_loan_form_section p {
    max-width: 570px;
    margin: 0 auto;
}
.fancy_default_button {
    background: #2b3990;
}
 .lg-btn{
     padding: 15px 35px;
 }
.priority_loan_form_section h5 {
    font-weight: 700;
    font-size: 12px;
    color: #1b223c;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 7px 0;
}
.small-text{
    font-size: 11px;
    color: #8b9099;
    font-weight: 600;
}
.loan_priority_form .panel .panel-heading {
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 5px;
    color: #1B223E;
    font-size: 12px; box-shadow: none;   border: none;
}
.loan_priority_form .panel-default, .panel-white {
    border: none;
    box-shadow: none;
}
.loan_priority_form .panel-default .panel-body, .panel-white .panel-body {
    color: #2b2b2b;
    padding: 0;
}


.loan_vault_section{	
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
    margin: 0 -7px;
}

.vault_bal_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.vault_bal_block .g-block{
    margin: 0 6px;
}
.vault_bal_block .currency-value {
    width: 100%;
}
.row-eq-height .white-block{
    height: 100%;
}
.valut_bal_box {
    font-size: 17.78px;
    font-weight: 700;
/*    display: block;*/
 /*   margin-top: 13px;*/
    float: left;
    width: 85%;
}

.valut_bal_percentage {
    margin-top: 4px;
    float: right;
    width: 15%;
    text-align: right;
}

.loan_vault_section span.currency-value {
    text-transform: uppercase;
    font-size: 10px;
}