#sample-subsidy-calculator-section #centre-container .centres-list {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#sample-subsidy-calculator-section .container-content {
  background: #f0eefb;
  border: 0;
  border-radius: 20px;
  color: #738089;
  margin-top: 60px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

#sample-subsidy-calculator-section #form-container .question {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: inline;
  text-align: left;
  float: left;
}

#sample-subsidy-calculator-section #form-container .number {
  color: #eb008b;
  font-size: 32px;
  font-weight: bold;
  height: 64px;
  display: block;
  line-height: 64px;
  margin-right: 30px;
  object-fit: contain;
  text-align: center;
  width: 64px;
  min-width: 64px;
  border-radius: 50%;
  border: 2px solid #eb008b;
}

#sample-subsidy-calculator-section #form-container .row {
  margin-bottom: 40px;
}

#sample-subsidy-calculator-section #results-container .results-header {
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
#sample-subsidy-calculator-section #results-container .results-content {
  font-weight: bolder;
}
#sample-subsidy-calculator-section #results-container .results-highlight {
  font-size: 18px;
  color: #eb008b;
}

.wpcf7-list-item input[type="radio"] {
  border-color: #3abfed;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 20px;
  outline: 0;
  position: relative;
  transition: all 0.1s;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}

.wpcf7-list-item input[type="radio"]::before {
  background: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
  width: 0;
}

.wpcf7-list-item input[type="radio"]:checked::before {
  background: #ec923b;
  height: 10px;
  width: 10px;
}

.wpcf7-list-item input[type="radio"]:checked {
  border-color: #3abfed;
}

.wpcf7-list-item input[type="radio"]:checked + span {
  border-bottom: 1px dotted transparent;
  transition: all 0.2s;
}

.wpcf7-list-item input[type="radio"]:checked + span {
  border-bottom-color: #3abfed;
}

#sample-subsidy-calculator-section #form-container input[type="range"] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  background: transparent; /* Otherwise white in Chrome */
}

#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

#sample-subsidy-calculator-section #form-container input[type="range"]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #ec923b;
  box-shadow: 0px 0px 2px #3abfed, 0px 0px 2px #3abfed;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 30px;
  margin-top: -10px;
  width: 30px;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-webkit-slider-thumb:after {
  background: #ec923b;
  width: 10px;
  height: 10px;
}
/* All the same stuff for Firefox */
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-moz-range-thumb {
  border: 1px solid #3abfed;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-ms-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #3abfed;
}

#sample-subsidy-calculator-section
  #form-container
  input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid #3abfed;
}

#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-ms-fill-lower {
  background: #ffffff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]:focus::-ms-fill-lower {
  background: #ffffff;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]::-ms-fill-upper {
  background: #ffffff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
#sample-subsidy-calculator-section
  #form-container
  input[type="range"]:focus::-ms-fill-upper {
  background: #ffffff;
}

#sample-subsidy-calculator-section em {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}

#sample-subsidy-calculator-section .family-income-range > .income-slider {
  -webkit-appearance: none;
  background: transparent;
  margin: 10px 20px;
  overflow: visible;
}

#sample-subsidy-calculator-section input[type="range"] {
  width: calc(100% - 250px);
  vertical-align: middle;
  -webkit-appearance: none;
  background: transparent;
}

#sample-subsidy-calculator-section .family-income-range {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0 30px 10px 0;
  white-space: nowrap;
  margin-top: 35px;
}

#sample-subsidy-calculator-section #incomeText {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px rgba(41, 54, 63, 0.09);
  text-align: center;
  font-size: 18px;
  color: #738089;
}

.rangeDollar #incomeText {
  pointer-events: none;
  height: auto;
  width: 88px;
}

#results-container .book-a-tour-btn {
  margin: auto;
  border: 0px;
  display: block;
  width: 230px;
  background-color: #ff986a;
  background-color: -moz-linear-gradient(45deg, #ff986a 0%, #f58832 100%);
  background-color: -webkit-linear-gradient(45deg, #ff986a 0%, #f58832 100%);
  background-color: linear-gradient(45deg, #ff986a 0%, #f58832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff986a', endColorstr='#f58832',GradientType=1 );
  color: #fff;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 0px;
  padding: 15px 20px;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-box-hadow: 0px 5px 14.85px 0.15px rgba(248, 140, 66, 0.6);
  -moz-box-shadow: 0px 5px 14.85px 0.15px rgba(248, 140, 66, 0.6);
  box-shadow: 0px 5px 14.85px 0.15px rgba(248, 140, 66, 0.6);
  outline: 0px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #sample-subsidy-calculator-section .container-content {
    padding: 20px;
  }

  #sample-subsidy-calculator-section #form-container .number {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
  }

  #sample-subsidy-calculator-section #form-container label {
    font-size: 13px;
  }

  #sample-subsidy-calculator-section #form-container .question {
    font-size: 16px;
  }

  .children-age-count span.mr-3,
  .children-hr-count span.mr-3 {
    float: left;
  }
  .children-age-count span.wpcf7-form-control-wrap,
  .children-hr-count span.wpcf7-form-control-wrap {
    float: left;
    width: 50%;
  }

  #sample-subsidy-calculator-section em {
    font-size: 12px;
  }

  #sample-subsidy-calculator-section #form-container input[type="range"] {
    width: 100%;
    margin: 5px 20px;
  }
}
