*, html {
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    font-family: 'Lato';
    font-size: 14px;
    color: #333;
}
/** Font Face **/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-family: 'FontAwesome';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

.headerNew.ipl {
    border-top: 30px solid #97144d;
    background: #fff;
}

.ipl .LogoPart {
    position: relative;
    top: -10px;
    background: #97144d;
    padding: 0px 0 0 80px;
    font-size: 36px;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

    .ipl .LogoPart a {
        color: #fff;
        text-decoration: none;
    }

    .ipl .LogoPart img {
        width: 82%;
        float: right;
        position: relative;
        z-index: 2;
        right: 10px;
    }

    .ipl .LogoPart::after {
        content: '';
        background: #97144d;
        position: absolute;
        height: 120%;
        width: 50px;
        border-radius: 0 0 20px 0;
        right: 0;
        top: -13px;
        margin-right: -37px;
        transform: rotate(35deg);
    }

    .ipl .LogoPart span {
        position: absolute;
        top: 7px;
        left: 100%;
        width: 15px;
        height: 15px;
        margin-left: 50px;
        transform: rotate(17deg);
    }

        .ipl .LogoPart span::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -1;
            background: #97144d;
            width: 100%;
            height: 100%;
        }

        .ipl .LogoPart span::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background: #fff;
            top: 0;
            left: 0;
            border-top-left-radius: 30px;
        }
/* New Header end */

.appBg {
    /* background: url(../images/main-banner.jpg) no-repeat top center; */
    width: 100%;
    height: auto;
    background-size: cover;
    /* background-position-x: -300px; */
    background-position-x: -144px;
}

.appForm {
    max-width: 80%;
    margin: 20px auto 40px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.dataDesc {
    position: relative;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.formData {
    background: #fff;
    padding: 30px 10px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}

.colPad {
    padding: 0;
}

.formTitle {
    font-size: 1.8rem;
    color: #97144d;
    font-weight: 600;
}

.formImg {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    border-radius: 5px;
    margin: 15px auto;
    padding: 5px;
}

.dataDesc .formImg img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.formFields .inptField {
    position: relative;
}

.mobCode {
    position: absolute;
    top: 15px;
}

.formFields .inptField .mobPad {
    padding-left: 35px;
}

.formFields .inptField input, .formFields select {
    width: 100%;
    background: transparent;
    border: none;
    /* --brBtm:solid 1px #e2e2e2;
    border-bottom: var(--brBtm); */
    border-bottom: solid 1px #e2e2e2;
    padding: 5px;
    color: #b8b8b8;
    margin: 10px 0;
    font-family: Lato;
}

    .formFields select .exist {
        color: #b8b8b8;
    }

::placeholder {
    color: #b8b8b8;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}

.fa {
    font-family: 'FontAwesome';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

.selArw {
    position: relative;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.fa.downArw {
    width: 100%;
    position: relative;
}

    .fa.downArw:after {
        content: '\f107';
        pointer-events: none;
        position: absolute;
        right: 10px;
        font-size: 2.2rem;
        top: 10px;
        color: #97144d;
        font-weight: 600;
    }

.fa.fa-times:before {
    content: '\f00d';
}

.inptField.proInpt input {
    width: 30%;
    display: inline-block;
}

.fa.capRefresh:before {
    content: '\f021';
    color: #444;
    display: inline-block;
    margin: 0 15px;
    position: relative;
    font-size: 1.8rem;
    top: 5px;
}

.inptField.proInpt .capImg {
    border: solid 1px #808080;
    /*padding: 0 30px;*/
}

.entCode {
    font-size: 1.3rem;
    margin-top: 10px;
}

.caseSens {
    font-size: 1.3rem;
}

.checkAuth {
    display: inline-block;
    padding: 20px 0 0;
}

    .checkAuth label {
        vertical-align: middle;
        font-weight: 500;
        width: 95%;
        font-size: 1.2rem;
        color: #b8b8b8;
        float: left;
    }

    .checkAuth input[type="checkbox"] {
        float: left;
        margin-right: 8px;
    }

.formSbmt {
    margin: 0;
}

    .formSbmt a {
        background: #97144d;
        padding: 5px 20px;
        text-align: center;
        display: inline-block;
        color: #fff;
        border-radius: 5px;
        margin: 15px 0 15px;
        font-size: 1.5rem;
        text-decoration: none;
    }

.loanSlider.owl-carousel .owl-dots {
    position: relative;
    bottom: -10px;
    text-align: center;
}

    .loanSlider.owl-carousel .owl-dots button.owl-dot {
        display: inline-block;
        zoom: 1;
        width: 10px;
        height: 10px;
        margin: 5px 2px;
        background-color: #626262;
        border-radius: 50%;
    }

    .loanSlider.owl-carousel .owl-dots .owl-dot.active, .loanSlider.owl-carousel .owl-dots .owl-dot:hover {
        background: #97144d;
    }

.loanSlider.owl-carousel .owl-item {
    padding: 0 5px;
    /* margin-bottom: 65px; */
}

.sliderCont {
    display: none;
}

.otpMob {
    margin: 0 0 15px 0;
}

.otpDesc {
    font-weight: 600;
}

.otpForm input.otpNumb {
    width: 224px;
    letter-spacing: 30px;
    border: 0;
    background-image: linear-gradient(to left, #97144d 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 37px 1px;
    background-repeat: repeat-x;
    background-position-x: 70px;
}

.otpForm .otplinks {
    margin: 30px 0 10px;
}

.otpForm input.otpNumb {
    width: 230px;
    letter-spacing: 34px;
    background-size: 40px 1px;
    background-position-x: 28px;
}

.otplinks a {
    color: #97144d;
    border: solid 1px #97144d;
    background: #fff;
    padding: 5px 20px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}

.dvButtons a {
    color: #97144d;
    border: solid 1px #97144d;
    background: #fff;
    padding: 5px 20px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}

.otplinks a.submit {
    background: #97144d;
    color: #fff;
}

.dvButtons a.submit {
    background: #97144d;
    color: #fff;
}

.loanSubTitle {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.timeBlock {
    color: #a5a5a5;
    margin: 0 20px;
    font-size: 1.6rem;
}

.fa.otpTime:before {
    content: '\f017';
}

.loanFeatures {
    margin: 0;
}

    .loanFeatures li {
        margin: 0 0 10px;
    }

        .loanFeatures li p {
            display: inline-block;
            width: 93%;
        }

        .loanFeatures li:before {
            content: '\f105';
            display: inline-block;
            font-size: 2rem;
            font-family: 'FontAwesome';
            float: left;
            font-weight: 600;
            margin: -5px 10px 0 0;
            color: #97144d;
        }

footer {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #e4e4e4;
    font-size: 13px;
    color: #FFF;
    font-family: 'Lato';
}

.ftrBtm {
    background: #444;
    padding: 15px 0;
}

.ftrCont {
    margin: 0 auto;
    text-align: center;
}

.ftrTitle {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #a0a0a0;
    width: 140px;
}

.ftrLinks {
    margin-bottom: 10px;
}

    .ftrLinks li {
        display: inline-block;
    }

        .ftrLinks li a {
            color: #333;
        }

.copy {
    display: inline-block;
}

.btmLinks {
    margin: 0 10px;
    display: inline-block;
}

    .btmLinks li {
        display: inline-block;
        border-left: solid 1px #e4e4e4;
        padding: 0 15px;
    }

        .btmLinks li a {
            color: #e4e4e4;
            font-size: 1.3rem;
        }

.thankYou {
    background: #e6e6e6;
}

.thankText {
    text-align: center;
}

    .thankText h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2rem;
        margin: 0 0 10px;
    }

.thankBg {
    margin: 15px auto 50px;
    display: block;
}

.checkCircle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: solid 4px #00a75f;
    margin: 30px auto 20px;
}

.fa.checkCir:before {
    content: '\f00c';
    font-size: 3.5rem;
    color: #00a75f;
    line-height: 1.6;
}
/* Popup */
.container .modals {
    background: #ffffff;
    max-width: 60%;
    padding: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 0px 0px 80px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 0px 80px 0px rgba(30, 30, 30, 0.2);
    font-size: .9em;
}

.slim_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
    display: none;
    font-size: 1em;
    -webkit-transition: background 0.5s ease 0.06s;
    -moz-transition: background 0.5s ease 0.06s;
    -ms-transition: background 0.5s ease 0.06s;
    -o-transition: background 0.5s ease 0.06s;
    transition: background 0.5s ease 0.06s;
}

    .slim_modal.none {
        background: rgba(10, 10, 10, 0);
    }

    .slim_modal .sm_content {
        background: #fff;
        text-align: center;
        max-width: 380px;
    }

    .slim_modal .sm_content {
        padding: 15px;
        width: 80%;
        max-height: 90%;
        height: auto;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

        .slim_modal .sm_content .sm_content_inner_wrap {
            position: relative;
            margin: 0 auto;
            height: 100%;
            background: #ffffff;
            z-index: 2;
        }

            .slim_modal .sm_content .sm_content_inner_wrap .sm_area_top, .slim_modal .sm_content .sm_content_inner_wrap .sm_area_bottom, .slim_modal .sm_content .sm_content_inner_wrap .sm_area_all {
                padding: 1em;
            }

                .slim_modal .sm_content .sm_content_inner_wrap .sm_area_top h3 span, .slim_modal .sm_content .sm_content_inner_wrap .sm_area_bottom h3 span, .slim_modal .sm_content .sm_content_inner_wrap .sm_area_all h3 span {
                    display: block;
                    font-size: .7em;
                }

            .slim_modal .sm_content .sm_content_inner_wrap .sm_area_top {
                background: rgba(30, 30, 30, 0.02);
            }

            .slim_modal .sm_content .sm_content_inner_wrap .sm_area_bottom {
                background: white;
            }

        .slim_modal .sm_content .sm_icon_menu {
            opacity: 1;
            box-sizing: border-box;
            position: absolute;
            top: 40px;
            background: whitesmoke;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .slim_modal .sm_content .sm_icon_menu ul {
                list-style-type: none;
                padding: 0;
                margin: 0 auto;
            }

                .slim_modal .sm_content .sm_icon_menu ul li {
                    font-size: 1.1em;
                    height: 3em;
                    line-height: 3em;
                    background: #e6e6e6;
                    padding: 0px 8px 0px 8px;
                    margin-bottom: 1px;
                    color: rgba(30, 30, 30, 0.4);
                    -webkit-transition: all 0.5s ease 0s;
                    -moz-transition: all 0.5s ease 0s;
                    -ms-transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                }

                    .slim_modal .sm_content .sm_icon_menu ul li.sm_close {
                        background: #ffffff;
                    }

            .slim_modal .sm_content .sm_icon_menu.is_right {
                right: 0px;
                border-radius: 0px 4px 4px 0px;
                -webkit-border-radius: 0px 4px 4px 0px;
                -moz-border-radius: 0px 4px 4px 0px;
                -ms-border-radius: 0px 4px 4px 0px;
                -o-border-radius: 0px 4px 4px 0px;
            }

@media only screen and (min-width: 769px) {
    .slim_modal .sm_content .sm_icon_menu.is_right {
        top: 15px;
        right: 15px;
        z-index: 1;
    }
}

.slim_modal .sm_content.pushup {
    -moz-transform: scale(0.98) translateY(20px);
    -o-transform: scale(0.98) translateY(20px);
    -ms-transform: scale(0.98) translateY(20px);
    -webkit-transform: scale(0.98) translateY(20px);
    transform: scale(0.98) translateY(20px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0.4);
    -moz-box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0.4);
    box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0.4);
    opacity: 0;
}

    .slim_modal .sm_content.pushup.show {
        -webkit-box-shadow: 0px 20px 80px 0px rgba(30, 30, 30, 0.4);
        -moz-box-shadow: 0px 20px 80px 0px rgba(30, 30, 30, 0.4);
        box-shadow: 0px 20px 80px 0px rgba(30, 30, 30, 0.4);
        opacity: 1;
    }

.slim_modal .sm_content.show {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .slim_modal .sm_content.show .sm_icon_menu {
        -webkit-transition: all 0.5s ease 0.06s;
        -moz-transition: all 0.5s ease 0.06s;
        -ms-transition: all 0.5s ease 0.06s;
        -o-transition: all 0.5s ease 0.06s;
        transition: all 0.5s ease 0.06s;
    }

        .slim_modal .sm_content.show .sm_icon_menu.is_right {
            top: 0px;
            right: 5px;
            background: none;
        }

            .slim_modal .sm_content.show .sm_icon_menu.is_right .sm_close {
                color: #a5a5a5;
                font-size: 2rem;
            }
/* Popup end */

@media (max-width: 767px) {
    .headerNew.ipl {
        border-top: 15px solid #97144d;
    }

    .ipl .LogoPart {
        height: 50px;
        padding: 0;
    }

        .ipl .LogoPart span {
            transform: rotate(18deg);
            margin-left: 30px;
        }

        .ipl .LogoPart::after {
            top: -11px;
            margin-right: -24px;
            transform: rotate(32deg);
        }

    .ftrCont .copy {
        float: left;
    }

    .btmLinks {
        margin: 0px;
        display: inherit;
    }

        .btmLinks li {
            padding: 0 5px;
        }

    .appForm {
        max-width: 100%;
        margin: 20px auto 40px;
        display: block;
    }

    .dataDesc {
        border-radius: 10px 10px 0 0;
        padding: 20px 15px 30px;
    }

    .formData {
        border-radius: 0 0 10px 10px;
        padding: 15px 10px 10px;
    }

    .inptField.proInpt input {
        width: 60%;
    }

    .loanSlider.owl-carousel .owl-item {
        margin-bottom: 15px;
    }

    .checkAuth label {
        width: 92%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loanSlider.owl-carousel .owl-item {
        width: 68% !important;
    }
}

@media (max-width: 991px) {

    .headerNew.ipl {
        border-top: 15px solid #97144d;
    }

    .ipl .LogoPart {
        height: 50px;
        padding: 5px 10px;
        max-width: 152px;
    }

        .ipl .LogoPart img {
            width: 95%;
            right: 0;
        }

        .ipl .LogoPart:after {
            top: -11px;
            margin-right: -24px;
            transform: rotate(32deg);
        }

        .ipl .LogoPart span {
            transform: rotate(18deg);
            margin-left: 30px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ipl .LogoPart {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .appForm {
        max-width: 100%;
    }
}

.error {
    color: red;
    font-family: 'FontAwesome';
}

input.otpNumb {
    border: 0;
    background-image: linear-gradient(to left, #97144d 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    width: 230px;
    letter-spacing: 34px;
    background-size: 40px 1px;
    background-position-x: 28px;
    background-repeat: repeat-x;
}

.loodingImg {
    /*text-align:center;
	margin: 0 auto; */
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px,-50px);
}

/*added by shefali on 31stJan2023 for hl open doors loader img*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body::after {
    content: "";
    width: 49px;
    height: 49px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/AxisLoader.gif);
}

body.loader_active::after {
    display: block;
    z-index: 5;
}

body.loader_active {
    overflow: hidden;
}

.loader_active::before {
    content: "";
    position: fixed;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 4;
    width: 100%;
}
/*responsive*/
/*added by shefali on 31stJan2023 for hl open doors loader img*/


