body {
  font-family: "Titillium Web", sans-serif;
}
 ::-moz-selection { /* Code for Firefox */
  background: red;
}

::selection {
  background: red;
}

.tiny-footer {
  font-size: 14px;
}

.loan-eligibility-form {
    position: relative;
    margin-top: 20px
}

.loan-eligibility-form fieldset {
    /*background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;*/
    position: relative
}

.form-card {
    text-align: left
}

.loan-eligibility-form fieldset:not(:first-of-type) {
    display: none
}

.loan-eligibility-form .action-button {
    width: auto;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
}
.loan-eligibility-form .action-button {
    text-transform: inherit;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
}
.loan-eligibility-form .action-button:hover,
.loan-eligibility-form .action-button:focus {
    background-color: #311B92
}

.loan-eligibility-form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
}
.loan-eligibility-form .action-button-previous {
    width: auto;
    text-transform: inherit;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
}

.loan-eligibility-form .action-button-previous:hover,
.loan-eligibility-form .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background: transparent;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
    padding: 0;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #check_eligibility:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-default {
    background-color: #EF2D2D;
    color: #fff;
    border-color: #f51f8a;
}
.btn-default:hover {
    background-color: #D71A1A;
    color: #fff;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    width: 100%;
    height: 52px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px;
    border: 2px solid #e6ecef;
}
span.error {
    color: red;
    display: inline;
    width: 100%;
}

/*--------------------------------
Loan Eligibility Page
---------------------------------*/
.loan-eligibility-block{ padding: 0px; background: #eff3f8;}
.loan-eligibility-form .input-group-addon{    border-left: 2px solid #e6ecef;    border-top: 2px solid #e6ecef; border-bottom:2px solid #e6ecef;  background: #fff;}
.loan-eligibility-form .control-label{margin-bottom: 10px;}
.loan-eligibility-info{ }
.loan-eligibility-form .form-group{display: block;}
.eligibility-amount{font-size: 40px; font-weight: 600; color: #15549a;}
.eligibility-text{font-size: 21px;}

.btn-loader {
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  display: none;
  position: relative;
}

.btn-loader:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff #0000 #fff #0000;
  -webkit-animation: btn-loader 1.2s linear infinite;
  animation: btn-loader 1.2s linear infinite;
}

@-webkit-keyframes btn-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes btn-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn-loader:after {
  border: 2px solid #333;
  border-color: #333 #0000;
}

.loader-show {
  display: inline-block;
  margin-right: 10px;
}

.irs--round .irs-line {
  top: 20px;
  height: 7px;
  background-color: #dee4ec;
  border-radius: 4px;
  cursor: pointer;
}
.irs--round .irs-bar {
  background-color: #00c2c0;
  height: 7px;
  top: 20px;
  cursor: pointer;
}
.irs--round .irs-handle {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-color: #00c2c0;
    box-shadow: none;
    cursor: pointer;
    top: 13px;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  /*background-color: #00c2c0;*/
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666;
}
.irs--round .irs-from,
.irs--round .irs-from:before,
.irs--round .irs-to,
.irs--round .irs-to:before,
.irs--round .irs-single,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}
.ple--range-slider .irs--round {
  
}
.irs--round {
  height: 25px;
}

.calculator-bold-title {
    margin: 60px auto 18px;
    text-align: center;
}
.calculator-bold-title .cmp-title__text {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
}

.calculator-inp-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.calculator-inp-wrap>span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.calculator-inp-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    width: 60%;
    margin: 0;
}
.num-inp-wrap {
    border: 1px solid #e3e1e1;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    padding: 5px 8px;
    text-align: right;
    background: #fff;
}
.input-prefix {
    color: #333;
    line-height: 28px;
    font-weight: 700;
}
.calculator-num-inp {
    border: none;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    outline: none;
    text-align: left;
    padding: 0;
}
.calculator-num-inp, .plr_amt_input, .plr_income_input, .plr_exisemi_input, #le-emi-inp {
    width: 88px;
}
.plr_income_input, .plr_exisemi_input {
    width: 65px;
}
.range-input {
    -webkit-appearance: none;
    background: #ddd;
    border-radius: 5px;
    cursor: pointer;
    height: 7px;
    margin-top: 15px;
    outline: none;
    width: 100%;
    z-index: 1;
   background: linear-gradient(to right, rgb(0, 75, 142) 0%, rgb(0, 75, 142) 66.3697%, rgb(242, 242, 240) 66.3697%, rgb(242, 242, 240) 100%);
}
.min-max-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.max-inp-amt, .min-inp-amt {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 991px) {
  .calculator-bold-title {
    margin: 45px auto 10px;
  }
  .calculator-bold-title .cmp-title__text {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 10px;
  }
}

@media screen and (max-width: 380px) {
    .calculator-bold-title .cmp-title__text {
        font-size: 28px;
    }
}