.Gordita {
    font-family: Gordita;
}

.GorditaBold {
    font-family: GorditaBold;
}

.GorditaMedium {
    font-family: GorditaMedium;
}

body {
    font-family: 'Gordita', sans-serif;
    background-color: #ffffff;
    font-size: 15px;
    color: #040404;
}

.pull-left {
    float: left;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #607D8B;
    border-radius: 0;
}

.logoHeader {
    text-align: center;
    padding: 30px 40px 40px;
    background-color: #f5fdff;
    padding-bottom: 235px;
    margin-bottom: -195px;
}

    .logoHeader .brand-wrapper .logo {
        height: 50px;
    }

.bd-wizard-card {
    border-radius: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    position: relative;
}

    .bd-wizard-card .card-body {
        padding: 40px;
    }

p, ul, ol {
    color: #637ba5;
}
.btn {
    text-align: center;
    border-radius: 2.5rem;
    padding: 0.5rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-borderOnly {
    text-align: center;
    border-radius: 2.5rem;
    padding: 0.5rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    background: white;
    color: #0f68f8;
    border: 2px solid #0f68f8;
}

/* #Wizard
================================================== */
.wizard .audible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wizard .steps {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0f68f8;
    border-radius: 0.75rem;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
}

    .wizard .steps > ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        /*justify-content: stretch;*/
        margin-bottom: 0;
        border: none;
    }

        .wizard .steps > ul li {
            flex-grow: 1;
        }

            .wizard .steps > ul li a {
                display: inline-block;
                text-align: center;
                width: 100%;
            }

                .wizard .steps > ul li a:hover {
                    text-decoration: none;
                }

            .wizard .steps > ul li .number {
                display: inline-block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                font-size: 16px;
                font-weight: bold;
                background-color: rgba(255, 255, 255, 0.5);
                color: #ffffff;
                margin-right: 10px;
                line-height: 32px;
                text-align: center;
            }

            .wizard .steps > ul li .bd-wizard-step-title {
                font-size: 15px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.73);
                letter-spacing: 0.5px;
            }

            .wizard .steps > ul li a.active .number {
                background: linear-gradient(357deg, #FFC107, #FF5722 50%, #FF5722);
                color: #ffffff;
            }

            /*form completed*/
            .wizard .steps > ul li.done .number {
                background: linear-gradient(357deg, #8BC34A, #33cc32 50%, #33cc32);
                color: #ffffff;
            }

            .wizard .steps > ul li.done .bd-wizard-step-title {
                color: #ffffff;
            }

            .wizard .steps > ul li a.active .bd-wizard-step-title, .wizard .steps > ul li a.done .bd-wizard-step-title {
                color: #ffffff;
            }

.wizard .content {
    margin-bottom: 20px;
}

    .wizard .content .section-heading {
        font-size: 1.3rem;
        color: #0a337c;
        font-weight: 500;
        text-align: center;
        margin-bottom: 35px;
    }

        .wizard .content .section-heading > p {
            margin-top: 16px;
            font-size: 14px;
            color: #637ba5;
            font-weight: 500;
            margin-bottom: 0;
        }

            .wizard .content .section-heading > p a {
                color: #0f68f8;
                font-weight: 500;
            }

    .wizard .content .control-label {
        font-size: 14px;
        color: #0a337c;
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;        
    }

    .wizard .content .form-group {
        margin-bottom: 20px;
    }

    .wizard .content .form-control {
        min-height: 35px;
        padding: .375rem .75rem;
        font-family: Gordita;
        font-size: 15px;
        /*width: 100%;*/
        height: 3rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        color: #040404;
        border: 1px solid #D7DEDD;
        border-radius: 0.5rem;
    }

        .wizard .content .form-control::-webkit-input-placeholder {
            color: #919aa3;
        }

        .wizard .content .form-control::-moz-placeholder {
            color: #919aa3;
        }

        .wizard .content .form-control:-ms-input-placeholder {
            color: #919aa3;
        }

/*.wizard .content .form-control::-ms-input-placeholder {
    color: #919aa3;
}

.wizard .content .form-control::placeholder {
    color: #919aa3;
}*/

.wizard .actions {
    margin-top: 50px;
}

    .wizard .actions > ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        margin-bottom: 0;
        text-align: right;
        justify-content: flex-end;
    }

    .wizard .actions li {
        margin-left: 12px;
    }

        .wizard .actions li:first-child, .wizard .actions li:first-child.disabled + li {
            margin-left: 0;
        }

        .wizard .actions li .btn {
            display: inline-block;
        }

            .wizard .actions li .btn:hover {
                text-decoration: none;
            }

        .wizard .actions li.disabled {
            display: none;
        }

.smllTxt {
    font-size: 11px;
    color: #637ba5;
}

.wizardContent {
    padding: 40px;
    border-radius: 0.75rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0px 0px 0 rgba(251, 251, 251,0.0), 0 17px 50px 0 rgba(152, 150, 150, 0.23);
}

    .wizardContent:not(:last-of-type) {
        margin-bottom: 40px;
    }

.hideDesktopStep {
    display: none;
}

.wizardInsideContent .check-new {
    display: inline-block;
}

.wizard .content textarea.form-control {
    height: auto;
}

/* #Radio
================================================== */
.radio-new {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

    .radio-new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 50%;
    }

.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    margin-top: -4px;
}

.radio-new input:checked ~ .checkround {
    background-color: #fff;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-new input:checked ~ .checkround:after {
    display: block;
}

.radio-new .checkround:after {
    background: #3a444e;
    border-radius: 50%;
    height: 9px;
    left: 3px;
    top: 3px;
    width: 9px;
}

.radio-new input:checked + .checkround:before {
    border: 2px solid #3a444e;
}

.radio-new input + .checkround:before {
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.07);
    content: '';
    display: block;
    height: 17px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 17px;
    transition: all 0.3s;
    border-radius: 50%;
}

.radio-new:hover .checkround {
    border-color: #3a444e;
    transition: all 0.3s;
}

/* #Checkbox
================================================== */

.check-new {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border-color: #cccdcf;
    border-style: solid;
    border-width: 1px;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.07);
    border-radius: 2px;
}

    .checkmark:hover {
        border-color: #3a444e;
        transition: all 0.3s;
    }

.check-new input:checked ~ .checkmark {
    background-color: #3a444e;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-new input:checked ~ .checkmark:after {
    display: block;
}

.check-new .checkmark:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    height: 13px;
    left: 5px;
    top: -1px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    width: 6px;
}


/* #Scroll to top
================================================== */

.returnToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0f68f8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    /*-ms-transition: all 0.3s ease;*/
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

    .returnToTop svg {
        color: #fff;
        margin: 0;
        position: relative;
        font-size: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        /*-ms-transition: all 0.3s ease;*/
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 13px;
    }

    .returnToTop:hover {
        background: #04275d;
    }

        .returnToTop:hover svg {
            color: #fff;
            top: 9px;
        }


/* #Primary
================================================== */

.popover {
    font-size: 12px;
    font-family: Gordita;
}

.addIconLabel {
    float: right;
    font-size: 15px;
}

.custPopoverIcon {
    color: #0a337c;
}

.addCheckList {
    padding-left: 16px;
    margin-top: 7px;
    line-height: 1.6;
    font-size: 15px;
}

    .addCheckList > li::marker {
        font-weight: 600;
    }

    .addCheckList > li > a {
        margin-left: 10px;
        font-size: 15px;
    }

.wizard .actions li .btn.next, .wizard .actions li .btn.finish {
    background: #33cc32;
    border: 1px solid #33cc32;    
}

.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: none !important;
}

.wizardInsideContent p, .wizardInsideContent ul, .wizardInsideContent ol, .wizardInsideContent .btn {
    font-size: 14px;
    line-height: 1.9;
}

.wizardInsideContent ul, .wizardInsideContent ol {
    padding-left: 16px;
}

    .wizardInsideContent ul a, .wizardInsideContent ol a {
        color: #0f68f8;
        font-weight: 700;
    }

/*.wizardInsideContent ul.pad-16, .wizardInsideContent ol.pad-16 {
    padding-left: revert;
}*/

.wizardInsideContent p, .wizardInsideContent ul, .wizardInsideContent ol {
    margin-bottom: 8px;
}

    .wizardInsideContent p > span, .wizardInsideContent ul > li > span, .wizardInsideContent ol > li > span {
        font-weight: 600;
    }

    .wizardInsideContent p > a {
        font-weight: 700;
        color: #0a337c;
    }

.kycUpldDiv {
    text-align: center;
    padding: 1rem;
    background: linear-gradient(rgba(250, 251, 252, 1), rgba(250, 251, 252, 1));
    border: 1px solid #D7DEDD;
    border-radius: 0.75rem;
    margin-bottom: 16px;
    min-height: 136px;
}

.downloadConsent {
    background: #f3faff;
}

.kycBtn {
    margin: 8px 0;
}

.innerDivHeading {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0a337c;
}

p.kycInfotext {
    font-size: 12px;
    margin-bottom: 0;
}

.custFileUpldBtn {
    position: relative;
}

    .custFileUpldBtn input[type=file] {
        position: absolute;
        font-size: 0;
        height: 100%;
        width: 100px;
        opacity: 0;
        z-index: 1;
        left: calc(50% - 50px);
        top: 0;
    }

    .custFileUpldBtn .btn {
        padding: 3px 16px;
        font-size: 12px;
        text-align: center;
        border-radius: 2.5rem;
        font-weight: 600;
        text-decoration: none;
        background: white;
        color: #0f68f8;
        border: 2px solid #0f68f8;
    }

    .custFileUpldBtn:nth-of-type(2) .btn {
        background: transparent;
        color: #343a40;
    }

.loa_btn_div {
    position: absolute;
    right: 32px;
    top: 16px;
}

    .loa_btn_div .btn {
        font-size: 14px;
        padding: 3px 16px;
        font-weight: 600;
    }

.photoBtnSeprator {
    margin: 16px;
    font-weight: 600;
    font-size: 13px;
}

.upldIDImgList img {
    max-width: 175px;
}

.upldIDImgList {
    padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    display: inline-block;
}

.idDeleteBtn {
    padding: 8px;
}

.upldGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 8px;
}

.reviewIdDiv {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.payableAmt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: max-content;
    flex-direction: column;
    padding: 1rem;
    background: linear-gradient(rgba(250, 251, 252, 1), rgba(250, 251, 252, 1)) !important;
    border: 1px solid #cccccc;
    border-radius: 0.75rem;
}

    .payableAmt p {
        font-size: 14px;
        font-weight: 600;
        color: #0a337c;
    }

        .payableAmt p > span {
            color: #0f68f8;
            font-weight: 700;
            margin-left:5px;
        }

.pymntDetail:not(:Last-of-type) {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
}

.pymntDetail p {
    margin-bottom: 2px;
    font-size: 13px;
    color: #6b6868;
    font-weight: 600;
    display: inline-block;
    width: 40%;
}

.pymntDetail span {
    font-size: 13px;
    color: #040404;
    font-weight: 700;
    float: right;
    width: 60%;
    text-align: right;
}

.pymntDetail.totalPay p, .pymntDetail.totalPay span {
    font-size: 16px;
}

.thankyouDiv {
    text-align: center;
}

    .thankyouDiv > p {
        font-weight: 600;
        line-height: 1.6;
        font-size: 15px;
    }

.thankYouCheck {
    text-align: center;
}

    .thankYouCheck svg {
        font-size: 45px;
        margin-bottom: 15px;
        color: #8bc34a;
    }

.pymntDetail .btn {
    font-weight: 600;
    padding: 4px 12px;
    margin-top: 12px;
}

.thankyouDiv.newThankyouDiv {
    text-align: unset;
}

.newThankyouDiv {
    background: #fbfbfb;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    /*box-shadow: 0px 8px 15px -10px rgba(0, 0, 0,0.44);*/
}

.receiptDiv .receiptUL {
    padding-left: 0;
    columns: 2;
}

.receiptUL li {
    text-align: center;
}

.receiptDiv {
    margin-top: 12px;
}

.receiptUL li > a {
    color: #817a7a;
    font-size: 13px;
}

    .receiptUL li > a svg {
        margin-right: 4px;
    }

.btnDwnld, .wellDivInside {
    margin: 16px 0;
}

.insideHeading {
    font-size: 15px;
    font-weight: 600;
    color: #0a337c;
}

.wellDivInside {
    background: linear-gradient(rgba(250, 251, 252, 1), rgba(250, 251, 252, 1)) !important;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #cccccc;
}

.btnDwnld > .btn {
    padding: 3px 12px;
    font-weight: 600;
}

    .btnDwnld > .btn:not(:last-of-type) {
        margin-right: 10px;
    }

.valText {
    display: block;
    font-size: 12px;
    color: #f44336;
    margin: 8px 0 0;
    font-weight: 500;
}

.valInput {
    border: 1px solid red !important;
}

.termsConDiv, .eSignDiv {
    margin-top: 16px;
}

.showDashLogin {
    float: right;
    color: #343a40;
    font-weight: 600;
}

    .showDashLogin a {
        color: #0f68f8;
        font-weight: 700;
    }

.uploadDocRow {
    margin-top: 30px;
}

.attchFilename {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    color: #4c4a4a;
}

    .attchFilename span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .attchFilename > a {
        color: #f44336;
        margin-left: 12px;
    }

    .attchFilename:not(:last-of-type) {
        border-bottom: 1px solid #f1eeee;
        padding-bottom: 10px;
    }

/*.checkoutDiv {
    background: #ecf0f5;
    border: 1px solid #dfdfdf;
    padding: 16px;
    border-radius: 3px;
}*/
.checkoutItem, .checkoutTotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

    .checkoutItem p.itemName {
        font-size: 15px;
    }

    .checkoutItem p.itemName {
        font-size: 15px;
        margin-bottom: 0;
    }

.checkoutTotal {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #dfdfdf;
    padding-top: 12px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
}

.checkoutDivCardHeader {
    background: #ecf0f5;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ebe7e7;
    padding: 5px;
}

.checkoutDivBody {
    background: #fff;
    padding: 16px 16px 0;
    border: 1px solid #ebe7e7;
}

.checkoutDivCard:not(:last-of-type) {
    margin-bottom: 20px;
}

.checkoutDivCardHeader .btn {
    display: block;
    width: 100%;
    text-align: left;
    color: #040404;
    font-weight: 600;
}

.checkoutDivCardHeader img {
    float: right;
    width: 200px;
}

.selectPymnt .checkround {
    top: 10px;
    margin-top: 0;
}
/*.cardDetails {
    margin-top: 20px;
}*/
.cardDetails h3.title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cardDetails label.control-label {
    color: #908d8d !important;
}

.expirationDate {
    align-items: center;
}

.dateSeparator {
    margin: 0 5px;
    font-size: 20px;
    font-weight: 500;
    color: #908d8d;
}

.paymethodImg {
    margin-top: 16px;
    text-align: right;
}

    .paymethodImg img {
        max-width: 300px;
    }

table.AnnexureTble thead > tr > th {
    background: #fafbfc;
    border: 0px;
}

table.AnnexureTble thead > tr > th, table.AnnexureTble tbody > tr > td {
    padding: 8px;
    font-size: 14px;
}

table.AnnexureTble {
    border: 1px solid #dfdfdf;
    margin-bottom: 0px;
}

.AnnexureTbleDivMain {
    margin: 16px 0;
}

.checksContntDivRow {
    display: flex;
    margin-bottom: 30px;
}

.checksContntDiv {
    background: linear-gradient(45deg, #0acbff, #0f68f8 50%, #ba2cfd);
    border-radius: .75rem;
    padding: 1rem;
    box-shadow: 0 3px 3px 0 rgba(138, 155, 165, 0.15);
    width: 50%;
    color: #fff;
}

.checksContntDiv_wrap {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.20);
    padding: 1rem;
    color: #fff;
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.checksContntDiv:not(:last-of-type) {
    margin-right: 30px;
}

.checksContntDiv h2, .pricingContntDiv h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 18px;
}

.checksContntDiv ul {
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
}

    .checksContntDiv ul > li {
        margin-bottom: 4px;
    }

        .checksContntDiv ul > li > span {
            font-weight: 500;
        }

p.pricePack {
    font-size: 18px;
    color: #0a337c;
    font-weight: 700;
    margin-bottom: 0;
}

    p.pricePack > span {
        color: #ff9b00;
        font-size: 12px;
    }

.changeLangRadio {
    margin-bottom: 20px;
}

    .changeLangRadio > p {
        font-weight: 600;
    }

.pricingContntDiv {
    background: linear-gradient(45deg, #0acbff, #0f68f8 50%, #ba2cfd);
    padding: 1rem;
    border-radius: .75rem;
    box-shadow: 0 3px 3px 0 rgba(138, 155, 165, 0.15);
    border: 1px solid #eae5e5;
    color: #fff;
}

.pricingContntDiv_wrap {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.20);
    padding: 1rem;
    color: #fff;
    border-radius: .75rem;
}

.pricingContntDiv p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    color: #fff;
}

    .pricingContntDiv p > span {
        font-weight: 600;
        color: #fff;
        font-size: 16px;
    }

    .pricingContntDiv p > b {
        font-weight: 500;
    }

.reviewEditLink {
    /*float: right;*/
    color: #0f68f8;
}

.reviewUplod {
    padding: 8px 16px;
    background: #e9ecef;
    border: 1px solid #e2dede;
    border-radius: 3px;
}

    .reviewUplod > p {
        margin-bottom: 6px;
        font-size: 14px;
    }

        .reviewUplod > p:last-of-type {
            margin-bottom: 0;
        }

        .reviewUplod > p > svg {
            margin-right: 8px;
            color: #0a337c;
        }

        .reviewUplod > p:not(:last-of-type) {
            border-bottom: 1px solid #e2dede;
            padding-bottom: 5px;
        }

.defaultTable.table thead tr > th, .defaultTable.table tbody tr > td {
    padding: 6px;
    border: 1px solid #dee2e6;
    font-size: 14px;
}

.defaultTable.table th {
    font-weight: 600;
    background: #0f68f8;
    color: #fff;
}

.fileDeleteBtn {
    color: #ec3326;
    font-size: 15px;
}

.downldFormBtn {
    position: absolute;
    top: 0;
    right: 0;
}

    .downldFormBtn .btn {
        font-size: 14px;
        padding: 3px 16px;
        font-weight: 600;
    }

.modalDwnldBtnGrp {
    text-align: center;
    padding: 16px;
}

    .modalDwnldBtnGrp .btn {
        background: #343a40;
        border: 1px solid #343a40;
        font-size: 14px;
        font-weight: 600;
        padding: 3px 16px;
    }

    .modalDwnldBtnGrp > p {
        margin: 10px 0;
        font-weight: 600;
        color: #b5afaf;
    }

.candRegModalBox .modal-header {
    padding: 12px;
    background: linear-gradient(45deg, #0acbff, #0f68f8 50%, #ba2cfd);
    text-align: center;
}

    .candRegModalBox .modal-header h5 {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
    }

    .candRegModalBox .modal-header .close {
        color: red;
        opacity: 1;
    }

.candRegModalBox .modal-footer {
    padding: 8px;
}

.modalCustFoot .btn {
    padding: 4px 16px;
    font-size: 13px;
}

    .modalCustFoot .btn.btn-success {
        background: #8bc34a !important;
        border: 1px solid #8bc34a;
    }

.modalContent p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.termCondInputBox {
    width: 330px;
    display: inline-block;
    max-width: 100%;
    background: #fbfbfb;
    margin: 0 5px 5px;
}


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.select2-container .select2-selection--single {
    height: 2.8rem !important;
}

.select2.select2-container {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-family: Gordita;
    font-size: 15px;
    height: 3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #040404;
    border: 1px solid #D7DEDD;
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem !important;
    font-weight: 500 !important;
    color: #040404 !important;
    font-size: 14px;
    height: 3rem;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.7rem;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: #040404;
    font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0f68f8 !important;
    color: white;
}

.select2-results__option[aria-selected] {
    font-size: 14px;
}

.select2-dropdown {
    width: auto !important;
    border: 1px solid #e2dede;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2dede !important;
}
span.select2.select2-container.select2-container--default.select2-container--disabled{
    background: #eeeeee;
}
.reviewUpldTble {
    margin-top: 10px;
}

.addonCalIconDiv {
    position: relative;
    z-index: 1;
}

    .addonCalIconDiv:after {
        position: absolute;
        content: "\f073";
        color: #414c57;
        width: 0px;
        height: 0px;
        right: 22px;
        font-family: 'FontAwesome';
        top: calc(50% - 9px);
        font-size: 13px;
        z-index: 0;
        cursor: text;
        pointer-events: none;
    }

    .addonCalIconDiv input[type = "text"] {
        z-index: 1;
        cursor: pointer;
    }

.popover {
    max-width: 300px;
}

.popover-body {
    line-height: 1.8;
}

.popover-header {
    font-size: 13px;
    font-weight: 600;
    background: #0acbff;
    color: #fff;
}

.custPopovrIcon {
    float: right;
    font-size: 14px;
    color: #0acbff;
}

.newCheckout {
    padding: 16px;
}

h2.newCheckSubHeading {
    font-size: 14px;
    text-transform: uppercase;
    color: #0a337c;
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 10px;
    font-weight: 600;
}

.newCheckout p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.leftCheckout .newChkLbl.fltLble {
    float: right;
    margin-right: 10px;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
}

    .leftCheckout .newChkLbl.fltLble span {
        font-weight: 500;
        font-size: 14px;
    }

.rightCheckout p.newChkLbl.fltLble span {
    float: right;
    font-size: 14px;
}

.rightCheckout .newChkLbl.fltLble {
    border-top: 1px solid #ecf0f5;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.text-warning {
    color: #ff9b00 !important;
}

.wizard .newChkMultiCheckHead label.control-label {
    margin-bottom: 0px;
    font-weight: 700;
}

.wizard .newChkMultiCheckHead {
    margin-bottom: 12px;
    margin-top: 12px;
}

.newChkMultiList {
    margin-bottom: 12px;
}

.selctRmvIconDisColr {
    -webkit-appearance: none;
    background: #eff1f3;
    pointer-events: none;
}
.ContentErrorDiv h4 > i {
    color: red;
    font-size: 24px;
    vertical-align: middle;
}

/* #Media CSS
================================================== */
@media (max-width: 1366px) {
    .logoHeader .brand-wrapper .logo {
        height: 40px;
    }

    .wizard .steps > ul li .number {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 26px;
    }

    .wizardContent {
        padding: 30px;
    }

    .wizard .actions li .btn {
        padding: 6px 24px;
    }

    .wizard .content .section-heading {
        font-size: 22px;
    }

    .checksContntDiv h2, .pricingContntDiv h2, .pricingContntDiv > p > span {
        font-size: 16px;
    }

    .wizard .steps > ul li .bd-wizard-step-title, .insideHeading, .wizard .actions li .btn, .innerDivHeading, .payableAmt p > span, .candRegModalBox .modal-header h5 {
        font-size: 14px;
    }

    .wizardInsideContent p, .wizardInsideContent ul, .wizardInsideContent ol, .wizardInsideContent .btn, .check-new, .wizard .content .section-heading > p, .wizard .content .control-label, .select2-container--default .select2-selection--single .select2-selection__rendered,
    .wizard .content .form-control, .select2-results__option[aria-selected], .radio-new, .defaultTable.table thead tr > th, .defaultTable.table tbody tr > td, .payableAmt p, .thankyouDiv > p, table.AnnexureTble thead > tr > th, table.AnnexureTble tbody > tr > td, .downldFormBtn .btn, .modalContent p {
        font-size: 13px;
    }

    .termCondInputBox {
        width: 300px;
    }
}

@media (max-width: 1068px) {
    .wizard .content .section-heading {
        font-size: 20px;
    }

    .bd-wizard-card {
        max-width: 100%;
    }
}


@media (max-width: 991px) {

    .wizard .content .section-heading {
        margin-bottom: 30px;
    }

    .checksContntDiv h2, .pricingContntDiv h2, .pricingContntDiv > p > span {
        font-size: 14px;
    }

    .wizard .steps > ul li .bd-wizard-step-title, .insideHeading, .wizard .actions li .btn, .innerDivHeading, .payableAmt p > span, .candRegModalBox .modal-header h5, .modalDwnldBtnGrp .btn {
        font-size: 13px;
    }

    .wizardInsideContent p, .wizardInsideContent ul, .wizardInsideContent ol, .wizardInsideContent .btn, .check-new, .wizard .content .section-heading > p, .wizard .content .control-label, .select2-container--default .select2-selection--single .select2-selection__rendered,
    .wizard .content .form-control, .select2-results__option[aria-selected], .radio-new, .defaultTable.table thead tr > th, .defaultTable.table tbody tr > td, .payableAmt p, .thankyouDiv > p, table.AnnexureTble thead > tr > th, table.AnnexureTble tbody > tr > td, .downldFormBtn .btn, .modalContent p {
        font-size: 12px;
    }

    .wizard .steps > ul li .number {
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 23px;
    }

    .hideDesktopStep {
        display: inline-block;
    }

    .hideMobileStep {
        display: none;
    }
}

@media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-title {
        display: none;
    }

    .checksContntDiv:not(:last-of-type) {
        margin-right: unset;
        margin-bottom: 20px;
    }

    .wizard .steps > ul li .number {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .checksContntDivRow {
        display: block;
    }

    .termCondInputBox {
        width: 200px;
        width: 100%;
        margin: 3px 0;
    }

    .wizard .actions > ul {
        justify-content: center;
    }

    .wizard .steps {
        padding-top: 15px;
        padding-bottom: 15px;
        top: -100px;
    }
}

@media (max-width: 640px) {

    .wizard .content .section-heading {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .downldFormBtn .btn {
        font-size: 0;
        padding: 4px;
    }

        .downldFormBtn .btn svg {
            font-size: 18px;
        }

    .wizardInsideContent ul.pad-16, .wizardInsideContent ol.pad-16 {
        padding-left: 16px;
    }

    .wizard .content .control-label {
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
        line-height: 1.8;
    }

    .fileDeleteBtn {
        font-size: 14px;
    }

    table.AnnexureTble thead > tr > th {
        display: none;
    }

    table.AnnexureTble tbody > tr td span {
        font-weight: 700;
    }

    table.AnnexureTble tbody > tr > td {
        display: block;
    }

        table.AnnexureTble tbody > tr > td:first-of-type {
            display: none;
        }

        table.AnnexureTble tbody > tr > td:nth-of-type(2) {
            background: #ebeff4;
        }

    .wizard .actions li .btn {
        padding: 5px 20px;
    }

    .noMoreTble {
        border: 1px solid #e2dede;
    }

        .noMoreTble table,
        .noMoreTble thead,
        .noMoreTble tbody,
        .noMoreTble th,
        .noMoreTble td,
        .noMoreTble tr {
            display: block;
        }

            .noMoreTble thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .noMoreTble td {
            border: none !important;
            border-bottom: 1px solid #f1ebeb !important;
            position: relative;
            padding-left: 40% !important;
            white-space: normal;
            text-align: left !important;
            margin: 0px;
        }

        .noMoreTble th {
            font-weight: 600;
        }

        .noMoreTble td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 39%;
            padding-right: 0px;
            white-space: nowrap;
            text-align: left;
            color: #0a337c;
            font-weight: 600;
            content: attr(data-title);
            font-size: 12px;
        }

        .noMoreTble tr:nth-child(even) {
            background: #f5f4f4;
        }

        .noMoreTble td:last-of-type {
            border-bottom: 0px !important;
        }
}

@media (max-width: 575px) {
    .wizard .content .section-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btnDwnld > .btn {
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
}
