﻿


    /*******===============================================************************/
/*@font-face {
 font-family: icici;
 src:url(../fonts/icici.eot?yof9st);
 src: url(../fonts/icici.eot?yof9st#iefix) format("embedded-opentype"),url(../fonts/icici.ttf?yof9st) format("truetype"),url(../fonts/icici.woff?yof9st) format("woff"),url(../fonts/icici.svg?yof9st#icici) format("svg");
 font-weight: 400;
 font-style: normal
}

.ic { font-family: icici !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.ic_rotate_icon .path1:before {content: "";color: #e47925}
.ic_rotate_icon .path2:before { content: ""; margin-left: -1em; color: #e47925}
.ic_rotate_icon .path3:before { content: ""; margin-left: -1em; color: #e47925}
.ic_rotate_icon .path4:before { content: ""; margin-left: -1em; color: #e47925}
.ic_rotate_icon .path5:before { content: ""; margin-left: -1em; color: #e47925}
.ic_rotate_icon .path6:before { content: ""; margin-left: -1em; color: #972a20}
.ic_caret_up:before {content: ""}
.ic_tick:before {content: ""}
.ic_pencil:before { content: ""}
.ic_arrow_right:before {content: ""}
.ic_rupee:before {content: ""}
.ic_download:before {content: ""}
.ic_dot_inside_circle:before { content: ""}
.ic_full_circle:before { content: ""}
    */
.ic { font-family: FontAwesome !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.ic_pencil:before { content:"\f044";}


.calc_wrapper button { background: transparent; border: none; outline: none; cursor: pointer}
.calc_wrapper p { margin: 0; padding: 0;}
.display_flex {display: -ms-flexbox;display: flex;}
.calc_wrapper input:-webkit-autofill, .calc_wrapper select:-webkit-autofill, .calc_wrapper textarea:-webkit-autofill { background-color: #fff !important; background-image: none !important; color: #000 !important}
.calc_wrapper input[type=button] { background: transparent !important; border: 0; border-radius: 0; -webkit-appearance: none}
.calc_wrapper input[type=button]:disabled { opacity: .5}

.calc_wrapper::-webkit-input-placeholder { color: hsla(0,0%,100%,.5)}
.calc_wrapper::-moz-placeholder {color: hsla(0,0%,100%,.5)}
.calc_wrapper:-ms-input-placeholder {color: hsla(0,0%,100%,.5)}
.calc_wrapper:-moz-placeholder {  color: hsla(0,0%,100%,.5)}
.calc_wrapper input { background-color: transparent !important; border: none}





.errorMsg {display: none;font-family: Arial;font-weight: 400}
.icici .error {border: 1px solid red}
.calc_wrapper { width: 100%}
.calc_wrapper .loan_calc {width: 40%; background-color: rgba(245,130,31,.1)}


@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc { width: 100% }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header { display: none; -ms-flex-pack: justify; justify-content: space-between; padding: 25px;}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header { padding: 20px 15px;}
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center
}

    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .errorMsg {
        left: -52px;
        top: 20px;
        bottom: auto;
        width: 310px
    }

        .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .errorMsg:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid red;
            top: -6px
        }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .errorMsg {
        left: -93px;
        top: 15px
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .tabs_align {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .r1 {
    position: relative
}

    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .r1:after {
        content: "%";
        font-family: Arial
    }

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .header_title {
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    width: 80%
}

@media only screen and (max-width:375px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .header_title {
        width: 41%
    }
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .header_title {
        font-size: .8125em
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .text_label {
    padding-left: 50px;
    width: 55%;
    text-align: left
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .text_label {
        font-size: 1.125em
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .edit {
    font-size: 1.5625em;
    color: hsla(0,0%,100%,.5);
    width: 15%;
    text-align: right
}
.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .edit:hover { color: hsla(0,0%,100%,.8);}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .edit {
        font-size: 1.25em
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .edit_value_input {
    display: none;
    width: 70%;
    padding-left: 24px
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .edit_value_input {
        font-size: 1.125em
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn {
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap {
        width: 50%
    }

        .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio] {
            display: none
        }

            .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio]:checked + label {
                color: #fff
            }

        .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap label {
            display: inline-block;
            cursor: pointer;
            transition: all .3s;
            font-size: 1.5625em;
            color: hsla(0,0%,100%,.5);
            font-family: Arial;
            font-weight: 400
        }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap label {
        font-size: 1.25em
    }
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap {
        width: 45%
    }
}

.calc_wrapper .loan_calc .top_wrapper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn.edit_value_input {
    display: none
}

.calc_wrapper .loan_calc .top_wrapper .amount_blue, .calc_wrapper .loan_calc .top_wrapper .current_outstanding_blue, .calc_wrapper .loan_calc .top_wrapper .interest_blue, .calc_wrapper .loan_calc .top_wrapper .required_tenure, .calc_wrapper .loan_calc .top_wrapper .tenure_blue {
    background: #f5821f;
    transition: all .5s ease-out
}

.calc_wrapper .loan_calc .top_wrapper .rupee_symbol_wrapper .rupee_symbol:before {
    content: "`";
    font-family: Rupee Foradian;
    color: #fff;
    position: absolute;
    left: 25px
}

.calc_wrapper .loan_calc .top_wrapper .amount_blue {
    animation: a .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .tenure_blue {
    animation: b .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .interest_blue {
    animation: d .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .current_outstanding_blue {
    animation: c .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .required_tenure {
    animation: e .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .ownership_property {
    animation: f .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_wrapper .women_beneficiary {
    animation: g .5s ease-out forwards
}

.calc_wrapper .loan_calc .top_header {
    background: #053c6d
}

    .calc_wrapper .loan_calc .top_header p {
        padding: 20px;
        color: #fff;
        font-size: 1.125em;
        line-height: 1.5;
        font-family: Arial
    }

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .top_header p {
        font-size: .8125em;
        padding: 15px 20px
    }
}

.calc_wrapper .loan_calc .bottom_body {
    background: #f5821f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    min-height: 400px;
    position: relative
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body {
        padding: 0 20px;
        min-height: 460px
    }
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body {
        min-height: 360px
    }
}

.calc_wrapper .loan_calc .bottom_body form {
    position: relative;
    width: 100%
}

    .calc_wrapper .loan_calc .bottom_body form .next_btn {
        margin: 100px 0 0
    }

    .calc_wrapper .loan_calc .bottom_body form .next {
        border-radius: 0 !important;
        border: 1px solid #fff;
        width: 100%;
        padding:10px 15px;
        color: #fff;
        font-family: Arial;
        font-weight: 700;
        cursor: pointer;
        font-size:18px;
    }

        .calc_wrapper .loan_calc .bottom_body form .next.active {
            background: #fff !important;
            color: #f5821f;
            border-color: #fff
        }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body form .next {
        font-size: 1em
    }
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body form .next {
        font-size: 15px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group {
    display: none
}

    .calc_wrapper .loan_calc .bottom_body .form_group .form_title_label {
        font-size: 1em;
        color: #fff;
        font-family: Arial;
        font-weight: 400
    }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .form_title_label {
        padding-bottom: 10px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .form_title {
    font-size: 1.5625em;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    line-height: 1.3
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .form_title {
        font-size: 1em;
        padding-bottom: 10px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .rupee_symbol.wrapper {
    margin-top: 10px; font-size:30px; color:#fff;
}
.calc_wrapper .loan_calc .bottom_body .form_group .rupee_symbol.wrapper .fa{ font-size:38px;}

.calc_wrapper .loan_calc .bottom_body .form_group .label {
    font-family: Arial;
    font-weight: 400;
    font-size: .8125em;
    color: hsla(0,0%,100%,.5);
    display: block;
    width: 70%;
    line-height: 15px
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .label {
        font-size: 10px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .input_value {
    color: #fff;
    font-size:40px;
    font-family: Arial;
    font-weight: 300;
    padding-left: 10px; max-width:260px;
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .input_value {
        font-size: 2.5em
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .loan_tenure {
    position: relative
}

    .calc_wrapper .loan_calc .bottom_body .form_group .loan_tenure:after {
        content: "Years";
        color: #fff;
        font-size: 2.813em;
        font-family: Arial;
        font-weight: 300;
        position: absolute;
        left: 74px;
        top: -35px
    }

.calc_wrapper .loan_calc .bottom_body .form_group .interest_rate {
    position: relative
}

    .calc_wrapper .loan_calc .bottom_body .form_group .interest_rate .input_value {
        padding-left: 0
    }

    .calc_wrapper .loan_calc .bottom_body .form_group .interest_rate:after {
        content: "%";
        color: #fff;
        font-size: 2.813em;
        font-family: Arial;
        font-weight: 300;
        position: absolute;
        left: 95px;
        top: -35px
    }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .interest_rate:after {
        top: -22px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn {
    display: -ms-flexbox;
    display: flex
}

    .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap {
        width: 50%
    }

        .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap input[type=radio] {
            display: none
        }

            .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap input[type=radio]:checked + label {
                color: #fff
            }

        .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap label {
            display: inline-block;
            cursor: pointer;
            width: 150px;
            padding: 10px 0;
            transition: all .3s;
            font-size: 2.813em;
            color: hsla(0,0%,100%,.5);
            font-family: Arial;
            font-weight: 400
        }

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap label {
        font-size: 2em
    }
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .custom_radio_btn .radio_btn_wrap {
        width: 45%
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .cal_emi {
    margin-bottom: 30px
}

    .calc_wrapper .loan_calc .bottom_body .form_group .cal_emi .rupee_symbol .rupee {
        font-size: 2.5em
    }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .cal_emi .rupee_symbol .rupee {
        font-size: 2.813em
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .cal_emi .emi_amount {
    font-size:40px  ;
    font-family: Arial;
    font-weight: 300;
    color: #fff;
    padding-left: 20px
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .cal_emi .emi_amount {
        font-size: 2.813em;
        padding-left: 25px
    }
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_calc .bottom_body .form_group .cal_emi .emi_amount {
        padding-left: 5px
    }
}

.calc_wrapper .loan_calc .bottom_body .form_group .cal_tenure .emi_amount {
    padding-left: 0
}

.calc_wrapper .loan_calc .bottom_body #progressbar {
    position: absolute;
    top: 0;
    right: -30px
}

    .calc_wrapper .loan_calc .bottom_body #progressbar li {
        position: relative;
        margin: 17px
    }

        .calc_wrapper .loan_calc .bottom_body #progressbar li:before {
            content: "\f111";
            font-family: FontAwesome;
            color: hsla(0,0%,100%,.5);

        }

        .calc_wrapper .loan_calc .bottom_body #progressbar li.active:before {
            content:"\f10c";
            font-family: FontAwesome;
            color: #f5821f;
            box-shadow: 0 0 5px rgba(0,0,0,.3);
                        background: #fff;
            border-radius: 17px;margin: 0 0 0 -2px;
padding: 0px;
width: 20px;
height: 20px;
display: inline-block;
text-align: center;
line-height: 19px;font-size: 16px;
        }

        .calc_wrapper .loan_calc .bottom_body #progressbar li.active:after {
            content: "";
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            left: 7px;
            top: 22px
        }

        .calc_wrapper .loan_calc .bottom_body #progressbar li:last-child:after {
            content: none
        }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_calc .bottom_body #progressbar {
        right: -29px
    }
}

.calc_wrapper .loan_calc .bt_bottom_calc_wrapper {
    padding: 30px
}

.calc_wrapper .loan_desc {
    width: 60%; 
    display:inline-block;
}

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_desc {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.calc_wrapper .loan_desc p {
    font-size: 15px;
    color: #454545;
    font-weight: 400;
    line-height: 1.8;
    padding: 0 30px
}

    .calc_wrapper .loan_desc p span {
        font-size: 1.125em;
        padding-bottom: 10px;
        display: block;
        line-height: 20px
    }

@media only screen and (max-width:768px) {
    .calc_wrapper .loan_desc p {
        padding: 0 15px
    }
}

@media only screen and (max-width:320px) {
    .calc_wrapper .loan_desc p {
        font-size: 13px
    }
}

@keyframes a {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: #053c6d;
        transform: translateY(0)
    }
}

@keyframes b {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.9);
        transform: translateY(0)
    }
}

@keyframes c {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.8);
        transform: translateY(0)
    }
}

@keyframes d {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.7);
        transform: translateY(0)
    }
}

@keyframes e {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.6);
        transform: translateY(0)
    }
}

@keyframes f {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.5);
        transform: translateY(0)
    }
}

@keyframes g {
    0% {
        background: #f5821f;
        transform: translateY(50px)
    }

    to {
        background: rgba(5,60,109,.4);
        transform: translateY(0)
    }
}

.pmay_cal_wrapper .loan_calc {
    position: relative
}

.pmay_cal_wrapper .final_tab_wrraper {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    background: #053c6d;
    z-index: 1;
    display: none
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper {
        display: none
    }

        .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab {
            display: none;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 22px 25px
        }

            .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab {
                width: 100%;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                -ms-flex-align: center;
                align-items: center
            }

                .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .custom_radio_btn, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .custom_radio_btn, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .custom_radio_btn {
                    text-align: left;
                    width: 70%;
                    padding-left: 24px;
                    display: -ms-flexbox;
                    display: flex
                }

                    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap {
                        width: 50%
                    }

                        .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio], .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio], .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio] {
                            display: none
                        }

                            .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio]:checked + label, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio]:checked + label, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap input[type=radio]:checked + label {
                                color: #fff
                            }

                        .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap label, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap label, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .custom_radio_btn .radio_btn_wrap label {
                            display: inline-block;
                            cursor: pointer;
                            transition: all .3s;
                            font-size: 1.5625em;
                            color: hsla(0,0%,100%,.5);
                            font-family: Arial;
                            font-weight: 400
                        }

                .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .header_title, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .header_title, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .header_title {
                    color: #fff;
                    font-family: Arial;
                    font-weight: 400
                }

@media only screen and (max-width:768px) {
    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .loan_amount__edit_tab .errorMsg, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .loan_amount__edit_tab .errorMsg, .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .loan_amount__edit_tab .errorMsg {
        left: -150px !important;
        top: 25px !important
    }
}

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amt_tab {
    background: #053c6d
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amt_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amt_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .tenure_tab {
    background: #1f507c
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .tenure_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .tenure_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .annual_income_tab {
    background: #2b5983
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .annual_income_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .annual_income_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .pucca_house_tab {
    background: #37638a
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .pucca_house_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .pucca_house_tab .tabs_align {
        width: 60% !important
    }

@media only screen and (max-width:768px) {
    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .pucca_house_tab .custom_radio_btn .radio_btn_wrap label {
        font-size: 1.5625em !important
    }
}

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab {
    background: #3f698f
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .carpet_area_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab {
    background: #3f698f
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .ownership_property_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab {
    background: #446d92
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .header_title {
        width: 50% !important
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .women_beneficiary_tab .tabs_align {
        width: 60% !important
    }

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amount_header {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 22px 25px !important
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amount_header .loan_amount__edit_tab .custom_radio_btn {
        text-align: left
    }

@media only screen and (max-width:768px) {
    .pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amount_header .loan_amount__edit_tab .errorMsg {
        left: -150px !important;
        top: 25px !important
    }
}

.pmay_cal_wrapper .final_tab_wrraper .tab_wraper .loan_amount_header .edit_value_input {
    display: -ms-flexbox !important;
    display: flex !important
}

.pmay_cal_wrapper .final_tab_wrraper .tab_calculate_btn {
    text-align: center
}

    .pmay_cal_wrapper .final_tab_wrraper .tab_calculate_btn button[type=button]:disabled {
        cursor: not-allowed;
        color: #ddd
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_calculate_btn button {
        margin-top: 35px;
        display: none;
        background: #fff;
        color: #e77817;
        font-size: 1.125em;
        padding: 10px 40px;
        transition: all .3s
    }

    .pmay_cal_wrapper .final_tab_wrraper .tab_calculate_btn .tab_title {
        padding: 26px 0;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: Arial
    }

.pmay_cal_wrapper .top_header p {
    font-family: Arial
}

.pmay_cal_wrapper .form_group .save-amount .cashback_benefit {
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 30px;
    font-family: Arial
}

.pmay_cal_wrapper .form_group .save-amount .outputarea {
    margin-top: 80px
}

    .pmay_cal_wrapper .form_group .save-amount .outputarea ul li {
        margin-bottom: 50px
    }

        .pmay_cal_wrapper .form_group .save-amount .outputarea ul li .form_title_label {
            padding-bottom: 10px
        }

        .pmay_cal_wrapper .form_group .save-amount .outputarea ul li .amount-section {
            color: #fff;
            font-size: 28px;
            font-family: Arial;
            font-weight: 400;
            width: 90%;
            text-align: center;
            border-radius: 25px
        }

            .pmay_cal_wrapper .form_group .save-amount .outputarea ul li .amount-section.gray, .pmay_cal_wrapper .form_group .save-amount .outputarea ul li .amount-section.maroon {
                text-align: left;
                background: transparent;
                font-size: 2.813em;
                line-height: 50px;
                font-family: Arial
            }

        .pmay_cal_wrapper .form_group .save-amount .outputarea ul li .tag-line {
            font-size: 13px;
            color: #fff;
            font-family: Arial
        }













/*================================================================================================*/
.custom_tab .tab-content .tab-pane.journey_wrap{padding:0px;}


.journey_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .journey_wrapper {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden; } }
  .journey_wrapper .image {
    background: url(../img/loanjourney.png) no-repeat;
    width: 676px;
    height: 594px;
    background-size: contain;
    background-position: bottom center;
    margin-left: 44px; }
    @media only screen and (max-width: 768px) {
      .journey_wrapper .image {
        display: none; } }
  .journey_wrapper .journey_calc {
    background: #EF7C00;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .journey_wrapper .journey_calc .journey_align {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 700px;
      width: 100%;
      padding: 0 2%; }
      @media only screen and (max-width: 768px) {
        .journey_wrapper .journey_calc .journey_align {
          min-height: 100vh;
          padding: 0 20px; } }
    .journey_wrapper .journey_calc .heading_txt {
      font-family: "Arial";
      font-weight: normal;
      line-height: 1.875em;
      margin-bottom: 30px; font-size:24px; color:#fff; text-align:left; }
      @media only screen and (max-width: 768px) {
        .journey_wrapper .journey_calc .heading_txt br {
          display: none; } }
    .journey_wrapper .journey_calc .form_style {
      margin-bottom: 20px;
      opacity: 0; }
      .journey_wrapper .journey_calc .form_style.is_active {
        opacity: 1;
        top: 40px; }
      .journey_wrapper .journey_calc .form_style.is_complete {
        opacity: 0.7; }
    .journey_wrapper .journey_calc .form_wrapper_calc {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      font-family: "Arial";
      font-weight: normal;
      font-size: 1.5625em;
      color: #ffffff; }
      .journey_wrapper .journey_calc .form_wrapper_calc .input-container {
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        padding: 6px;
        margin-left: -6px;
        margin-right: -6px;
        display: inline-block;
        position: relative;
        font-family: "Arial";
        font-weight: normal; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow {
          max-width: 100%; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow .input {
            max-width: 100%; }
            .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow .input input {
              max-width: 100%; }
              .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow .input input::-webkit-input-placeholder {
                color: #ffffff; }
              .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow .input input::-ms-input-placeholder {
                color: #ffffff; }
              .journey_wrapper .journey_calc .form_wrapper_calc .input-container.no-overflow .input input::placeholder {
                color: #ffffff; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container.active {
          border-bottom: 1px solid #ffffff;
          color: #ffffff;
          cursor: default; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container.active .input {
            visibility: visible;
            opacity: 1; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container .newOption {
          padding: 8px 30px 8px 20px;
          background: #ffffff;
          position: relative;
          font-size: 0.8125em;
          width: 100%;
          line-height: 30px;
          color: #000000;
          white-space: nowrap;
          cursor: pointer;
          color: gray; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container .newOption:hover {
            color: #000000; }
            .journey_wrapper .journey_calc .form_wrapper_calc .input-container .newOption:hover:after {
              color: #EF7C00 !important; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container .newOption.focused {
            background: rgba(0, 0, 0, 0.2); }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container .newOption.selected:after {
            content: "\e900";
            font-family: "icici";
            color: #EF7C00;
            display: block;
            top: 0;
            right: 0;
            height: 72px;
            width: 46px;
            font-size: 20px;
            text-align: center;
            line-height: 41px;
            position: absolute;
            display: none; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container .placeholder {
          position: relative;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          color: #ffffff; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container .placeholder:after {
            content: "\f107";
            font-family: "FontAwesome";
            color: #ffffff;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 10px; }
          .journey_wrapper .journey_calc .form_wrapper_calc .input-container .placeholder.input_remove_after:after {
            content: ""; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container .input_remove_arrow:after {
          content: ""; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container .input {
          display: block; }
        .journey_wrapper .journey_calc .form_wrapper_calc .input-container .selectbox {
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
          position: absolute;
          z-index: 999999;
          top: 0;
          min-width: 100%;
          left: 3px;
          opacity: 0;
          visibility: hidden;
          background-color: #ffffff; }
          @media only screen and (max-width: 768px) {
            .journey_wrapper .journey_calc .form_wrapper_calc .input-container .selectbox {
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              width: auto; } }
      .journey_wrapper .journey_calc .form_wrapper_calc input[type="tel"],
      .journey_wrapper .journey_calc .form_wrapper_calc select[type="tel"] {
        margin: 0;
        padding: 6px;
        font-weight: 200;
        font-size: 1em;
        color: #ffffff; }
      .journey_wrapper .journey_calc .form_wrapper_calc input.hidden,
      .journey_wrapper .journey_calc .form_wrapper_calc select.hidden {
        position: absolute;
        left: -5000px; }
      .journey_wrapper .journey_calc .form_wrapper_calc .hidden_text {
        display: none; }
      .journey_wrapper .journey_calc .form_wrapper_calc .btn_offer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .journey_wrapper .journey_calc .form_wrapper_calc .btn_wrap {
        margin-top: 20px; }
        @media only screen and (max-width: 768px) {
          .journey_wrapper .journey_calc .form_wrapper_calc .btn_wrap .btn_fill {
            width: 100%; } }
      .journey_wrapper .journey_calc .form_wrapper_calc button {
        border: 1px solid #ffffff;
        padding: 10px 20px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .journey_wrapper .journey_calc .form_wrapper_calc button {
            margin-top: 10px;
            margin-right: 0;
            width: 100%; } }
        .journey_wrapper .journey_calc .form_wrapper_calc button i {
          transition: 0s 0s ease-in-out; }
        .journey_wrapper .journey_calc .form_wrapper_calc button:hover {
          color: #EF7C00;
          background: #ffffff;
          cursor: pointer; }
      .journey_wrapper .journey_calc .form_wrapper_calc .invisible {
        display: none; }
      .journey_wrapper .journey_calc .form_wrapper_calc .madlibs {
        counter-reset: madlibs;
        top: -10000px;
        font-family: "Arial";
        font-weight: normal;
        font-size: 1em;
        opacity: 0;
        position: relative;
        -webkit-transform-origin: left;
        transform-origin: left;
        transition: opacity 0.15s linear, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        color: #fff;
        line-height: 1.875em;
        margin-bottom: 10px; }
        @media only screen and (max-width: 640px) {
          .journey_wrapper .journey_calc .form_wrapper_calc .madlibs {
            font-size: 100%; } }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.invisible {
          display: none; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_active {
          top: 0px;
          opacity: 1; }
          @media only screen and (max-width: 768px) {
            .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_active {
              top: 0px; } }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_complete {
          opacity: 0.5;
          top: 0; }
          .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_complete.active {
            z-index: 10 !important; }
          .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_complete .placeholder {
            color: white; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_normal {
          opacity: 1;
          z-index: 1; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.is_scale {
          -webkit-transform: scale(0.75) translate(0);
          transform: scale(0.75) translate(0); }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs .nl-field-toggle {
          border-bottom: 3px solid #ffffff; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs.input_remove_arrow .nl-field-toggle:after {
          content: ""; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs:hover {
          opacity: 1; }
        .journey_wrapper .journey_calc .form_wrapper_calc .madlibs .message {
          position: absolute;
          top: calc(100% + 2px);
          left: 0;
          font-size: 13px;
          color: red;
          padding: 10px 8px;
          background: white;
          width: 100%;
          line-height: normal; }


.journey_wrapper :focus {
  outline: none; }

.journey_wrapper input {
  border: none;
  outline: none;
  background-color: transparent; }


.journey_wrapper .journey_calc .invisible{visibility: visible !important;}




/*---------------*/

.revised_offer_section {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .revised_offer_section .revised_offer_wrapper {
    width: 60%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .revised_offer_section .revised_offer_wrapper {
        width: 90%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .revised_offer_section .revised_offer_wrapper.mobile-modal {
          margin-top: 0;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 20px;
          padding-top: 50px; } }
    .revised_offer_section .revised_offer_wrapper .check_revised_amt {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 25%; }
      @media only screen and (max-width: 768px) {
        .revised_offer_section .revised_offer_wrapper .check_revised_amt {
          width: 100%;
          margin-bottom: 10px; }
          .revised_offer_section .revised_offer_wrapper .check_revised_amt:last-child {
            margin-bottom: 0; } }
      .revised_offer_section .revised_offer_wrapper .check_revised_amt label {
        font-family: 'Arial';
        padding-bottom: 8px;
        font-size: 0.8125em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 600; }
      .revised_offer_section .revised_offer_wrapper .check_revised_amt .amt__text_field {
        height: 50px;
        padding: 0 10px;
        font-family: 'Arial';
        font-size: 1em;
        border: 0;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 600;
        width: 80%;
        background-color: #ffffff;
        border: 1px solid gray; }
        @media only screen and (max-width: 768px) {
          .revised_offer_section .revised_offer_wrapper .check_revised_amt .amt__text_field {
            width: 100%; } }
      .revised_offer_section .revised_offer_wrapper .check_revised_amt .revise_btn {
        background: #e77817;
        color: #ffffff;
        /* font-size: $base_font; */
        font-size: 14px;
        text-transform: uppercase;
        height: 50px;
        padding: 0 10px; }
        .revised_offer_section .revised_offer_wrapper .check_revised_amt .revise_btn.outlined {
          background: transparent;
          color: #e77817;
          border: 1px solid #e77817; }
  .revised_offer_section .revised_offer__card_wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 768px) {
      .revised_offer_section .revised_offer__card_wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards {
      width: 33.33%;
      border: 1px solid #ddd;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 30px 30px;
      transition: all 200ms ease-in-out; }
      @media only screen and (max-width: 768px) {
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards {
          width: 100%;
          padding: 0 15px 30px; } }
      .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards:hover {
        box-shadow: 0 1px 14px 6px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
        @media only screen and (max-width: 768px) {
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards:hover {
            box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.2); } }
      .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .amountdisplay_wrap {
        padding: 0 50px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .amountdisplay_wrap {
            padding: 0 15px; } }
      .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_header {
        text-align: center;
        background: #E6EBF0;
        padding: 20px;
        margin-bottom: 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_header h5 {
          color: #053C6D;
          font-size: 1.5625em;
          font-weight: bold;
          margin-bottom: 10px; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_header p {
          color: rgba(5, 60, 109, 0.9);
          font-weight: 300;
          font-size: 1em; }
      .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap {
        width: 100%; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .card-content-megred {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .card-content-megred .card_content:first-child {
            margin-right: 45px; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .card_content {
          padding-bottom: 30px; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .card_content span {
            color: #053C6D;
            font-size: 1em;
            font-weight: bold;
            margin-bottom: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .card_content p {
            color: #e77817;
            font-size: 1.875em;
            font-weight: 300;
            margin-top: 5px; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section.step-two {
          display: none; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section.step-three {
          display: none; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section.step-four {
          display: none; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section.step-five {
          display: none; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .eligibilty_graph {
          text-align: center; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .eligibilty_graph p {
            font-size: 1em;
            padding-top: 10px;
            color: #053C6D;
            font-weight: bold;
            line-height: normal; }
            .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .eligibilty_graph p.thin {
              font-weight: 300; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty {
          padding: 20px 30px 0 30px; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li {
            margin-bottom: 20px; }
            .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li .styled-checkbox {
              position: absolute;
              opacity: 0; }
              .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li .styled-checkbox + label {
                position: relative;
                cursor: pointer;
                padding: 0;
                color: #053C6D;
                font-weight: bold;
                font-size: 1em; }
              .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                border: 2px solid #053C6D;
                border-radius: 3px; }
              .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li .styled-checkbox:checked + label:before {
                background: #053C6D; }
              .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .check_eligibilty ul li .styled-checkbox:checked + label:after {
                content: '';
                position: absolute;
                left: 5px;
                top: 9px;
                background: white;
                width: 2px;
                height: 2px;
                box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white,
 4px -8px 0 white;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .avail_benefits_wrap .avail_benefits_content {
          text-align: center; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .avail_benefits_wrap .avail_benefits_content .eligible_content {
            padding-bottom: 10px; }
            .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .avail_benefits_wrap .avail_benefits_content .eligible_content p {
              color: #205280;
              font-size: 1em;
              font-weight: bold; }
            .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .pmay_section .avail_benefits_wrap .avail_benefits_content .eligible_content span {
              color: #EF7C00;
              font-size: 1.875em; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .document_list_sec {
          padding: 20px;
          height: 250px;
          overflow-x: hidden;
          overflow-y: scroll; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .document_list_sec li {
            position: relative;
            color: rgba(0, 0, 0, 0.5);
            font-size: 16px;
            margin-bottom: 20px; }
            .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .card_content_wrap .document_list_sec li:before {
              position: absolute;
              content: '';
              width: 5px;
              height: 5px;
              background: rgba(0, 0, 0, 0.5);
              left: -12px;
              top: 6px;
              /* transform: translateY(-50%); */
              border-radius: 50%; }
      .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap {
        text-align: center; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap span {
          display: block;
          color: rgba(0, 0, 0, 0.5);
          font-weight: bold; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .check_eligibility__btn,
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .apply_for_pmay__btn,
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .avail_benefits__btn,
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .apply_for_homeloan__btn {
          display: none; }
        .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .btn {
          background: #EF7C00;
          color: #ffffff;
          text-transform: uppercase;
          font-size: 1.125em;
          padding: 10px 30px;
          margin-top: 10px;
          display: inline-block; }
          .revised_offer_section .revised_offer__card_wrapper .revised_offer__cards .revised_offer__btn_wrap .btn.disabled_state {
            cursor: not-allowed;
            background: transparent;
            color: #707070;
            border: 1px solid #707070;
            opacity: .4; }

.information_wrap__feild {
  padding-bottom: 15px;
  position: relative; }
  .information_wrap__feild input, .information_wrap__feild select {
    width: 100%;
    outline: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    font-size: 1em;
    color: #053c6d; }
    .information_wrap__feild input.error, .information_wrap__feild select.error {
      color: red;
      border-bottom: 1px solid red; }
      .information_wrap__feild input.error::-webkit-input-placeholder, .information_wrap__feild select.error::-webkit-input-placeholder {
        color: red; }
      .information_wrap__feild input.error::-ms-input-placeholder, .information_wrap__feild select.error::-ms-input-placeholder {
        color: red; }
      .information_wrap__feild input.error::placeholder, .information_wrap__feild select.error::placeholder {
        color: red; }
    .information_wrap__feild input::-webkit-input-placeholder, .information_wrap__feild select::-webkit-input-placeholder {
      color: #949494;
      opacity: 1; }
    .information_wrap__feild input::-ms-input-placeholder, .information_wrap__feild select::-ms-input-placeholder {
      color: #949494;
      opacity: 1; }
    .information_wrap__feild input::placeholder, .information_wrap__feild select::placeholder {
      color: #949494;
      opacity: 1; }
  .information_wrap__feild .error {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 0.7em;
    color: red;
    display: none; }

.radio_btn_switch_wrap {
  display: none; }

.radio_btn_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .radio_btn_wrapper.color--big {
    width: 80%;
    margin: 25px auto; }
    .radio_btn_wrapper.color--big span {
      font-size: 1.25em;
      color: #053C6D;
      font-weight: bold; }
  .radio_btn_wrapper span {
    font-size: 1em;
    color: #949494; }
  .radio_btn_wrapper .onoffswitch {
    position: relative;
    min-width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .radio_btn_wrapper .onoffswitch-checkbox {
    display: none; }
  .radio_btn_wrapper .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px; }
  .radio_btn_wrapper .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s; }
  .radio_btn_wrapper .onoffswitch-inner:before, .radio_btn_wrapper .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box; }
  .radio_btn_wrapper .onoffswitch-inner:before {
    content: "Yes";
    padding-left: 7px;
    background-color: #053C6D;
    color: #ffffff; }
  .radio_btn_wrapper .onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #707070;
    color: #ffffff;
    text-align: right; }
  .radio_btn_wrapper .onoffswitch-switch {
    display: block;
    width: 23px;
    height: 23px;
    margin: 3px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s; }
  .radio_btn_wrapper .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0; }
  .radio_btn_wrapper .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; }

.content_plot_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .content_plot_wrap img {
    width: 100px;
    margin-bottom: 20px; }
  .content_plot_wrap span {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    color: #053C6D; }
  /***************************/

  /**************************/
  .get_back_wrapper, .thankyou_wrapper {
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 50px;
  width: 100%; text-align:center; }
  @media only screen and (max-width: 768px) {
    .get_back_wrapper, .thankyou_wrapper {
      padding: 0 15px; } }
  .get_back_wrapper h3, .thankyou_wrapper h3 {
    color: #053C6D;
    font-family: 'Arial';
    font-weight: bold; font-size:16px; }
  .get_back_wrapper .apply_loan_wrapper, .thankyou_wrapper .apply_loan_wrapper {
    margin: 30px 0;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .get_back_wrapper .apply_loan_wrapper .information_wrap__feild, .thankyou_wrapper .apply_loan_wrapper .information_wrap__feild {
      margin: 20px 0; }

.thankyou_wrapper h5, .thankyou_wrapper p {
  font-size: 1.25em;
  font-weight: 300;
  font-family: 'Arial';
  line-height: 1.5;
  text-align: center; }

.thankyou_wrapper h5 {
  color: #e77817;
  margin-bottom: 10px; }

.thankyou_wrapper p {
  color: #454545; }
  .thankyou_wrapper p .crm_num {
    font-weight: bold; }
