.tab h6{
width: 100%;
    text-align: left;
font-size:16px;
    height: 15px;
font-weight:bold;
}
  
    
    
    
    
input {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Gordita', sans-serif;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #128c7e;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  font-family: 'Gordita', sans-serif;
  cursor: pointer;
  
  
    
    
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 10px;
    /* width: 15px; */
    /* margin: 0 2px; */
    background-color: #bbbbbb;
    border: none;
    /* border-radius: 50%; */
    display: inline-block;
    opacity: 0.5;
    width: 24.5%;
    padding: 0px;
    margin: 0px;
}









.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #128c7e;
  opacity: 1;
}

#progress {
     width:25%  ;
   
}

/* 64ac15 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

 
  

.fa{
color:#47d3a0;
}    


input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: normal;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
 font-size:16px;
 
  border: 1px solid #666666;
 
    
    
}
input:focus {
  outline: 0;
  border-color: #2faf80;
}
input:focus + .input-icon i {
  color: #47d3a0;
}
input:focus + .input-icon:after {
  border-right-color: #47d3a0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #47d3a0;
  color: #fff;
  border-color: #2faf80;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #47d3a0;
  color: #fff;
  
  
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
        border: 1px solid #666666;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;

      
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
 



div input {
  margin-right:  0px;
}

.check-btn label {
  display: inline-block;
}

.check-btn input {
  display: none;
}

.clicker {
  background: green;
  padding: 5px 10px;
}

.hiddendiv {
  background: #000;
  width: 100px;
  height: 100px;
  display: none;
}

.check-btn input:checked ~ .hiddendiv {
  display: block;
}


.infobox{
position: relative;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    padding: 2rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(195 195 195);
    border-radius: 0.25rem;
    box-shadow: rgb(192 206 211 / 70%) 0px 2px 11px;
    line-height: 1.5;
    margin-bottom:15px;
}    


.form-group {
  position: relative;
  min-height: 3.5em;
}

input.form-control {
    height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    padding-top: 20px;
}

label.form-control-label {
  position: absolute;
  font-size: .8em;
  top: 0;
  left: 5px;
   
      padding: 5px;
}
    
    

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.6;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}




.inquireresult{
     display: flow-root; margin-top:20px;    padding: 50px;display:none;background-color: rgb(255 251 230);
    font-weight: bold;
    color: #565656;

    font-weight: bold;
    
        position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%; 
    
}    

#close {
    float:right;
    display:inline-block;
      padding: 2px 10px;
    background:#ccc;
}

#close:hover {
    float:right;
    display:inline-block;
        padding: 2px 10px;
    background:#a7a7a7;
    color:#fff;
    cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0 0 0 / 58%);
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 5px 10px #888888;
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: normal;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.form-group-mortgagerequired{
    width:40%;float:left;
}
.form-group-fixorvariable,.form-group-terms,.form-group-paymentfrequency,.form-group-amortization{
width: 15%;float:left;
}

 
 label.form-control-label {
    
    font-size: .6em;
} 

  

.footer {color: #6f6f6f;display: block;   height: 40px;
    padding-bottom: 10px;    margin-top: 0px;
    padding-top: 20px;font-size:12px;
}

.footerleft{width:50%; float:left;text-align: left;}
.footerright{width:50%; float:left;text-align: right;}
.mortgageratepercent{font-size:40px;}
.selectlabel{padding:20px;}

@media only screen and (max-device-width: 640px) {
input, input[type="radio"] + label, input[type="checkbox"] + label:before, select option, select {
    font-size: 16px;
    padding: 10px;
  }
  
.input-group-icon .input-icon{
    font-size: 15px;
    padding: 0px;
}

.form-group-mortgagerequired{
    width:60%;float:left;
}
.form-group-fixorvariable,.form-group-paymentfrequency{
    width:40%;float:left;    
}
.form-group-terms,.form-group-amortization{
width: 30%;float:left;
}

   

.footerleft{width:100%; float:left;text-align: left;font-size:12px;}
.footerright{width:100%; float:left;text-align: left;font-size:12px;}

.mortgageratepercent{font-size:35px;}
.selectlabel{padding:10px !important;
    height: 65px;
    font-size: 18px !important;
}
label.form-control-label {
    
    font-size: .6em;
}     
}
    
@media only screen and (max-device-width: 768px) {
input, input[type="radio"] + label, input[type="checkbox"] + label:before, select option, select {
    font-size: 16px;
    padding: 10px;
  }
.input-group-icon .input-icon{
    font-size: 15px;
    padding: 0px;
    
}  


.form-group-mortgagerequired{
    width:60%;float:left;
}
.form-group-fixorvariable,.form-group-paymentfrequency{
    width:40%;float:left;    
}
.form-group-terms,.form-group-amortization{
width: 30%;float:left;
}
 
 


.footerleft{width:100%; float:left;text-align: left;font-size:12px;}
.footerright{width:100%; float:left;text-align: left;font-size:12px;}
.mortgageratepercent{font-size:35px;}

 .selectlabel{padding:10px  !important;
height: 65px;
    
    font-size: 14px !important;     font-weight: bold;
     
 }
 
label.form-control-label {
    
    font-size: .6em;
} 
}
 

