#googlemapModal,
#send-to-friend,
#send-to-agent,
#askquestionModal,
#sell-property,
#ada-complaint,
#financing,
#loginModal,
#otpverification,
#resetpasswordModal,
#signupModal {
    z-index: 7777;
}

.payment-calculator .bar-main h4 {
    font-size: 18px;
    font-weight: 700;
}

.payment-calculator .bar-main h4 span {
    font-weight: 400;
    font-size: 16px;
    color: #aaa;
}

.payment-calculator .bar-main .bar-line {
    width: 100%;
    height: 8px;
    background-color: #ed192a;
    margin-top: 16px;
    position: relative;
}

.payment-calculator .bar-main .bar-line-before {
    content: "";
    background-color: #5db75d;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 1;
}

.payment-calculator .bar-main .bar-line-after {
    content: "";
    background-color: #efad4d;
    height: 100%;
    position: absolute;
    width: 70%;
}