﻿@import url('./glyphicons.min.css');

@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-light";
    src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.font-weight-normal {
    font-family: "roboto-medium", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "roboto-regular";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

a {
    text-decoration: none;
    color: red;
    -webkit-transition: color 0.5s linear;
    transition: color 0.5s linear;
}

    a:hover {
        text-decoration: none;
        color: #036;
    }

    a:focus {
        text-decoration: none;
        color: #036;
        outline: none;
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

*,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.disNone {
    display: none;
}

.blue-grdn-bg {
    background: url(../../Content/images/big-banner.jpg) no-repeat 0 0;
    background-size: cover;
}

.functionality-banner {
    padding-top: 15px;
    margin: 0 auto;
}

    .functionality-banner h4 {
        color: #fff;
        text-align: center;
    }

    .functionality-banner ul {
        padding: 0;
        margin-top: 40px;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .functionality-banner ul li {
            float: left;
            color: #fff;
            font-size: 16px;
            opacity: 0.3;
            position: relative;
            text-align: center;
            padding-bottom: 35px;
            margin: 0 5px;
            min-height: 125px;
        }

@media (max-width: 991px) {
    .functionality-banner ul li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .functionality-banner ul li {
        width: 25%;
    }
}

.functionality-banner ul li figure {
    height: 40px;
}

    .functionality-banner ul li figure img {
        width: 53px;
        height: auto;
    }

@media (max-width: 767px) {
    .functionality-banner ul li figure img {
        width: 50px;
        height: auto;
    }
}

.functionality-banner ul li span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    position: absolute;
    left: -10px;
    top: -20px;
    line-height: 25px;
}

.functionality-banner ul li.active {
    opacity: 10;
}

.functionality-banner ul li.selected {
    background: url(../../Content/images/xstep-active.png) no-repeat bottom center;
}

    .functionality-banner ul li.selected.white-arrow {
        background: url(../../Content/images/xstep-active-white.png) no-repeat bottom center;
    }

.functionality-banner ul li.line-box {
    background: url(../../Content/images/xstep-line.png) repeat-x left 40px;
    width: 100px;
}

@media (max-width: 991px) {
    .functionality-banner ul li.line-box {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .functionality-banner ul li.line-box {
        width: 10px;
        background-position: left 25px;
    }
}

.be-ready-box {
    background-color: #ececed;
    padding: 0px 0 0px;
}

    .be-ready-box ul {
        margin: 0;
        padding: 0;
        float: right;
        padding-top: 10px;
    }

        .be-ready-box ul li {
            margin: 0 17px;
            float: left;
            text-align: center;
            color: #666;
            font-size: 14px;
        }

            .be-ready-box ul li h4 {
                font-size: 20px;
                padding-top: 15px;
            }

            .be-ready-box ul li img {
                width: 40px;
                height: 40px;
            }

            .be-ready-box ul li figcaption {
                margin-top: -10px;
            }

@media (max-width: 767px) {
    .be-ready-box ul li:first-child {
        float: none;
        display: block;
    }

    .be-ready-box ul li {
        margin: 0 7px;
    }

    .be-ready-box ul {
        float: none;
    }
}

.or-box {
    font-size: 22px;
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.otp-box input {
    text-align: center;
}

.label-box label {
    font-size: 22px;
    color: #ccc;
    font-weight: normal;
}

@media (max-width: 991px) {
    .label-box label {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .label-box label {
        font-size: 14px;
    }
}

.confirm-your-card {
    display: none;
}

@media (max-width: 767px) {
    .confirm-your-card .btn-box .btn {
        padding: 8px 10px;
    }

        .confirm-your-card .btn-box .btn.MR30 {
            margin-right: 0;
            margin-bottom: 20px;
        }
}

.card-box {
    background-color: #ececed;
    padding: 25px 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .card-box {
        padding: 25px 20px;
    }
}

.card-box h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.card-box .card-img-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

    .card-box .card-img-box img {
        display: block;
        width: 100%;
        height: auto;
    }

    .card-box .card-img-box figcaption {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: background 0.5s linear;
        transition: background 0.5s linear;
        width: 100%;
        height: 100%;
        padding: 33% 60px 0 60px;
    }

@media (max-width: 1024px) {
    .card-box .card-img-box figcaption {
        padding: 33% 60px 0 30px;
    }
}

.card-box .card-img-box figcaption a {
    color: #fff;
}

@media (max-width: 991px) {
    .card-box .card-img-box figcaption {
        padding: 33% 10px 0 10px;
    }
}

.card-box .card-img-box figcaption h4 {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .card-box .card-img-box figcaption h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .card-box .card-img-box figcaption h4 {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff !important;
    }
}

.card-box .card-img-box figcaption .vlid-thru {
    text-align: center;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px;
}

    .card-box .card-img-box figcaption .vlid-thru span {
        font-size: 14px;
    }

@media (max-width: 991px) {
    .card-box .card-img-box figcaption .vlid-thru {
        margin-bottom: 0;
    }
}

.card-box .card-img-box figcaption .name-crn {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 20px;
}

@media (max-width: 991px) {
    .card-box .card-img-box figcaption .name-crn {
        font-size: 14px;
    }
}

.card-box .card-img-box figcaption .name-crn span {
    font-size: 14px;
}

@media (max-width: 991px) {
    .card-box .card-img-box figcaption .name-crn span {
        font-size: 12px;
    }
}

.card-box:hover figcaption {
    background: rgba(0, 0, 0, 0.7);
}

.white-box h3,
.light-bg-box h3 {
    font-size: 40px;
    color: red;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

    .white-box h3 img,
    .light-bg-box h3 img {
        vertical-align: middle;
    }

.success-details-box {
    font-size: 16px;
    color: #333;
    text-align: center;
}

@media (max-width: 991px) {
    .success-details-box {
        font-size: 15px;
    }
}

.success-details-box p {
    margin-bottom: 25px;
}

.your-facta {
    background-color: #ececed;
    margin-top: 50px;
    padding: 30px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

    .your-facta strong {
        color: #036;
    }

@media (max-width: 991px) {
    .your-facta {
        font-size: 15px;
    }
}

.what-we-offer .white-bg-wrapper.brdb {
    border-bottom: 1px solid #ececed;
}

@media (max-width: 767px) {
    .what-we-offer .white-bg-wrapper.brdb {
        border-bottom: none;
    }
}

#enter-otp6-error,
#enter-otp7-error,
#enter-otp8-error,
#enter-otp9-error,
#enter-otp10-error {
    display: none !important;
}

.custom-input label.active.focusIn.error {
    color: red !important;
}

div.otp-box div.row div,
div.otp-box div.row div div.custom-input {
    position: inherit !important;
}

    div.otp-box div.row div div.custom-input label {
        left: 20px !important;
    }

.clsDatePicker {
    z-index: 100000;
}

.ui-front {
    z-index: 9999999 !important;
}

.show-offer-box.ML0 {
    margin-left: 0;
}

.blue-grdn-bg .functionality-banner {
    padding-top: 5px;
}

    .blue-grdn-bg .functionality-banner ul li {
        padding-bottom: 25px;
        min-height: 95px;
    }

        .blue-grdn-bg .functionality-banner ul li.line-box {
            background-position: left 30px;
        }

.hero-banner.privy-banner .hero-container.visible h1 {
    color: #ffc44e;
}

@media (max-width: 767px) {
    .hero-banner.privy-banner .hero-container.visible h1 {
        color: #ffc44e;
        font-size: 28px;
    }
}

.hero-banner.privy-banner p {
    color: #fff;
}

@media (max-width: 991px) {
    .hero-banner.privy-banner p.pls {
        width: 45%;
    }

        .hero-banner.privy-banner p.pls br {
            display: none;
        }
}

@media (max-width: 767px) {
    .hero-banner.privy-banner p.pls {
        width: 100%;
    }

    .forMob {
        display: flex !important;
    }
}

.light_gry_bg.edge-faq {
    padding: 50px 0;
}

    .light_gry_bg.edge-faq .get-help-list h4 {
        margin: 0 0 30px;
        text-align: center;
    }

    .light_gry_bg.edge-faq .get-help-list .search-result-box {
        margin-bottom: 20px;
    }

        .light_gry_bg.edge-faq .get-help-list .search-result-box.active .down-arrow {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .light_gry_bg.edge-faq .get-help-list .search-result-box .down-arrow {
            float: right;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

            .light_gry_bg.edge-faq
            .get-help-list
            .search-result-box
            .down-arrow
            .ic-box-top {
                font-size: 24px;
                color: red;
            }

        .light_gry_bg.edge-faq .get-help-list .search-result-box h3 {
            line-height: 24px;
        }

        .light_gry_bg.edge-faq .get-help-list .search-result-box .get-help-more {
            margin-top: 10px;
        }

            .light_gry_bg.edge-faq
            .get-help-list
            .search-result-box
            .get-help-more
            p:last-child {
                margin-bottom: 0;
            }

@media (max-width: 767px) {
    .light_gry_bg.edge-faq .get-help-list .search-result-box {
        padding: 15px;
    }
}

.light_gry_bg.edge-faq .get-help-list .pagination-row {
    margin-top: 30px;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    color: #757575;
}

    input:focus {
        outline: none;
        color: #000;
    }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #003366;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before,
    .bar:after {
        content: "";
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264ae;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.col-xs-2 {
    width: 16% !important;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.pm-button {
    background: #ffffff;
    width: 131px;
    height: 47px;
    border: 1px solid #ec1e30;
    border-radius: 4px;
    font-size: 18px;
    color: #ec1e30;
    cursor: pointer;
}

.otp-form .otp-field {
    display: inline-block;
    width: 4.4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgb(105, 105, 105);
    outline: none;
}

    .otp-form .otp-field:focus {
        border-bottom-color: var(--bs-dark);
    }

.contentBox {
    border: 10px solid rgb(231, 230, 230);
    border-radius: 5px;
}

.red {
    color: red;
}

.loanCnt {
    padding: 30px 15px;
    text-align: right;
}

.loanCntR {
    padding: 30px 15px;
    text-align: left;
}

.loanText {
    font-size: 16px;
    font-weight: 700;
    color: #999;
    padding-top: 7px;
}

.loanTextR {
    font-size: 16px;
    font-weight: 700;
    color: black;
    padding-top: 7px;
    text-align: left;
}

.loanTextRMain {
    font-size: 28px;
    font-weight: 700;
    color: red;
    padding-top: 7px;
}

.btnDesign {
    background-color: #003366;
    border: 1px solid #003366;
}

    .btnDesign:hover {
        background-color: #042546;
        border: 1px solid #042546;
    }

.brr1px::after {
    width: 120px;
    content: "";
    margin-left: 10px;
    border-bottom: 1px solid rgba(180, 179, 179, 0.3);
}

.irCalc {
    font-size: 14px;
    color: #003366;
    font-weight: 700;
    padding-top: 30px;
}

.formInp {
    max-width: 280px;
}

.mrr30 {
    margin-left: 30px;
}

.dream {
    font-size: 12px;
    padding-top: 3px;
}

.text-left {
    text-align: left;
}

.w-25 {
    width: 25px;
}

.w-80 {
    width: calc(1);
}

.tncTxt {
    margin-bottom: 5px;
    margin-left: -7%;
}

.blue {
    color: #003366;
    font-weight: 700;
}

.noteCol {
    background-color: rgb(230, 230, 230);
    padding: 8px 30px 0px 30px;
    margin-bottom: 20px;
}

.chckBox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.errTxt {
    font-size: 14px;
    text-align: left;
    color: red;
}

.txtCnfL {
    padding: 12px 4px 0px 4px;
    padding-left: 10px;
    color: rgb(141, 141, 141);
    font-size: 16px;
}

.txtCnfR {
    padding: 12px 4px 0px 4px;
    font-size: 16px;
    position: absolute;
}

.oddBox {
    background-color: rgb(243, 243, 243);
    border-bottom: 1px solid rgb(206, 204, 204);
}

.evenBox {
    background-color: #fff;
    border-bottom: 1px solid rgb(206, 204, 204);
}

    .evenBox:last-child {
        border-bottom: none !important;
    }

.cnfTxt {
    font-weight: 700;
    margin-bottom: 5px;
}

.achor {
    cursor: pointer;
}

.goBack {
    color: red;
    font-size: 20px;
    cursor: pointer;
}

    .goBack:hover {
        color: #003366;
    }

    .goBack::before {
        content: "<";
    }

button:disabled {
    background-color: rgb(223, 219, 219) !important;
    border: 1px solid rgb(223, 219, 219) !important;
    color: gray !important;
}

.borderBInp {
    border: none;
    border-bottom: 1px solid gray;
    margin-left: 10px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

    .borderBInp:active,
    .borderBInp:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #003366;
    }

.mrr10 {
    margin-left: 10px;
}

.modal-header {
    background-color: #003366;
    color: #fff;
    padding: 10px;
}

.modal-footer {
    padding: 8px;
    text-align: center;
    justify-content: center;
}

.modal-lg {
    min-width: 80% !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.btn-kotak {
    background-color: rgba(255,0,0,.8) !important;
    border: 1px solid red !important;
}

.bg-white {
    background-color: white !important;
}

.closeIco {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.succTitle {
    padding: 60px;
    display: flex;
}

.border-none {
    border: none !important;
}

.sucTitleTxt {
    padding: 10px 15px;
    font-weight: 700;
    color: #003366;
}

.sucTitlePara {
    padding: 0px 15px;
    font-weight: 500;
    color: #003366;
    margin-top: -15px;
}

.bg-gray {
    background-color: rgb(243, 243, 243);
}

.text-left {
    text-align: left I !important;
}

.pleaseNote {
    font-size: 28px;
    color: #003366;
    font-weight: 700;
    padding: 15px;
}

.pNtxt {
    font-size: 16px;
}

@media (max-width: 480px) {
    .formInp {
        max-width: 99%;
    }

    .succTitle {
        padding: 20px 5px;
        display: flex;
    }

    .borderBInp {
        margin-left: 0px;
    }

    .mrr10 {
        margin-top: 15px;
        margin-left: 0px;
    }

    .tncTxt {
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .chckBox {
        width: 15px;
        height: 15px;
    }

    .txtCnfL {
        padding: 12px 4px 0px 4px;
        padding-left: 0px;
        color: rgb(141, 141, 141);
        font-size: 16px;
        margin-bottom: 0px;
    }

    .txtCnfR {
        padding: 12px 4px 0px 4px;
        font-size: 16px;
        margin-bottom: 5px;
        position: unset;
    }

    .errTxt {
        font-size: 12px;
        text-align: left;
        color: red;
    }

    .mrr30 {
        margin-left: 0px;
    }

    .otp-form .otp-field {
        display: inline-block;
        width: 15% !important;
        height: 4rem;
        font-size: 2rem;
        line-height: 4rem;
        text-align: center;
        border: none;
        border-bottom: 1px solid rgb(105, 105, 105, 105);
        outline: none;
    }

    .contentBox {
        border: 6px solid rgb(231, 230, 230);
    }

    .loanCnt {
        padding: 30px 15px;
        text-align: left;
    }

    .loanText {
        font-size: 14px;
        font-weight: 700;
        color: #999;
        padding-top: 7px;
    }

    .irCalc {
        font-size: 12px;
        color: #003366;
        font-weight: 700;
        padding-top: 20px;
    }
}

.loader {
    top: 45%;
    display: none;
}

.loaderImg {
    top: 60%;
    left: 50%;
    position: absolute;
    /*z-index:3;*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
