/*01-01-2019 NHG CSS Start*/       
.form_div {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
} 
.question_box{
    margin: 0;
    padding: 0;
    list-style:none;
    text-align: center;     
}
.question_box li{
  display: inline-block;
  background-image: none !important;
  padding: 0 !important;
}
.question_box li a{
    display: inline-block;
    background: #fff;
    padding: 30px 0px;
    margin: 0 13px;
    border-radius: 5px;
    width: 250px;
   
}

.question_box li .business_img{
  background: url(./img/icon_business.png) center no-repeat;
  width: 60px;
    height: 60px;
    margin: 0 auto;
}
.question_box li .private_img{
  background: url(./img/icon_personal.png) center no-repeat;
  width: 60px;
    height: 60px;
    margin: 0 auto;
}
.question_box li h3{
  color: #4b4b4b;
  font-weight: 700;
}
.question_box li a.active,
.question_box li a:hover {
  color: #FFF;
    text-decoration: none;
    background-color: #F90;
    cursor: pointer;
}
.question_box li a.active .private_img,
.question_box li a:hover .private_img{
  background: url(./img/icon_personal_white.png) center no-repeat;
}
.question_box li a.active .business_img,
.question_box li a:hover .business_img {
  background: url(./img/icon_business_white.png) center no-repeat;
} 
.tabcontent {
  display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Progress Tracker v2 */
    .progress-container {
 height:25px;
 width:100%;
 margin-bottom:20px
}
.progress-step-container {
 max-width:500px;
 width:90%;
 top:10px;
 margin:0 auto;
 position:relative
}
.progress-line-container {
 background-color:#d8dee5;
 height:2px;
 width:100%
}
.progress-line {
 background:#F90;
 height:2px;
 width:0;
 -moz-transition:all .2s linear;
 -o-transition:all .2s linear;
 -webkit-transition:all .2s linear;
 transition:all .2s linear
}
.progress-bullet-container {
 background:transparent;
 width:0;
 height:0;
 overflow:visible;
 position:relative;
 display:block
}
.progress-bullet {
 width:22px;
 height:22px;
 background:#d8dee5;
 -moz-border-radius:22px;
 -webkit-border-radius:22px;
 border-radius:22px;
 -moz-transform:translate(-12px,-12px);
 -ms-transform:translate(-12px,-12px);
 -webkit-transform:translate(-12px,-12px);
 transform:translate(-10px,-10px);
 -moz-transition:all .4s linear;
 -o-transition:all .4s linear;
 -webkit-transition:all .4s linear;
 transition:all .4s linear;
     margin-top: -1px;
}
.progress-bullet.active {
 background-color:#F90
}

.quotations_list {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.question h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
    margin-top: 20px;
}

.quotations_list h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
}

.question_box_no{
    margin: 0;
    padding: 0;
    list-style:none;
    text-align: center; 
}
.question_box_no li{
  display: inline-block;
  margin: 0 10px;
  padding: 0 !important;
  background-image: none !important;
}
.radio_box {
  background: #ffffff;
    border-radius: 5px;
    padding: 10px 0;
    cursor: pointer;
    width: 200px;
}

.question_box_no li .icon_img{
  width: 60px;
    height: 60px;
    margin: 0 auto;
}

.question_box_no li label input{
  display: none;
}
.radio_box:hover,
.radio_box.active {
  background-color: #F90;
}
.question_box_no li .ltd_img {
  background: url(./img/lim_co.png) center no-repeat;
}
.radio_box:hover .ltd_img,
.radio_box.active .ltd_img{
  background: url(./img/lim_co_white.png) center no-repeat;
}
.question_box_no li .sole_img {
  background: url(./img/icon_sol.png) center no-repeat;
}
.radio_box:hover .sole_img,
.radio_box.active .sole_img{
  background: url(./img/icon_sol_white.png) center no-repeat;
}
.question_box_no li .part_img {
  background: url(./img/icon_patner.png) center no-repeat;
}
.radio_box:hover .part_img,
.radio_box.active .part_img{
  background: url(./img/icon_patner_white.png) center no-repeat;
}
.question_box_no li .finance_img {
  background: url(./img/icon_fainance.png) center no-repeat;
}
.radio_box:hover .finance_img,
.radio_box.active .finance_img{
  background: url(./img/icon_fainance_white.png) center no-repeat;
}
.question_box_no li .refinance_img {
  background: url(./img/icon_refainance.png) center no-repeat;
}
.radio_box:hover .refinance_img,
.radio_box.active .refinance_img{
  background: url(./img/icon_refainance_white.png) center no-repeat;
}

.question_box_no li h3{
  color: #4b4b4b;
  font-weight: 700;
  font-size: 20px;
}
.formInput,.formtextarea{
  border: 0;
    border-radius: 4px;
    width: 46%;
    padding: 16px;
    outline: 0;
    font-size: 24px;
    text-align: center;
}
.text-center{
  text-align: center;
}
.width24 {
  width: 24%;
  margin: 0 auto;
}
.width70 {
  width: 70%;
  margin: 0 auto;
}
.width80 {
  width: 80%;
  margin: 0 auto;
}
.width50{
  width: 50%;
  margin: 0 auto;
}
.keyPersonal label{
  display: block;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}
.keyPersonal .width24 {
  display: inline-block;
}
.padding_24_5 {
  padding: 24px 5px;
}
.question .sub_label,.question_list .sub_label {
    display: block;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}
/*Form step CSS*/
.question,.question_list {
  display: none;
  /*overflow: hidden;*/
  position: relative;
}
.next_btn {
  margin-top: 24px;
}
.next_btn button {
  background-color: #ffb832;
    color: #ffffff;
    padding: 0 40px;
    line-height: 2;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    outline: 0;
    cursor: pointer;
}

/*01-01-2019 NHG CSS End*/        

/*Slider Count CSS*/

.slider_count {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 90%;
  /*background: #2A3137;*/
  height: 8px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  margin-left: 15px;
}
.slider-input{
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.slider_count .ui-slider-handle {
  position: absolute;
  background: #f4b836 !important;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  top: -6px;
  left: 50px;
  border-style: none;
  box-shadow: none;

}

.slider-input input[type=text] {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 16px;
  text-align: center;
  background-color: #ffffff;
  width: 50%;
  color: #2A3137;
  font-size: 24px;
  font-weight: bold;
}

.slider-input .minus,.slider-input .plus {
    display: inline-block;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    background-color: #F4B835;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 4%;
    line-height: 2.3;
}
.apply_title {
  margin-bottom: 3rem;
    position: relative;
}
.apply_title:before {
    content: "";
    position: absolute;
    width: 7%;
    height: 9px;
    bottom: -15px;
    right: 0;
    border-bottom: 5px solid #ffffff;
    margin: 0 auto;
    left: 0;
}

ul.time_establish,ul.business_address{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.time_establish li{
  display: inline-block;
  width: 20%;
  position: relative;
  background-image: none !important;
  padding: 0;
}
ul.business_address li{
  display: inline-block;
  width: 34%;
  position: relative;
  background-image: none;
  padding: 0;
}
.errorMsg{
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
}
ul.business_address {
    margin-bottom: 20px;
}
ul.time_establish li label,ul.business_address li label{
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 4px;
  display: block;
}

.terms_of_service {
  overflow: hidden;
    width: 84%;
    margin: 0 auto;
    margin-top: 1rem;
}
.terms_of_service .checkbox_container a {
  color: #ffffff;
}
/*Checkbox checkbox_container */
/* The checkbox_container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #810e01;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

