body {
  font-family: 'Source Sans Pro', sans-serif !important;
}
p {
  color: #575757;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.orange {
  color: #ff7e00 !important;
}
.red {
  color: #d0021b !important;
}
.tgl {
  display: none;
}
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #014a84;
}
.navigation-switch {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media handheld, only screen and (min-width: 781px) {
  .navigation-switch {
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    z-index: 9999999;
  }
}
@media handheld, only screen and (max-width: 781px) {
  .navigation-switch {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.navigation-switch #toggle {
  border-bottom: 2px solid #F3F3F3;
  list-style: none;
}
@media handheld, only screen and (min-width: 781px) {
  .navigation-switch #toggle {
    margin-bottom: 0;
  }
}
.navigation-switch #toggle li {
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.navigation-switch #toggle li a {
  background: transparent;
  color: #999;
  font-size: 18px;
}
.navigation-switch #toggle li a:hover {
  color: #444;
  cursor: pointer;
  text-decoration: none;
}
.navigation-switch #toggle li.activetoggle {
  border-bottom-color: #ff7e00;
}
.navigation-switch #toggle li.activetoggle a {
  color: #444;
  font-weight: 600;
}
.navigation-switch #toggle li.activetoggle:before {
  position: absolute;
  display: block;
  background: red;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: '';
}
.navigation-switch #toggle li.activetoggle:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 15px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 5px 19px -5px rgba(255, 126, 0, 0.93);
  -moz-box-shadow: 0px 5px 19px -5px rgba(255, 126, 0, 0.93);
  box-shadow: 0px 5px 19px -5px rgba(255, 126, 0, 0.93);
}
.divider {
  background: #F0F0F0;
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
}
#left-eye {
  display: block;
}
#right-eye {
  display: none;
}
.results .congrats h1 {
  background-color: #014a84;
  color: #ffffff;
  display: inline;
  padding: 10px;
}
.results .congrats h4 {
  background-color: #014a84;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
}
.results .congrats h5 {
  color: #014a84;
  font-size: 24px;
}
.results .divider {
  margin: 20px 0;
}
.results .divider.small {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.results section {
  margin-bottom: 30px;
  padding: 30px 40px;
}
.results section:not(.no-bg) {
  background-color: #fff;
}
.results section .title {
  color: #333333;
  margin-bottom: 40px;
}
.results section .circle {
  display: inline-block;
  border: 7px solid #EAEAEA;
  border-radius: 1000px;
  line-height: 184px;
  font-size: 48px;
  width: 200px;
  height: 200px;
  text-align: center;
}
.results section .circle.with-sublabel {
  line-height: 140px;
}
.results section .circle .sublabel {
  color: #757575;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  clear: both;
  display: block;
  margin-top: -45px;
}
.results section .intro h3 {
  color: #014a84;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 20px;
}
.results section .intro h5 {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
.results section .intro p {
  font-size: 16px;
}
.results section .intro .read-more {
  color: #ff7e00;
  text-decoration: underline;
}
.results #intro .intro h5 {
  color: #014a84;
  font-weight: 300;
  font-size: 38px;
}
.results #reading-saving-costs .icon {
  padding: 15px 0;
}
.results #reading-saving-costs .icon img {
  height: 32px;
  width: auto;
}
.results #reading-saving-costs h3 {
  font-size: 26px !important;
}
.results #number-of-patients .circle {
  margin-top: 30px;
}
.results #book-appointment .nf-form-cont {
  padding-top: 0;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-label label {
  color: #575757;
  font-weight: 600;
  font-size: 16px;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='text'],
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='tel'],
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='email'] {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: normal;
  padding: 10px 10px;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='text']:focus,
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='tel']:focus,
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='email']:focus {
  border-color: #014a84;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='text']::placeholder,
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='tel']::placeholder,
.results #book-appointment .nf-form-cont .nf-form-wrap .field-wrap .nf-field-element input[type='email']::placeholder {
  color: #999;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 0.5;
  font-size: 16px;
  color: #575757;
  letter-spacing: 0;
  line-height: 28px;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .checkbox-container .nf-field-label label {
  color: inherit;
  font-weight: 400;
}
.results #book-appointment .nf-form-cont .nf-form-wrap .submit-wrap input[type='button'] {
  border: none;
  color: #ffffff;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  -webkit-appearance: none;
  width: 100%;
}
.results #book-appointment .nf-form-cont .nf-mp-footer {
  border-top: none;
}
.results #book-appointment .nf-multi-cell .nf-cell {
  padding: 0 15px;
}
.results #driving-result .diagram {
  display: inline-block;
  height: 200px;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.results #driving-result .diagram:before {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-car.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 40px;
  width: 100px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
}
.results #driving-result .diagram:after {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-signpost.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.results #driving-result .diagram .base {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 400px 50px 0;
  border-color: transparent #ff7e00 transparent transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 150px;
}
.results #driving-result .diagram .fill-left,
.results #driving-result .diagram .fill-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 160px 20px 0;
  border-color: transparent #014a84 transparent transparent;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 150px;
}
.results #reading-result {
  padding-bottom: 80px;
}
.results #reading-result .icon {
  padding-top: 10px;
}
.results #reading-result .icon .person {
  border: 2px solid #014a84;
  border-radius: 100px;
}
.results #reading-result .graph {
  margin-top: 40px;
}
.results #reading-result .before,
.results #reading-result .after {
  text-align: center;
}
.results #reading-result .before span,
.results #reading-result .after span {
  color: #999;
  font-weight: 600;
  font-size: 16px;
}
.results #reading-result .before .arrow-slide,
.results #reading-result .after .arrow-slide {
  background: #014a84;
  height: 3px;
  width: 100%;
  position: relative;
}
.results #reading-result .before .arrow-slide:before,
.results #reading-result .after .arrow-slide:before,
.results #reading-result .before .arrow-slide:after,
.results #reading-result .after .arrow-slide:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: -8px;
}
.results #reading-result .before .arrow-slide:before,
.results #reading-result .after .arrow-slide:before {
  border-right: 10px solid #014a84;
  left: -10px;
}
.results #reading-result .before .arrow-slide:after,
.results #reading-result .after .arrow-slide:after {
  border-left: 10px solid #014a84;
  right: -10px;
}
.results #reading-result .before .arrow-slide {
  margin-top: 20px;
}
.results #reading-result .after {
  padding-top: 30px;
}
.results #reading-result .after .arrow-slide {
  background-color: #ff7e00;
  margin-bottom: 20px;
}
.results #reading-result .after .arrow-slide:before {
  border-right-color: #ff7e00;
}
.results #reading-result .after .arrow-slide:after {
  border-left-color: #ff7e00;
}
.results #usps .icon {
  margin-bottom: 25px;
}
.results #usps .icon img {
  height: 60px;
  width: auto;
}
.results #usps p {
  max-width: 100%;
}
.results #recommended-treatment {
  padding: 0;
}
.results #recommended-treatment .treatments {
  padding-top: 40px;
}
.results #recommended-treatment .treatments .treatment {
  margin-bottom: 30px;
}
.results #recommended-treatment .treatments .treatment .inner {
  background: #ffffff;
  padding: 20px;
}
.results #recommended-treatment .treatments .treatment .inner .tr-img {
  display: block;
  margin: 0px auto 0;
}
.results #recommended-treatment .treatments .treatment .inner .name {
  color: #014a84;
  font-size: 20px;
  font-weight: 600;
}
.results #recommended-treatment .treatments .treatment .inner .touch {
  color: #666;
  font-size: 16px;
  font-style: italic;
  padding-bottom: 10px;
}
.results #recommended-treatment .treatments .treatment .inner .desc {
  font-size: 16px;
  line-height: 28px;
}
.results #recommended-treatment .treatments .treatment .inner .options {
  display: block;
  min-height: 90px;
  font-size: 16px;
}
.results #recommended-treatment .treatments .treatment .inner .options .intro {
  font-size: 16px;
}
.results #recommended-treatment .treatments .treatment .inner .options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.results #recommended-treatment .treatments .treatment .inner .options ul li {
  padding-bottom: 5px;
}
.results #recommended-treatment .treatments .treatment .inner .options ul li a {
  color: #666;
  font-size: 16px;
  text-decoration: underline;
}
.results #recommended-treatment .treatments .treatment .inner .more a {
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  color: #ff7e00;
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 6px 10px;
}
.nf-form-cont {
  background: transparent;
  padding: 0 30px 30px;
  /* Paginatie onderaan */
}
.nf-form-cont ul li {
  margin-left: 0;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-mp-header {
  background-color: #ffffff;
  padding-bottom: 30px;
}
.nf-form-cont .nf-mp-header .nf-progress-container {
  display: none;
}
.nf-form-cont .nf-mp-header .nf-breadcrumbs {
  margin: 0 !important;
  text-align: center;
  border-bottom: 2px solid #F2F2F2;
}
.nf-form-cont .nf-mp-header .nf-breadcrumbs li {
  display: inline-block;
  float: none;
}
.nf-form-cont .nf-mp-header .nf-breadcrumbs li a {
  box-shadow: none;
  color: #999;
  margin: 0 !important;
  padding: 15px 20px;
}
.nf-form-cont .nf-mp-header .nf-breadcrumbs li.active a {
  color: #444;
  -webkit-box-shadow: 0 2px 0 0 #ff7e00;
  -moz-box-shadow: 0 2px 0 0 #ff7e00;
  box-shadow: 0 2px 0 0 #ff7e00;
}
.nf-form-cont .age-colmobile {
  display: none;
}
.nf-form-cont .nf-mp-body {
  /*-----------------------------------------------------*/
  /* Vraag 1: Leeftijd */
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* Vraag 2: Geslacht */
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* Vraag 3: Geslacht */
  /*-----------------------------------------------------*/
}
.nf-form-cont .nf-mp-body .nf-input-limit {
  margin-top: 0px;
}
.nf-form-cont .nf-mp-body .html-wrap h2 {
  color: #014a84;
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  margin: 0;
  padding: 30px 0 15px;
}
.nf-form-cont .nf-mp-body .html-wrap p {
  text-align: center;
}
.nf-form-cont .nf-mp-body .html-wrap .divider {
  margin: 10px auto;
  height: 2px;
  max-width: 60px;
}
.nf-form-cont .nf-mp-body .nf-field-label label {
  font-family: 'Source Sans Pro', sans-serif;
}
.nf-form-cont .nf-mp-body .age-colmobile {
  display: none;
}
.nf-form-cont .nf-mp-body .intro-step-1 {
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 0 !important;
}
.nf-form-cont .nf-mp-body .age-col {
  max-width: 800px;
  margin: 0 auto 40px !important;
}
.nf-form-cont .nf-mp-body .age {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
.nf-form-cont .nf-mp-body .age .nf-field-label {
  margin: 0 auto;
  display: inline-block;
}
.nf-form-cont .nf-mp-body .age .nf-field-label label {
  font-weight: 600;
  padding-bottom: 20px;
}
.nf-form-cont .nf-mp-body .age .age-input {
  background: #ffffff;
  color: #444;
  border: 2px solid #EEEEEE;
  max-width: 100px;
  border-radius: 0;
  padding: 10px 20px;
  text-align: center;
  -webkit-appearance: none;
  font-family: 'Source Sans Pro', sans-serif;
}
.nf-form-cont .nf-mp-body .age-colmobile {
  display: none;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .nf-mp-body .age {
    background-color: #ffffff;
    padding: 0px 0;
  }
  .nf-form-cont .nf-mp-body .nf-field-132-container {
    background-color: #ffffff;
  }
  .nf-form-cont .nf-mp-body .age-col {
    display: none;
  }
  .nf-form-cont .nf-mp-body .age-input {
    display: none;
  }
  .nf-form-cont .nf-mp-body .age-colmobile {
    padding-bottom: 15px;
    display: block;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    max-width: 300px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #EEEEEE;
  }
  .nf-form-cont .nf-mp-body #nf-field-6-container {
    display: none;
  }
}
.nf-form-cont .nf-mp-body .eyedetails-question {
  text-align: center;
}
.nf-form-cont .nf-mp-body .eyedetails-question .nf-field-label {
  display: none;
}
.nf-form-cont .nf-mp-body .eyedetails-question .nf-field-element ul li input {
  display: none;
}
.nf-form-cont .nf-mp-body .eyedetails-question .nf-field-element ul li input:checked + label {
  display: none;
}
.nf-form-cont .nf-mp-body .eyedetails-question .nf-field-element ul li label {
  color: #ff7e00;
  font-size: 1.2rem;
  text-decoration: underline;
}
.nf-form-cont .nf-mp-body .eyedetails-question .nf-field-element ul li label:hover {
  cursor: pointer;
  font-weight: 600;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-label {
  display: none;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul {
  text-align: center;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li {
  display: inline-block;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li:first-child {
  margin-right: 30px !important;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input {
  display: none;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input:checked + label {
  border-color: #ff7e00;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input#nf-field-8-1 + label {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-male.png');
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input#nf-field-8-0 + label {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-female.png');
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li label {
  background-color: #fff;
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #f7f7f7;
  display: table-cell;
  width: 300px;
  height: 200px;
  vertical-align: bottom;
  font-weight: 600;
  color: #444;
  line-height: 50px;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -ms-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}
.nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li label:hover {
  border-color: #ff7e00;
  cursor: pointer;
}
.nf-form-cont .nf-mp-body .zwangerschap .nf-field {
  margin-left: 50%;
  max-width: 317px;
  padding-left: 17px;
}
.nf-form-cont .nf-mp-body .zwangerschap .nf-field .nf-field-label label {
  font-weight: 600;
}
.nf-form-cont .nf-mp-body .zwangerschap .nf-field .nf-field-element select {
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 15px;
  -webkit-appearance: none;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-label {
    display: none;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul {
    text-align: center;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li {
    display: inline-block;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li:first-child {
    margin-right: 30px !important;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input {
    display: none;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input:checked + label {
    border-color: #ff7e00;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input#nf-field-8-1 + label {
    background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-male.png');
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li input#nf-field-8-0 + label {
    background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-female.png');
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li label {
    background-color: #fff;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #f7f7f7;
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: bottom;
    font-weight: 600;
    color: #444;
    line-height: 50px;
    -webkit-transition: border 200ms ease-out;
    -moz-transition: border 200ms ease-out;
    -ms-transition: border 200ms ease-out;
    -o-transition: border 200ms ease-out;
    transition: border 200ms ease-out;
  }
  .nf-form-cont .nf-mp-body .geslacht .list-radio-wrap .nf-field-element ul li label:hover {
    border-color: #ff7e00;
    cursor: pointer;
  }
}
.nf-form-cont .nf-mp-body .html-container.subtitle {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  max-width: 80%;
}
.nf-form-cont .nf-mp-body .html-container.subtitle h3 {
  color: #666 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0;
  padding: 0;
}
.nf-form-cont .nf-mp-body .refraction-left,
.nf-form-cont .nf-mp-body .refraction-right,
.nf-form-cont .nf-mp-body .cylinder-left,
.nf-form-cont .nf-mp-body .cylinder-right {
  background: #ffffff;
  padding: 10px 30px;
  margin: 0 auto;
  max-width: 80%;
}
.nf-form-cont .nf-mp-body .refraction-left > .nf-field,
.nf-form-cont .nf-mp-body .refraction-right > .nf-field,
.nf-form-cont .nf-mp-body .cylinder-left > .nf-field,
.nf-form-cont .nf-mp-body .cylinder-right > .nf-field {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.nf-form-cont .nf-mp-body .refraction-left > .nf-field input,
.nf-form-cont .nf-mp-body .refraction-right > .nf-field input,
.nf-form-cont .nf-mp-body .cylinder-left > .nf-field input,
.nf-form-cont .nf-mp-body .cylinder-right > .nf-field input {
  background-color: #ffffff;
  border: 1px solid #ECECEC;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 15px 25px;
}
.nf-form-cont .nf-mp-body .refraction-left > .right-col,
.nf-form-cont .nf-mp-body .refraction-right > .right-col,
.nf-form-cont .nf-mp-body .cylinder-left > .right-col,
.nf-form-cont .nf-mp-body .cylinder-right > .right-col {
  float: left;
  width: 70%;
  padding: 20px 0;
}
.nf-form-cont .nf-mp-body .refraction-left,
.nf-form-cont .nf-mp-body .cylinder-left {
  margin-bottom: 30px;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .nf-mp-body .refraction-left,
  .nf-form-cont .nf-mp-body .cylinder-left {
    margin-bottom: 0px;
  }
}
.nf-form-cont .nf-mp-body .nf-field-label label {
  color: #666;
  font-weight: 400;
}
.nf-form-cont .nf-mp-body .range {
  position: relative;
  margin: 0 0 10px 0;
}
.nf-form-cont .nf-mp-body .range.top {
  margin-bottom: 20px;
}
.nf-form-cont .nf-mp-body .range.bottom {
  margin-top: 5px;
}
.nf-form-cont .nf-mp-body .range.bottom ul li:after {
  top: 0;
}
.nf-form-cont .nf-mp-body .range ul {
  list-style: none;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
.nf-form-cont .nf-mp-body .range ul li {
  color: #999;
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.nf-form-cont .nf-mp-body .range ul li:first-child {
  text-align: left;
}
.nf-form-cont .nf-mp-body .range ul li:last-child {
  text-align: right;
}
.nf-form-cont .nf-mp-body .range ul li:after {
  content: '|';
  font-size: 10px;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}
.nf-form-cont .nf-mp-body .range ul.steps-10 li {
  width: 11.111%;
}
.nf-form-cont .nf-mp-body .range ul.steps-10 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-10 li:last-child {
  width: 5.5555%;
}
.nf-form-cont .nf-mp-body .range ul.steps-9 li {
  width: 12.5%;
}
.nf-form-cont .nf-mp-body .range ul.steps-9 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-9 li:last-child {
  width: 6.25%;
}
.nf-form-cont .nf-mp-body .range ul.steps-8 li {
  width: 14.2857%;
}
.nf-form-cont .nf-mp-body .range ul.steps-8 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-8 li:last-child {
  width: 7.1428%;
}
.nf-form-cont .nf-mp-body .range ul.steps-7 li {
  width: 16.666%;
}
.nf-form-cont .nf-mp-body .range ul.steps-7 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-7 li:last-child {
  width: 8.333%;
}
.nf-form-cont .nf-mp-body .range ul.steps-6 li {
  width: 20%;
}
.nf-form-cont .nf-mp-body .range ul.steps-6 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-6 li:last-child {
  width: 10%;
}
.nf-form-cont .nf-mp-body .range ul.steps-5 li {
  width: 25%;
}
.nf-form-cont .nf-mp-body .range ul.steps-5 li:first-child,
.nf-form-cont .nf-mp-body .range ul.steps-5 li:last-child {
  width: 12.5%;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-label label {
  display: none;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul {
  text-align: center;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li {
  display: inline-block;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li:not(:last-child) {
  margin-right: 30px !important;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input {
  display: none;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input:checked + label {
  border-color: #ff7e00;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-0 + label {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-verziend.png');
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-1 + label {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-bijziend.png');
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-2 + label {
  background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-verziend-bijziend.png');
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li label {
  background-color: #fff;
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #f7f7f7;
  display: table-cell;
  width: 300px;
  font-size: 24px;
  height: 250px;
  vertical-align: bottom;
  font-weight: 600;
  color: #444;
  line-height: 50px;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -ms-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}
.nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li label:hover {
  border-color: #ff7e00;
  cursor: pointer;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-label label {
    display: none;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul {
    text-align: center;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li {
    display: inline-block;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li:not(:last-child) {
    margin-right: 30px !important;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input {
    display: none;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input:checked + label {
    border-color: #ff7e00;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-0 + label {
    background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-verziend.png');
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-1 + label {
    background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-bijziend.png');
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li input#nf-field-20-2 + label {
    background-image: url('https://www.visusoogkliniek.nl/wp-content/themes/jupiter-child/assets/img/icons/icon-verziend-bijziend.png');
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li label {
    background-color: #fff;
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #f7f7f7;
    display: table-cell;
    width: 200px;
    font-size: 19px;
    height: 200px;
    vertical-align: bottom;
    font-weight: 600;
    color: #444;
    line-height: 50px;
    -webkit-transition: border 200ms ease-out;
    -moz-transition: border 200ms ease-out;
    -ms-transition: border 200ms ease-out;
    -o-transition: border 200ms ease-out;
    transition: border 200ms ease-out;
  }
  .nf-form-cont .nf-mp-body .actual-situation > .nf-field .list-radio-wrap .nf-field-element ul li label:hover {
    border-color: #ff7e00;
    cursor: pointer;
  }
}
.nf-form-cont .nf-mp-body .submit-container .nf-field input[type='button'] {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ff7e00;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
  width: 80%;
}
.nf-form-cont .readingproblem-check,
.nf-form-cont .reading_problem_after_41_check {
  background-color: #ffffff;
  margin: 0 auto 30px;
  padding: 30px;
  max-width: 80%;
}
.nf-form-cont .readingproblem-check .nf-field-label,
.nf-form-cont .reading_problem_after_41_check .nf-field-label {
  width: 80%;
  text-align: left;
}
.nf-form-cont .readingproblem-check .nf-field-element,
.nf-form-cont .reading_problem_after_41_check .nf-field-element {
  width: 20%;
}
.nf-form-cont .readingproblem-check .nf-field-element .tgl-btn,
.nf-form-cont .reading_problem_after_41_check .nf-field-element .tgl-btn {
  float: right;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .readingproblem-check,
  .nf-form-cont .reading_problem_after_41_check {
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 30px;
    max-width: 100%;
  }
  .nf-form-cont .readingproblem-check .nf-field-label,
  .nf-form-cont .reading_problem_after_41_check .nf-field-label {
    width: 100%;
    text-align: left;
  }
  .nf-form-cont .readingproblem-check .nf-field-element,
  .nf-form-cont .reading_problem_after_41_check .nf-field-element {
    width: 20%;
  }
  .nf-form-cont .readingproblem-check .nf-field-element .tgl-btn,
  .nf-form-cont .reading_problem_after_41_check .nf-field-element .tgl-btn {
    float: right;
  }
}
.nf-form-cont .rightmobile1 {
  display: none;
}
.nf-form-cont .leftmobile1 {
  display: none;
}
.nf-form-cont .crightmobile1 {
  display: none;
}
.nf-form-cont .cleftmobile1 {
  display: none;
}
@media screen and (max-width: 781px) {
  .nf-form-cont .age {
    background-color: #ffffff;
    padding: 0px 0;
  }
  .nf-form-cont .nf-field-132-container {
    background-color: #ffffff;
  }
  .nf-form-cont .right-col {
    display: none;
  }
  .nf-form-cont .left-col {
    display: none;
  }
  .nf-form-cont .refraction-right-input {
    display: none;
  }
  .nf-form-cont .refraction-left-input {
    display: none;
  }
  .nf-form-cont .cylinder-right-input {
    display: none;
  }
  .nf-form-cont .cylinder-left-input {
    display: none;
  }
  .nf-form-cont .rightmobile1 {
    padding-bottom: 15px;
    display: inline;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .nf-form-cont .rightmobile2 {
    max-width: 1300px;
    background-color: #ffffff;
  }
  .nf-form-cont .leftmobile1 {
    padding-bottom: 15px;
    display: inline;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .nf-form-cont .leftmobile2 {
    max-width: 1300px;
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .nf-form-cont .cleftmobile1 {
    padding-bottom: 15px;
    display: inline;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .nf-form-cont .cleftmobile2 {
    max-width: 1300px;
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .nf-form-cont .crightmobile1 {
    padding-bottom: 15px;
    display: inline;
    background-color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight: 600;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .nf-form-cont .crightmobile2 {
    max-width: 1300px;
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .nf-form-cont .nf-form-cont .nf-mp-body .refraction-left,
  .nf-form-cont .nf-form-cont .nf-mp-body .cylinder-left {
    margin-bottom: 30px !important;
  }
}
.nf-form-cont .nf-mp-footer {
  border-top: 2px solid #EBEBEB;
}
.nf-form-cont .nf-mp-footer .nf-next-previous input {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: #ff7e00;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 30px;
}
.nf-form-cont .nf-mp-footer .nf-next-previous .nf-previous-item input {
  border: 2px solid #ccc;
  background: transparent;
  color: #ff7e00;
}
.nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item input {
  color: #ffffff;
}
.custom-slider {
  display: block !important;
  border: none !important;
  background-color: #014a84 !important;
  height: 3px !important;
  margin: 0 0;
  position: relative;
}
.custom-slider .range {
  list-style: none;
  width: 100%;
  display: block;
  margin-top: -50px;
  position: absolute;
}
.custom-slider .range li {
  color: #999;
  font-size: 12px;
  width: 11.1111%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.custom-slider .range li:after {
  content: '|';
  font-size: 10px;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
}
.custom-slider .ui-slider-handle {
  border: 2px solid #fff !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #ff7e00 !important;
  top: -.5em !important;
}
.custom-slider .ui-slider-handle:focus {
  outline: none;
  border-color: #ff7e00;
}
.custom-slider .ui-widget-header {
  background-color: #014a84;
}
#nf-field-25-container {
  display: none;
}
