@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');
.lato {
  font-family: 'Lato', sans-serif;
}
.font {
  font-family: 'Lato', sans-serif;
}
.fbold {
  font-weight: 700;
}
.flight {
  font-weight: 300;
}
.font-title {
  font-family: 'Lato', sans-serif;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
body {
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: relative;
  color: #fff;
}
body.green {
  background-color: #63d3c3;
}
body.green .quiz-header,
body.green .quiz-footer {
  background-color: rgba(99, 211, 195, 0.5);
}
body.green .quiz-buttons a.Qnext {
  color: #63d3c3;
}
body.green .quiz-menu ul li a {
  color: #63d3c3;
}
body.green .quiz-menu ul li a:hover {
  border-bottom-color: #63d3c3;
}
body.pink {
  background-color: #d363a0;
}
body.pink .quiz-header,
body.pink .quiz-footer {
  background-color: rgba(211, 99, 160, 0.5);
}
body.pink .quiz-buttons a.Qnext {
  color: #d363a0;
}
body.pink .quiz-menu ul li a {
  color: #d363a0;
}
body.pink .quiz-menu ul li a:hover {
  border-bottom-color: #d363a0;
}
body.orange {
  background-color: #d37863;
}
body.orange .quiz-header,
body.orange .quiz-footer {
  background-color: rgba(211, 120, 99, 0.5);
}
body.orange .quiz-buttons a.Qnext {
  color: #d37863;
}
body.orange .quiz-menu ul li a {
  color: #d37863;
}
body.orange .quiz-menu ul li a:hover {
  border-bottom-color: #d37863;
}
body.purple {
  background-color: #8563d3;
}
body.purple .quiz-header,
body.purple .quiz-footer {
  background-color: rgba(133, 99, 211, 0.5);
}
body.purple .quiz-buttons a.Qnext {
  color: #8563d3;
}
body.purple .quiz-menu ul li a {
  color: #8563d3;
}
body.purple .quiz-menu ul li a:hover {
  border-bottom-color: #8563d3;
}
img {
  max-width: 100% !important;
  height: auto;
}
.section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 100vh;
  height: 0;
  width: 100vw;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.section.visible {
  visibility: visible;
  opacity: 1;
  height: 100vh;
  top: 0;
}
.quiz-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.quiz-header img {
  max-width: 110px;
  height: auto;
}
.quiz-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.quiz-body {
  padding: 40px 0;
}
.quiz-top {
  max-width: 1000px;
  margin: 0 auto;
}
.quiz-top .steps {
  padding: 0 0 10px 0;
  text-align: center;
  font-style: italic;
  font-size: 13px;
}
.quiz-top .texts {
  text-align: center;
}
.quiz-top .texts .title {
  font-size: 35px;
  padding: 0 20px;
}
.quiz-top .texts .desc {
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 20px;
}
.quiz-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
}
.quiz-buttons {
  text-align: center;
}
.quiz-buttons a.Qnext {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  font-weight: 700;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 17px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 10px;
}
.quiz-buttons a.Qnext:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
  border-color: transparent;
}
.quiz-buttons a.Qprev {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 17px;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.quiz-buttons a.Qprev:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}
.texts,
.quiz-content,
.quiz-form {
  padding-left: 15px;
  padding-right: 15px;
}
#step1 .quiz-content {
  flex-wrap: wrap;
  justify-content: center;
}
#step1 .option {
  padding: 0 20px;
  text-align: center;
}
#step1 .option .option-image {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}
#step1 .option .option-image img {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border-radius: 50%;
  width: 125px;
  height: auto;
}
#step1 .option .option-desc {
  color: #fff;
  margin-top: 10px;
}
#step1 .option button {
  background-color: transparent;
  border: none;
}
#step1 .option button:hover {
  cursor: pointer;
}
#step1 .option button:focus {
  outline: none;
}
#step1 .option button.selected .option-image img {
  opacity: 0.3;
}
#step2 .quiz-content {
  height: 1px;
  width: 80%;
  max-width: 400px;
  padding: 0;
  margin: 20px auto 50px;
  background-color: #fff;
}
#step2 .texts img {
  border: 5px solid #fff;
  border-radius: 20px;
  margin: 30px 0;
  width: 400px;
  height: auto;
}
#step2 .texts .desc {
  font-weight: 300;
  font-size: 20px;
}
#step3 .quiz-content {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
}
#step3 .option button {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 17px;
  color: #fff;
  margin: 3px;
  border-radius: 5px;
}
#step3 .option button:hover {
  cursor: pointer;
}
#step3 .option button:focus {
  outline: none;
}
#step3 .option button.selected {
  background-color: rgba(255, 255, 255, 0.5);
}
#step4 .quiz-content {
  flex-wrap: wrap;
  justify-content: center;
}
#step4 .option {
  margin: 0 30px;
  text-align: center;
  max-width: 280px;
}
#step4 .option img {
  width: 250px;
  height: auto;
  border-radius: 20px;
  border: 5px solid #fff;
  margin-bottom: 20px;
}
#step4 .option button {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 17px;
  margin: 3px;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
}
#step4 .option button:hover {
  cursor: pointer;
}
#step4 .option button:focus {
  outline: none;
}
#step4 .option button.selected {
  background-color: rgba(255, 255, 255, 0.5);
}
#step4 .option h2 {
  font-size: 25px;
}
#step4 .option .desc {
  font-weight: 300;
  font-size: 15px;
}
#step4 .option .price {
  font-size: 18px;
}
#step5 .quiz-content {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  padding-bottom: 10px;
}
#step5 .option button {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 7px 17px;
  color: #fff;
  margin: 3px;
  border-radius: 5px;
}
#step5 .option button:focus {
  outline: none;
}
#step5 .quiz-total {
  margin: 3px;
  font-size: 22px;
  display: block;
  text-align: center;
  padding-bottom: 40px;
}
#step5 .texts img {
  border: 5px solid #fff;
  border-radius: 20px;
  margin: 30px 0 0 0;
  width: 400px;
  height: auto;
}
.quiz-menu-button {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: fixed;
  top: 10px;
  right: 25px;
  cursor: pointer;
  z-index: 1111;
}
.quiz-menu-button .bar1,
.quiz-menu-button .bar2,
.quiz-menu-button .bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.4s;
}
.quiz-menu-button.change {
  right: 270px;
  margin-right: 10px;
}
.quiz-menu-button.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.quiz-menu-button.change .bar2 {
  opacity: 0;
}
.quiz-menu-button.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
  transform: rotate(45deg) translate(-7px, -6px);
}
.quiz-menu {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  right: -270px;
  top: 0;
  height: 100vh;
  width: 270px;
  padding: 20px 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1111;
}
.quiz-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quiz-menu ul li {
  margin-bottom: 15px;
}
.quiz-menu ul li a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding: 4px;
}
.quiz-menu ul li a:hover {
  text-decoration: none;
}
.quiz-menu.opened {
  right: 0;
}
.quiz-menu .quiz-logo img {
  width: 130px;
}
.quiz-form {
  text-align: center;
  padding-bottom: 50px;
}
.quiz-form h4 {
  font-weight: 300;
}
.quiz-form input {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  display: block;
  margin: 3px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 4px 10px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.quiz-form input::placeholder {
  color: #fff;
}
.quiz-form input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 624px) {
  #step1 .option {
    padding: 0 10px;
  }
  #step1 .option .option-image img {
    width: 95px;
  }
  .quiz-body {
    padding-bottom: 100px;
  }
  .quiz-top .texts .title {
    font-size: 25px;
  }
  #step2 .texts .desc {
    font-size: 16px;
  }
  #step4 .option img,
  #step4 .option .desc {
    margin-bottom: 10px;
  }
  #step5 .quiz-form h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 968px), screen and (max-height: 455px) {
  #step1 {
    align-items: flex-start;
    overflow-y: auto;
  }
  #step1 .option {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 695px), screen and (max-height: 640px) {
  #step2 {
    align-items: flex-start;
    overflow-y: auto;
  }
}
@media screen and (max-width: 611px), screen and (max-height: 410px) {
  #step3 {
    align-items: flex-start;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1392px), screen and (max-height: 666px) {
  #step4 {
    align-items: flex-start;
    overflow-y: auto;
  }
  #step4 .option {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 530px), screen and (max-height: 813px) {
  #step5 {
    align-items: flex-start;
    overflow-y: auto;
  }
}
