h6.title {
    font-size: 14px;
    background-color: #0c4da2;
    padding: 10px;
    color: #fff;
    width: 100%;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.sf-content form {
    padding: 0 15px;
}

.sf-steps-content>div.sf-active a {
    color: #ED1C24;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group .other-required-class {
    background-color: #f5eded;
}

.previous-view {
    display: flex;
    min-height: 40px;
}

.previous-view h6 {
    font-size: 16px;
    padding-right: 10px;
}
.documents-form {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.upload-label {
    color: white;
    background-color: #0c4da2;
    display: inline-block;
    position: absolute;
    top: 31px;
    margin: 0;
    font-weight: 400;
    left: 0px;
    line-height: 46px;
    border-radius: 5px;
    width: 115px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.same-as-current {
    margin-top: 8px;
    margin-bottom: -6px;
}


/*nepali  datepicker design */

.ndp-corner-all.ndp-header {
    background: #0c4da2 !important;
    border-color: #0c4da2;
}

.ndp-days th,
.ndp-header,
div#ndp-nepali-box td.ndp-date a {
    color: #0c4da2;
}

/*step form navigation start*/

.inner-content .sf-content li {
    padding: 0;
}

.sf-steps {
    padding: 30px 0 32px;
    background-color: #E1EFFF;
}

.sf-steps-content span {
    color: #717171;
}
.sf-steps-content {
    display: flex;
    counter-reset: step;
}
ul.sf-content, ul.sf-content li {
    padding: 0;
}
.sf-steps-content>div {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-top: 50px;
    z-index: 1;
}

.sf-steps-content>div:after {
    content: counter(step);
    counter-increment: step;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto 10px auto;
    background-color: #ffffff;
    color: #0c4da2;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* cursor: pointer; */
    border: 1px solid #0c4da2;
}

.sf-steps-content>div.sf-active:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0c4da2;
    top: -5px;
    cursor: pointer;
    color: #fff;
}

.sf-steps-content>div.sf-active,
.sf-steps-content>div.sf-active span{
    color: #0c4da2 !important  ;
}
.sf-steps-content>div:before {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 18px;
    left: -50%;
    margin-left: 20px;
    content: '';
    background-color: #e6e4e4;
    /*border-left: 14px solid #3e3e3e;*/
    z-index: -11;
}

.sf-steps-content>div:first-child:before {
    content: none;
}


.sf-steps-content>div.sf-active+div:before {
    margin-left: 25px;
}

.sf-steps-content>div.sf-active:before {
    background-color: #0c4da2;
}
@media(max-width:768px){
    .sf-steps-content{
        flex-wrap:wrap;
        justify-content: center;

    }
    .sf-steps-content>div{
        width:33.33%;
        margin-bottom: 15px;
    }
    .sf-steps-content>div:before{
        content:none;
    }
}
/* online-credit-second-design */
@media(min-width:1024px){
    .label-flex-wrapper .text-lg-right label {
        width: 190px;
    }
    .label-flex-wrapper .text-lg-right input, .label-flex-wrapper .text-lg-right select {
        width:calc(100% - 195px);
    }

}

/*step form navigation end*/


.npr-wrap span {
    border-radius: 2px;
    background-color: #FFE9EA;
    padding: 3px 6px;
    right: 4px !important;
    top: 4px;
    height: 38px;
    width: 60px !important;
}
.npr-wrap input {
    padding-right: 70px;
}
select#residence_period_type {
    border-radius: 2px;
    background-color: #FFE9EA;
    padding: 3px 6px;
    right: 4px !important;
    top: 4px;
    height: 38px;
    width: 70px !important;
    position: absolute;
}
select#residence_period_type:focus {
    border-color: transparent !important;
}
div#terms-conditions-text ul, div#terms-conditions-text ol {
    padding: 0;
}

div#terms-conditions-text {
    max-height: 350px;
    overflow-y: scroll;
}
span.form-error, span.error, label.error {
    color: #ED1C24;
    position: absolute;
    bottom: -16px;
    width: 100%;
    right: 0;
    text-align: right;
    font-size: 12px;
    margin: 0;
    left: initial !important;
    font-weight: initial !important;
}
span.form-error p {
    font-size: 12px;
    text-align: center;
}
.reloaded-center {
    margin-top: 25px;
}
form#review-form .input-group {
    width: calc(100% - 195px);
}
/* select2-csss-starts */
#credit-eligibility-check-div .select2-container {
    width:100% !important;
  }
  ul.sf-content .select2-container {
    width: calc(100% - 195px) !important;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
       line-height: 46px !important;
    text-align: left;
  }
  
  .select2-container .select2-selection--single {
    height: 46px !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
  }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0C4DA2 !important;
    color: white;
  }
  
  .select2-container--default .select2-selection--single, .select2-dropdown {
    border-color: #E6E6E6 !important;
  }