.apply_now_box {
    background-image: linear-gradient(to right, #f9f9f9 52%, #fff 48%);
    width: 100%;
    margin-bottom: 90px;
}
.left-img-image {
    width: 594px;
    height: 400px;
    object-fit: cover;
}

.apply_text_1 {
    position: absolute;
    bottom: -50px;
    border-radius: 5px;
    border: 1px dashed #f1a17e;
    background: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 260px;
    height: 65px;
}
.apply_left_img {
    position: relative;
}
.apply_text_2 {
    top: 104px;
    right: -39px;
    position: absolute;
    border-radius: 5px;
    border: 1px dashed #f1a17e;
    background: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 240px;
    height: 54px;
}
.apply_text_3 {
    position: absolute;
    border-radius: 5px;
    border: 1px dashed #f1a17e;
    background: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 210px;
    height: 84px;
    right: -39px;
    bottom: -35px;
}
.apply_text_box {
    display: flex;
    align-items: center;
}
.apply_text_box img {
    min-width: 25px;
    height: 25px;
}
.apply_text_box p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0px;
}
.apply_short_icons {
    min-width: 40px;
    height: 40px;
    border: 1px solid #ea652b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.font-18 {
    color: #ea652b;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
}
.business_loan_text {
    padding: 90px 0px 40px 0px;
}
.apply_sub_text {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}
.apply_bottom_text {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
.bottom_text_img {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.image-bottom-apply {
    min-width: 40px;
    height: 40px;
    margin-right: 18px;
}
.apply-right-form {
    width: 100%;
    padding: 40px 0px 40px 60px;
}
.apply_bottom_text_box {
    padding-top: 20px;
}
.font-style {
    font-size: 18px !important;
}
.lform-field {
    border-radius: 5px !important;
    border: 1px solid #cecece !important;
    background-color: #fff !important;
    color: #495057 !important;
}
.error {
    color: red !important;
    font-size: 12px !important;
    font-family: "Lato";
    font-weight: 500;
    line-height: 14px;
    margin-top: 5px !important;
}
.field-height label {
    color: #4f4f4f;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.field-height {
    margin-bottom: 10px;
    height: 84px;
}
.accept-box {
    display: flex;
    flex-direction: row-reverse;
}
input.accept-box-input {
    margin-right: 10px;
}
label.accept-box-lable {
    color: #4F4F4F;
    text-align: justify;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 30px;
}
label#accept-error {
    position: absolute !important;
    top: 80px;
    left: 20px;
}
.apply-right-form .lform-field{
    color: #495057 !important;
    font-family: 'Lato' !important;
    font-size: 16px !important;
}
.sent-otp {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 2px;
}
.button_class {
    margin-top: 20px;
}
.send-otp-box {
    position: absolute;
    top: 34px;
}
.error.valid_mobile {
    margin-top: 10px !important;
} 