.container-image-hero {
  width: 100%;
  margin: auto;
  max-height: 400px;
}

.image-container img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 20%;
}

.container.page-1 .section-container {
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
}

.container-image-hero .data-body {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 35px;
  padding: 30px;
  top: 23%;
  display: block;
  max-width: 380px;
  width: 100%;
  max-height: 200px;
}

.container-image-hero .data-body p {
  color: #fff
}

.disabled.btn-next figure.icon-next {
  background: url(images/icon-btn-disable.svg) no-repeat center;
  width: 100%;
  height: 50px;
  background-size: 100%;
  display: inline-block;
}

.disable.btn-next {
  color: #ededed;
}

.text-box p.lable {
  width: 21%;
  margin-right: 16px;
}

/* Request form */
.fill-up-form {
  border-top: 0;
  padding-top: 9px;
}

.learn-more-form h3 {
  padding: 34px 40px 0;
}

.section-learn-more-form {
  display: block;
}

/* First question button */
.btn-container {
  margin: 20px 0;
}

.content-question {
  position: relative;
  max-width: 660px;
  width: 100%;
  height: 100%;
  margin: 50px auto;
}

.bg-box {
  max-width: 570px;
  width: 100%;
  min-height: 200px;
  margin: 50px auto;
  padding: 60px 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-green {
  display: inline;
}

.btn-calculator {
  background-image: linear-gradient(to right, #00C186, #36e88e);
  color: #ffffff;
  font-size: 24px;
  max-width: 530px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #fff;
  margin: 20px auto;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-calculator:hover {
  color: #00C186;
  border: 2px solid #00C186;
  background: #ffffff;
}

.btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  color: #00C186;
  font-weight: 600;
  text-align: center;
  width: 60px;
  height: auto;
  /* display: block; */
}

.btn-next strong {
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
}

.btn-next figure.icon-next {
  background: url(https://development.pensionboost.com.au/pools/live/pages/heas-calculator/page-2/images/icon-btn-next.svg) no-repeat center;
  width: 100%;
  height: 51px;
  background-size: 100%;
  display: inline-block;
}

.btn-back {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 12px;
  color: #00C186;
  font-weight: 600;
  text-align: center;
  width: 60px;
  height: auto;
  cursor: pointer;
}

.btn-back strong {
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
}

.btn-back figure.icon-back {
  background: url(https://development.pensionboost.com.au/pools/live/pages/heas-calculator/page-2/images/icon-btn-back.svg) no-repeat center;
  width: 100%;
  height: 51px;
  background-size: 100%;
  display: inline-block;
}

/* second question input */
.input-box .birth-box input {
  border: 2px solid #00C186;
  padding-left: 40px;
  max-width: 280px;
  width: 100%;
  height: 75px;
  font-size: 24px;
  border-radius: 4px;
}

.input-box .dollar {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  margin-top: 20px;
}

.input-box .dollar input {
  border: 2px solid #00C186;
  padding-left: 40px;
  max-width: 280px;
  width: 100%;
  height: 75px;
  font-size: 24px;
  border-radius: 4px;
}

.input-box .dollar:before {
  position: absolute;
  content: "$";
  left: 20px;
  top: 2px;
}

/* progress bar*/
.step-bar {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #00C186;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  font-weight: 500;
  margin-bottom: 10px;
}

.step-bar span.start {
  display: inline-block;
  text-align: left;
  width: 50%;
}

.step-bar span.finish {
  display: inline-block;
  text-align: right;
  width: 50%;
}

.progress-bar {
  width: 100%;
  background: rgb(0, 193, 134, 0.2);
  border-radius: 10px;
}

.progress-bar-fill {
  display: block;
  height: 12px;
  background-color: #00C186;
  border-radius: 10px;
  transition: width 500ms ease-in-out;
}

/* Radio input  style */
.contain-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.unit-box {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}

.unit-box input {
  border-radius: 4px;
  border: 2px solid #00C186;
  min-height: 30px;
  max-width: 150px;
  margin: 10px 0;
  width: 100%;
  padding-left: 20px;
}

.unit {
  font-size: 12px;
  display: inline-block;
}

.unit strong {
  text-indent: 15px;
  display: inline-block;
}

.unit-box .dollar {
  display: inline-flex;
  width: 180px;
}

.unit-box .dollar:before {
  position: absolute;
  content: "$";
  left: 10px;
  top: 20px;
}

.check-radio {
  margin-top: 20px;
  position: relative;
}

.check-radio .copy {
  /* display: inline-block;
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.4; */
  font-size: 14px;
  margin-left: 50px;
  line-height: 1.4;
  float: left;
}

.check-condition input[type=radio],
.check-radio input[type=radio] {
  /* position: relative; */
  visibility: hidden;
  position: absolute;
}

.check-condition label {
  -webkit-transition: all 0.25s linear;
  background: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid #00C186;
  color: #00C186;
  text-align: center;
  width: 210px;
  height: 75px;
  line-height: 77px;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  margin: 40px 30px 50px 0;
  font-family: ProximaNova-Semibold;
}

.check-condition:hover label {
  color: #fff;
  background-image: linear-gradient(to right, #00C186, #36e88e);
}

.check-condition:hover .check {
  border: 5px solid #FFFFFF;
}

.check-condition .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
  border: 5px solid #00C186;
}

input[type=radio]:checked~.check::before {
  background: #00C186;
}

.check-radio label span.chk-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #00C186;
  color: #00C186;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.check-radio input[type=radio]:checked~label span.chk-box,
input[type=radio]:checked~label.btn {
  color: #00C186;
  color: #fff;
  background-image: linear-gradient(to right, #00C186, #36e88e);
}

.page-9s .check-radio input[type=radio]:checked~label.btn,
.page-10c .check-radio input[type=radio]:checked~label.btn {
  background: transparent;
}

.page-9s .check-radio input[type=radio]:checked~label.btn .copy,
.page-10c .check-radio input[type=radio]:checked~label.btn .copy {
  color: #282828;
}

.check-radio .inp-cal-fortnight {
  pointer-events: none;
}

.check-radio input[type=radio]:checked~label .inp-cal-fortnight {
  pointer-events: auto;
}

label.label-chk-agepension .copy,
.check-radio .inp-cal-fortnight {
  color: #969696;
}

input[type=radio]:checked+label.label-chk-agepension .copy,
.check-radio input[type=radio]:checked~label .inp-cal-fortnight {
  color: #331;
}

.btn-cal {
  position: absolute;
  top: 48%;
  right: -3%;
  font-size: 24px;
  max-width: 170px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(to right, #00C186, #36e88e);
  color: #ffffff;
  text-align: center;
  border: 2px solid #fff;
  margin: 10px auto;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-cal.disabled {
  background: #c4c4c4;
}

.btn.disabled strong {
  color: #c4c4c4;
}

.btn-cal:hover {
  color: #00C186;
  border: 2px solid #00C186;
  background: #ffffff;
}

.page-2,
.page-3,
.page-4,
.page-5,
.page-6,
.page-7s,
.page-7c,
.page-8s,
.page-8c,
.page-9s,
.page-9c,
.page-10c,
.request-form,
.next-page {
  display: none;
}

.show {
  display: block !important;
}

.bar-10 {
  width: 10%;
}

.bar-15 {
  width: 15%;
}

.bar-20 {
  width: 20%;
}

.bar-25 {
  width: 25%;
}

.bar-30 {
  width: 30%;
}

.bar-35 {
  width: 35%;
}

.bar-40 {
  width: 40%;
}

.bar-45 {
  width: 45%;
}

.bar-50 {
  width: 50%;
}

.bar-55 {
  width: 55%;
}

.bar-60 {
  width: 60%;
}

.bar-65 {
  width: 65%;
}

.bar-70 {
  width: 70%;
}

.bar-75 {
  width: 75%;
}

.bar-80 {
  width: 80%;
}

.bar-85 {
  width: 85%;
}

.bar-90 {
  width: 90%;
}

.bar-95 {
  width: 95%;
}

.bar-100 {
  width: 100%;
}

/*Warning modal*/
.box-model .body-content.warning {
  max-width: 420px;
  box-sizing: border-box;
  /* max-width: 100%;
  width: 100%; 
  background: none;
  margin-left: -210px;
  margin-top: 10%;
  overflow: hidden;
  border-radius: 0;*/
}

.box-model .body-content.warning * {
  box-sizing: border-box;
}

.warning-box {
  border-radius: 4px;
  max-width: 420px;
  width: 100%;
  min-height: 80px;
  padding: 23px 10px;
  border: 2px solid #FCCE4A;
  color: #282828;
  font-size: 18px;
  background: #FFE290;

  display: flex;
  align-items: center;
}

.warning .btn-exit {
  max-width: 425px;
  width: 100%;
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  border: 2px solid #FCCE4A;
  color: #FCCE4A;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  font-size: 27px;
  padding: 0 10px;
}

.warning .btn-exit:hover {
  background: #FCCE4A;
  border: 2px solid #FCCE4A;
  color: #ffffff;
}

.warning-box .icon-warning-popup {
  display: inline-block;
  width: 23%;
}

.warning-box img {
  display: block;
  width: 100%;
}

.warning-box .text {
  width: 75%;
  display: inline-block;
}

/* Too Young */
.box-model .body-content.too-young  .warning-box{
  background: #fff;
}

a.visit-householdcapital{
  width: 100%;
  background: #FCCE4A;
  height: 75px;
  line-height: 75px;
  border-radius: 4px;
  border: 2px solid #FCCE4A;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  font-size: 27px;
  padding: 0;
  float: left;
  letter-spacing: 0.852273px;
}

a.visit-householdcapital:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #FCCE4A;
}

a.dialog-box-warning-tooyoung-householdcapital{
  width: 100%;
  min-height: 57px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  float: left;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator__wrapper {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .page-1 .container-image-hero .data-body {
    top: 15%;
    font-size: 30px;
    width: 35%;
  }

  .container-image-hero .data-body p {
    font-size: 12px;
  }

  .bg-box {
    width: 85%;
  }

  .btn-next {
    margin-right: 10px;
  }

  .btn-back {
    margin-left: 10px;
  }

  .bg-box {
    margin: 30px auto;
  }

  .page-10c .btn-back,
  .page-9s .btn-back {
    left: 10%;
    bottom: 0;
    top: 100%;
  }

  .page-10c .btn-cal,
  .page-9s .btn-cal {
    top: 100%;
    right: 10%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-1 .container-image-hero .data-body {
    top: 20%;
    font-size: 20px;
    width: 40%;
    padding: 15px;
  }

  .container-image-hero .data-body p {
    font-size: 14px;
  }

  .btn-calculator {
    width: 90%;
  }

  .content-question {
    width: 90%;
    margin: 20px auto;
  }

  .step-bar {
    /* width: 90%; */
  }

  .bg-box {
    /* max-width: 570px;
    width: 80%;
    min-height: 280px;
    margin: 30px auto;
    padding: 30px; */
    max-width: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    min-height: auto;
  }

  .bg-box h3 {
    font-size: 20px;
  }

  .check-condition label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 10px auto 0;
  }

  .btn-back,
  .btn-next {
    bottom: 0;
    top: 100%;
    height: 50px;
    margin: 0;
  }

  .btn-back {
    /* left: 39%; */
    left: 30%;
  }

  .btn-next {
    /* right: 39%; */
    right: 30%;
  }

  .btn-cal.last {
    top: 98%;
    right: 6%;
    font-size: 16px;
    max-width: 120px;
    /*     width: 100%; */
    height: 45px;
    line-height: 45px;
  }

  .page-2 .btn-next {
    right: 45%;
    /*top: 100%;  88.5 */
  }

  .input-box .dollar input {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    max-width: 95%;
    margin: auto;
  }

  .input-box .dollar {
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
    max-width: 90%;
  }

  .input-box .birth-box input {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 100%;
  }

  .input-box .birth-box {
    width: 85%;
  }

  .box-model .body-content.warning {
    margin-left: 0;
  }

  .warning-box {
    max-width: 100%;
    width: 60%;
    margin: auto;
    text-align: left;
  }

  .warning .btn-exit {
    max-width: 100%;
    width: 60%;
    font-size: 20px;
    padding: 0 10px;
    margin: 20px auto;
  }

  .calculator__wrapper {
    margin-bottom: 80px;
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 500px) {

  .btn-back,
  .btn-next {
    top: 100%;
    /* 88.5% */
  }

  /*   .btn-back {
    left: 30%;
  }

  .btn-next {
    right: 30%;
  } */

  .learn-more-form h3 {
    padding: 20px;
  }

  .page-1 .container-image-hero .data-body {
    top: 10%;
    font-size: 18px;
    width: 60%;
    padding: 10px;
  }

  .container-image-hero .data-body p {
    font-size: 12px;
  }

  .page-2 .btn-next {
    right: 40%;
  }

  .input-box .dollar:before {
    top: 4px;
  }

  .site-container-bottom {
    margin-top: 50px;
  }

  .btn-back.last {
    /* left: 6%; */
  }

  .btn-next.last {
    /* right: 6%; */
  }

  .btn-cal.last {
    /* top: 87%;
    right: 6%;
    font-size: 16px;
    max-width: 120px;
    width: 100%;
    height: 45px;
    line-height: 45px; */
  }

  .warning-box {
    width: 90%;
  }

  .warning .btn-exit {
    width: 90%;
  }
}

@media only screen and (max-width: 340px) {
  .btn-back {
    left: 28%;
    bottom: 0;
    top: 90%;
  }

  .btn-next {
    right: 28%;
    bottom: 0;
    top: 90%;
  }

  .check-condition label {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin: auto;
  }

  .bg-box {
    min-height: 150px;
  }

  .page-1 .container-image-hero .data-body {
    top: 10%;
    font-size: 18px;
    width: 70%;
    padding: 10px;
  }

  .bg-box h3 {
    font-size: 19px;
  }

  .contact-number span.phone {
    font-size: 12px;
    margin-top: -3px;
  }

  .btn-enquire {
    min-width: 80px;
    padding: 0 5px;
    font-size: 13px;
  }
}

h4 {
  font-family: ProximaNova !important;
  color: #969696;
}

#error-home-value-gross {}

.validation-error-message {
  color: #CA0000;
}

#error-calculator-contact-form {
  text-align: center;
}

.max-val {
  float: left;
  padding: 0 0 10px;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  /*color: #331;*/
}

/* calculator */
.available-equity-container * {
  box-sizing: border-box;
}

.household-capital-content {
  background: linear-gradient(255.86deg, #00C186 13.33%, #36E88E 97.51%);
  margin: 30px 0 0;
}

.available-equity-container {
  background: #FFFFFF;
  box-shadow: 0px 0px 39.6893px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin:28px 0px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  border-radius: 16px;
}

.available-equity-container h2 {
  font-family: ProximaNova-Bold;
  font-size: 32px;
  line-height: 1.2;
}

.available-equity-container p {
  max-width: 815px;
  line-height: 1.2;
  margin: 14px 0 28px;
  font-size: 22px;
}

.available-equity-container a {
  width: 100%;
  max-width: 445px;
  color: #fff;
  background-image: linear-gradient(to right, #00C186, #36e88e);
  font-family: ProximaNova-Bold;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 13px;
  border: solid 2px #fff;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.63142px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.available-equity-container a:hover {
  color: #00C186;
  border: 2px solid #00C186;
  background: #ffffff;
}

.section-footnote p.note {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px){

  .available-equity-container {
    padding: 20px;
    margin: 12px 0px;
  }

  .available-equity-container h2 {
    font-size: 20px;
  }

  .available-equity-container p {
    font-size: 18px;
  }

  .available-equity-container a {
    font-size: 16px;
    padding: 12px 5px;
  }
}