* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "OpenSansExtraB", Arial, sans-serif;
  font-size: 100%;
  margin: 0 auto;
  min-height: 100%;
  color: #32445c;
}

#bground {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/background.png) no-repeat center center fixed #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.head-text {
  font-family: "Alegreya", serif;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.step {
  display: none;
  margin: 0 auto;
  padding: 3rem 1rem 1rem 1rem;
  text-align: center;
}

.step:nth-child(1) {
  display: block;
}

.step p {
  font-size: 1.8rem;
  padding: 2rem 0;
}

.step.step_check .step_head {
  text-transform: none;
}

.choose_answer {
  font-style: italic;
  font-size: 1.8rem;
  padding: 2rem 0 3rem 0;
  display: block;
}

.answer_box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.checkbox_wrap {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
}

.option {
  width: 28%;
  position: relative;
  text-align: left;
  cursor: pointer;
  text-align: center;
  margin: 0.5rem 2%;
}

.option img {
  display: block;
  width: 100%;
  border: 3px solid #000;
  border-radius: 8px;
}

.option-title {
  font-size: 1.8rem;
  padding-top: 5px;
}

.option.checked img {
  border-color: #32c26b;
}

.option.checked .option-title {
  color: #32c26b;
}

.btn {
  color: #fff;
  display: block;
  margin: 2rem auto;
  padding: 13px 0;
  max-width: 220px;
  width: 100%;
  font-size: 2rem;
  font-family: Arial;
  border: none;
  text-decoration: none;
  background: #39920f;
}

.btn:hover {
  background: #39920f;
}

@media screen and (max-width: 560px) {
  html {
    font-size: 55%;
  }

  .answer_box {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  html {
    font-size: 55%;
  }
}

.header {
  text-align: center;
  position: relative;
  padding: 1rem;
  z-index: 10;
}

.logo {
  max-height: 50px;
  z-index: 12;
}

.box {
  background: #fff;
  color: #000;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 600px;
  position: fixed;
  left: 50%;
  top: 190px;
  margin-top: -185px;
  margin-left: -300px;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
}

.box {
  display: block;
}

@-webkit-keyframes next {
  0% {
    opacity: 0;
    right: 40px;
  }

  15% {
    opacity: 1;
    right: 30px;
  }

  100% {
    opacity: 0;
    right: 10px;
  }
}

@-moz-keyframes next {
  0% {
    opacity: 0;
    right: 40px;
  }

  15% {
    opacity: 1;
    right: 30px;
  }

  100% {
    opacity: 0;
    right: 10px;
  }
}

@keyframes next {
  0% {
    opacity: 0;
    right: 40px;
  }

  15% {
    opacity: 1;
    right: 30px;
  }

  100% {
    opacity: 0;
    right: 10px;
  }
}

.mySlides img {
  max-height: 400px;
  object-fit: cover;
}

.box .ok {
  display: block;
  border: 1px solid #1a4e01;
  background: #39920f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: "OpenSansB", Arial, sans-serif;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-size: 30px;
  width: 40%;
  min-width: 300px;
}

.box .ok:hover {
  background: #72ef36;
}

.box .ok:after {
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  position: absolute;
  right: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url("../img/btnpart.png") no-repeat;
  -webkit-animation: next 1.2s infinite normal ease-out;
  -moz-animation: next 1.2s infinite normal ease-out;
  animation: next 1.2s infinite normal ease-out;
}

.boxheader {
  background: #373272;
  color: #fff;
  width: 100%;
  min-height: 20px;
  color: #fff;
  font-size: 23px;
  padding: 5px 15px;
  margin: 0 auto;
  text-align: center;
}

.box_copy {
  padding: 10px 30px 20px;
  text-align: center;
  color: #000;
}

.thegirl {
  max-height: 280px;
}

.input-control {
  border: 1px solid #ddd;
  height: 45px;
  width: 280px;
  max-width: 100%;
  padding: 5px 20px;
  font-size: 24px;
}

.flashy {
  background: #373272;
  color: #fff;
  width: 100%;
  min-height: 20px;
  color: #fff;
  font-size: 23px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}

input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
.photo_option img {
  max-height: 180px;
  object-fit: cover;
}
.mySlides {
  display: none;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.head-text .tagline-text {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -7px;
}

@media screen and (max-width: 990px) {
  .head-text .tagline-text {
    text-align: center;
    margin-top: 0;
  }
  .head-text {
    display: block;
    text-align: center;
  }
  .head-text > span {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .step:nth-child(1) .flashy {
    display: none;
  }
  .step:nth-child(1) .box_copy {
    padding: 10px 20px 20px;
  }
  .step:nth-child(1) h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .step:nth-child(1) .box .ok {
    font-size: 20px;
  }
  .flashy {
    padding: 5px;
  }
  .step5 .option {
    width: 45%;
  }
  .option-title {
    line-height: normal;
  }
  .box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    left: auto;
    top: 15px;
  }
  .box .ok {
    min-width: 220px;
    max-width: 100%;
    font-size: 24px;
  }
  .mySlides img {
    max-height: 220px;
  }

  .box .ok:after {
      animation: none;
      -o-animation: none;
      -webkit-animation:none;
      -moz-animation:none;
      background-size: 14px;
      right: 10px;
      background-position: center center;
      width: 22px;
      height: 22px;
  }
  #bground {
    background-image: url(../img/mobile-background.jpg);
    background-position: top center;
  }
  .step6 .photo_option img {
    max-height: 125px;
  }
  .boxheader {
    padding: 15px;
  }
}


@media screen and (max-width: 560px) {
  .step6 .option {
    width: 45%;
  }
}
