.fundingCalculatorHolder {
  background: #FAF6F0;
  border-radius: 24px;
  padding: 36px;
}
#startFun {
  background: #FECD1B;
  color: #3D3E3F;
  line-height: 130%;
  padding: 10px 24px;
}
h1 {
  line-height: 140%;
}

/*Step Container */

#stepContainer {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#stepCounter {
  color: #8D979A;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
#steps {
  display: flex;
  width: 100%;
}

.step.step-active .step-bar {
  background: #FECD1B;
  border-color: #FECD1B;
}

.step.step-active .step-dot>circle:nth-of-type(1) {
  stroke: #FECD1B;
}

.step.step-active .step-dot>circle:nth-of-type(2) {
  fill: #FECD1B;
}
.step {
  align-items: center;
  background: 0 0;
  border-radius: unset;
  display: flex;
  height: 18px;
  position: relative;
  width: 20%;
}
.stepMax4 {
  width:25%;
}
.step-bar {
  background: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  height: 6px;
  width: 100%;
}

.step-dot {
  position: absolute;
  right: -9px;
  z-index: 1;
}
.questionText {
  font-size: 18px;
  font-weight: 700;
  margin-bottom:24px;
  margin-top:100px;
  padding: 0;

}
.question {
  display: flex;
  gap: 24px;
}
.option {
  align-items: center;
  background: #FFF;
  border-radius: 6px;
  color: #3D3E3F;
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: 48px;
  line-height: 130%;
  padding: 12px 18px;
  width:200px;
}
#q5 .option {
  width:auto;
}
.option>svg:nth-of-type(2) {
  display: none;
}
.option.option-selected {
  background: #00A99D;
  color: #fff;
}
.buttonHolder {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#backToStart {
  align-items: center;
    background: #FECD1B;
    color: #3D3E3F;
    display: flex;
    font-family: 'Hero Junior';
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    line-height: 130%;
    margin-bottom: 0 !important;
    padding: 10px 18px;
    min-width: 180px;
    width: fit-content;
    order:1;
}
#nextBtn, .continueToEnd {
  align-items: center;
    color: #3D3E3F;
    display: flex;
    font-size: 16px;
    gap: 12px;
    height: 44px;
    justify-content: center;
    line-height: 40px;
    margin-top: 0 !important;
    max-width: unset;
    padding: 0 24px;
    min-width: 180px;
    width: fit-content;
    font-family:'Hero Junior';
    font-weight:700;
    order:3;
}
.continueToEnd {
  height: 44px;
  margin-left:auto;
}
.questionText span {
  color:#E8063C;
}
#options-info {
  display: flex;
  gap: 36px;
}
#prevBtn {
    align-items: center;
    color: #3D3E3F;
    display: flex;
    font-size: 16px;
    gap: 12px;
    height: 44px;
    justify-content: center;
    line-height: 40px;
    margin-top: 0 !important;
    max-width: unset;
    padding: 0 24px;
    min-width: 180px;
    width: fit-content;
    font-family:'Hero Junior';
    font-weight:700;
    background: #fff;
    border: 2px solid #FECD1B;
    order:2;
}

.option.option-selected {
  background: #00A99D;
  color: #fff;
}
.option.option-selected>svg:nth-of-type(1) {
  display: none;
}
.option.option-selected>svg:nth-of-type(2) {
  display: block;
}
.btnDisabled {
  background: #C8C8C8!important;
  cursor: default!important;
  color:#fff!important;
}
.btnDisabled:hover, .btnDisabled:focus, .btnDisabled:focus-within {
  background: #C8C8C8;
}
.buttonHolderInner {
  display: flex;
    gap: 18px;
    /* height: 44px; */
    margin-top:23px;
}
#recommended-option {
  width: 100%;
}
#recommended-option>h3 {
  margin-bottom: 0 !important;
}
#recommended-option>ul {
  padding-left: 3px !important;
}
#recommended-option,
#other-option {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 50%;
}
#recommended-option>h3,
#other-option>h3,
#other-option>h2 {
  font-family: 'Hero Junior';
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 6px !important;
}
#recommended-option>h3, #other-option>h3, #other-option>h2 {
  font-family: 'Hero Junior';
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 6px !important;
}
#other-option>h3 {
  font-size: 16px;
  margin-bottom: 0 !important;
}

#recommended-option>ul,
#other-option>ul {
  margin-bottom: 0;
  padding-left:0px;
}

#recommended-option li,
#other-option li {
  margin: 12px;
}

#recommended-option li::marker,
#other-option li::marker {
  color: #00A99D;
}


.sessions-table-day-header {
  background: #FEE6A6;
  border-radius: 6px 6px 0 0;
  color: #3D3E3F;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 130%;
  padding: 12px 6px;
}
.sessions-table-day span {
  vertical-align:middle;
}
.sessions-table-day-ampm {
  background: #FFF;
  border-radius: 0px 0px 6px 6px;
  padding: 12px 18px;
  font-size:12px;
}
.sessions-table-day-am{
  border-right: 1px solid #F1F1F1;
  justify-content: flex-start;
  padding: 0;
}
.sessions-table-day-pm{
  justify-content: flex-end;
  padding: 0;
}
.sessions-table-day-am>label, .sessions-table-day-pm>label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  color: #3D3E3F;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;

}
.bbCheckbox {
    display: none;
}
.bbCustomCheckbox {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  height: 24px;
  margin: 0 !important;
  width: 24px;
}
.step4 h2, .step5 h2 {
  font-family: 'Hero Junior';
  font-size: 18px;
  font-weight: 700;
  line-height: 130% !important;
  text-align: left;
  margin-top:23px;
  margin-bottom:23px;
}
.bbCustomCheckbox.bbCheckboxSelected {
  background: #00A99D;
}
.sessions-table-day-am>label:before, .sessions-table-day-pm>label:before {
  color: #3D3E3F;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.fundingCalculatorHolder .ctmGreyText {
  color: #3D3E3F !important;
  line-height: 130%;
}
#calculate {
  font-family:'Hero Junior';
  font-weight:700;
  display:flex;
  order:1;
  align-items: center;
  background: #fecd1b;
  border: 0;
  border-radius: 6px;
  gap: 12px;
  height: 44px;
  justify-content: center;
  margin-top: 0 !important;
  padding: 10px 24px;
  min-width: 180px;
  width: fit-content;
  color:#212529;
  margin-left:auto;
}
.feeHolder {
  background: #FEE6A6;
  border-radius: 12px 12px 0px 0px;
  color: #3D3E3F;
  padding: 24px 36px 18px 36px;
  margin-top:23px;
}
.feeHolder>p {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.feeHolder>p span {
  color: #E8063C;
}
.fundingUSPS {
  background-color:#fff;
  padding-top:23px;
  border-radius: 0px 0px 12px 12px;
  padding-bottom:23px;
}
.fundingUSPS li {
  margin: 12px 0;
}    
.fundingUSPS li::marker {
  color: #00A99D;
}
.fundingUSPS a {
  align-items: center;
  display: flex;
  font-family: "Hero Junior";
  font-weight: 700;
  height: 44px;
  line-height: 130%;
  justify-content: center;
  margin: auto;
  max-width: unset;
  padding: 10px 18px;
  min-width: 180px;
  width: fit-content;
}
.sessions-table-days {
  display: flex;
  gap:16px;
  width:100%;
  margin-top:23px;
}
.sessions-table-day {
  width: 20%;
}
.sessions-table-day-ampm {
  display:flex;
}
.sessions-table-day-header {
  display: block;
  text-align: center;
}

.sessions-table-day-am, .sessions-table-day-pm {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 5px;
  width: 50%;
}
.-sessions-table-day-ampm {
  background: #FFF;
  border-radius: 0px 0px 6px 6px;
  padding: 12px 18px;
}

.sessions-table-day-am {
  border-right: 1px solid #F1F1F1;
  justify-content: flex-start;
  padding: 0;
}
.sessions-table-day-pm {
  justify-content: flex-end;
  padding: 0;
}
.sessions-table-day-pm {
  border-left: 1px solid #e4ebef;
}
.sessions-table-day-am label:before {
  content: "am";
}
.sessions-table-day-pm label:before {
  content: "pm";
}
.sessions-table-day-am>label, .sessions-table-day-pm>label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}
.sessions-table-day-am span:not(.bbCustomCheckbox), .sessions-table-day-pm span:not(.bbCustomCheckbox) {
  display: none;
}
.sessions-table-days label {
  margin-bottom:0px;
}
.sessions-table-day-am span.bbCustomCheckbox, .sessions-table-day-pm span.bbCustomCheckbox {
  top: auto;
}
.bbCustomCheckbox {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  height: 24px;
  margin: 0 !important;
  width: 24px;
}
.bbCustomCheckbox.bbCheckboxSelected>svg {
  height: 14px !important;
  left: 4px;
  top: 4px;
  width: 14px !important;
}
.step3 li::marker {
  color: #00A99D;
}
.step3 li {
  margin: 12px 0;
}
.fundingError, .fundingErrorFD {
  color: #E8063C;
}
.sessions-table-day-fd {
  border-right:none!important;
  justify-content:center;
}
.sessions-table-day-ampm-fd {
  justify-content: center;
}
.sessions-table-day-ampm-fd .sessions-table-day-am label:before {
  content:none;

}
@media screen and (max-width: 991px) {
  #stepContainer {
    gap: 12px;
  }
  #steps {
    display: flex;
    gap: 4px;
  }
  .question {
    flex-wrap: wrap;
    gap: 12px;
  }
  #options-info {
    flex-direction: column;
    gap: 24px;
  }
  .sessions-table-days {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 18px 12px;
    margin-top:23px;
  }
  .sessions-table-day {
    width: calc(50% - 6px);
  }
  .sessions-table-day-header {
    display: block;
    letter-spacing: 0.02em;
    text-align:center;
  }
  .sessions-table-day-ampm {
    display:flex;
  }
  .sessions-table-day-am,
  .sessions-table-day-pm {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 0 5px;
      width: 50%;
  }
  .sessions-table-day-pm {
    border-left: 0.5px solid #e4ebef;
  }
  .sessions-table-day-am span.bbCustomCheckbox, .sessions-table-day-pm span.bbCustomCheckbox {
    height: 20px;
    width: 20px;
    margin: 5px 0 5px 6px;
    top: auto;
  }
  .step4 h2, .step5 h2 {
    font-size: 16px;
    margin-bottom:23px!important;
  }
  .sessions-table-day-am span:not(.bbCustomCheckbox),
  .sessions-table-day-pm span:not(.bbCustomCheckbox) {
      display: none;
  }
  .sessions-table-day-am label:before {
    content: "am";
  }
  .sessions-table-day-pm label:before {
    content: "pm";
  }
  .sessions-table-day-pm span.bbCustomCheckbox {
    height: 20px;
    width: 20px;
    margin: 5px 0 5px 6px;
    top: auto;
  }
  .sessions-table-day-am span.bbCustomCheckbox.bbCheckboxSelected>svg,
  .sessions-table-day-pm span.bbCustomCheckbox.bbCheckboxSelected>svg {
      height: 10px !important;
      left: 4px !important;
      top: 4px !important;
      width: 10px !important;
  }
  h1 {
    font-size: 25px;
  }
  body>div:nth-of-type(1) {
    margin-top: 24px !important;
  }
  .fundingCalculatorHolder {
    padding:24px 16px;
  }
  body>div:nth-of-type(1) .col-12>.text-center {
    margin-bottom: 24px !important;
  }
  #startFun {
    align-items: center;
    background: #fecd1b;
    color: #3d3e3f;
    display: flex;
    height: 44px;
    justify-content: center;
    line-height: 130%;
    padding: 10px 24px;
    width: 100%;
  }
  .startText .ctmGreyText {
    font-size: 16px !important;
    letter-spacing: 0.02em !important;
  }
  .startText>p:nth-of-type(3),
  .startText>ul {
      margin-bottom: 24px !important;
  }
  .questionText { 
    margin-top:42px;
    font-size:16px;
  }
  #nextBtn,
  #prevBtn,
  #backToStart,
  .continueToEnd {
      height: 44px;
      margin-right: 0 !important;
      width: 100%;
  }
  .buttonHolderInner {
    position: static;
    margin-top:23px;
    flex-wrap:wrap;
    margin-bottom:40px;
    gap:12px;
    height:100%;

  }
  #backToStart {
    margin-top:0px;
  }
  .continueToEnd { 
    margin-top:23px;
    position: static;
    margin-top:23px!important;
    order:3;
  }
  #nextBtn {
    order:1;
  }
  #prevBtn {
    order:2;
  }
  #backToStart {
    order:4;
  }
  .continueToEnd {
    order:-1;
    margin-bottom:-30px;

  }
  #recommended-option, #other-option {
    width:100%;
  }
  .step4 h2 {
    margin-top:23px;
  }
 
  #q5 .option {
    width:100%!important;
    gap:12px;
  }  
  .sessions-table-day label {
    margin-bottom:0px;
  }
  #calculate {
    width:100%;
  }
  .option {
    padding: 12px;
    width: calc(50% - 6px);
  }
  .feeHolder {
    padding: 16px 16px 18px 16px;
  }
  .feeHolder>p {
    font-size: 16px;
  }
  .fundingUSPS a {
    width:calc(100% - 30px);
  }

}
