body {
  background-color: white;

  height: 100%;
}

.invalid-phone {
  border: solid 2px red;
}

.valid-phone {
  border: none;
}

.header-section {
  padding: 15px 0 15px 0;
  background: #ffffff;
  height: 180px;
  width: 100%;
}

.header-section__logo {
  margin-top: 10px;
  margin-bottom: 0;
  background: transparent url("../images/logo.png") no-repeat left center;
  background-size: contain;
  height: 80px;
  display: block;
}

.header-section .submit {
  height: auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.header-section .phone-block {
  text-align: right;
  letter-spacing: 0.7px;
}

.header-section .phone-block .r1 {
  font-weight: 700;
  font-size: 18px;
}

.header-section .phone-block .r2 a {
  font-weight: 700;
  font-size: 36px;
  color: orange;
}

.header-section .phone-block .r3 {
  font-weight: 700;
  font-size: 18px;
}

.main-section {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 180px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.main-section__offer {
  font-family: "BebasBook";
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 30px;
}

.main-section ul {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
}

.main-section ul li {
  width: 268px;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

.main-section .div1 {
  height: 80px;
}

.main-section .g1 {
  color: orange;
  font-family: "BebasBold";
  font-weight: 700;
  line-height: 21px;
  font-size: 21px;
  margin-bottom: 0px;
  text-align: center;
}

.main-section .g1 span {
  font-size: 42px;
}

.main-section .g2 {
  color: #fff;
  font-family: "BebasBook";
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 10px;
  text-align: center;
}

.main-section .div {
  font-style: normal;

  font-size: 18px;
  line-height: 23px;
  /* text-transform: uppercase; */
  font-weight: 300;
  color: #fff;
  text-align: left;
  padding: 15px 0px 20px 0px;
}

.main-section .i1 {
  width: 100px;
  background-image: url("../images/gar1.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.main-section .i2 {
  width: 100px;
  background-image: url("../images/gar2.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.main-section .i3 {
  width: 100px;
  background-image: url("../images/gar3.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.main-section .i4 {
  width: 100px;
  background-image: url("../images/gar4.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.main-section__offer-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-section__offer b {
  font-weight: 700;
  font-family: "BebasBold";
  color: orange;
}

.main-section__quiz {
  margin: auto;
  width: 80%;
}

.form_action-text {
  font-size: 36px;
  padding-top: 20px;
  line-height: 36px;
  color: #00314a;
  text-transform: uppercase;

  font-weight: bold;
  text-align: center;
}

.form__action-1 {
  padding-bottom: 25px;
}

.form__action-2 {
  padding-bottom: 25px;
}

.main-section__start-quiz-button-container {
  max-width: 320px;
  text-align: center;
  /* margin: auto; */
}

.main-section__start-quiz-button {
  padding: 3px 30px 3px 30px;
  border: 0;
  border-radius: 32px;
  margin-top: 20px;
  z-index: 99;
}

/*.quiz {
   display: block;
}
*/

/* .simplemodal-container {
  max-width: 900px;
  max-height: 200px;
} */
.quiz__question {
  background: #28a24d;
  padding: 30px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.question {
  letter-spacing: 1px;
}

.question__title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0px;
  padding-top: 15px;
}

.question__number {
  font-size: 18px;
}

.question__progress-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.question__left-col {
  width: 100%;
  display: inline-block;
}

.question__right-col {
  display: inline-block;
  width: 35%;
  float: right;
  padding-left: 20px;
  text-align: center;
}

.question__options {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.question__option {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#q5 .question__option {
  width: 100%;
}

.question__option label {
  cursor: pointer;
}

.question__option label .text {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 150px;
}

#q5 .question__option label .text {
  font-size: 20px;
  width: 200px;
}

.question__option .block {
  width: 170px;
  height: 100px;
  background-color: gray;
  margin-bottom: 10px;
}

.quiz .question__option input {
  margin-right: 10px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

.quiz .question__option .input-text {
  width: 77% !important;
}

.question__buttons {
  padding-top: 20px;
  padding-bottom: 10px;
}

.question__previous-button {
  width: 49%;
  float: left;
  display: inline-block;
  background-color: orange;
}

.question__previous-button:hover {
  background-color: #ffb225;
}

.question__previous-button:active {
  background-color: #ffb225;
}

.question__form {
  padding-top: 20px;
  /*   padding-bottom: 20px;*/
}

.question__next-button {
  width: 49%;
  float: right;
  display: inline-block;
}

.hero {
  font-size: 15px;
}

.hero a {
  color: #fff;
  text-decoration: none;
}

.hero__image {
  margin: auto;
  width: 120px;
}

.hero__image img {
  width: 100%;
}

.progress-bar {
  width: 100%;
}

.progress-bar {
  /* border: 1px solid grey; */
  background: #0080004f;
}

.progress-bar__complete {
  background: #187a00;
  width: 100%;
  text-align: center;
  height: 43px;
  line-height: 43px;
  color: white;
  font-size: 21px;
}

.logo-section {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.footer-section {
  position: fixed;
  /*width:100%;*/
  width: 300px;
  bottom: 0;
  height: 40px;

  font-size: 15px;
  line-height: normal;
  color: #3d5d71;
  padding: 10px;
  text-align: left;
}

.promo-offer {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: -8px;
  color: #2f9f13;
}

/* #q4 .question__option {
  width: 255px;
  margin-right: 20px;
}

#q4 .question__options {
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: -10px;
}

#q4 .question__option label .text {
  width: 225px;
  font-weight: normal;
}

#q4 .question__option .block {
  width: 100%;
  height: auto;
}

#q4 .quantity {
  text-align: center;
  font-weight: bold;
  margin-top: 9px;
  font-size: 15px;
}

#q4 .subtext {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
#q4 .question__buttons {
  margin-top: 35px;
}

#q4 .question__option img {
  display: block;
  width: 100%;
  border: 1px solid;
} */