header {
  box-shadow: #696969 0px 0px 10px -5px;
  border-bottom: 2px solid #eee;
}

h1 {
  font-family: 'Lato';
  font-weight: 800;
  color: #3d3d3d;
}

main {
  padding: 50px 0;
  background-color: #f5f5f5;
  min-height: 100vh;
}

.primary-heading {
  color: #3d3d3d !important;
}

.wrapper-narrow-maxwidth {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.primary-color {
  color: #b30041;
}

.form-wrapper {
  margin: 50px auto 75px auto;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px 15px;
  border-radius: 8px;
  box-shadow: #0e0e0e 0px 0px 20px -10px;
  overflow: hidden;
  position: relative;
}

.primary-sub-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0;
  line-height: 1.2;
  color: #000000;
}

.select-img {
  width: 100%;
  max-width: 40px;
  margin: 4px auto;
  transition: all ease-in-out .3s;
}

.select-label-option {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  border: 4px solid #393a3a;
  transition: all ease-in-out .3s;
  cursor: pointer;
  border-radius: 8px;
  background-color: #f4f4f4;
}

input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.box-option-title {
  font-weight: 600;
  font-size: 16px;
  transition: all ease-in-out .3s;
}

.select-label-option:hover {
  background-color: #ff327d!important;
  border: 4px solid #ff327d;
  transform: translateY(-5px);
}

.select-label-option:hover .select-img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.select-label-option:hover .box-option-title {
  color: #fff;
}

.select-box {
  margin-bottom: 20px;
}

.three-cols {
}

input[type="radio"]:checked + label {
  background-color: #d31157;
  border: 2px solid #ff186d;
}

.disclosure-text {
  font-size: 14px;
  color: #dddddd;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
}

.impt-disclosure {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

footer {
  background-color: #393a3a;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link {
  color: #f7f7f7;
  text-decoration: none;
  transition: all ease .3s;
  margin: 0 10px;
}

.copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

.range-label {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #656565;
}

.questions {
  font-weight: 700;
  color: #262626;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.form-range {
  border: none;
}

.form-range:focus {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.form-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  -webkit-appearance: none;
  appearance: none;
}

.form-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 30px;
}

.next-btn {
  transition: all ease .3s;
  background-color: #393a3a;
  color: #fff;
  padding: 8px 20px;
  min-width: 120px;
  font-size: 18px;
}

.next-btn:hover {
  background-color: #101010;
  color: #fff;
}

.back-btn {
  font-size: 18px;
}

.icon-back {
  margin-bottom: 4px;
  margin-right: 6px;
  color: #515151;
}

.icon-forward {
  margin-bottom: 4px;
  margin-left: 6px;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
}

.submit-btn {
  width: 100%;
  font-weight: 600;
  color: #fff;
}

label.error {
  color: #cd2b2b;
  font-size: 14px;
  transition: all ease .3s;
  margin: auto;
  display: block;
  text-align: center;
}

.form-control {
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

#step-0 {
  display: block;
}

.form-steps {
  display: none;
  position: relative;
}


/* Start Range style */

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #a3a3a3;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #d31157;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a3a3a3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #a3a3a3;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #d31157;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #a3a3a3;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #a3a3a3;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #d31157;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #a3a3a3;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a3a3a3;
}

/* End Range style */

@media (min-width: 768px) {
  .select-img {
    max-width: 80px;
    margin: 10px auto;
  }
}

.select-label-option {
  padding: 10px;
}

@media (min-width: 768px) {
  .questions {
    font-size: 28px;
  }
}

.box-option-title {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .primary-sub-text {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 15%;
  }
}

@media (min-width: 768px) {
  .form-wrapper {
    padding: 50px 30px 40px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .select-label-option {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .form-label {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .next-btn {
    padding: 14px 25px;
  }
}

.input-field-wrapper {
  max-width: 571px;
  margin-left: auto !important;
  margin-right: auto !important;
}

