.quiz-error-hide{
	display:none;
	text-align: center;
	margin-top: 20px;
	color: red;
	line-height: 1.5;
}
.quiz-error{
	display:none;
	text-align: center;
	margin-top: 20px;
	color: red;
	line-height: 1.5;
}
.quiz-error-show{
	display:block;
	text-align: center;
	margin-top: 20px;
	color: red;
	line-height: 1.5;
}
.quiz-option-selector {
	padding-top: 40px;
	padding-bottom: 10px;
}
label {
	display: block;
	margin-bottom: .5rem;
}
.wizard-forms {
	padding: 10px 30px;
}
.bottom-vector {
	display: block;
	min-height: 110px;
}
.quiz-details-option {
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 2px solid #e7e7e7;
	padding: 19px 42px 22px 70px;
	line-height: 1;
}
.js-btn-next{
	background-color: #33cb52;;
}
.js-btn-prev{
	background-color: #c6c6c6;
}

@media (max-width: 1023px) {

  body .body__wrapper {
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {

  .bottom-vector {
    min-height: 60px;
  }
  .quiz-progress-area .progress {
    position: static;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 700px) {
    .actions li:nth-child(1) {
        width: 220px;
    }
    .actions li:nth-child(2), .actions li:nth-child(1) {
        width: 220px;
    }
    .wizard-forms {
        padding: 10px 0px;
    }
}


@media screen and (max-width: 480px) {

    .bottom-vector {
        min-height: 5px;
    }
    .wizard-forms {
        padding: 10px 0px;
    }
}

.fsa-validate {
	background-color: #dc3545;
    color: #fff;
}
