﻿@import url('glyphicons/glyphicons.min.css');

@font-face {
    font-family: "roboto-bold";
    src: url("../../contents/css/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-light";
    src: url("../../contents/css/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    src: url("../../contents/css/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-regular";
    src: url("../../contents/css/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../contents/css/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(../../contents/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: 60px;
}

    .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(../../contents/images/xstep-active.png.pagespeed.ic.XZu-PAc9Ic.png) no-repeat bottom center;
}

    .functionality-banner ul li.selected.white-arrow {
        background: url(../../contents/images/xstep-active-white.png.pagespeed.ic.KC0mW0ojqw.png) no-repeat bottom center;
    }

.functionality-banner ul li.line-box {
    background: url(../../contents/images/xstep-line.png.pagespeed.ic.nrm1r8IIlJ.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: 15px 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;
    
}

.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;
}

button-disabled {
    background-color: rgb(223, 219, 219) !important;
    border: 1px solid rgb(223, 219, 219) !important;
    color: gray !important;
}

.invisibled{
    pointer-events:none;
    cursor:default;
}

.visibled {
    pointer-events: auto;
    cursor:pointer;
}

.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: 50%;
    left: 50%;
    position: fixed;
    /*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;
}


/*Newly added*/

body {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.half-background-top {
    background-image: url("../images/bg-top.jpg"); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    padding: 20px 20px;
}

.pl-steps h1 {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}


    .stepper-wrapper p {
        margin: 8px 10px;
        color: #000000;
    }

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: none;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: none;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 10px;
        margin-left: -30px;
    }


    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #8b898a;
    }

        .stepper-item.completed .step-counter.active {
            background-color: #ffffff;
        }


    /*
 .stepper-item.completed::after {
     position: absolute;
     content: "";
      width: 100%;
     top: 14px;
     left: 50%;
     z-index: 3;
}*/
    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }

.stepper-wrapper .step-name p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

    .stepper-wrapper .step-name p.active {
        font-weight: 700;
    }

.steps-img-wrapp {
    position: relative;
}

.hr-line2 {
    border-bottom: 2px dashed #8a8987;
    height: 1px;
    position: absolute;
    width: 70%;
    bottom: 58px;
    z-index: 6;
    left: 65%;
}

.bg-grey {
    background-color: #ececee;
    padding-top: 20px;
}


.heading-wrapper {
}

    .heading-wrapper p {
        font-size: 18px;
        line-height: 24px;
        color: #4e4e4e;
    }

.heading-mob-wrapper {
    text-align: center;
}

    .heading-mob-wrapper p {
        font-size: 14px;
        line-height: 18px;
        color: #4e4e4e;
        padding-top: 5px;
    }

.heading-ccdc-wrapper {
    text-align: center;
}

    .heading-ccdc-wrapper p {
        font-size: 14px;
        line-height: 18px;
        color: #4e4e4e;
        padding-top: 5px;
        margin-top: 0px;
    }



.loan-card-wrapper {
}

    .loan-card-wrapper p {
        font-size: 16px;
        line-height: 24px;
        color: #4e4e4e;
        padding: 10px 0px 0px;
        text-align: left;
        margin-bottom: 15px
    }

.border-bottom {
    border-bottom: 5px solid #e8e8e8 !important;
}

.process-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid grey; /* Add border to the table */
    margin-top: 30px;
    margin-bottom: 40px;
}

    .process-table table td, .process-table table th {
        text-align: left;
        border: 1px solid grey; /* Add border to table cells */
        padding: 8px; /* Add padding for better readability */
    }

        .process-table table td p {
            font-size: 16px;
            line-height: 22px;
            color: #4c4c4c;
            margin: 0; /* Ensure no margin around paragraphs */
            padding: 0px 20px;
        }

    .process-table table tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .process-table table tr:nth-child(even) {
        background-color: #ffffff; /* Optional: set a different background color for even rows */
    }

    .process-table table tr td:first-child {
        border-right: none; /* Remove right border from the first cell */
    }

    .process-table table tr td:last-child {
        border-left: none; /* Remove left border from the last cell */
    }

.td-width-30 {
    width: 49%;
}

.td-width-70 {
    width: 51%;
}

.download-key-fact-statement table {
    width: 100%;
    border-collapse: collapse;
    display: flex;
}

    .download-key-fact-statement table td {
        text-align: left;
        vertical-align: top;
        padding: 8px;
    }


        .download-key-fact-statement table td p {
            font-size: 14px;
            line-height: 20px;
            color: #4c4c4c;
            margin: 0; /* Ensure no margin around paragraphs */
            padding: 4px 20px 0px 10px;
        }


            .download-key-fact-statement table td p a {
                color: #375cac;
                text-decoration: underline;
                display: inline-block;
            }

.download-key-fact-statement .goback {
    color: #fd0000;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.download-key-fact-statement table input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    position: relative;
    appearance: none; /* Remove default checkbox styling */
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-top: 5px;
}

    .download-key-fact-statement table input[type="checkbox"]:checked {
        background-color: red; /* Change background color when checked */
    }

        .download-key-fact-statement table input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            left: 6px;
            top: -1px;
            width: 10px;
            height: 20px;
            border: solid white;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }




.td-width-3 {
    width: 2%;
}

.td-width-98 {
    width: 97%;
}

.key-statement-download {
    display: flex;
    align-items: center;
}

    .key-statement-download select {
        width: 30%;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 50px;
        box-shadow: unset;
        color: #666666;
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
        appearance: none;
        text-align: center;
        background-color: #e6e6e6;
    }



        .key-statement-download select.arrow {
            background-image: url("../images/down-arrow.png");
            background-position: right 10px center; /* Position the arrow image */
            background-repeat: no-repeat; /* Ensure the image is not repeated */
            background-size: 32px 50px; /* Adjust size of the background image */
            padding-right: 40px; /* Ensure text does not overlap with the image */
            border-radius: 4px; /* Optional: add border radius */
            height: 3em; /* Adjust height to match the padding and background image */
        }

            .key-statement-download select.arrow::after {
                content: "content";
                position: absolute;
                top: 10%; /* Adjust top position as needed */
                right: 35px; /* Adjust right position to align with the arrow */
                width: 1px;
                height: 80%; /* Adjust height as needed */
                background-color: #ccc; /* Color of the vertical stroke */
                pointer-events: none;
            }

    .key-statement-download a {
        margin-left: 20px;
        font-size: 16px;
        height: 22px;
        color: #4d4d4d;
        font-weight: 600;
    }

.bottom-footer {
    height: 10vh;
}


.key-statement-download .submit-btn {
    background-color: #e6e6e6; /* Green background */
    border: none; /* Remove borders */
    color: #4d4d4d; /* White text */
    padding: 10px 32px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as inline-block */
    font-size: 16px; /* Font size */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 12px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    width: 100%;
    border: 1px solid #757575;
    margin-top: 170px;
}

    .key-statement-download .submit-btn:hover {
        background-color: #fd0000; /* Darker green on hover */
        border: 1px solid #757575;
        color: #fff;
    }

.key-statement-download .confirm-btn {
    background-color: #bababa; /* Green background */
    border: none; /* Remove borders */
    color: #fff; /* White text */
    padding: 30px 32px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as inline-block */
    font-size: 16px; /* Font size */
    margin: 4px 20px; /* Margin */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 12px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    width: 100%;
    border: 1px solid #757575;
    display: none;
}

.key-statement-download .confirm-btn-btn:hover {
    background-color: #fd0000; /* Darker green on hover */
    border: 1px solid #757575;
    color: #fff;
}
/*
.check-box-align{
text-align:right!important;	
	
}
*/

@media screen and (min-width: 2561px) {

    .key-statement-download select.arrow {
        width: 30%;
    }

    .key-statement-download .submit-btn {
        margin-top: 170px;
    }
}

@media screen and (max-width: 2560px) {

    .key-statement-download select.arrow {
        width: 30%;
    }

    .key-statement-download .submit-btn {
        margin-top: 170px;
    }
}

@media screen and (max-width: 1680px) {

    .key-statement-download select.arrow {
        width: 40%;
    }


    .key-statement-download .submit-btn {
        margin-top: 170px;
    }
}


@media screen and (max-width: 1366px) {

    .key-statement-download .submit-btn {
        margin-top: 200px;
    }
}

@media screen and (max-width: 1024px) {

    .key-statement-download select.arrow {
        width: 60%;
    }

    .key-statement-download .submit-btn {
        margin-top: 200px;
    }
}

@media screen and (max-width: 991px) {
    .heading-wrapper p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }

    .heading-mob-wrapper p {
        font-size: 12px;
        line-height: 18px;
    }

    .heading-ccdc-wrapper p {
        font-size: 12px;
        line-height: 18px;
    }


    .loan-card-wrapper p {
        font-size: 14px;
        line-height: 18px;
    }

    .process-table table td p {
        font-size: 14px;
        line-height: 18px;
    }


    .key-statement-download select {
        font-size: 14px;
        line-height: 18px;
    }

        .key-statement-download select.arrow {
            background-position: right 5px center;
            height: 3em;
        }


    .key-statement-download a {
        font-size: 14px;
        line-height: 18px;
    }

    .key-statement-download select.arrow {
        width: 60%;
    }

    .key-statement-download .submit-btn {
        margin-top: 200px;
    }

    .download-key-fact-statement table input[type="checkbox"] {
        margin-top: 5px;
        width: 20px;
        height: 20px;
    }

        .download-key-fact-statement table input[type="checkbox"]:checked::after {
            left: 6px;
            top: -5px;
            width: 10px;
            height: 20px;
        }

    .download-key-fact-statement table td p {
        font-size: 12px;
        line-height: 18px;
    }

    .key-statement-download .submit-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .download-key-fact-statement .goback {
        font-size: 16px;
        line-height: 22px;
    }

    .key-statement-download a {
        margin-left: 10px;
    }
}


@media screen and (min-width: 768px) {
    .bg-mob {
        background-color: unset;
    }

    .loan-card-wrapper p {
        font-weight: unset;
    }

    .hide-element {
        display: block;
    }

    .hide-element2 {
        display: none;
    }


    .border-bottom {
        border-bottom: 5px solid #e8e8e8 !important;
    }


    .key-statement-download .submit-btn {
        display: block;
    }

    .key-statement-download .confirm-btn {
        display: none;
    }

    .desktop-data {
        display: block;
    }

    .mobile-data {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .heading-wrapper p, .loan-card-wrapper p {
        text-align: center;
    }

    .key-statement-download .submit-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bottom-footer {
        height: 5vh;
    }

    .key-statement-download select {
        font-size: 12px;
        line-height: 18px;
    }

        .key-statement-download select.arrow {
            background-position: right 5px center;
            height: 3.5em;
        }

    .key-statement-download a {
        font-size: 12px;
        line-height: 18px;
    }

    .bg-mob {
        background-color: #cb0001;
    }

    .loan-card-wrapper p {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        Padding: 40px 0px;
        margin-bottom: 0;
    }

    .hide-element {
        Display: none;
    }

    .hide-element2 {
        Display: block;
    }

    .border-bottom {
        border-bottom: 0 !important;
    }


    .key-statement-download .submit-btn {
        display: none;
    }

    .key-statement-download .confirm-btn {
        display: block;
    }

    .mob-confirm {
        Padding: 50px 50px;
        background-color: #f6f6f6;
    }

    .bg-grey {
        background-color: unset;
        padding-top: unset;
    }

    .td-width-30 {
        width: 45%;
    }

    .td-width-70 {
        width: 55%;
    }

    .process-table table td p {
        padding: 0px 5px;
    }

    .desktop-data {
        display: none;
    }

    .mobile-data {
        display: blcok;
    }
}




@media screen and (max-width: 480px) {
    .mob-confirm {
        Padding: 30px 30px;
        background-color: #f6f6f6;
    }
}

@media screen and (max-width: 390px) {
    .key-statement-download select.arrow {
        background-size: 25px 40px;
    }
}


@media screen and (max-width: 360px) {
    .mob-confirm {
        Padding: 30px 30px;
        background-color: #f6f6f6;
    }
}


@media screen and (max-width: 320px) {
    .key-statement-download a {
        font-size: 11px;
        line-height: 18px;
    }
}
