/*************** Normal styling here ***************/


.content-sec label {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    display: block;
    letter-spacing: 1px;
}
.form-group input:focus, .form-group select:focus {
    box-shadow: initial;
    border-color: #2db27c;
    color: #333333;
}
input:focus {
    box-shadow: initial;
    border-color: #2db27c;
    color: #333333;
}

.wrapper {
    overflow: hidden;
}

.container {
    max-width: 1300px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.mobile-login {
    background-color: #f9f9fb;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    margin: 0 auto;
}

.content-sec a {
    text-decoration: none;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.content-sec p {
    font-size: 16px;
    color: #333;
    letter-spacing: initial;
}

.content-sec h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.content-sec .container {
    max-width: 1024px;
}

.mobile-login h3 {
    font-size: 22px;
    color: #057792;
    text-transform: uppercase;
    font-weight: 700;
}

.modal h3 {
    font-size: 24px;
    line-height: 30px;
}

.modal h2 {
    font-size: 22px;
    line-height: 30px;
    color: #2eafcf;
    text-transform: capitalize;
}
.modal-body a {
    color: #057792;
    font-weight: 600;
}

.modal-lg {
    max-width: 730px;
}

.orange-text {
    color: #ff9800 !important;
    font-size: 12px;
    line-height: 24px;
}


/********Accordian Styles *******/

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

#accordion a {
    display: block;
    padding: 21px 0px;
    border-top: 1px solid #cccccc;
    text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #fff;
    color: black;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: black;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: left;
}

#accordion .panel-heading a:not(.collapsed) {
    color: black;
    background-color: #fff;
    transition: all 0.2s ease-in;
}

.panel-title {
    color: #333333;
    font-weight: 600;
}
.panel-title span {
    color: #057792;
}


/* Add Indicator fontawesome icon to the left */


/*
#accordion .panel-heading .accordion-toggle::before {
    content: '';
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 41px;
    position: absolute;
    left: 175px;
    font-size: 10px;
    transform: rotate(91deg);
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
*/

.btn-volks {
    border: none;
    border-radius: 50px;
    background: #fb4848;
    display: block;
    color: #fff;
    width: 200px;
    height: 57px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: 15px auto;
}

.btn-volks.active {
    background-color: #001e50;
    color: #fff;
    border: none;
}

select {
    font-size: 14px !important;
    line-height: 29px;
    background-image: url("../img/arrow-down.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 35%;
    border-radius: 0px !important;
    border: 1px solid #E7E7E7 !important;
    color: #ffffff;
    padding: 15px 30px 15px 10px !important;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: auto !important;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    float: left;
    font-size: 14px !important;
    padding: 15px 30px 15px 10px !important;
    border-radius: 0px !important;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    border: 1px solid #E7E7E7;
    outline: none;
    font-weight: normal;
    color: #000;
    height: 50px;
    z-index: 99;
    position: relative;
}

input[readonly] {
    background-color: #d7d7d7;
    opacity: 1;
    color: #000;
}
input[placeholder], [placeholder], *[placeholder] {
    color:#000 !important;
}
::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  .text-green {
    color: #198754 !important;
}
.text-red {
    color: #fb4848 !important;
}
.datepickerrr>input[type="text"] {
    width: 100%;
    float: left;
    font-size: 12px !important;
    padding: 15px 30px 15px 10px !important;
    background-image: url(../img/calendar.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 0px !important;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    outline: none;
    font-weight: normal;
    color: #0D0D0D;
}

.timepickerrr {
    width: 100%;
    float: left;
    font-size: 12px !important;
    padding: 15px 30px 15px 10px !important;
    background-image: url(../img/time.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 0px !important;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    outline: none;
    font-weight: normal;
    color: #0D0D0D;
}

.card-detail.hide-card-detail {
    display: none
}

.card-detail.hide-card-detail.show-card-detail {
    display: block!important
}

.mb-20 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 0px;
    text-align: left;
}

.radio_warper {
    position: relative;
    width: 100%;
}

.radio_warper p {
    font-size: 18px;
    line-height: inherit;
}

.radio_warper .radio {
    margin: 0 11px;
    float: left;
    font-size: 18px;
    color: #0D0D0D;
    font-style: normal;
    top: 0;
    position: relative;
    width: auto;
    padding-right: 80px;
}

.radio_warper .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio_warper .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 5px;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio_warper .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio_warper .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio_warper .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio_warper .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.btn-default.dropdown-toggle {
    line-height: 27px;
    position: relative;
    z-index: 999 !important;
}

span.multiselect-selected-text {
    font-size: 18px !important;
    width: 100% !important;
}

span.select-but {
    position: absolute;
    top: 46px;
    right: 16px;
    z-index: 999;
}

.multiselect-modal-show-btn {
    position: absolute;
    top: 53px;
    right: 13px;
    transform: translate(-9px, -11px);
    padding: 4px 20px;
    border-radius: .25rem;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    border: none;
}

.multiselect {
    width: 100%;
    float: left;
    padding: 15px 30px 15px 10px !important;
    border-radius: 0px !important;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    outline: none;
    font-weight: normal;
    color: #0D0D0D;
}

.residence.radio_warper .radio {
    padding-right: 30px;
}

.appointment .radio_warper .radio {
    padding-right: 30px;
}

form#enter_otp .otp {
    width: 25%;
}
form#enter_otp input.otp-verify {
    width: 24%;
    padding: 10px !important;
    margin-right: 10px;
    border-radius: 10px !important;
    font-size: 18px !important;
}

.otp input[type="text"] {
    width: 22%;
    float: left;
    font-size: 14px;
    padding: 18px 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #6A767C;
    outline: none;
    font-weight: normal;
    color: #0D0D0D;
    margin: 0 5px;
}

.text-red {
    color: red;
}

.modal {
    border-radius: 0px !important;
}

.modal-backdrop {
    opacity: 0.8!important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-header .close {
    opacity: 1;
    position: absolute;
    right: 0%;
    top: 0px;
    border: none;
    background: no-repeat;
    font-size: 35px;
    font-weight: 600;
}

.modal-body {
    font-size: 18px;
    line-height: 24px;
}

.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px;
    line-height: 29px;
}

.bg-loan-amount {
    width: 100%;
    background: url(../img/Pre-Approved-Loan-Amount.svg) no-repeat;
    height: 130px;
    float: left;
    margin-top: 30px;
    margin-left: 78px;
    position: relative;
    margin-bottom: 10px;
}

.loan-amount-cont h6 {
    font-size: 13px;
}

.top-forecast {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 8px;
}

.loan-eligibility {
    width: 100%;
    float: left
}

.loan-eligibility-bg p {
    font-size: 12px;
    margin-top: 9px;
    line-height: 10px;
    color: #fff;
}

ul.loan-eligibility-bg {
    width: auto;
    float: left
}

ul.loan-eligibility-bg li {
    width: 105px;
    height: 80px;
    margin: 10px 0 10px 0;
    float: left;
    padding: 10px 0 0 0!important;
    text-align: center!important;
    border-radius: 12px;
    border: 1px #fff solid;
    color: #fff
}

.raised-box h3 {
    margin-bottom: 0px;
}

.bg-col-01 {
    background: #818aff;
    position: relative
}

.bg-col-02 {
    background: #ff9801;
    position: relative
}

.bg-col-03 {
    background: #26a59a;
    position: relative
}

.bg-col-04 {
    background: #4baf4f;
    position: relative
}

.bg-col-05 {
    background: #0facf3;
    position: relative
}

ul.loan-eligibility-bg>li.bg-col-01::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #818aff;
    left: auto;
    right: -10px
}

ul.loan-eligibility-bg>li.bg-col-02::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #ff9801;
    left: auto;
    right: -10px
}

ul.loan-eligibility-bg>li.bg-col-03::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #26a59a;
    left: auto;
    right: -10px
}

ul.loan-eligibility-bg>li.bg-col-04::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #4baf4f;
    left: auto;
    right: -10px;
}

.ky-header-app {
    background: #ff9a32;
    font-size: 150%;
    text-align: center;
    color: #fff;
    flex-basis: 30%;
    padding: 2vmin;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 10;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

span.header-cont {
    margin: 0;
    color: #fff;
}

.text-color-ore {
    color: #ff9801;
}

.raised {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.ky-box {
    position: relative;
    width: 100%;
    padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset;
    margin-bottom: 10px;
    border-radius: 12px;
}

.ky-box:after,
.ky-box:before {
    content: "";
    position: absolute;
    z-index: -2
}

.top-forecast {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 8px
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-70 {
    width: 70%
}

.multiul ul li {
    text-align: left!important;
}

.multiselect-container>li>a>label {
    padding: 3px 0px 3px 6px !important;
    line-height: 10px;
}

span.multiselect-selected-text {
    width: 100% !important;
}

span.multiselect-selected-text {
    font-size: 14px !important;
}

.btn-default.dropdown-toggle {
    line-height: 18px;
}

ul.multiselect-container li {
    line-height: 20px;
    padding: 0px 0 !important;
}

.multiselect-container>.dropdown-menu>.car-detail ul li {
    padding: 0px 0 !important;
}


/* 08-10-20 */

.modal-verify-bg {
    background: #3eabdc !important;
}

.text-color-white {
    color: #fff;
}

.apply-none {
    display: none;
}

.modal-footer {
    justify-content: center !important;
}

.kuwy-certificate-icon {
    position: absolute;
    top: -11px;
    right: 9px;
    width: 20%;
    cursor: pointer;
}

.tc {
    color: #0066b8;
    text-decoration: underline;
}

.tc:hover {
    color: #0066b8;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.tex-black {
    color: #112233 !important;
}

.add-address {
    border: 1px dotted gray;
    border-radius: 5px;
    padding: 48px;
}

.padding-multiselect {
    padding: .34rem 1.14rem !important;
}

.resend {
    color: #fff;
    text-decoration: underline !important;
    cursor: pointer;
    display: block;
    text-align: center;
}

.resend:hover {
    color: #112233 !important;
    text-decoration: none;
    cursor: pointer;
}

.f12n {
    font-size: 12px !important;
    border-radius: 5px;
}

.f14h {
    font-size: 15px !important;
    text-transform: none !important;
    border-radius: 5px;
}

.pdng-gen-btn {
    padding: .375rem .75rem !important;
    box-shadow: none;
}

.income-select>.select2-container--default .select2-selection--multiple {
    border: 1px solid lightgray;
}

.income-select>.select2-container .select2-selection--multiple {
    min-height: 30px !important;
}

.income-select>.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid thin lightgray !important;
}

.income-select>.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px !important;
    margin-right: 1px !important;
    margin-top: 3px !important;
    padding: 0 3px;
}


/**.loan-amount-cont {
    position: absolute;
    width: auto;
    top: 75px;
    left: 40px;
}**/

.loan-amount-cont {
    position: absolute;
    width: auto;
    top: 129px !important;
    left: 0px;
    right: 0px;
}

.top-forecast h3 {
    margin-bottom: 0px;
    text-align: center;
}

.loan-card-btn .btn-volks {
    padding: 9px;
    font-size: 14px;
}

.salary-modal {
    padding: 9px !important;
    font-size: 14px !important;
}

.lender-btn .btn-volks {
    padding: 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: none;
    display: block;
    color: #fff;
    max-width: 200px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
}

.lender-btn a:hover {
    text-decoration: none !important;
}

.kw-60 {
    width: 100%;
}

.flip {
    position: relative
}

.flip>.back,
.flip>.front {
    display: block;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity
}

.flip>.front {
    transform: rotateY(0);
    width: 100%;
    height: 100%
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg)
}

.flip:hover>.front {
    transform: rotateY(180deg)
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0)
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg)
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg)
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0)
}

.flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 100%
}

.flip>.front {
    background-color: #fff!important;
    border: 1px solid lightgray;
}

.flip>.back,
.flip>.front {
    display: block;
    color: #fff;
    width: inherit;
    background-size: cover!important;
    background-position: center!important;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px
}

.flip>.back p,
.flip>.front p {
    font-size: .9125rem;
    line-height: 160%;
    color: #999
}

.dotted-border {
    border: 1px gray dotted;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    color: gray;
    margin-top: 10px
}

.badge-default {
    background-color: #2bbbad !important;
    color: white;
}

.downpayment-box,
.emi-box,
.loanamount-box,
.roi-box,
.tenure-box {
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px
}

.loanamount-box {
    background-color: #8EDCF8
}

.tenure-box {
    background-color: #63CFF6
}

.downpayment-box {
    background-color: #AAE5FA
}

.roi-box {
    background-color: #47C6F4
}

.emi-box {
    background-color: #0EB4F1
}

.table-scroll {
    height: 400px;
    overflow-y: scroll;
    margin-top: 10px;
    scrollbar-width: thin
}

.bg-kuwy {
    background-color: #123 !important;
    color: #fff!important
}


/**svg styles**/

.kt0 {
    fill: #124570
}

.kt1 {
    fill: #175483
}

.kt2 {
    enable-background: new
}

.kt3 {
    fill: #fb4848
}

.kt4 {
    fill: #fff
}

.kt5 {
    fill: #caaa75
}

.kt6 {
    fill: #caaa75;
    stroke: #124570;
    stroke-miterlimit: 10
}

.kt7 {
}

.kt8 {
    font-size: 30px
}

.kt9 {
    font-size: 12px
}

.kt10 {
}

.kt11 {
    font-size: 21px
}

.kt12 {
    font-size: 18px
}

/* .kuwy-logo {
    position: relative;
    left: 107px;
} */

.new-car {
    left: 71px;
    position: relative;
}

.lender-list {
    position: relative;
    left: 14px;
}

.eoffer-list {
    position: relative;
    left: 67px;
}

.reference {
    position: relative;
    left: 169px;
}

.sch-app {
    position: relative;
    left: 156px;
}

.menu {
    width: 100%;
    z-index: 99;
    position: static;
}

.menu.sticky {
    position: fixed;
    top: 0;
}


/* PAGE STYLING FOR DEMO. IGNORE */

.menu {
    background: #fff;
}

.btn-volks {
    outline: none !important;
}

.display-inline-block {
    display: inline-block;
}

.mr-20 {
    margin-right: 20px !important;
}

.ui-timepicker-standard {
    background-color: #001e50 !important;
    color: #fff !important;
    font-family: 'VWText-Regular' !important;
}

.datepicker-dropdown {
    width: auto !important;
}

.datepicker-dropdown .preloader_sam {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1051;
    background: hsla(209, 59%, 18%, .5);
}

/* .preloader_sam {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: hsla(209, 59%, 18%, .5);
} */

.pb7 {
    padding-bottom: 7px
}

td.day.disabled {
    background: initial;
    color: #b4afaf;
}

td.day {
    color: #0c0c0c;
    border: 1px solid #fff;
    font-size: 14px;
    background: #8fd7f8;
}
td.day.active {
    background: #367c9c;
    color: #fff;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes grow {
    0%,
    100%,
    15% {
        transform: scale(1)
    }
    5% {
        transform: scale(1.2)
    }
}

.loader_sam {
    top: 40%;
    left: 50%;
    margin: 0 auto;
    position: absolute
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.ball-clip-rotate-multiple_sam {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 45%;
    left: 13%
}

.ball-clip-rotate-multiple_sam>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fb4848;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple_sam>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #0facf3 transparent #0facf3 transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.loader-loan {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4183D7;
    border-top: 10px solid #F5AB35;
    -webkit-animation: loader-loan 1.2s ease-in-out infinite alternate;
    animation: loader-loan 1.2s ease-in-out infinite alternate;
}

@keyframes loader-loan {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes loader-loan {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
    }
}

.loader-form {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f3f0f061;
    z-index: 1111;
    overflow-x: hidden;
    z-index: 2;
    display: none;
}

#toast {
    visibility: hidden;
    max-width: 500px;
    height: 50px;
    margin: auto;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 9999;
    left: 10px;
    right: 72%;
    top: 30px;
    font-size: 17px
}

.success {
    background-color: green!important;
    color: #fff!important
}

.error-toast {
    background-color: red!important;
    color: #fff!important
}

#toast #img {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff
}

#toast #toast-success {
    color: #fff;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
    background: #008000;
}

#toast #toast-failure {
    color: #fff;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
    background: red !important;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 2s, fadeout .5s 2.5s;
    animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 4s, fadeout .5s 4.5s
}

.d-block1 {
    display: block;
}

label.error {
    color: #fb4848;
    font-size: 13px!important;
    padding-top: 8px;
    display: inline-block;
}

#income_form_fields label.error,
#loan_form_fields label.error {
    display: block;
}

input[readonly] {
    background-color: #eaeaea;
    border: 1px solid #DDDDDD;
    opacity: 1;
}
.modal.right .modal-dialog.modal-lg {
    width: 100%!important;
}
.font-small p {
    font-size: 12px !important;
}
.font-small ul li {
    font-size: 12px !important;
}


/**** Track Loan Page*****/

figure {
    display: inline-flex;
}

figure h3 {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 0px !important;
}

figure h5 {
    font-size: 14px !important;
}

figure img {
    width: 8rem;
    height: 8rem;
    border-radius: 10px;
    border: 1.5px solid #f05a00;
    margin-right: 1.5rem;
    padding: 1rem;
}

figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

figure figcaption h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

figure figcaption h6 {
    font-size: 1rem;
    font-weight: 300;
}

figure figcaption h2 {
    font-size: 1.6rem;
    font-weight: 500;
}

.order-track {
    padding: 0 1rem;
    border-top: 1px dashed #2c3e50;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: auto;
}

.order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.order-track-status-dot {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #00B0F0;
    background-image: url("../img/pending.svg");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #00B0F0;
}

.completed .order-track-status-dot {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #001E50;
    background-image: url("../img/done.svg");
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.completed .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #001E50;
}

.not-started .order-track-status-dot {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #A3A3A3;
    background-image: url("../img/time-stopped.svg");
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.not-started .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #A3A3A3;
}

.order-track-text-stat {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3px;
}

.order-track-text-sub {
    font-size: 12px;
    line-height: 24px;
}

.order-track {
    transition: all .3s height 0.3s;
    transform-origin: top center;
}

select.form-control {
    text-transform: capitalize;
}


/***Toaster CSS****/

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    z-index: 9999;
}

#toasts .toast p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 15px;
    color: #ffffff;
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: #FFF;
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 0px;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
}

#toasts .toast.success {
    background: #26d68a;
}

#toasts .toast.warning {
    background: #ffa533;
}

#toasts .toast.info {
    background: #2cbcff;
}

#toasts .toast.error {
    background: #f44336;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.5s ease-in-out;
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
}

.mobil-logo {
    width: 120px !important;
}


/***new CSS****/

.outer-frame {
    max-width: 1024px;
    margin: auto;
    padding: 20px 60px;
    box-sizing: border-box;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.2);
}

.pad-100 {
    padding: 100px 0;
}

.loan-card h3 {
    font-size: 22px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.loan-card h4 {
    font-size: 20px;
    line-height: 32px;
}

/* .loan-card h6 {
    font-size: 18px;
    line-height: 29px;
} */

.reference-text {
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
}
.bt-green {
    border: 1px solid #198754!important;
    background-color: #198754!important;
}
.bt-green:hover {
    border: 1px solid #198754!important;
    background-color: #fff!important;
    color: #198754!important;
}
.bt-red {
    border: 1px solid #fb4848 !important;
    background-color: #fb4848 !important;
}
.bt-red:hover {
    border: 1px solid #fb4848!important;
    background-color: #fff!important;
    color: #fb4848!important;
}
.btn-volks-outline {
    border: 1px solid #057792;
    font-size: 16px;
    color: #fff;
    border-radius: 29px;
    width: 200px;
    height: 57px;
    background-color: #057792;
    /* margin: 0 auto; */
    letter-spacing: 0.32px;
    transition: 0.5s ease-in-out;
}
.btn-volks-outline:hover {
    background-color: #fff;
    color: #057792;
    transition-delay: .1s;
}
.btn-volks-outline-only {
    border: 1px solid #057792;
    font-size: 16px;
    color: #057792;
    border-radius: 29px;
    width: 200px;
    height: 57px;
    background-color: #fff;
    /* margin: 0 auto; */
    letter-spacing: 0.32px;
    transition: 0.5s ease-in-out;
}
.btn-volks-outline-only:hover {
    background-color: #057792;
    color: #fff;
    transition-delay: .1s;
}


.lender-full h5 {
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
}

.border-gray-dotted {
    border: dashed 1px gray;
    padding: 10px;
}

.track-loan-progress h5 {
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
}

.track-loan-progress h3 {
    font-size: 30px;
    line-height: 32px;
}

.modal-body label {
    font-size: 14px;
    text-transform: capitalize;
}

button:focus {
    outline: none !important;
}

.font-20 {
    font-size: 20px;
    line-height: 32px;
}

.price-color {
    background-color: #EF82AA;
}

.kuwy-id {
    background-color: #5FC3DA;
}

.condi-color {
    background-color: #E64380;
}

.experian-modal>.modal-lg {
    max-width: 1014px !important;
}

.experian-modal .modal-body p {
    font-size: 14px;
    line-height: 24px;
}

.experian-modal .modal-body {
    font-size: 14px;
    line-height: 24px;
}

.emi-heading {
    left: 310px;
    position: relative;
}

.modify_filter,
.tab-controller input {
    display: none
}

.tab-controller label:hover {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .05), inset 0 -1px 0 0 #fff
}

.tab-controller input:checked+label {
    background: linear-gradient(45deg, transparent 49%, #1976d2 50%, transparent 51%) 0 0/3px 3px padding-box #1976d2;
    color: #fff
}

.tab-controller {
    border-radius: .25rem;
    display: inline-block;
    border: 1px solid #ced4da
}

.tab-controller label {
    box-sizing: border-box;
    display: table-cell;
    width: 1000px;
    padding: 5px;
    border: 5px solid transparent;
    border-radius: 0;
    background-clip: padding-box;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: .05s ease-in-out
}

.modify_filter,
.tab-controller input {
    display: none
}

.tab-controller input:checked+label {
    background: linear-gradient(45deg, transparent 49%, #1976d2 50%, transparent 51%) 0 0/3px 3px padding-box #1976d2;
    color: #fff
}

.dark-loan-box-mobile .select-wrapper input.select-dropdown,
.select-wrapper span.caret {
    color: #fff
}


/* Display Box Code */

.display-box {
    border: 1px solid #001E50;
    max-width: 650px;
    margin: auto;
    padding: 10px;
    display: flex;
}

.display-box h3,
.display-box h4 {
    color: #001E50;
}

.display-box h3 {
    font-size: 110%;
}

.display-box h4 {
    font-size: 18px;
    font-weight: 600;
}

.display-box .loan-amt-box {
    width: 30%;
    float: left;
    text-align: center;
    background: rgba(0, 30, 82, 0.05);
    /*padding: 68px 0;*/
    padding-left: 5%;
    text-align: left;
    padding-top: 22px;
}

.display-box .loan-det-box {
    width: 68%;
    float: left;
    text-align: center;
}

.display-box .loan-det-box-edit-btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    /* position: relative;
    top: 0;
    right: 0; */
}

.display-box .loan-det-box .top-row {
    display: flex;
    padding: 15px 0;
    margin-left: 28px;
    margin-right: 0;
    box-sizing: border-box;
    /* border-bottom: 1px solid #001E50;*/
}

.display-box .loan-det-box .top-row .emi-det-box {
    width: 50%;
    border-right: 1px solid rgba(0, 30, 82, 0.05);
    padding: 10px 20px;
    padding-left: 15%;
    text-align: left;
}

.display-box .loan-det-box .top-row .down-pymnt-det-box {
    width: 50%;
    border-left: 1px solid rgba(0, 30, 82, 0.05);
    padding: 10px 20px;
    padding-left: 15%;
    text-align: left;
}

.display-box p {
    color: #A3A3A3;
    font-size: 12px;
    margin-bottom: 5px;
}

.display-box .loan-det-box .bottom-row {
    display: flex;
    padding: 15px 0;
    margin-left: 28px;
    margin-right: 0;
    box-sizing: border-box;
    border-top: 1px solid #001E50;
}

.display-box .loan-det-box .bottom-row .emi-det-box {
    width: 50%;
    border-right: 1px solid rgba(0, 30, 82, 0.05);
    padding: 10px 20px;
    padding-left: 15%;
    text-align: left;
}

.display-box .loan-det-box .bottom-row .down-pymnt-det-box {
    width: 50%;
    border-left: 1px solid rgba(0, 30, 82, 0.05);
    padding: 10px 20px;
    padding-left: 15%;
    text-align: left;
}

.db-below-text {
    max-width: 600px;
    margin: auto;
    padding: 50px;
}

.display-box-container {
    padding-top: 20px;
    padding-bottom: 50px;
}

@media screen and (max-width:767px) {
    .display-box-container {
        padding-top: 0px;
    }
    .display-box {
        width: 93%;
        margin: auto;
        display: grid;
        max-width: 500px;
    }
    .display-box .loan-amt-box {
        width: 100%;
        padding: 55px 0;
        padding-left: 0%;
        text-align: center;
    }
    .display-box .loan-det-box {
        width: 100%;
        display: flex;
        padding-top: 25px;
    }
    .display-box .loan-det-box .bottom-row,
    .display-box .loan-det-box .top-row {
        margin: 0;
        width: 100%;
        display: block;
    }
    .display-box .loan-det-box-edit-btn {
        justify-self: right;
    }
    .display-box .loan-det-box .top-row .emi-det-box,
    .display-box .loan-det-box .top-row .down-pymnt-det-box,
    .display-box .loan-det-box .bottom-row .emi-det-box,
    .display-box .loan-det-box .bottom-row .down-pymnt-det-box {
        width: 100%;
        border: none;
        text-align: center;
    }
    .display-box .loan-det-box .top-row .emi-det-box,
    .display-box .loan-det-box .bottom-row .emi-det-box {
        border-bottom: 1px solid rgba(0, 30, 82, 0.05);
        padding: 20px;
        padding-top: 15px;
        text-align: center;
    }
    .display-box .loan-det-box .top-row .down-pymnt-det-box,
    .display-box .loan-det-box .bottom-row .down-pymnt-det-box {
        border-top: 1px solid rgba(0, 30, 82, 0.05);
        padding: 20px;
        padding-bottom: 15px;
    }
    .display-box .loan-det-box .top-row {
        border: none;
        border-right: none;
        padding: 0;
        padding-left: 15px;
        padding-right: 25px;
    }
    .display-box .loan-det-box .bottom-row {
        border: none;
        border-left: 0.5px solid #001E50;
        padding: 0;
        padding-left: 25px;
        padding-right: 15px;
    }
    
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    form#enter_otp .otp {
        width: 30% !important;
    }
    .modal.left .modal-dialog.modal-lg, .modal.right .modal-dialog.modal-lg {
        width: 100%;
    }
    
}

@media screen and (max-width:320px) {
    .display-box .loan-det-box .top-row {
        padding-left: 5px;
        padding-right: 15px;
    }
    h1,
    h2 {
        font-size: 16px;
        padding: 10px;
    }
    form#enter_otp .otp {
        width: 65% !important;
    }
}

@media screen and (max-width:480px) {
    .outer-frame {
        padding: 20px 20px;
    }
    .btn-volks-outline {
        margin-bottom: 10px;
    }
    .continue-btn {
        margin: 10px 0;
    }
    .mb-left {
        text-align: left;
    }
    .pl-5 {
        padding-left: 1rem!important;
    }
    .pr-5 {
        padding-right: 1rem!important;
    }
    #applyCart form#enter_otp .otp {
        width: 65% !important;
    }
    .pr-5, .px-5 {
        padding-right: 15px !important;
    }
    .pl-5, .px-5 {
        padding-left: 15px !important;
    }
    .modal.left .modal-dialog.modal-lg, .modal.right .modal-dialog.modal-lg {
        width: 100% !important;
    }
    form#enter_otp .otp {
        width: 65% !important;
    }
}


/* lender card style */

.lender-card {
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    background: #fff;
}
.continue-btn {
    background: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #f8f8f8;
    color: #a3a3a3;
}
.pre-appr-btn {
    border: 1px solid #001E50;
    color: #001E50;
    border-radius: 20px;
}
.lender-card h5 {
    font-size: 14px;
}
.lender-card p {
    font-size: 18px;
}

select {
    font-family: inherit !important;
}
select {
    display: block !important;
}
.lender-logo img {
    width: 230px;
    height: 96px;
}

/* PAN Modal */

/* #panModal {
    background: #afe0c8b8 !important;
} */
#panModal .modal-body {
    padding: 2em;
}
#panModal .modal-content {
    border: initial;
    border-radius: 20px;
    box-shadow: 0 10px 10px #7c7c7c;
}
#panModal .btn-primary {
    color: #fff;
    background-color: #e76f51;
    border-color: initial;
    padding: 10px 20px;
    font-size: 18px;
}
#panModal label {
    font-size: 13px;
}
#panModal input[type="text"] {
    border: 1px solid #848484;
}
#panModal .btn-primary:hover {
    color: #fff;
    background-color: #f69982;
    border-color: #f69982;
}
#panModal label {
    font-size: 13px;
    line-height: 20px !important;
    margin-top: 15px;
    letter-spacing: 1px;
}
#panModal li.list-group-item {
    background: #e9e7d0;
    margin-top: 15px;
    padding: 5px;
    color: #333;
}
.retweet {
    position: relative;
}
.retweet button {
    /* background: #264653; */
    padding: 5px;
    position: absolute;
    right: 0;
    top: -37px;
    border-radius: 5px;
    color: #333;
    border: none;
}
.swap i{
    font-weight: 600;
}

.loantable.table-bordered td {
    font-size: 14px;
    padding: 10px;
    color: #333;
}
.loantable.table-bordered th {
    font-size: 16px;
}
.loantable i.fa-rupee-sign {
    font-size: 12px;
    font-weight: 600;
}

#address_proof_detail {
    position: relative;
}
span.input-group-addon.eye-icon {
    position: absolute;
    bottom: -36px;
    right: 15px;
    z-index: 999;
}


.multiselect.dropdown-toggle::after {
    border: none;
}

.multiselect.dropdown-toggle::after {
    content: "";
    vertical-align: baseline;
    width: 9px;
    height: 9px;
    line-height: 1;
    font-size: 22px;
    position: relative;
    left: -18px;
    border-bottom: 0;
    border-top: 1.6px solid #333;
    border-left: 1.6px solid #333;
    transform: rotate(225deg);
  }

  .multiul span.multiselect-selected-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333333 !important;
}
.form-wizard #thirdform .form-control {
    color: #333;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top: 1.6px solid #333 !important;
    border-left: 1.6px solid #333 !important;
    transform: rotate(225deg);
    width: 9px !important;
    height: 9px !important;
    border: none;
    border-style: none;
    left: 0 !important;
    top: 80% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.pl-5, .px-5 {
    padding-left: 3rem;
}
.pr-5, .px-5 {
    padding-right: 3rem;
}
.pt-0, .py-0 {
    padding-top: 0;
}

#applyCart form#enter_otp .otp {
    width: 33%;
    margin-top: 25px;
}
#lender-list select {
    color: #333333;
}
.add-address h4 {
    font-size: 16px;
    margin-top: 15px;
}
#costumModal6 h4.modal-title {
    font-size: 20px;
}
span#finaltrack-mm {
    font-size: 22px;
}
#loantrack_display h5 {
    font-size: 16px;
    font-weight: 600;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    /* border-color: transparent !important; */
    border-width: 2px 0px 0px 2px !important;
}

