
@font-face {
  font-family: 'OggRegular';
  src: url('../fonts/Ogg-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayXThin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplayRegular';
    src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 300;
    font-style: 400;
}


@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/*@font-face {*/
/*  font-family: 'OggRegular';*/
/*  src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/Ogg-Regular.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayThin.ttf') format('truetype');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayXThin.ttf') format('truetype');*/
/*    font-weight: 200;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplayRegular';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayLight.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayRoman.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: 400;*/
/*}*/


/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayMediu.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayBold.ttf') format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NeueHaasDisplay';*/
/*    src: url('https://sproutsleep.com/sleep-quiz/demo_new/public/fonts/NeueHaasDisplayBlack.ttf') format('truetype');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*}*/



body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'NeueHaasDisplayRegular' !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  background: #f3f1ea;
  color: #263327;
  letter-spacing: 0.9px;
}
a {
  text-decoration: none;
}

.sleep-back-next a {
  color: #fff;
}
.sleep-back-next a:hover {
  color: #263327;
}

.sleep-back-next:hover a {
  color: #263327;
}


/* Loader Wrapper */
#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    top: 0;
    left: 0;
}

/* Loader Animation */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #afb776;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OggRegular' !important;
}

p {
  color: #263327;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 15px;
  line-height: 24px;
  font-family: 'NeueHaasDisplayRegular' !important;
}

.heddar {
  width: 100%;
  padding: 10px;
  background: #263327;
  margin-bottom: 70px;
}

.images {
  width: 35%;
  float: left;
}

.quiz-tabs-item.com-active span {
}
input.touchansewr {
  display: none !important;
}
.quiz-tabs-item.com-active::after {
  background: #263327;
  z-index: -1;
}
.quiz-tabs-item.com-active h5 {
  color: #263327;
}
input.smellansewr {
  display: none !important;
}
input.tasteansewr {
  display: none !important;
}
input.hearansewr {
  display: none !important;
}
input#sidesleeper {
  display: none !important;
}
input#stomachsleeper {
  display: none !important;
}
input#hotsleeper {
  display: none !important;
}
input#coldsleeper {
  display: none !important;
}
input#neithers {
  display: none !important;
}
input#boths {
  display: none !important;
}
input#backsleeper {
  display: none;
}

.images img {
  max-width: 30%;
  cursor: pointer;
  margin-left: -22px;
}

.heddar-bottum {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 3px;
}
.normallya.sleep-opt ul li,
.normallya.sleep-opt ul li.sleep-opt-big {
  width: 49%;
}
.normallya.sleep-opt ul li .customRadio .radioBtn {
  width: 100%;
  min-width: auto;
  padding: 14px 10px;
}
.normallya.sleep-opt ul li .customRadio {
  padding-right: 5px;
  margin-bottom: 10px;
}
.customRadio {
  display: block;
  position: relative;
  padding-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  font-size: 13px;
}
.assessment-complete-form .acf-item input {
  border: 1px solid #ccc;
  color: #302a28;
  font-weight: 600;
  display: block;
  font-size: 15px;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.assessment-complete-form .acf-item {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
.assessment-complete-form {
  width: 100%;
  padding: 0 20px;
}
.btn2 a {
  text-transform: uppercase;
  background: #263327;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 2px solid #263327;
  font-size: 15px;
  font-weight: 700;
  /* transition: 0.3sease-in; */
  display: inline-block;
}
.asse-complete .radius-2 {
  text-align: center;
}

.images-text {
  color: #263327;
  font-size: 13px;
  /*! font-weight: 600; */
  margin-top: 9px;
  margin-left: 2px;
  text-align: left;
}

.images-text p {
  color: #263327;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  margin-left: 0px;
  margin-top: 6px;
}

.borde {
  width: 100%;
  float: left;
}

.borde img {
  max-width: 80%;
  /* background: #fff; */
  margin-left: 17%;
}

.multi {
  width: 100%;
  padding: 12px 10px 22px 10px;
  float: left;
  overflow: hidden;
}

.multi-form {
  width: 100%;
  float: left;
  padding: 40px 0 40px 0;
}

.multi-form img {
  max-width: 100%;
}

input.seeansewr {
  display: none;
}
.multi-img-mob {
  display: none;
}

.radius {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 3px 1px #e0dfdf;
  border: 2px solid rgb(229 229 229);
  background: #fff;
  padding: 60px 15px;
  text-align: center;
  /* background: rgb(241, 241, 241); */
  border-radius: 10px;
}

.radius img {
  max-width: 50%;
  margin: 25px auto;
}

.radi-text {
  color: #000;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 22px;
}

.better {
  width: 100%;
  text-align: center;
  margin-bottom: 9px;
  font-size: 12px;
}

.radius-2 {
  width: 100%;
  background: #263327;
  padding: 60px 15px;
  text-align: center;
  box-shadow: 0 0 3px 1px #e0dfdf;
  border: 1px solid #263327;
  height: 100%;
  text-align: left;
  padding: 40px 30px !important;
  border-radius: 10px;
}
.customRadio .radioBtn {
  background: #fff;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  padding: 14px 25px;
  text-transform: uppercase;
  line-height: initial;
  font-size: 15px;
  font-weight: 700;
  color: #263327;
  margin-right: 12px;
  font-family: 'NeueHaasDisplayRegular' !important;
  letter-spacing: 0.9px;
  border-radius: 4px;
}

.customRadio input:checked ~ .radioBtn {
  background: #263327;
  color: #fff;
}
.customRadio input:checked ~ .radioBtn {
  background: #AFB776;
  color: #273427;
}
.radius-2 img {
  width: 60px;
  margin: auto;
}

.hear {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.better-1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #c2c2c2;
}

.radi-text-1 {
  color: #F9F0DD;
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  background: #263327;
  padding: 10px;
  float: left;
}

.footer-contact {
  width: 100%;
  float: left;
}

.footer-contact ul {
  list-style: none;
  margin: 0px;
  margin-left: 0;
  padding: 0;
  text-align: center;
}

.footer-contact ul li {
  color: #dbd7d7;
  font-size: 15px;
  display: inline-block;
  padding: 4px 5px;
}

.sprout {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 6px;
}

.Hear-text {
  color: #F9F0DD;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  float: left;
}

.sileenc {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #F9F0DD;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'NeueHaasDisplayRegular' !important;
}

.normallya {
  width: 100%;
  float: left;
}

.normallya ul {
  list-style: none;
  margin: 0px;
  /* float: left; */
  padding: 0;
}

.normallya ul li {
  display: inline-block;
  /* background: #fff; */
  /* padding: 10px 37px; */
}

.normallya ul li a {
  color: #000;
  font-size: 8px;
  text-decoration: none;
  background: #fff;
  padding: 1px 9px;
  float: left;
  margin: 0px 5px;
  margin-bottom: 13px;
  border-radius: 10px;
}

.college {
  width: 50%;
}

.complete {
  width: 49%;
}

.images-logo {
  width: 32%;
}

.sprout img {
  max-width: 35%;
}

.radius-two {
  padding: 20px !important;
}
.radius-two h5 {
  padding: 0px !important;
}
.radius-two h3 {
  padding: 0px !important;
}
.radius-two p {
  padding: 0px !important;
}

.parant-heading {
  width: fit-content;
  display: block;
  background-color: #fddcd3;
  margin-bottom: 35px;
  color: #273427;
  /* font-size: 20px; */
  padding: 5px 30px;
  font-size: 1.25rem;
  border-radius: 25px;
  text-align: center;
  font-weight: 400;
}

.parant-head {
  width: inherit;
}

.btn2 a {
  text-transform: uppercase;
  background: #AFB776;
  padding: 10px 25px;
  text-align: center;
  color: #273427 !important;!i;!;
  text-decoration: none;
  border: 2px solid #AFB776;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  display: inline-block;
  min-width: 150px;
}
.quizFtr {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top: 5px;
  width: 100%;
}
.back-next-btn-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -33px;
  z-index: 9;
  position: relative;
  font-family: 'NeueHaasDisplayRegular' !important;
}
.quizFtr span.active {
  background: #fff;
}
.quizFtr span {
  width: 10px;
  height: 1px;
  background: #8e918e;
  display: inline-block;
}
.sleep-next .fas {
  margin-left: 10px;
}

.btn2 a:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.footer-contact ul li a {
  color: #F9F0DD;
}

.sileenc h3,
.better h3 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.quiz-tabs {
  display: flex;
  margin: 0 -56px;
  padding: 40px 0;
}
.quiz-tabs-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.quiz-tabs-item span {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #263327;
  border-radius: 50%;
}
.quiz-tabs-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #263327;
  top: 17px;
  left: 100%;
  transform: translateX(-50%);
}
.sleep-back-next {
  background: #949b94;
  display: inline-flex;
  text-align: center;
  padding: 10px 25px;
  text-transform: uppercase;
  line-height: initial;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: 0;
  align-items: center;
  transition-duration: 0.3s;
  text-decoration: none;
  border-radius: 4px;
}
.sleep-back-next a {
  align-items: center;
  display: inline-flex;
}
.sleep-back-next .fas {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 40px;
  color: #263327;
  font-size: 20px;
  line-height: 31px;
  display: inline-block;
  transition-duration: 0.3s;
}
.sleep-prev .fas {
  margin-right: 10px;
}
.sleep-back-next[disabled="disabled"]{
  opacity: 0.5;
  cursor: not-allowed;
  background: #e9e6ed;
  color: #3e512e;
}
button:disabled {
  cursor: not-allowed;
  background-color: #ccc;
  color: #666;
}
.sleep-back-next[disabled="disabled"] .fas{
  background: #fff;
  color: #263327;
}
.quiz-tabs-item h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #263327;
  font-family: 'OggRegular' !important;
}
.quiz-tabs-item:last-child::after {
  display: none;
}

.quiz-tabs-item.qt-active span {
  background: #f3f1ea;
  border: 9px solid #263327;
  width: 50px;
  height: 50px;
  top: -5px;
  margin-bottom: 0px;
}
.quiz-tabs-item.qt-active::after {
  z-index: -1;
}
.quiz-tabs-item.qt-active h5 {
  color: #263327;
}

.better h5 {
  font-weight: bold;
  color: #263327;
  padding-bottom: 15px;
}

.better p {
    color: #615f59;
}



.footerSection {background: #fefcf8;padding-top: 4.1666666666667vw;padding-bottom: 3.125vw;}

.footerSection .footerSubSection {
    padding-bottom: 60px;
}

.footerSection .footerSubSection .subFtrLinks {
    margin: 0;
    padding: 0;
}

.footerSection .footerSubSection .subFtrLinks li {
    display: inline-block;
    padding: 13px 18px;
}

.footerSection .footerSubSection .subFtrLinks li:first-child {padding-left:0;}

.footerSection .footerSubSection .subFtrLinks li:last-child {padding-right:0;}

.footerSection .footerSubSection .subFtrLinks li a {
    font-size: 14px;
    color: #3e512e;
    font-weight: 400 !important;
    letter-spacing: 0.48px;
}

.footerSection .copyrightFtrSection {}

.footerSection .copyrightFtrSection span {
    display: inline-block;
    color: #615f59;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.9px !important;
}

.footerSection .copyrightFtrSection ul {
    display: inline-block;
    margin: auto;
}

.footerSection .copyrightFtrSection ul li {
    display: inline-block;
    letter-spacing: 0.9px !important;
    font-size: 12px;
    padding: 0 10px;
}

.footerSection .copyrightFtrSection ul li a {
    color: #E75F25;
    border-bottom: 1px solid #E75F25;
    padding-bottom: 1px;
}

.footerSection .copyrightFtrSection figure {}

.footerSection .copyrightFtrSection figure img {max-width:13.021vw;}

.footerSection .copyrightFtrContent {
    padding: 8px 0;
}

.footerSection .ftrSocialLinks {
    margin: 0;
    padding: 9px 0;
    text-align: right;
}

.footerSection .ftrSocialLinks li {
    display: inline-block;
    padding: 0 5px;
}

.footerSection .ftrSocialLinks li a {}

.footerSection .ftrSocialLinks li a svg {
    width: 30px;
    fill: #3e512e;
}

input.forwhom {
  display: none;
}

.noBtnCss {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.myselfSingleBetter h3 {font-weight: bold;}

@media (min-width: 768px) {
  .images-logo {
    width: 180px;
  }

  .heddar {
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .menuIcon {
    display: none;
  }

  .images-text {
    font-size: 30px;
  }

  .images-text h2 {
    font-size: 36px;
    margin-bottom: 12px;
    /* font-weight: 700; */
  }

  .images-text h4 {
    font-size: 20px;
    color: #263327;
    font-weight: normal;
    margin-bottom: 15px;
  }

  .images-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .heddar,
  .heddar-bottum,
  .multi,
  .footer {
    padding-left: 20%;
    padding-right: 20%;
  }

  .multi {
    padding-bottom: 55px;
  }

  .Hear-text {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .sileenc,
  .better {
    font-size: 15px;
  }

  .normallya {
    padding-bottom: 15px;
  }

  .radius-2 {
    padding: 60px 15px;
  }

  .radi-text {
    font-size: 16px;
  }

  .quizFtr span {
    width: 10px;
    height: 2px;
  }

  .quizFtr ul li a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .sleep-back-next:hover {
    text-decoration: none;
    color: #263327;
    background: #fff;
    transition-duration: 0.3s;
  }

  .sleep-back-next:hover .fas {
    background: #263327;
    color: #fff;
    transition-duration: 0.3s;
  }

  .radius {
    text-align: center;
    padding: 60px 15px;
  }

  .radius img {
    width: 165px;
    margin: 0 auto 35px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sprout img {
    width: 110px;
    max-width: initial;
  }

  .footer-contact ul li {
    text-align: left;
    font-size: 15px;
    width: 32%;
  }

  .better {
    width: 75%;
    margin: auto;
  }

  .radius-2 img {
    width: 150px;
  }

  .radius-2 .btn2 {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .images-text h2 {
    font-size: 15px;
    font-weight: bold;
  }

  .images-text h4 {
    font-size: 12px;
    color: #e1dfdf;
    font-weight: normal;
  }

  .sileenc h3,
  .better h3 {
    font-size: 22px;
  }

  .radi-text-1 {
    font-size: 22px;
  }
}

/* Start - Responsive Styles */
@media (max-width: 1199px) {
  .heddar,
  .heddar-bottum,
  .multi,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quiz-tabs {
    margin: 0 -45px;
  }
}

@media (max-width: 1024px) {
  .heddar {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .footer-contact ul li {
    width: 48%;
  }

  .quiz-tabs {
    margin: 0 -25px;
  }
  .quiz-tabs-item h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
  .images.menuIcon {
    display: none;
  }
  .images-logo {
    width: 110px;
  }
  .heddar {
    text-align: center;
  }
  .images-text h2 {
    font-size: 23px;
    font-weight: 700;
  }
  .images-text h4 {
    font-size: 16px;
    color: #263327;
    font-weight: 600;
    line-height: 23px;
  }
  .sprout img {
    max-width: 110px;
  }
  .footer .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .radius {
    padding: 32px 10px;
  }
  .radius-2 {
    height: auto;
    margin: 30px 0;
  }
  .multi-img-desk {
    display: none;
  }
  .multi-img-mob {
    display: block;
  }
}

@media (max-width: 575px) {
  .heddar-bottum .row {
    display: inline-block;
  }
  .college {
    width: 100%;
    margin-bottom: 30px;
  }
  .complete {
    width: 100%;
  }
  .borde img {
    max-width: 100%;
    margin-left: 0;
  }
  .heddar {
    margin-bottom: 20px;
  }
  .multi-form {
    padding: 50px 0 30px 0;
  }
  .radius-2 {
    padding: 40px 10px;
    margin: 20px 0 40px 0;
  }
  .radius img {
    margin: 0 auto;
  }
  .radius {
    min-height: auto;
    padding: 40px 10px;
  }
  .better {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .radi-text-1 h3 {
    font-size: 22px;
  }
  .btn2 a {
    padding: 6px 20px;
    font-size: 14px;
  }
  .footer-contact ul li {
    font-size: 14px;
    padding: 4px 0px;
  }
  .multi {
    padding: 0;
  }

  .quiz-tabs {
    margin: 0 -10px;
    padding: 40px 0 20px 0;
  }
  .quiz-tabs-item span {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .quiz-tabs-item h5 {
    font-size: 16px;
  }
  .quiz-tabs-item:after {
    top: 11px;
    height: 3px;
  }
  .quiz-tabs-item.qt-active span {
    border: 6px solid #263327;
    width: 35px;
    height: 35px;
  }
  .quiz-tabs-item.qt-active h5 {
    top: -5px;
    position: relative;
  }
}
