.nfd_btn {
    border: 1px solid #006DC8 !important;
    padding: 5px 20px !important;
    font-size: 18px !important;
    text-align: center;
    min-width: 100px !important;
}
.nfd_btn.nfd_btn_white {
    color: #006DC8;
    background: #FFF;
}
.nfd_btn.nfd_btn_blue {
    color: #FFF;
    background: #006DC8;
}

.nfd_loan_calculate_header {
  text-align: center;
  padding: 25px;
  font-size: 25px;
  font-weight: 500;
  color: #006DC8;
}

.nfd_loan_calculate {
  font-family: "Prompt", Sans-serif;
}

.nfd_loan_calculate input {
  padding-left: 10px;
}

.nfd_loan_row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nfd_loan_input_header {
  font-size: 23px;
  font-weight: 500;
  line-height: 50px;
}
.nfd_loan_result_value {
  font-size: 20px;
  font-weight: 500;
}

#nfd_loan_type_select {
  width: 100%;
  background: #fff;  
  border: 1px solid #ccc !important;
 /* text-align-last:center;*/
}
.nfd_loan_bank_select_option img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.select2, 
.select2-container .select2-selection--single, 
.select2-container--default .select2-selection--single .select2-selection__arrow  {
  height: 50px !important;
}
.select2 {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.nfd_loan_calculate select,
.nfd_loan_calculate input
{
  width: 100%;
  height: 50px;
}
.nfd_loan_calculate {
  padding-left: 20px;
  padding-right: 15px;
}
.nfd_loan_calculate_btn_container {
  padding: 20px 0;
}
.nfd_loan_result_container *{
  color: #fff;
}
.nfd_loan_result_container
{
  background-color: #006DC8;
  padding: 30px; 
  min-height: 500px;
}
.nfd_loan_result_section {
  padding-top: 20px; 
}