/* Vehicle Finance Result */
div#vehiclefinanceresult {
  background: #226EBF;
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 6%;
  padding-bottom: 2%;
  color: #ffffff;
}

div#vehiclefinanceresult .vehiclefinanceresult-i i {
  font-size: 9em;
} 

div#vehiclefinanceresult h4 {
  font-size: 13px !important;
  letter-spacing: 1px;
}

div.vehicle-finance-notes {
  padding-top: 6%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 4%;
  color: #ffffff;
}

div.vehicle-finance-notes i {
  font-size: 2.5em;
}

div.vehicle-finance-notes p {
  margin-bottom: 0px !important;
}

div.vehicle-finance-notes .vehicle-finance-notes-btn {
  width: 90%;
  margin-top: 20px;
  padding: 20px 20px !important;
}

/* Calculator Form */


p.loanval-label, p#loanval {
  vertical-align: inherit !important;
}

div.totalless p {
  margin-bottom: 0px !important;
}

/* Validation */
label.error {
  font-family: "Roboto" !important;
  font-size: 12px !important;
  font-weight: normal;
  color: #AB0A0A;
  width: 100% !important;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
  overflow: hidden;
  margin-bottom: 10px !important;
  display: inherit;
  box-sizing: border-box;
}

input.error, select.error {
  border: 2px solid #AB0A0A !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

div.calc input[type=text],
div.calc select {
  font-size: 13px !important;
}

/* Form CSS */
div.calc input[type=text] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-width: 100px;
  width: 100%;
  background-color: #e5e9ed !important;
  border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
  box-shadow: 0px 0px 0px #888888;
  color: #212529;
  font-size: 13px !important;
  font-weight: 500;
  font-family: 'Roboto' !important;
  margin: 0px 0px 15px;
  height: 43px;
  box-sizing: border-box !important;
}

div.calc select { 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-width: 100px;
  width: 100%;
  background-color: #e5e9ed;
  border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
  box-shadow: 0px 0px 0px #888888;
  color: #212529;
  font-size: 13px !important;
  font-weight: 500;
  font-family: 'Roboto' !important;
  margin: 0px 0px 15px;
  height: 43px;
  box-sizing: border-box !important;
}

button.calculate {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  border: 0 !important;
  height: 50px;
  border-radius: 3px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  padding: 15px 25px !important;
  white-space: pre-wrap;
  box-sizing: border-box;
}

div.total {
  font-size: 42px;
  font-weight: 600;
}

div.total p {
  display: inline-block !important;
  vertical-align: top !important;
  font-size: 42px !important;
  font-weight: 600 !important;
}

div.total h3.total {
  font-family: "Titillium Web" !important;
  font-size: 35px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;  
  display: inline-block !important;
  vertical-align: top !important;   
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.totalless {
  background: #f1f1f1;
  padding-left: .9rem;
  padding-right: .9rem;
  padding-top: .9rem;
  padding-bottom: .50rem;
  margin-bottom: 2%;
}

p.loanval-label,
p#loanval {
  display: inline-block !important;
  vertical-align: top !important;
  font-size: 13px !important;
  margin-bottom: 0px;    
}

p.loanval { 
  font-weight: 600;
}

div.total p {
  display: inline-block !important;
  vertical-align: top !important;	
  font-size: 42px !important;
  font-weight: 600 !important;	
}

@media screen and (max-width: 599px) {
  label.error:before {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  div#vehiclefinanceresult {
    padding-top: 0%;
    padding-bottom: 4%;
  }

  div#vehiclefinanceresult h4 {
    text-align: center !important;
  }

  div.total {
    text-align: center !important;
  }
}