html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

html {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
.question-label{
  display: none;
}
.slide-container .slide-page {
  overflow-y: hidden;
  position: fixed !important;
}

body {
  background: #FAF9F7;
  overflow-y: hidden;
}

a.external {
  text-decoration: underline;
}

a.external::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

.h1, h1 {
  font-weight: bold;
  font-size: 1.75rem;
}

.h3, h3 {
  font-size: 1.5rem;
}


::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* PAGE 1 */

.col-md-12.content.desc {
  /* padding-left: 14%;
  padding-right: 14%; */
}

.content {
  /* padding-left: 14%;
  padding-right: 14%; */
} 

/* PAGE 2 */
.page2 .chkicon {
  width: 56px;
  height: 56px;
}

/* Pop-up Icons */
.popup-icon {
  width: 150px;
  height: 150px;
}

/* PAGE 9 */
.page9 .chkicon {
  width: 25px;
  height: 25px;
  margin-right: 20px !important;
}
#result-cdhp h5, #result-ulh h5, #result-ppo h5{
  margin-bottom: 0px !important;
}
/* Important Icon */
.page10 .bellanimate {
  height: 130px;
  width: 130px;
}

/* Important check icon */
.page10 .chkicon {
  height: 32px;
  width: 32px;
}

.boldtext
{
  color: #63666a;
}

.bg-gif_1 {
  background: url("../images/back1.gif");
  background-size: cover;
}

.bg-gif_2 {
  background: url("../images/back2.gif");
  background-size: cover;
}

.bg-gif_3 {
  background: url("../images/back3.gif");
  background-size: cover;
}

.bg-gif_4 {
  background: url("../images/back4.gif");
  background-size: cover;
}

.bg-gif_5 {
  background: url("../images/back5.gif");
  background-size: cover;
}

.bg-gif_1-1 {
  background: url("../images/back1-1.gif");
  background-size: cover;
}

.header img {
  position: absolute;
  width: 100%;
  transform: scaleX(-1);
  top: -50px;
  left: 0;
}

.result_logo {
  width: 200px;
  height: 200px;
  background: #9A1220;
  color: white;
  border-radius: 50%;
  padding: 75px 50px;
  margin: 0 auto;
}

.learnHSALogo {
  align-items: center;
  display: flex;
}

.result_logo>h2 {
  font-weight: bolder;
  font-size: 1.8rem;
}

.result_logo>h2 {
  font-size: 1.8rem;
}

.slide-page {
  display: flex;
  align-items: center;
  height: 100vh;
}

.p1 {
  background-size: cover;
}

.logo {
  width: 100%;
  text-align: left;
  padding: 20px;
  align-self: flex-end;
}

.logo img {
  height: 56px;
}

.rewards {
  text-align: center;
  padding: 20px;
}

.rewards ul {
  padding: 0;
  margin: 0;
}

.landing {
  /* text-align: center; */
  /* padding: 80px 0 100px; */
  /* width: 100%; */
  /* margin: 0 auto; */
}

.title {
  padding-bottom: 20px;
}

.content p {
  /* margin: 0 auto; */
  /* width: 50%; */
}

/* END OF PAGE 1 */

.footer {
  text-align: center;
  font-size: 4em;
  background: rgba(238, 238, 238, 0.5);
  position: relative;
  top: -48px;
  width: 100%;
}

.nextBtn {
  position: relative;
  top: -25px;
  cursor: pointer;
}

.okBtn_container {
  position: absolute;
  bottom: -43px;
  width: 100%;
  margin: 0 auto;
  background: rgba(238, 238, 238, 0.5);
}

.okBtn,
.LearnHSABtn,
.lastBtn,
.nxt {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: -44px;
}

.nxt span {
  position: relative;
  top: 6px;
}

.cont {
  font-size: 1rem;
  line-height: 0;
  margin-bottom: -15px;
  color: #9A1220;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}

.cont>span {
  position: relative;
  top: -10px;
}

.fa-chevron-circle-down:before {
  color: #9A1220;
  font-size: 3.5rem;
}

.rewards ul {
  margin-block-end: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.rewards ul li {
  display: inline;
}

.rewards img {
  width: 15%;
}


/** NEXT PAGE **/

.pagination {
  width: 20%;
  height: auto;
  position: fixed;
  top: 50%;
  top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  z-index: 1;
  transform: translate(0, -50%);
  pointer-events: none;
  /*Remove this to make pagination clickable*/
}

.pagination-page {
  display: -webkit-inline-box;
  display: -ms-flexbox;
  opacity: 0.5;
}


.pagination a {
  width: 25px;
  height: 25px;
  display: block;
  line-height: 28px;
  text-align: center;
  padding-left: 3px;
}

.pagination a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #c6bfb6;
  background-color: #c6bfb6;
  display: inline-block !important;
  /* background: rgba(0, 0, 0, .3); */
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.pagination a.active:after {
  background: #9A1220;
  border: 1px solid #9A1220;
}


/*CHAPTER 2*/

.left-cover {
  padding: 17px;
  text-align: center;
  width: 100%;
  align-self: center;
  min-height: 265px;
}

.quest {
  padding: 30px;
}

.quest>h3 {
  color: #000;
  padding-bottom: 10px;
}

input.labelauty+label {
  display: table;
  font-size: 1.25rem !important;
  width: 100%;
  height: 50px;
  background-color: rgb(198, 191, 182) !important;
  color: #000 !important;
  border-radius: 10px !important;
  margin-bottom: 15px;
  transition: 0.5s ease;
  position: relative;
  padding: 25px !important;
  padding-left: 30px  !important;
  line-height: 1em;

}
input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0px, -50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
}
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px;
  line-height: 1.1em;
}

input.labelauty+label:last-child {
  margin-bottom: 0;
}

input.labelauty:checked+label {
  background-color: #000 !important;
  color: #ffffff !important;
}

input.labelauty:checked:not([disabled])+label:hover {
  background-color: #000 !important;
  color: #ffffff !important;
}

input.labelauty:not(:checked):not([disabled])+label:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/*QUESTION 3*/
.long {
  font-size: 1.35rem;
}

/*end QUESTION 3*/

/*QUESTION 5*/
.rangehdr {
  width: 80%;
  margin: 0 auto;
}

.summary_hdr {
  color: #006ba6;
  font-weight: 700;
}

.quicktip {
  padding: 20px;
  border: 3px solid #006747;
  border-radius: 10px;
}

.quicktip p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.check {
  color: #4FA800;
}

/* RANGE SLIDER*/

.slider.slider-horizontal {
  width: 70%;
  height: 20px;
  left: -15px !important;
}

.slider.slider-horizontal .slider-track {
  height: 2px;
  width: 100%;
  margin-top: 10px;
  top: 50%;
  left: 0;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background-color: rgb(0, 179, 227) !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-tick.in-selection {
  background-image: none;
  background-color: rgb(199, 190, 180);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  /* background-image: linear-gradient(to bottom,#FF5722 0,#FF5722 100%); */
  background-image: url('../images/slider-check.png');
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0 solid transparent;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 45px;
  background-color: rgb(199, 190, 180);
  height: 45px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 1;
  border: 0 solid transparent;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 50px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.slider-handle.min-slider-handle.round {
  transition: transform 1s;
}

.slider-handle.min-slider-handle.round:hover {
  transform: scale(1.5);
}

.slider-tick-label.label-in-selection {
  transition: transform 1s;

}

.slider-tick-label.label-in-selection:first-child {
  margin-left: 9px;
}

.slider-tick-label.label-in-selection:hover {
  transform: scale(1.1);
}


/* SLIDER */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}


/* HOVER */

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* ANIMATION DELAY */
.fastanim {
  animation-delay: 0.5s;
  animation-duration: 1s;
}

.slowanim {
  animation-delay: 3.5s;
  animation-duration: 1s;
}

/* ANIMATION DELAY */


/* SUMMARY */

.cb_button>input.labelauty+label {
  display: table;
  font-size: 1.25rem !important;
  width: 70px !important;
  height: 70px !important;
  padding-bottom: 25px !important;
  background-color: rgb(198, 191, 182) !important;
  color: #fff !important;
  border-radius: 70px !important;
}

.cb_button>input.labelauty+label>span.labelauty-unchecked,
.cb_button>input.labelauty+label>span.labelauty-checked {
  display: none !important;
}

.cb_button>input.labelauty:checked:not([disabled])+label:hover,
.cb_button>input.labelauty:checked+label,
.cb_button>input.labelauty:not(:checked):not([disabled])+label:hover {
  background-color: rgba(0, 179, 227, 1) !important;
}

.cb_button {
  width: 200px;
  position: relative;
  top: -26px;
  margin-left: -14px;
}

.btn_container {
  display: inline-flex;
  background: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
  height: 5px;
  align-items: baseline;
  width: 50%;
}

.cb_button>label {
  width: 100%;
  margin: 0 auto;
}

.hidden {
  visibility: hidden;
  display: none !important;
}

/*.slider-handle {
      visibility: hidden;
    }*/

#left-q3 {
  width: 70%;
}

.result-container{
  overflow-x: auto;
  max-height: calc(100vh - 215px);
}
.result-container .planheader{
  display: flex;
  align-items: center;
}
a{
  color: #000;
  text-decoration: underline;
  transition: 0.5s ease ;
}
a:hover{
  color: #9A1220;
  text-decoration: underline;
}
/* MOBILE */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .range-labels {
    position: relative;
    top: -70px;
  }

  .okBtn_container {
    left: 0;
  }

  .cont {
    width: 90px;
  }

}

@media only screen and (max-width: 768px) {
  .result-container {
      overflow-x: auto;
      max-height: calc(100vh - 100px);
  }
  .logo{
    text-align: center;
  }

  /* Check Icons */
  .page2 .chkicon {
    width: 28px;
    height: 28px;
  }

  /* Pop-up Icons */
  .popup-icon {
    width: 56px;
    height: 56px;
  }
  
  /* Check Icons Page 9 */
  .page9 .chkicon {
    width: 28px;
    height: 28px;
  }

  /* Question Images */
  .left-cover img {
    width: 160px !important;
    height: 160px !important;
  }

  .left-cover {
    min-height: auto;
  }

  /* Plan Title */
  .result_logo {
    width: 160px !important;
    height: 160px !important;
    padding: 70px 20px;
  }

  /* Important Icon */
  .page10 .bellanimate-container {
    width: 100%;
  }
  .page10 .bellanimate {
    height: 56px;
    width: 56px;
    margin: 0 auto !important;
  }
  .page10 .summary_hdr {
    text-align: center;
  }

  /* Important check icon */
  .page10 .chkicon {
    height: 36px;
    width: 36px;
  }

  .title {
    padding-bottom: 14px;
  }

  input.labelauty+label {
    width: 100%;
    height: auto !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-right: 5px;
    padding-left: 8px;
  }

  .labelauty-unchecked {
    width: 80%;
  }


  .slider-tick-label.label-in-selection:first-child {
    margin-left: 9px;
  }

  h5 {
    font-size: 1em !important;
}

.chkicon{
  /* width: 100%; */
}

.resultplace{
  padding-top: 0px !important;
}

.left-cover{
  min-width: 1px !important;
}
 

}


@media only screen and (max-width: 768px) {
  body{
    line-height: 1em;
  }
  .opening-sub{
    font-size: 0.7em;
    line-height: 0.5em;
  }

  h5 {
    font-size: 1em !important;
}

.pt-5{
  padding-top: 0px !important;
}

.left-cover{
  min-width: 1px !important;
}

  .logo img {
    height: 32px;
    -webkit-filter: drop-shadow(0px 0px 1px #fff)
                  drop-shadow(0px 0px 1px #fff);
    filter: drop-shadow(0px 0px 1px #fff) 
          drop-shadow(0px 0px 1px #fff);
  }

  .bg-gif_1 {
    background: url("../images/mob1.gif");
    background-size: cover;
  }
  
  .bg-gif_2 {
    background: url("../images/mob2.gif");
    background-size: cover;
  }
  
  .bg-gif_3 {
    background: url("../images/mob3.gif");
    background-size: cover;
  }
  
  .bg-gif_4 {
    background: url("../images/mob4.gif");
    background-size: cover;
  }
  
  .bg-gif_5 {
    background: url("../images/mob5.gif");
    background-size: cover;
  }
  
  .bg-gif_1-1 {
    background: url("../images/mob1-1.gif");
    background-size: cover;
  }

  .h1, h1 {
    font-size: 1.25rem;
  }

  .h3, h3 {
    font-size: 1rem;
  }

  .left-cover .callanimation1a,
  .container .title,
  .container .content {
    text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
  }

  .pagination {
    display: none;
  }

  .landing .content p {
    /* width: 90%; */
  }

  .landing {
    /* padding: 20px 0 100px; */
  }

  .left-cover {
    left: 0;
  }

  .quest>.long {
    font-size: 1rem !important;
  }

  .msg {
    font-size: 1.5rem;
  }


  .quest {
    padding: 0 30px;
  }

  .result_logo>h2 {
    font-size: 1.25rem;
  }

  .small-txt {
    font-size: 0.8rem;
    padding-inline-start: 25px;
  }

  .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 0.6rem;
  }

  .rangehdr {
    width: 100%;
  }
  .question_bg .container.p1{
    max-height: calc(100vh);
    overflow: auto;
  }
  .nextBtn {
    top: 6px;
  }
  .cont > span {
    top: 10px;
  }
  .hvr-wobble-vertical {
    margin-top: 16px;
  }
  .fa-chevron-circle-down:before {
    color: #000;
    font-size: 2rem;
  }
  .cont {
    color: #000;
  }

  .quest,
  .result {
    margin-top: -50px;
    padding: 15px;
    margin: 0 15px;
    background-color: white;
    border: #63666a 1px solid;
    margin-bottom: 17px;
  }

  input.labelauty+label {
    font-size: 0.75rem !important;
    width: 100% !important;
  }

  
  .slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 50px;
    font-size: 10px;
    margin-left: -45.25px !important;
  }

  .slider.slider-horizontal {
    width: 80%;
  }

  .slider-tick-label:first-child {
    margin-left: 0;
  }

  .slider-tick-label:nth-child(2) {
    width: 155px !important;
  }

  .slider-tick-label {
    width: 97px !important;
  }

  .content p,
  .callanimation1a p,
  .result p,
  .result ul,
  .page2 h5,
  .page4 h5,
  .page5 .left-cover p,
  .page6 h5,
  .page7 .left-cover p,
  .page9 h5.text-left,
  .page10 .text-left h5 {
    font-size: small !important;
  }

  h5 {
    line-height: 1.5 !important;
  }

  input.labelauty + label > span.labelauty-checked-image {
    background-size: contain;
    width: 12px;
  }

  input.labelauty + label > span.labelauty-unchecked-image {
    width: 12px;
  }

  input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-left: 4px;
  }
  .footer {
      
      top: -59px;
      height: 100px;
  }
  .footer.minimize{
    height: 0px;
  }

  .result_bg:not(.first-page)>.container {
      overflow: auto;
      max-height: 100%;
  }
  .result{
    margin-bottom: 50px;
  }
}

/* END MOBILE */