.survey_form {
  background-color: #ffffff;
  margin-bottom: 50px;
}

.survey_form #survey_continue_button {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.survey_form h1 {
  text-align: center;  
}

.survey_form input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.survey_form input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.survey_form .survey-tab {
  display: none;
  padding: 0px 15px;
}

.survey_form .survey-step {
  color: white;
  background-color: black;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 16px;
}

.survey_form .survey-step .current {
  font-weight: bold;
}

.survey_form .question {
  padding: 20px 0;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
}

.survey_form .with-description {
  padding-bottom: 0;
  line-height: 1.1em;
}

.survey_form .question-description {
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 150px;
}

.survey_form button:hover {
  opacity: 0.8;
}

.survey_form .button-container {
  text-align: center;
  margin-top: 30px;
}

.survey_form .button-container a {
  border: 1px solid #9d9d9d;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}

/* HIDE RADIO */
.survey_form input[type=radio], .survey_form input[type=checkbox]{ 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.survey_form input[type=range] { 
  padding: 0;
  border: none;
}

/* IMAGE STYLES */
.survey_form input[type=radio] + img, .survey_form input[type=checkbox] + img{
  cursor: pointer;
}

/* CHECKED STYLES */
.survey_form input[type=radio]:checked ~ div, .survey_form input[type=checkbox]:checked ~ div {
  background-color: rgba(0, 59, 77, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(images/Asset23.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.survey_form .grid-item label {
  position: relative;
  display: block;
}

.survey_form .grid-item {
  margin-bottom: 15px;
  padding-left: 0;
}

.survey_form .choices-name {
  background-color: #003B4D;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 22px;
      position: relative;
    z-index: 9999;
}

.survey_form .image-bg {
  margin-top: 70px;
  float: right;
}

.survey_form .result-container .result-tab{
  padding: 0px 15px;
}

.survey_form .question-3 input[type=radio]:checked ~ div, .survey_form input[type=checkbox]:checked ~ div {
  background-size: 100px 82px;
}

.survey_form .product-name {
  text-align: center;
  color: #003B4D;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 22px;
  font-weight: 600;
  background-color: white;
  margin: 0;
  position: relative;
  z-index: 1020;
}

.survey_form .result-products label {
  text-align: center;
}

.survey_form .item--overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease-out;
  background-color: rgba(52, 53, 56, 0.1);
}

.social-media-share-container {
  text-align: center;
  margin-top: 25px;
}

.social-media-share {
  padding: 0;
}

.social-media-share li:first-child {
  margin-right: 15px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.social-media-share li {
  display: inline;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .survey_form .choices-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .survey_form .choices-name {
    font-size: 12px;
  }

  .survey_form input[type=radio]:checked ~ div, .survey_form input[type=checkbox]:checked ~ div {
    background-size: 100px 82px;
  }
  
  .survey_form .question-3 input[type=radio]:checked ~ div, .survey_form input[type=checkbox]:checked ~ div {
    background-size: 55px 50px;
  }

  .survey_form .question {
    font-size: 16px;
    text-align: center;
  }

  .survey_form .question-description {
    text-align: center;
  }

  .survey_form .question-description {
    font-size: 12px;
  }

  .survey_form .survey-tab, .survey_form .result-container .result-tab {
    padding: 0;
  }
}

/**
 * Slider
 */
 .ui-slider-horizontal .ui-slider-handle {       
  top: 0;
  width: 57px;
  height: 57px;
  margin: -27px -27px 0px;
  border-radius: 50%;
  background: rgb(55, 173, 191);
  cursor: pointer;
  border: 0px !important;
  background: url(images/Asset-24.jpg) no-repeat;
}

.ui-widget.ui-widget-content {
  height: 5px;
  border-radius: 0;
  background-color: #C8D5DA;
  border-color: #C8D5DA;
}

.survey_form .range-labels {
  margin: 34px -95px 0;
  padding: 0;
  list-style: none;
}

.survey_form .range-labels li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  color: #b2b2b2;
  font-size: 17px;
  font-weight: bold;
  color: #003B4D;
}

.survey_form .range-labels li::before {
  position: absolute;
  top: -48px;
  right: 0px;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 5px;
  border-radius: 8px;
  height: 30px;
  background: #C8D5DA;
}

@media only screen and (max-width: 1024px) {
  .survey_form .range-labels {
    margin: 34px -80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .survey_form .range-labels {
    margin: 34px -60px 0;
  }

  .survey_form #slider {
    margin: 15px;
  }

  .survey_form .question-description {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 441px) {
  .survey_form .range-labels {
    margin: 34px -45px 0;
  }

  .hide-mobile {
    display: none;
  }

  .survey_form .question-description {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .survey_form .range-labels {
    margin: 34px -40px 0;
  }
}

@media only screen and (max-width: 320px) {
  .survey_form .range-labels {
      margin: 34px -30px 0;
  }
}
