input.error,select.error,textarea.error,.nice-select.error{border: 1px solid red !important;background-color: #ccc !important;}
.error,.text-error{color: red !important; font-size: 80%;}

form label.error{text-align: left !important;width: 100%;}

.home-form-box .quote_btn [type="button"] {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}
.quote_btn [type="button"] {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    background: var(--primary-color);
    font-family: var(--title-fonts);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--white-color);
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  
  .quote_btn [type="button"]:hover {
    background: var(--dark-color);
  }