.finance-enquiry {

}
.finance-enquiry .form__left {
    width: 100%;
}
.finance-enquiry .tab-content {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .finance-enquiry .form__left {
        width: 40%;
    }
    .finance-enquiry .tab-content {
        width: 60%;
    }
}

.finance-enquiry .separator-outer {
    text-align: center;
    margin: 0 0 7px 27px;
    width: 93%;
}
.finance-enquiry .step {
    opacity: 0.3;
}
.finance-enquiry .step.active {
    background: transparent;
    color: var(--dark);
    opacity: 1;
}
.finance-enquiry .step .icon-container {
    display: inline-block;
    width: 54px;
    height: 54px;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    border-radius: 30px !important;
    background-color: var(--primaryColor);
    color: var(--white);
}


/* finance-calculator */
.finance-calculator .card {
    background-color: #ebebeb;
}
.finance-calculator .incremental-btn {
    width: 100%;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.finance-calculator input {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    background: #ebebeb;
    color: #30343a;
    padding: 0;
}
.finance-calculator .form-control:focus {
    background: transparent !important;
    border: none;
}


/* affordability-calculator */
.affordability-calculator .incremental-btn {
    width: 100%;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.affordability-calculator input {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    color: #30343a;
    padding: 0;
}
.affordability-calculator .form-control:focus {
    background: transparent !important;
    border: none;
}


