.quote-sections{
  background-size: cover;
  background-position: center;
  background-color: #888;
}
.quote-sections .wrap{
  background: rgba(0, 0, 0, .5);
}
.quote-sections form {
  padding: 50px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.quote-sections p{
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #222;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.quote-sections h2{
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  color: #EB0028;
}
.quote-sections form .star{
  color: #EB0028;
}
.quote-sections .form-step {
  display: none;
}

.quote-sections .form-step.active {
  display: block;
}
.quote-sections form label{
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px;
  color: #333;
}
.quote-sections form input, textarea {
  display: block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.quote-sections form button {
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #EB0028;
  color: white;
  border: none;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.quote-sections form button:hover {
  background-color: #0056b3;
}

.gtranslate_wrapper{
  width: 100%!important;
  padding: 0px!important;
}

.thank-you{
  padding: 100px 0px;
}
.thank-you h2{
  font-size: 3rem;
  font-weight: 900;
  color: #EB0028;
  margin-bottom: 20px;
}
.thank-you p{
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}