video.main-video {
    display: none;
}

.lead_form_main_section {
    margin-top: 12vh;
    background-image: url("../../front-assets/images/lead-form-bg-img.png");
    width: 100%;
    height: auto;
    padding: 70px 0px 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lead_input_box_radio {
    display: flex;
    align-items: center;
}

.lead_input_box_radio div:first-child {
    margin-right: 50px;
}

.lead_input_box_radio div label {
    margin: 0px;
}

.lead_input_box_radio div input {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: auto;
    width: auto;
}

#home-footer {
    position: initial !important;
}

.bottom-arrow {
    display: none;
}

.lead_form_left_box {
    background-color: #fff;
    padding: 28px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.select_product {
    display: flex;
    align-items: center;
}

.product_text {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ea652b;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    text-transform: capitalize;
}

.custom-error {
    color: red;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 14px;
    margin-top: 1px !important;
}

.right_border {
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    margin-left: 20px;
    margin-top: 2px;
}

.tab_box {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 25px;
}

.unactive_icon {
    display: block;
    height: 22px;
    margin-right: 10px;
}

.active_icon {
    display: none;
    height: 22px;
    margin-right: 10px;
}

.nav_tabs .active .active_icon {
    display: block !important;
}

.nav_tabs .active .unactive_icon {
    display: none;
}

.tab {
    float: left;
    width: 45%;
    padding-top: 20px;
}

.nav_tabs .active {
    color: #ea652b;
}

.tab button {
    margin-bottom: 17px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
}

.tabcontent {
    float: left;
    padding: 19px;
    border-left: none;
    display: none;
    background-color: #f8f8f8;
    width: 100%;
    position: relative;
    z-index: 99;
    border-radius: 10px;
}

.right_arrow {
    position: absolute;
    top: 22px;
    left: -18px;
    height: 25px;
}

.right_arrow1 {
    position: absolute;
    top: 55px;
    left: -18px;
    height: 25px;
}

.right_arrow2 {
    position: absolute;
    top: 95px;
    left: -18px;
    height: 25px;
}

.right_arrow3 {
    position: absolute;
    top: 135px;
    left: -18px;
    height: 25px;
}

.right_arrow4 {
    position: absolute;
    top: 180px;
    left: -18px;
    height: 25px;
}

.right_arrow5 {
    position: absolute;
    top: 215px;
    left: -18px;
    height: 25px;
}

.right_arrow6 {
    position: absolute;
    top: 255px;
    left: -18px;
    height: 25px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.tablinks {
    display: flex;
    align-items: center;
    background-color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000b2;
}

.tab_heading {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    font-style: normal;
    line-height: 17px;
    margin-bottom: 15px !important;
}

.tab_text {
    display: flex;
    align-content: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #575757;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px !important;
}

.tab_text img {
    height: 15px;
    margin-right: 10px;
}

.tab_right_box {
    width: 57%;
}

.lead_input_box {
    /* height: 90px; */
}

.lead_input_box label {
    color: #00000099;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.lead_input_box input {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /* width: 100%; */
    color: #8c8c8c;
    height: 40px;
    padding: 0px 10px;
    /* text-transform: capitalize; */
}

.lead_input_box select {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    color: #8c8c8c;
    height: 40px;
    padding: 0px 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3 !important;
}

.range_input_box input {
    font-family: "Lato", sans-serif;
    width: 100%;
}

.modal_input_box input {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    color: #8c8c8c;
    height: 40px;
    padding: 0px 10px;
    text-transform: capitalize;
}

.verify_btn {
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    padding: 8px 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 10px;
    letter-spacing: 0.56px;
}

.verify_btn_disable {
    background: rgb(197, 197, 197);
    padding: 8px 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 10px;
    letter-spacing: 0.56px;
}

.heading_text {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

.lead_form_right_box {
    text-align: center;
}

.loan_text_color {
    color: #ea652b;
}

.lead_right_img {
    width: 384px;
    height: auto;
    margin: auto;
    text-align: center;
}

.modal_header {
    background-color: #ea652b !important;
    color: #fff !important;
    justify-content: center !important;
}

.modal_header h5 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.modal_body_box {
    margin-top: 10px !important;
    padding-bottom: 20px;
}

.verify_modal_content {
    width: 443px !important;
}

.otp_text {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}

.otp_no {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ea652b;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.resent_otp {
    color: #575757;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    border: none;
    background: none;
    margin-top: 20px;
}

.modal_text_box {
    width: 70%;
    margin: auto;
    text-align: center;
}

.Model-Btn-Box {
    margin-top: 30px;
    text-align: center;
}

.verify_btn1 {
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    padding: 7px 25px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 10px;
    letter-spacing: 0.56px;
}

.conditions_box {
    display: flex;
    align-items: flex-start;
}

.conditions_box input {
    border: 1px solid #4f4f4f;
    margin-right: 10px;
    margin-top: 3px;
}

.termAndcond {
    color: #4f4f4f;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    margin: 0;
}

.input_bg_color {
    background-color: #e3e3e3;
}

.select_arrow_box {
    position: relative;
}

.selectArrow {
    position: absolute;
    top: 48px;
    right: 8px;
    height: 8px;
}

@media (max-width: 990px) {
    .lead_form_main_section {
        background-image: none;
        background-color: #ffeee7;
        padding: 45px 0px 70px 0px;
        margin-top: 9vh;
    }

    .mobileImageDirection {
        flex-direction: column-reverse;
    }

    .lead_form_right_box {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .lead_form_main_section {
        margin-top: 9vh;
        padding: 30px 0px 50px 0px;
    }

    .mobileImageDirection {
        flex-direction: column-reverse;
    }

    .heading_text {
        font-size: 22px;
        line-height: 35px;
    }

    .tab_box {
        flex-direction: column;
        margin-top: 5px;
    }

    .tab {
        float: left;
        width: 100%;
        padding-top: 20px;
    }

    .tab_right_box {
        width: 100%;
    }

    .lead_form_left_box {
        padding: 20px;
    }

    .product_text {
        font-size: 15px;
    }

    .right_border {
        width: 60px;
        margin-left: 8px;
        margin-top: 2px;
    }

    .tablinks {
        font-size: 14px;
    }

    .tab button {
        margin-bottom: 12px;
    }

    .unactive_icon {
        height: 18px;
    }

    .active_icon {
        height: 18px;
    }

    .tabcontent {
        float: left;
        padding: 18px;
        margin-top: 15px;
    }

    .lead_input_box label {
        font-size: 14px;
    }

    .lead_input_box input::placeholder {
        font-size: 12px !important;
    }

    .verify_btn {
        font-size: 14px;
    }

    .lead_right_img {
        width: 100% !important;
        height: 240px;
        object-fit: contain;
    }

    .tab_right_box .right_arrow {
        display: none;
    }

    .tab_right_box .right_arrow1 {
        display: none;
    }

    .tab_right_box .right_arrow2 {
        display: none;
    }

    .tab_right_box .right_arrow3 {
        display: none;
    }

    .tab_right_box .right_arrow4 {
        display: none;
    }

    .tab_right_box .right_arrow5 {
        display: none;
    }

    .tab_right_box .right_arrow6 {
        display: none;
    }

    .modal_text_box {
        width: 90%;
    }

    .modal_header h5 {
        font-size: 18px;
    }

    .otp_text {
        font-size: 15px;
    }

    .otp_no {
        font-size: 15px;
    }

    .resent_otp {
        font-size: 15px;
    }

    .document-left {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .document-section {
        padding: 30px 20px !important;
    }

    h2.document-heading {
        font-size: 20px !important;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .document-btn-box .document-text {
        padding: 12px 8px !important;
        width: 100% !important;
        font-size: 14px !important;
        margin: 0px;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    img.doc-img {
        width: 14px !important;
        margin-right: 5px !important;
        margin-top: -4px;
    }

    .mob-left {
        margin-right: 5px !important;
    }

    .mob-right {
        margin-left: 5px !important;
    }

    img.doc-banner {
        width: 100%;
    }

    img.doc-banner.mob {
        display: none !important;
        position: absolute !important;
        width: 110px;
        top: 0px;
        right: 0px;
    }

    .document-btn-box {
        display: flex !important;
        z-index: 999;
    }

    img.doc-banner.web {
        display: none;
    }

    label#accept-error {
        top: 155px !important;
    }

    .accept-box {
        height: 180px;
    }
}

#SecondForm {
    display: none;
}

.document-section {
    padding: 50px 0px;
}

.container {
    max-width: 1182px !important;
}

h2.document-heading {
    font-size: 36px;
    color: #000000;
    font-family: "Montserrat";
    font-weight: bold;
    margin: 0px;
    line-height: 40px;
    padding-bottom: 35px;
}

.document-left {
    padding-left: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

p.document-text {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px;
    width: 270px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: normal;
    margin: 0px;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.document-btn-box {
    display: flex;
}

img.doc-img {
    width: 16px;
    margin-right: 10px;
    margin-top: -4px;
}

img.lbanner-img.mob {
    display: none;
}

img.doc-banner.mob {
    display: none;
}

.error {
    color: red;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 14px;
    margin-top: 1px !important;
}

.email-error {
    color: red;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 14px;
    margin-top: 0px !important;
}

.accept-box {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 110px;
}

.accept-box-lable {
    font-size: 12px;
    font-family: "Montserrat";
    color: #646464;
    font-weight: 500;
    position: absolute;
    width: 98%;
    left: 12px;
    top: 1px;
    line-height: 18px;
    text-align: justify;
}

.accept-box-input {
    width: 100%;
    display: grid;
}

input.accept-box-input {
    width: 20px;
}

span.lbanner-heading-color {
    color: #e14d24;
}

button.close1 {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 0;
    float: right;
    position: absolute;
    right: 16px;
    top: 23px;
}

.pan-error {
    font-size: 12px;
    color: #da352c;
}

label.error {
    font-size: 12px;
    color: #da352c;
}

.enterOtp-error {
    font-size: 12px;
    color: #da352c;
    text-align: end;
}

.countdown {
    color: #ea652b;
    font-weight: 600;
    font-size: 16px;
}

.lub-captcha {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.PAN-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PAN-div span {
    cursor: pointer;
}

.modal-header-partner-lead {
    padding: 2px 16px;
    background-color: #ea652b !important;
    color: #fff !important;
    border: 0px !important;
    justify-content: end !important;
}

.modal-body {
    padding: 2px 16px;
    margin-top: 0px !important;
}

.close {
    color: #fff !important;
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 0 !important;
}

.password-toggle-icon {
    position: absolute;
    top: 102px;
    right: 92px;
}

.pleadge_box {
    display: inline-flex;
}


.downloadCounter {
    background-color: #FFFFFF;
    border-radius: 7px;
    width: 120px;
    padding: 10px;
    border-top: 5px solid;
    border-top-color: #ea652b;
    border-bottom: 5px solid;
    border-bottom-color: #ea652b;
}

.downloadCounter h1 {
    font-size: 16px;
    text-transform: uppercase;
}

#count1 {
    font-size: 26px;
}

@media (max-width: 768px) {
    .downloadCounter {
        display: inline-block;
        width: 98.7%;
    }

    .lead_form_text_box {
        margin-top: 20px;
    }
}

.cert_lead_form_main_section {
    top: 70px !important;
    left: 0px !important;
    position: absolute;
    background-image: url("../../front-assets/images/certificateFormBg.jpg");
    width: 100%;
    height: calc(100% - 70px);
    padding: 70px 0px 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
}

.lead_form_text_box {
    background-color: #fff;
    padding: 18px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 530px;
}