.parsley-errors-list {
  list-style: none;
  display: none;
  color: #c3002f;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border-bottom: 2px solid #c3002f !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #c3002f;
}
a,
a:hover,
a:visited,
a.active {
  color: #c3002f;
}
body {
  color: #343434;
  font-family: "Nissan Regular", Verdana, Arial, sans-serif;
}
form {
  margin: 10px 0;
}
label {
  display: block;
  font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: calc(1.125);
  color: #343434;
}
label span {
  color: #c3002f;
  margin-left: 5px;
}
h2.rtit {
  font-size: 30px;
  line-height: 1;
  padding-top: 16px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}
h2.rtit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 4px solid #c3002f;
  width: 50px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #666;
  line-height: normal;
  padding: 16px 20px;
  color: #343434;
  font-family: "Nissan Light", "Nissan Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  background-color: #fff;
  transition: all .3s;
  outline: 0;
}
/*
select{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 27px 1rem;
    padding-right: 2rem;
    height: 40px;
  }
  */
.select_box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
  padding: 0px 10px;
}
.select_box:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c3002f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  content: "";
  z-index: 98;
}
.select_box select {
  width: 100%;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 56px;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.chkchck {
  display: inline-block;
  vertical-align: middle;
  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;
  height: 15px;
}
.chkchck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
}
.chkchck:hover input ~ .checkmark {
  background-color: #ccc;
}
.chkchck input:checked ~ .checkmark {
  background-color: #c3002f;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chkchck input:checked ~ .checkmark:after {
  display: block;
}
.chkchck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.terms {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}
form button {
  background: #c3002f;
  color: #fff;
  border: 0;
  width: 100%;
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-size: 18px;
}
form button::after {
  content: "»";
  color: #fff;
  font-size: 2rem;
  right: 40px;
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
}
.swal2-styled.swal2-confirm {
  background-color: #c3002f !important;
}
