#frontpage .checkbox {
  min-width: 100%;
  margin: 5px auto;
  position: relative;
  display: block;
}
#frontpage .checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  border: solid 1px #d0d0d0;
  max-width: 700px;
  background: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#frontpage .checkbox label span {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#frontpage .checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #242424;
}
#frontpage .checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #242424;
  border-left: 2px solid #242424;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 22px;
  left: 10px;
}
#frontpage .checkbox label span.label-icon-list-right {
  top: 17px !important;
  right: 0 !important;
  width: 40px;
  height: 40px;
}
#frontpage .checkbox label span.label-icon-list-left {
  top: 17px !important;
  left: 40px !important;
  width: 40px;
  height: 40px;
}

#frontpage .wrapper-icon-list-top{
  max-width: 100% !important;
}

#frontpage .checkbox label span.label-icon-list-top {
  top: 160px !important;
  left: 0px !important;
  width: 100%;
  height: 300px;
  text-align: center;
}

#frontpage .checkbox label span.label-icon-list-top img{
  max-height:150px;
  width:auto;
}


.purpose-checkbox-input-top{
  width: 30% !important;
  min-width: 30% !important;
  /* background:red; */
  float: left;
  max-width: 30%;
  height: 220px;
}
.purpose-checkbox-input-top label{
  width: 80%;
  height: 200px;
}

#frontpage .checkbox label span.label-icon-list img {
  margin-left: 15px;
  max-height: 30px;
}
#frontpage .checkbox input[type=checkbox] {
  width: auto;
  opacity: -7e;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
#frontpage .checkbox input[type=checkbox]:checked ~ label:before {
  border: 2px solid #242424;
}
#frontpage .checkbox input[type=checkbox]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
#frontpage .checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}
#frontpage .wizard .content .purpose-checkbox-wrapper {
  margin-top: 10px !important;
}
#frontpage .purpose-checkbox-wrapper input[type=checkbox] {
  display: none;
}
#frontpage .purpose-checkbox-wrapper .checkbox {
  padding-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
#frontpage .purpose-checkbox-wrapper label span.tright {
  left: 100px;
}
#frontpage #wizard section h3 {
  color: #7a7a7a;
}
#frontpage .big-form .purpose-radio {
  min-width: 400px;
  margin-right: 50px !important;
}

.purpose-checkbox-input-top span.label-text{
  top: 83% !important;
  font-size: 23px;
  line-height: 30px;
}