.quiz {
  position: relative;
  padding-top: 30px;
  margin: 0 0 30px;
  width: 100%;
  max-width: 900px;
}
.quiz .quiz-form {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.quiz .quiz-form.load {
  opacity: 1;
}
.quiz .quiz-content,
.quiz .actions ul,
.quiz .actions ul li a {
  display: flex;
  display: -webkit-flex;
}
.quiz .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quiz a:focus,
.quiz a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}
.quiz .quiz-title {
  font-family: "Roboto", sans-serif;
  color: #33485E;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 50px;
}
.quiz .quiz-desc {
  background: #fff;
  width: 100%;
}
.quiz .quiz-form-content {
  width: 100%;
}
.quiz .quiz-form {
  padding: 0;
  width: 100%;
}
.quiz .content {
  position: relative;
  background: #F8F8F8;
  padding: 30px 30px 20px 30px;
}
.quiz .content h3 {
  display: none;
}
.quiz .step-current {
  position: absolute;
  right: 0;
  top: -30px;
  font-weight: 500;
  color: #00C4CC;
}
.quiz .actions {
  padding: 20px 30px 0 0;
}
.quiz .actions ul {
  width: 100%;
  position: relative;
  z-index: 1;
}
.quiz .actions ul .disabled {
  display: none;
}
.quiz .actions ul li {
  margin-left: 30px;
}
.quiz .actions ul li:first-child a:hover {
  color: #33485E;
}
.quiz .actions ul li:first-child a:before {
  border-top-color: #33485E;
  border-bottom-color: #33485E;
}
.quiz .actions ul li:first-child a:after {
  background: #33485E;
}
.quiz .actions ul li a {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  min-width: 120px;
}
.quiz .actions ul li a:hover {
  color: #00C4CC;
  text-decoration: none;
  background: transparent;
}
.quiz .actions ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.quiz .actions ul li a:hover:after {
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  -o-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.quiz .actions ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #00C4CC;
  border-bottom-color: #00C4CC;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  -o-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.quiz .actions ul li a:after {
  border-radius: 6px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #00C4CC;
  z-index: -1;
}
.quiz .steps {
  display: none;
}
.quiz .form-field {
  max-width: 600px;
  margin-bottom: 35px;
}
.quiz .form-field .form-control {
  font-size: 17px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin-bottom: 5px;
}
.quiz .form-field .form-control.error {
  border-color: red;
}
.quiz .form-field label.error {
  position: absolute;
  color: red;
  font-size: 14px;
  font-weight: 500;
}
.quiz .switch-error {
  position: absolute;
  color: red;
  font-size: 14px;
  font-weight: 500;
  bottom: 25px;
}
.quiz .switch-field {
  display: flex;
  margin-bottom: 35px;
  overflow: hidden;
}
.quiz .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.quiz .switch-field label {
  background-color: #fff;
  color: #33485E;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  margin-right: -1px;
  border: 1px solid #f1f1f1;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
}
.quiz .switch-field label:hover {
  cursor: pointer;
}
.quiz .switch-field input:checked + label {
  background-color: #00C4CC;
  box-shadow: none;
  color: #fff;
}
.quiz .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.quiz .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.quiz .quiz-results {
  min-height: 186px;
  position: relative;
  background: #F8F8F8;
  padding: 30px;
}
.quiz .quiz-results .btn-holder {
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.quiz .quiz-results .btn-holder .btn-green {
  color: #fff;
  min-width: 130px;
}
.quiz .quiz-results .btn-holder .btn-green:hover {
  color: #00C4CC;
}
.quiz .quiz-results .text {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  background: #00C4CC;
}

@media (max-width: 767px) {
  section.quiz .quiz-title {
    font-size: 18px;
  }

  section.quiz .form-field label.error {
    position: relative;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=quiz.css.map */
