.back,
.next {
  width: 7%;
  padding-top: 70px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  -webkit-tap-highlight-color: rgba(202, 249, 72, 0.3);
}

.back a,
.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  padding: 10px;
  cursor: pointer;
  text-decoration: none !important;
}

.content-section {
  width: 86%;
}

#strangers-section .strangers-box,
#strangers-reach-section .strangers-reach,
#strangers-gen-dob-section .strangers-gen-dob,
#strangers-height-weight-section .strangers-height-weight,
#strangers-country-section .strangers-country,
#question-selection-section .question-selection-box,
#stress-range-section .stress-range-box {
  position: relative;
  max-width: 310px;
  width: 100%;
  min-height: 480px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#question-selection-section .back,
#question-selection-section .next {
  padding-top: 0px;
  margin-top: -30px;
}

#symptoms-selection-section .symptoms-selection-box,
#other-symptoms-section .other-symptoms-box {
  position: relative;
  width: 100%;
  margin: auto;
}

.goal-selection h1.heading-4,
.goal-selection h2.heading-4 {
  font-size: 22px;
  line-height: 30px;
}

/* Goal Selection Section Start */
#goal-selection-section {
  margin-top: 0px;
  background-color: #fff;
  width: 100%;
}

#goal-selection-section .goal-selection-box .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  max-width: 333px;
  width: 100%;
  margin: auto;
}

#goal-selection-section .goal-selection-box .check-card {
  position: relative;
  border: 1px solid rgba(2, 36, 37, 0.37);
  border-radius: 17px;
  padding: 20px 12px;
  max-width: 105px;
  height: 103px;
  margin-bottom: 10px !important;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
}

#goal-selection-section .goal-selection-box .check-card span {
  font-size: 12px;
  font-weight: 400;
  color: #022425;
}

#goal-selection-section .goal-selection-box .check-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#goal-selection-section .goal-selection-box .check-card input:checked~span {
  position: relative;
  display: block;
  transition: all 0.3s;
  font-weight: 400;
  z-index: 1;
}

#goal-selection-section .goal-selection-box .check-card input:checked+span,
#goal-selection-section .goal-selection-box .check-card.active span {
  color: #022425;
}

#goal-selection-section .goal-selection-box .check-card input:checked {
  display: none;
}

#goal-selection-section .goal-selection-box .check-card.active {
  background: linear-gradient(110deg,
      rgba(202, 249, 72, 1) 0%,
      rgba(93, 194, 122, 1) 100%) !important;
  border-color: #022425;
}

#goal-selection-section .goal-selection-box .check-card:hover {
  border-color: #022425;
  background: linear-gradient(110deg,
      rgba(202, 249, 72, 1) 0%,
      rgba(93, 194, 122, 1) 100%) !important;
}

input::placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-input-placeholder {
  color: rgba(71, 57, 41, 0.71);
}

/* Strangers Section Start */
#strangers-section .strangers-box {
  width: 100%;
  margin: auto;
}

#strangers-section .strangers-box .input-group {
  border-bottom: 1px solid rgba(2, 36, 37, 0.52);
}

#strangers-section .strangers-box .input-group .form-control {
  padding: 10px 15px 10px 10px;
  font-size: 12px;
  color: rgba(71, 57, 41, 1);
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  max-width: 117px;
  width: 100%;
}

#strangers-section .strangers-box .input-group .form-control:focus {
  box-shadow: none;
  border-bottom: none;
}

#strangers-section .strangers-box .input-group span.input-group-btn {
  height: 46px;
  max-width: 120px;
  width: 100%;
  margin-bottom: 10px;
}

/* Strangers Reach Section Start */
#strangers-reach-section .strangers-reach form {
  width: 100%;
  margin: auto;
}

#strangers-reach-section .strangers-reach .form-group {
  margin-bottom: 40px;
}

#strangers-reach-section .strangers-reach .form-group .form-control {
  padding: 15px;
  font-size: 12px;
  color: rgba(71, 57, 41, 0.71);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(2, 36, 37, 0.52);
  border-radius: 0px;
  width: 100%;
}

#strangers-reach-section .strangers-reach .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(2, 36, 37, 0.52);
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(71, 57, 41, 0.71);
  user-select: none;
  margin-top: 15px;
  margin-bottom: 90px;
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox input {
  display: none;
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #5ba228;
  border: 2px solid #5ba228;
  position: relative;
  flex-shrink: 0;
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox input:checked+.checkmark {
  background-color: #5ba228;
  border-color: #5ba228;
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox input:checked+.checkmark::after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#strangers-reach-section .strangers-reach .form-group .custom-checkbox .text a {
  color: rgba(71, 57, 41, 0.71);
}

#strangers-reach-section .strangers-reach form button.button {
  height: 46px;
  max-width: 191px;
  width: 100%;
}

/* Strangers Gender and DOB Section Start */
#strangers-gen-dob-section .strangers-gen-dob {
  width: 100%;
}

#strangers-gen-dob-section .strangers-gen-dob .form-box {
  width: 100%;
}

#strangers-gen-dob-section .strangers-gen-dob .form-row {
  margin-bottom: 20px;
  width: 100%;
}

#strangers-gen-dob-section .strangers-gen-dob .form-row label.label-name {
  width: 100%;
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
}

#strangers-gen-dob-section .strangers-gen-dob .gender-group {
  display: flex;
  gap: 10px;
  width: 100%;
}

#strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option input {
  display: none;
}

#strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option {
  width: 50%;
}

#strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option span {
  width: 100%;
  height: 46px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.74);
  background: #fff;
  color: #2c3e50;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#strangers-gen-dob-section .strangers-gen-dob .gender-option input:checked+span {
  background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
  border: 1px solid rgba(2, 36, 37, 0.52);
}

#strangers-gen-dob-section .strangers-gen-dob .dob {
  display: flex;
  gap: 10px;
}

#strangers-gen-dob-section .strangers-gen-dob .dob input {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.74);
  outline: none;
}

#strangers-gen-dob-section .strangers-gen-dob .dob input::placeholder {
  color: rgba(71, 57, 41, 0.71);
}

#strangers-gen-dob-section .strangers-gen-dob button.button {
  margin-top: 100px;
  height: 46px;
  max-width: 191px;
  width: 100%;
}

/* Strangers Height and Weight Section Start */
#strangers-height-weight-section .strangers-height-weight {
  width: 100%;
}

#strangers-height-weight-section .strangers-height-weight .form-box {
  width: 100%;
}

#strangers-height-weight-section .strangers-height-weight .form-row {
  margin-bottom: 20px;
  width: 100%;
}

#strangers-height-weight-section .strangers-height-weight .form-row label.label-name {
  width: 100%;
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
}

#strangers-height-weight-section .strangers-height-weight .height-group,
#strangers-height-weight-section .strangers-height-weight .weight-group {
  display: flex;
  gap: 10px;
  width: 100%;
  position: relative;
}

#strangers-height-weight-section .strangers-height-weight .height-input,
#strangers-height-weight-section .strangers-height-weight .weight-input {
  width: 65%;
  height: 46px;
  padding: 0 14px;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.74);
  background: #fff;
  color: #2c3e50;
  font-size: 16px;
  outline: none;
}

#strangers-height-weight-section .strangers-height-weight .height-unit,
#strangers-height-weight-section .strangers-height-weight .weight-unit {
  width: 35%;
  height: 46px;
  padding: 0 22px 0 15px;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.74);
  background: #fff;
  color: #2c3e50;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-color: #fff;
}

#strangers-height-weight-section .strangers-height-weight .height-input:focus,
#strangers-height-weight-section .strangers-height-weight .height-unit:focus,
#strangers-height-weight-section .strangers-height-weight .weight-input:focus,
#strangers-height-weight-section .strangers-height-weight .weight-unit:focus {
  border: 1px solid rgba(2, 36, 37, 0.52);
}

#strangers-height-weight-section .strangers-height-weight .height-input::inner-spin-button,
#strangers-height-weight-section .strangers-height-weight .height-input::outer-spin-button,
#strangers-height-weight-section .strangers-height-weight .weight-input::inner-spin-button,
#strangers-height-weight-section .strangers-height-weight .weight-input::outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-color: #fff;
}

#strangers-height-weight-section .strangers-height-weight .height-unit::-ms-expand,
#strangers-height-weight-section .strangers-height-weight .weight-unit::-ms-expand {
  display: none;
}

#strangers-height-weight-section .strangers-height-weight .unit-conversion {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.95);
}

#strangers-height-weight-section .strangers-height-weight .unit-conversion.show {
  opacity: 1;
  transform: scale(1);
}

#strangers-height-weight-section .strangers-height-weight .unit-conversion.success {
  background-color: rgba(76, 175, 80, 0.15);
  color: #2d7a3e;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

#strangers-height-weight-section .strangers-height-weight .unit-conversion.error {
  background-color: rgba(244, 67, 54, 0.15);
  color: #c62828;
  border: 1px solid rgba(244, 67, 54, 0.3);
}

@media (max-width: 767px) {
  #strangers-height-weight-section .strangers-height-weight .unit-conversion {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
  }
}

#strangers-height-weight-section .strangers-height-weight button.button {
  margin-top: 100px;
  height: 46px;
  max-width: 191px;
  width: 100%;
}

/* Strangers Country and State Section Start */
#strangers-country-section .strangers-country {
  width: 100%;
}

#strangers-country-section .strangers-country .form-box {
  width: 100%;
}

#strangers-country-section .strangers-country .form-row {
  margin-bottom: 20px;
  width: 100%;
}

#strangers-country-section .strangers-country .form-row label.label-name {
  width: 100%;
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
}

#strangers-country-section .strangers-country .form-row .select-group {
  width: 100%;
  position: relative;
}

#strangers-country-section .strangers-country .form-row .select-group::after,
#strangers-height-weight-section .strangers-height-weight .height-group::after,
#strangers-height-weight-section .strangers-height-weight .weight-group::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23473929' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 256l96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

#strangers-gen-dob-section .strangers-gen-dob .select-group select {
  padding-right: 42px;
}

#strangers-country-section .strangers-country .form-row .select-group select {
  width: 100%;
  height: 46px;
  padding: 10px;
  font-size: 15px;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.74);
  background-color: #fff;
  color: rgba(71, 57, 41, 0.71);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#strangers-country-section .strangers-country .form-row .select-group select option:disabled {
  color: rgba(71, 57, 41, 0.71);
}

#strangers-country-section .strangers-country button.button {
  height: 46px;
  max-width: 191px;
  width: 100%;
  margin-top: 60px;
}

/* Question Selection Section Start */
#question-selection-section {
  margin-top: 0px;
  background-color: #fff;
  width: 100%;
}

.question-selection h2.heading-4 {
  margin-bottom: 25px;
}

#question-selection-section .question-selection-box .radiobox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
  margin: auto;
}

#question-selection-section .question-selection-box .radio-card {
  position: relative;
  border: 1px solid rgba(2, 36, 37, 0.37);
  border-radius: 17px;
  padding: 20px 12px;
  max-width: 105px;
  height: 103px;
  margin-bottom: 10px !important;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
}

#question-selection-section .question-selection-box .radio-card span {
  font-size: 12px;
  font-weight: 400;
  color: #022425;
}

#question-selection-section .question-selection-box .radio-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#question-selection-section .question-selection-box .radio-card input:checked~span {
  position: relative;
  display: block;
  transition: all 0.3s;
  font-weight: 400;
  z-index: 1;
}

#question-selection-section .question-selection-box .radio-card input:checked+span,
#question-selection-section .question-selection-box .radio-card.active span {
  color: #022425;
}

#question-selection-section .question-selection-box .radio-card input:checked {
  display: none;
}

#question-selection-section .question-selection-box .radio-card.active {
  background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
  border-color: #022425;
}

#question-selection-section .question-selection-box .radio-card:hover {
  border-color: #022425;
  background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
}

#question-selection-section button.button {
  height: 46px;
  max-width: 191px;
  width: 100%;
  margin-top: 60px;
}

/* Symptoms Selection and Other Symptoms Section Start */
#symptoms-selection-section,
#other-symptoms-section {
  margin-top: 0px;
  background-color: #fff;
  width: 100%;
}

.symptoms-selection h2.heading-4,
.other-symptoms h2.heading-4 {
  margin-bottom: 10px;
}

#symptoms-selection-section .symptoms-selection-box .checkbox-grid,
#other-symptoms-section .other-symptoms-box .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: 100%;
  margin: auto;
}

#symptoms-selection-section .symptoms-selection-box .check-card,
#other-symptoms-section .other-symptoms-box .check-card {
  position: relative;
  border: 1px solid rgba(2, 36, 37, 0.37);
  border-radius: 17px;
  padding: 20px 7px;
  max-width: 142px;
  height: 103px;
  margin-bottom: 10px !important;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
}

#symptoms-selection-section .symptoms-selection-box .check-card span,
#other-symptoms-section .other-symptoms-box .check-card span {
  font-size: 12px;
  font-weight: 400;
  color: #022425;
}

#symptoms-selection-section .symptoms-selection-box .check-card input,
#other-symptoms-section .other-symptoms-box .check-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#symptoms-selection-section .symptoms-selection-box .check-card input:checked~span,
#other-symptoms-section .other-symptoms-box .check-card input:checked~span {
  position: relative;
  display: block;
  transition: all 0.3s;
  font-weight: 400;
  z-index: 1;
}

#symptoms-selection-section .symptoms-selection-box .check-card input:checked+span,
#symptoms-selection-section .symptoms-selection-box .check-card.active span,
#other-symptoms-section .other-symptoms-box .check-card input:checked+span,
#other-symptoms-section .other-symptoms-box .check-card.active span {
  color: #022425;
}

#symptoms-selection-section .symptoms-selection-box .check-card input:checked,
#other-symptoms-section .other-symptoms-box .check-card input:checked {
  display: none;
}

#symptoms-selection-section .back,
#symptoms-selection-section .next {
  padding-top: 180px;
}

#symptoms-selection-section .symptoms-selection-box .check-card.active,
#other-symptoms-section .other-symptoms-box .check-card.active {
  background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
  border-color: #022425;
}

#symptoms-selection-section .symptoms-selection-box .check-card:hover,
#other-symptoms-section .other-symptoms-box .check-card:hover {
  border-color: #022425;
  background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
}

#symptoms-selection-section .symptoms-selection p,
#other-symptoms-section .other-symptoms p {
  margin-bottom: 40px;
}

#other-symptoms-section .back,
#other-symptoms-section .next {
  padding-top: 180px;
}

#other-symptoms-section .other-symptoms-box .other-symptoms-input input.form-control {
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  color: rgba(71, 57, 41, 1);
  background-color: transparent;
  border-radius: 13px;
  border: 1px solid rgba(2, 36, 37, 0.52);
  height: 46px;
  width: 100%;
  margin-top: 40px;
}

#other-symptoms-section .other-symptoms-box .other-symptoms-input input.form-control:focus {
  box-shadow: none;
}

/* Stress Range Section Start */
#stress-range-section {
  margin-top: 0px;
  background-color: #fff;
  width: 100%;
}

.stress-range h2.heading-4 {
  margin-bottom: 25px;
}

#stress-range-section .stress-range-box {
  width: 100%;
  margin: auto;
}

#stress-range-section .stress-range-box form {
  width: 100%;
}

#stress-range-section .stress-range-box form input#range-slide {
  width: 100%;
}

#stress-range-section .stress-range-box form input#range-slide::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #5ba228 !important;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

#stress-range-section .stress-range-box form input#range-slide::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background-color: #5ba228 !important;
}

#stress-range-section .stress-range-box form input#range-slide:active::-webkit-slider-thumb {
  transform: scale(1.1);
  background-color: #5ba228 !important;
}

#stress-range-section .stress-range-box form span#range-slide-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #5ba228;
  padding: 5px 10px;
  margin-left: 8px;
}

#stress-range-section .stress-range-box form span#range-slide-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #5ba228;
  border-bottom: 7px solid transparent;
  content: "";
}

#stress-range-section .stress-range-box form button.button {
  height: 46px;
  max-width: 191px;
  width: 100%;
  margin-top: 60px;
}

#stress-range-section .back,
#stress-range-section .next {
  padding-top: 0px;
  margin-top: -30px;
}

/* Step Process Start */
#step.step-process {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#step.step-process .step-number ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#step.step-process .step-number ul li {
  font-size: 12px;
  line-height: 18px;
  color: rgba(2, 36, 37, 0.43);
  width: 24px;
  height: 24px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

#step.step-process .step-number ul li.active {
  color: rgba(2, 36, 37, 1);
  font-weight: 600;
}

@media (max-width: 767px) {
  #step.step-process .step-number ul li {
    display: none;
  }

  #step.step-process .step-number ul li:nth-child(1),
  #step.step-process .step-number ul li.active,
  #step.step-process .step-number ul li:last-child,
  #step.step-process .step-number ul li:nth-child(1).active+li {
    display: inline-flex;
  }

  #step.step-process .step-number ul li.mobile-dots::after {
    content: "...";
    margin: 0 0 0 10px;
    font-weight: 600;
    color: rgba(2, 36, 37, 0.5);
  }
}

/* Quiz Process Start */
.qus-quiz {
  bottom: 40px;
  right: 20px;
  z-index: 10;
  width: 120px;
  height: 120px;
}

.qus-quiz .progress {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.qus-quiz .progress h4 {
  font-size: 24px;
  line-height: 32px;
}

.qus-quiz-bottom {
  margin-left: 20px;
  margin-bottom: 30px;
  max-width: 250px;
  width: 100%;
}

@media (min-width: 768px) {

  .back,
  .next {
    width: 6%;
  }

  .content-section {
    width: 88%;
  }

  #strangers-section .strangers-box,
  #strangers-reach-section .strangers-reach,
  #strangers-gen-dob-section .strangers-gen-dob,
  #strangers-height-weight-section .strangers-height-weight,
  #strangers-country-section .strangers-country,
  #question-selection-section .question-selection-box,
  #stress-range-section .stress-range-box {
    max-width: 1190px;
    height: 560px;
    width: 100%;
  }

  #strangers-gen-dob-section .strangers-gen-dob,
  #strangers-height-weight-section .strangers-height-weight,
  #strangers-country-section .strangers-country {
    max-width: 829px;
    width: 100%;
  }

  /* Goal Selection Section Start */
  .goal-selection h1.heading-4,
  .goal-selection h2.heading-4 {
    font-size: 36px;
    line-height: 44px;
  }

  #goal-selection-section .goal-selection-box {
    max-width: 1191px;
    width: 100%;
    margin: auto;
  }

  #goal-selection-section .goal-selection-box .check-card {
    border-radius: 26px;
    padding: 20px 12px;
    max-width: 265px;
    width: 100%;
    height: 156px;
  }

  #goal-selection-section .goal-selection-box .check-card span {
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    color: #022425;
  }

  #goal-selection-section .goal-selection p {
    font-size: 19px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #goal-selection-section .goal-selection-box .checkbox-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1190px;
  }

  /* Strangers Section Start */
  #strangers-section .strangers-box {
    max-width: 504px;
  }

  #strangers-section .strangers-box .input-group .form-control {
    padding: 10px 10px 10px 25px;
    font-size: 19px;
    line-height: 27px;
    max-width: 280px;
  }

  #strangers-section .strangers-box .input-group span.input-group-btn .button {
    max-width: 215px;
    height: 54px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }

  #strangers-section .strangers-box .input-group span.input-group-btn {
    max-width: 215px;
    height: 54px;
    width: 100%;
  }

  /* Strangers Reach Section Start */
  #strangers-reach-section .strangers-reach form {
    max-width: 504px;
  }

  #strangers-reach-section .strangers-reach .form-group {
    margin-bottom: 70px;
  }

  #strangers-reach-section .strangers-reach .form-group .form-control {
    padding: 24px 25px 24px 25px;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 0px;
    width: 100%;
  }

  #strangers-reach-section .strangers-reach .form-group .custom-checkboxs {
    margin-bottom: 60px;
  }

  #strangers-reach-section .strangers-reach form button.button {
    height: 54px;
    max-width: 215px;
  }

  /* Strangers Gender and DOB Section Start */
  #strangers-gen-dob-section .strangers-gen-dob .form-row {
    margin-bottom: 30px;
  }

  #strangers-gen-dob-section .strangers-gen-dob .form-row label.label-name {
    max-width: 259px;
    width: 100%;
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 0px;
  }

  #strangers-gen-dob-section .strangers-gen-dob .gender-group {
    display: flex;
    gap: 30px;
    max-width: 541px;
    width: 100%;
  }

  #strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option input {
    display: none;
  }

  #strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option {
    max-width: 256px;
    width: 100%;
  }

  #strangers-gen-dob-section .strangers-gen-dob .form-row label.gender-option span {
    font-size: 21px;
    height: 58px;
  }

  #strangers-gen-dob-section .strangers-gen-dob .gender-option input:checked+span {
    background: linear-gradient(110deg, rgba(202, 249, 72, 1) 0%, rgba(93, 194, 122, 1) 100%) !important;
    border-color: #7fcf2b;
  }

  #strangers-gen-dob-section .strangers-gen-dob .dob {
    display: flex;
    gap: 30px;
  }

  #strangers-gen-dob-section .strangers-gen-dob .dob input {
    max-width: 146px;
    font-size: 21px;
    height: 58px;
  }

  #strangers-gen-dob-section .strangers-gen-dob .dob input:last-child {
    max-width: 191px;
  }

  #strangers-gen-dob-section .strangers-gen-dob button.button {
    margin-top: 165px;
    max-width: 215px;
    height: 54px;
    width: 100%;
  }

  /* Strangers Height and Weight Section Start */
  #strangers-height-weight-section .strangers-height-weight .form-row {
    margin-bottom: 30px;
  }

  #strangers-height-weight-section .strangers-height-weight .form-row label.label-name {
    max-width: 259px;
    width: 100%;
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 0px;
  }

  #strangers-height-weight-section .strangers-height-weight .height-group,
  #strangers-height-weight-section .strangers-height-weight .weight-group {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  #strangers-height-weight-section .strangers-height-weight .height-input,
  #strangers-height-weight-section .strangers-height-weight .weight-input {
    height: 58px;
    padding: 0 20px;
    font-size: 21px;
    outline: none;
  }

  #strangers-height-weight-section .strangers-height-weight .height-unit,
  #strangers-height-weight-section .strangers-height-weight .weight-unit {
    width: 35%;
    height: 58px;
    font-size: 21px;
    cursor: pointer;
  }

  #strangers-height-weight-section .strangers-height-weight button.button {
    margin-top: 165px;
    max-width: 215px;
    height: 54px;
    width: 100%;
  }

  /* Strangers Country and State Section Start */
  #strangers-country-section .strangers-country .form-row {
    margin-bottom: 30px;
  }

  #strangers-country-section .strangers-country .form-row label.label-name {
    max-width: 259px;
    width: 100%;
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 0px;
  }

  #strangers-country-section .strangers-country .select-group {
    display: flex;
    max-width: 541px;
    width: 100%;
  }

  #strangers-country-section .strangers-country button.button {
    margin-top: 165px;
    max-width: 215px;
    height: 54px;
    width: 100%;
  }

  #question-selection-section .question-selection-box .radio-card {
    border-radius: 26px;
    padding: 20px 12px;
    max-width: 302px;
    width: 100%;
    height: 112px;
  }

  /* Question Selection Section Start */
  #question-selection-section .question-selection-box .radio-card span {
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    color: #022425;
  }

  #question-selection-section .goal-selection p {
    font-size: 19px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #question-selection-section .question-selection-box .radiobox-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
  }

  #question-selection-section button.button {
    height: 54px;
    max-width: 215px;
    margin-top: 60px;
  }

  /*Symptoms Selection and Other Symptoms Section Start*/
  #symptoms-selection-section .symptoms-selection-box,
  #other-symptoms-section .other-symptoms-box {
    max-width: 1270px;
    width: 100%;
    margin: auto;
  }

  #symptoms-selection-section .symptoms-selection-box .checkbox-grid,
  #other-symptoms-section .other-symptoms-box .checkbox-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1270px;
  }

  #symptoms-selection-section .symptoms-selection-box .check-card,
  #other-symptoms-section .other-symptoms-box .check-card {
    border-radius: 26px;
    padding: 20px 12px;
    max-width: 244px;
    width: 100%;
    height: 120px;
  }

  #symptoms-selection-section .symptoms-selection-box .check-card span,
  #other-symptoms-section .other-symptoms-box .check-card span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #022425;
  }

  #symptoms-selection-section .symptoms-selection p,
  #other-symptoms-section .other-symptoms p {
    font-size: 19px;
    line-height: 27px;
    margin-top: 0px;
  }

  #symptoms-selection-section .back,
  #symptoms-selection-section .next {
    padding-top: 191px;
  }

  #other-symptoms-section .back,
  #other-symptoms-section .next {
    padding-top: 191px;
  }

  #other-symptoms-section .other-symptoms-box .other-symptoms-input input.form-control {
    font-size: 16px;
    height: 54px;
    margin-bottom: 30px;
  }

  /* Stress Range Section Start */
  #stress-range-section {
    margin-top: 0px;
    background-color: #fff;
    width: 100%;
  }

  .stress-range h2.heading-4 {
    margin-bottom: 25px;
  }

  #stress-range-section .stress-range-box form {
    max-width: 1100px;
    width: 100%;
    margin: auto;
  }

  #stress-range-section .stress-range-box form button.button {
    height: 54px;
    max-width: 191px;
    width: 100%;
    margin-top: 120px;
  }

  #stress-range-section .back,
  #stress-range-section .next {
    padding-top: 0px;
    margin-top: -90px;
  }

  /* Step Process Start */
  #step.step-process .step-number ul li {
    font-size: 18px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-flex;
  }

  /* Quiz Process Start */
  .qus-quiz {
    bottom: 30px;
    width: 186px;
    height: 186px;
  }

  .qus-quiz .progress h4 {
    font-size: 36px;
    line-height: 44px;
  }

  .qus-quiz-bottom {
    margin-left: 60px;
    margin-bottom: 40px;
    max-width: 285px;
    width: 100%;
  }

}