/* modal css start */

.document-ready {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.modal-view-control {
    padding: 0px 0px;
}

ul.popupfield li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.information-store {
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}

.credit-licnese {
    font-size: 16px;
    color: #001732;
    font-weight: 400;
}

.button-rg-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side {
    margin: 0;
    padding: 0;
    display: flex;
}

.right-side {
    margin: 0;
    padding: 0;
    display: flex;
}


/* modal css over */


/* form css start  */

.heading-text-form {
    font-size: 28px;
    font-weight: 700;
}

.input-bg {
    font-size: 18px;
    color: #59667d;
    border-width: 1px 1px 1px 1px;
    border-color: #e8ebef;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    background-color: #f5f5f5;
}

.heading-text-form-sub {
    font-weight: 500;
    font-size: 20px;
    color: #001732;
}

.form-check-input:checked[type=radio]:checked+label {
    background: #001732 !important;
    color: #fff !important;
    font-weight: 700;

}

.form-check.select-text-radio input[type=radio] {
    display: none;
}

.form-loan-btn {
    -webkit-border-radius: 8px;
    border: 2px solid #001732;
    color: #001732;
    font-weight: 600;
    padding: 14px 0px;
    background: transparent;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
}

.form-loan-btn:hover {
    border: 2px solid transparent;
    color: #F2F2F2;
    background: #001732;
}

.form-loan-btn-fill {
    -webkit-border-radius: 8px;
    
    border: 2px solid transparent;
    border: 2px solid #001732 !important;
    font-weight: 600;
    padding: 14px 0px;
    color: #F2F2F2;
    background: #001732;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
}

.form-loan-btn-fill:hover {
    
    color: #001732;
    background: transparent;
    border: 2px solid #001732;
}

.form-check.select-text-radio {
    padding-left: 0px;
}

.perosnal-loan-btn {
    border-radius: 8px;
    border: 3px solid #001732;
    color: #001732;
    font-weight: 600;
    padding: 15px;
    background: transparent;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
}

.perosnal-loan-btn:hover {
    border: 3px solid #001732;
    color: #F2F2F2;
    background: #001732;
}

.loan-demo {
    border: transparent;
}

.personal-btn-loan {
    font-size: 14px;
    border: 1px solid #001732;
    color: #001732;
    background: transparent;
}

.personal-btn-loan:hover {
    border-color: transparent;
    color: #fff;
    background: #001732;
}

.personal-btn-loan:focus {
    font-size: 14px;
    border: transparent;
    color: #fff;
    background: #001732;
}

.information-scroll {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: .688em;
}

.inner-info {
    border: transparent;
    padding: 3px;
    margin: 0px;
}

.upper-spacer {
    /*margin: 80px 0 0 0;*/
}

.input-bg-calender {
    font-size: 18px;
    color: #59667d;
    border-width: 1px 1px 1px 1px;
    border: 1px solid #e8ebef;
    border-radius: 8px;
    height: 56px;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
}

.mortage-text {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.file-upload {
    background-color: #ffffff;
}

.file-upload-div {
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 0.25rem;
}

.file-upload-btn {
    /*width: 100%;*/
    margin: 0;
    color: #fff;
    background: #001732;
    border: none;
    padding: 10px;
    border-radius: 4px;
    /*border-bottom: 4px solid #7dfff0;*/
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1em;
}

.file-upload-btn:hover {
    background: #7dfff0;
    color: #000;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #001732;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #001732;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    padding: 60px 0;
}

.drag-text h3:hover {
    color: #fff;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 50%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 4px dashed #001732;
    color: #001732;
    border-radius: 0px;
}

.nav-pills .nav-link.pre-active {
    border-color: #001732;
    color: #001732;
}

.nav-pills .nav-link {
    color: #dbdbdb;
    font-weight: 600;
    pointer-events: none;
    border-bottom: 4px solid #dbdbdb;
    border-radius: 0px;
    margin: 5px;
    padding: 0px 10px 10px 10px;
}

.nav-link.active {
    pointer-events: inherit;
}

.nav-link:focus,
.nav-link:hover {
    color: #001732;
}

.form-check-input:checked[type=checkbox]:checked+label {
    background: #001732 !important;
    color: #fff !important;
    font-weight: 700;
}

.form-check.select-text-radio input[type=checkbox] {
    display: none;
}

label.next-box-btn {
    background-color: transparent !important;
    color: #001732 !important;
}

/* form css over */

@media only screen and (max-width: 767px) {
    .upper-spacer {
        margin: 50px 0 0 0;
    }

    #tab ul#pills-tab {
        align-items: end;
    }


    #pills-tab {
        visibility: hidden;
    }


    .information-store {
        margin-bottom: 10px;
    }

    .heading-text-form {
        font-size: 18px;
    }

    .form-loan-btn {
        padding: 8px 8px 8px 8px;
        font-size: 12px;
    }
    
    .form-loan-btn-fill{
        padding: 8px !important;
        font-size: 12px;
        border-radius: 8px !important;
    }

    label.next-box-btn {
        border: 2px solid #001732;
        padding: 8px !important;
        border-radius: 8px !important;
    }

    .perosnal-loan-btn {
        padding: 8px 8px 8px 8px;
        font-size: 12px;
    }

    .personal-btn-loan {
        font-size: 12px;
    }

    .mobile-spacing {
        padding: 20px 0;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 12px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
        margin: 0 6px 0 6px;
        padding: 10px;
        width: calc(100% - 12px);
    }

    .nav-pills li.nav-item {
        width: 50%;
        display: inline-block;
    }

    .get-quote-btn {
        margin: 8px 0px 0px 0px;
    }

    .heading-text-form-sub {
        font-size: 16px;
    }

    /* #pills-tab {
        display: none;
    } */


    .input-bg {
        font-size: 16px;
    }

    #tab {
        margin-bottom: 0px;
    }
}

.loan-section-wrapper {
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 74vh;

}


/* .tab-pane .loan-section-wrapper{
    margin-bottom: 74vh;
}
.tab-pane .loan-section-wrapper:last-child{
    margin-bottom: 0px !important;
} */

.tab-pane {
    overflow-x: hidden;
    /* overflow: hidden; */
}

.tab-pane:not(.show-scrollbar) {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-pane:not(.show-scrollbar)::-webkit-scrollbar {
    display: none;
}

.tab-pane {
    height: 100vh;
}

.final-submit-btn {
    background-color: #001732 !important;
    border-color: #001732 !important;
}

.final-submit-btn:hover {
    background-color: white !important;
    color: #001732 !important;
    border-color: #001732 !important;
}

.chevron-btn {
    margin-top: 20px;
}

.chevron-btn:hover {
    background: #001732 !important;
    color: white;
    border-color: #001732 !important;
}

.mb-200 {
    margin-bottom: 200px;
}

.bg-logo-blue-color {
    background: #001732 !important;
}

.mt-20 {
    margin-top: 20px;
}

/* Hide the unwanted details of header and footer from Loan forms page */
.navbar-nav,
.right-icon,
.bottom-footer,
.additional-info span.line {
    /* display: none !important; */
    visibility: hidden;
}

.additional-info .btn-primary,
#footer {
    display: none;
}

.custom-input-group {
    font-size: 18px;
    height: 56px;
}

body {
    background: #F2F2F2;
}

#header {
    /*background: white!important;*/
}

input.picker[type="date"] {
    position: relative;
}

input.picker[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
}

.next-box-btn {
    background-color: #001732 !important;
    color: #F2F2F2 !important;
    margin-top: 20px;
    border: 1px solid #001732;
    font-weight: 600;
    border-radius: 8px;
    padding: 4px;
    padding: 7px 19px;
}

.next-box-btn:hover {
    background-color: white !important;
    color: #001732 !important;
    border-color: #001732;
}

.interest-rate-div {
    background: #9CA1AC;
    padding: 1.5em;
    border-radius: 0.25em;
    padding-bottom: 30px;
}

.interest-rate {
    background: #001732;
    color: #fff;
    padding: 0.6rem 1.1rem;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 15px rgb(9 50 45 / 15%);
    line-height: 33px;
    width: 60%;
    margin: auto;
    margin-top: 0.5em;
}

.custom-header-call {
    display: inline-block;
}


.col-lg-custom {
    width: 19.5%;
    float: left;
    text-align: left !important;
}

#quotation-box .row {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#quotation-box .item__list {
    background: transparent;
    border-radius: 4px;
    padding: 7px;
    border: 1px solid #001732;
    /* margin-bottom: 25px; */
    text-align: center;
}

#quotation-box .item__list .list__title {
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 500;
}

#quotation-box .item__list .list__rate {
    color: #001732;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#quotation-box .item__list.fill {
    background: #001732;
    height: 100%;
}

#quotation-box .item__list.fill .list__title {
    color: #9CA1AC;
}

#quotation-box .item__list.fill .list__rate {
    color: #F2F2F2;
}

@media screen and (min-width: 576px) {
    label.form-loan-btn-fill {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    label.form-loan-btn-fill, label.next-box-btn {
        padding: 14px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .col-lg-custom {
        width: 33.33%;
        float: left;
        text-align: left !important;
        margin-bottom: 25px;
    }

    #quotation-box .row {
        justify-content: start;
    }
}

@media only screen and (max-width: 768px) {
    .col-lg-custom {
        width: 50%;
        float: left;
        text-align: left !important;
    }
}

@media only screen and (max-width: 480px) {
    .col-lg-custom {
        width: 100%;
        float: left;
        text-align: left !important;
        margin-bottom: 15px;
    }
}






/* Drag and Drop file upload CSS */
.drop-zone {
    height: 300px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px solid #001732;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 30%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #cccccc;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}


.drop-zone-small {
    height: 200px;
}

.drop-zone-small .drop-zone__thumb {
    width: 80%;
}


.drop-zone-small p,
.drop-zone-small h3 {
    background: transparent;
    color: #242632;
}

.drop-zone-small p {
    font-size: 12px;
}

.drop-zone-small span,
.drop-zone-small h3 {
    font-size: 14px;
    color: #242632;
}



/* Showing mobile navbar */
.checkExistingPartnerOrNot,
#sendPartnerCode {
    background-color: #001732 !important;
    color: #F2F2F2 !important;
    margin-top: 20px;
    border: 1px solid #001732;
    font-weight: 600;
    border-radius: 4px;
    padding: 7px 19px;
}

/* Remove hamburger */
button.navbar-toggler {
    display: none !important;
}




#pills-tab {
    visibility: visible;
}

@media only screen and (min-width: 575px) {
    .date-time {
        margin-top: 16px;
    }

    .fixed-bottom {
        display: none;
    }
}


.mobile-app {
    display: block;
}

@media only screen and (max-width: 767px) {
    .desktop-app {
        display: none;
    }
}


.nav {
    visibility: visible;
}



/* Application tab-list */
@media only screen and (min-width: 767px) {
    .mobile-app {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .section-tb-spacing {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 767px) {
    .nav-pills li.nav-item {
        width: 21%;
    }

    #pills-profile-tab {
        padding: 10px 0;
    }
}

.mobile-app {
    font-size: 9px;
}

@media only screen and (min-width: 360px) {
    .mobile-app {
        font-size: 10px;
    }
}

@media only screen and (min-width: 540px) {
    .mobile-app {
        font-size: 14px;
    }
}


.nav {
    visibility: visible;
}



/* Application tab-list */
@media only screen and (min-width: 767px) {
    .mobile-app {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .section-tb-spacing {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 767px) {
    .nav-pills li.nav-item {
        width: 21%;
    }

    #pills-profile-tab {
        padding: 10px 0;
    }
}

.mobile-app {
    font-size: 9px;
}

@media only screen and (min-width: 360px) {
    .mobile-app {
        font-size: 10px;
    }
}

@media only screen and (min-width: 540px) {
    .mobile-app {
        font-size: 14px;
    }
}