.step-container {
  position: relative;
  max-width: 1920px;
  height: 100vh;
  z-index: 5;
}

.step-inner-width-container {
  max-width: 764px;
  margin: auto;
}

.step1-container {
  background-color: #feddcd;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.step2-container {
  background-color: #f2ece8;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.step3-container {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.step4-container {
  background-color: #fffbeb;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.step-inner-container {
  /* padding-left: 321px;
  padding-right: 355px; */
}

.step-inner-main {
  padding-left: 38px;
}

.inner-header {
  padding-top: 61px;
}

.title {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--darkmidprio);
}

.sub-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: var(--darklowprio);
}

.quiz-area-question {
  padding-top: 72px;
  padding-left: 0;
}

.quiz-area-question1 {
  padding-top: 151px;
  padding-left: 0;
}

.quiz-question {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: var(--darkhighprio);
}

.quiz-question-left {
  padding-left: 12px;
}

.inner-quiz-area {
  padding-top: 40px;
  padding-left: 48px;
}

.inner-custom-help {
  padding-top: 5px;
}

.quiz1-input {
  border-bottom: 1px solid #bdb7b5;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
  outline: none;
}

.skin-help-add {
  border: 1px solid #c64d10;
  width: 66px;
}

.skin-help-add:hover {
  background-color: transparent;
  border: 1px solid #c64d10;
}

.skin-help-add > div {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #cf5e25;
}

.quiz4-input {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.skin-help-title {
  padding-top: 20px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #e66192;
}

.skin-help-subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #8a8684;
}

#skinCustomHelpContainer {
  overflow-x: auto;
}

.skin-custom-help {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darklowprio);
  margin-right: 10px;
  padding-left: 20px;
}

.skin-custom-help > span {
  padding-left: 10px;
}

.custom-add-btn-group {
  background: #f2ece8;
  border: 1px solid #e2e9e4;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
    0px 1px 3px rgba(48, 49, 51, 0.1);
  border-radius: 44px;
  margin-top: 10px;
  margin-right: 10px;
}

.quiz1-input:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.inner-quiz-addon {
  width: 100%;
  position: relative;
}

/* style icon */
.inner-quiz-addon .input-quiz-icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  right: 0px;
}

.inner-quiz-addon .input-quiz-btn {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.right-quiz-addon .span {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}

.input-quiz-sub {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  color: var(--darklowprio);
}

.quiz-area-buttons {
  padding-top: 44px;
  padding-bottom: 44px;
}

.next-btn {
  background-color: var(--pink);
  width: 80px;
  height: 40px;
}

.result-btn {
  background-color: var(--pink);
  width: 125px;
  height: 40px;
}

.prev-btn {
  background-color: transparent;
  width: 80px;
  height: 40px;
}

.next-btn-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--white);
}

.prev-btn-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--pink);
}

.quiz-img-container {
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 22px;
}

.quiz-img-container2 {
  padding-top: 60px;
  padding-left: 22px;
}

.quiz-img-container2-last {
  padding-top: 30px;
  padding-bottom: 70px;
  padding-left: 22px;
}

.quiz-img-container-step3 {
  padding-left: 5px;
}

.img-inner-container {
  position: relative;
}

.quiz-img {
  width: 171px;
  height: 171px;
  cursor: pointer;
  transition: transform 0.2s;
}

.step-3-img {
  height: 110px;
}

.quiz-img:hover {
  transform: scale(1.1);
}

.quiz-img-selected {
  transform: scale(1.1);
}

.overlay-effect {
  transform: scale(1.1);
  position: absolute;
  top: 2px;
  bottom: 11px;
  left: 6px;
  right: 5px;
  opacity: 0.5;
  transition: 0.5s ease;
  background-color: #000;
  overflow: hidden;
  border: 2px solid var(--pink);
  cursor: pointer;
}

.overlay-effect-step3 {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.quiz-text-selected {
  color: #e66192 !important;
  font-weight: bold !important;
}

.quiz-img-txt {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
  padding-top: 25px;
}

.quiz-img-txt-active {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #bc426f;
}

.img-txt-centered {
  color: var(--pink) !important;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.explanation-inner-card {
  height: 166px;
  width: 100%;
  background-color: #fff9f4;
}

.explanation-container {
  position: relative;
}

.explanation-row {
  z-index: 3;
}

.explanation-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.explanation-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #00447a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.explanation-content {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #8a8684;
  padding-bottom: 15px;
  width: 545px;
}

.circle {
  background-color: #d9d2d0;
  width: 142px;
  height: 142px;
  border: 0.1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
    0px 16px 24px rgba(48, 49, 51, 0.1);
}

.circle-active {
  background-color: #fb70a3;
}

.text-container {
  height: 40px;
  width: auto;
  border: 1px solid #bdb7b5;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 25px;
  transition: transform 0.2s;
}

.text-container:hover {
  transform: scale(1.1);
}

.text-container-selected {
  background-color: #fb70a3;
  border: unset;
  transform: scale(1.15);
  overflow: hidden;
}

.text-container-selected > span {
  background: #fb70a3;
  color: #ffffff;
}

.text-container-span {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #8a8684;
  padding: 10px 20px;
}

.select-sub-title {
  padding-left: 35px;
}

@media (max-width: 920px) {
  .quiz-area-question {
    padding-top: 40px;
  }

  .step-inner-width-container {
    max-width: 500px;
  }

  .step-container {
    padding-right: 0;
  }

  .text-container {
    height: 32px;
    margin-right: 15px;
  }

  .text-container-span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    padding: 0 20px;
  }

  .explanation-inner-card {
    height: auto;
    width: 340px;
    background-color: #fff9f4;
    position: relative;
  }

  .explanation-bg {
    position: absolute;
    z-index: 3;
  }

  .explanation-bg > img {
    width: 100%;
    height: 100%;
  }

  .explanation-title {
    font-size: 14px;
    line-height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 5;
  }

  .explanation-content {
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 8px;
    margin-right: 20px;
    margin-left: 20px;
    z-index: 5;
    width: auto;
  }

  .see-more {
    color: #4d81ab;
    cursor: pointer;
  }

  .circle {
    width: 133px;
    height: 133px;
  }

  .quiz-img-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quiz-img-container-last {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .step-container {
    max-width: unset;
    height: none;
  }

  .step3-inner-container {
    height: 100%;
  }

  .step4-inner-container {
    height: 100%;
  }

  .step-inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .step-inner-main {
    padding-left: 0;
  }

  .inner-quiz-area {
    padding-left: 30px;
  }

  .title {
    font-family: "Garamond";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .sub-title {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
  }

  .quiz-question {
    font-size: 20px;
    line-height: 28px;
  }

  .next-btn-text {
    font-size: 16px;
    line-height: 24px;
  }

  .prev-btn-text {
    font-size: 16px;
    line-height: 24px;
  }

  .next-btn {
    width: 68px;
    height: 32px;
  }

  .prev-btn {
    width: 68px;
    height: 32px;
  }

  .quiz-img-txt {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 11.112px;
    line-height: 15px;
    width: 100%;
    text-align: center;
  }

  .quiz-img-txt3 {
    text-align: start;
  }

  .quiz-img-container {
    padding-left: 0;
  }

  .quiz-img:hover {
    transform: none;
  }

  .quiz-img-selected {
    transform: none;
  }

  .overlay-effect {
    transform: none;
    position: absolute;
    top: 2px;
    bottom: 11px;
    left: 6px;
    right: 5px;
    opacity: 0.5;
    transition: 0.5s ease;
    background-color: #000;
    overflow: hidden;
    border: 2px solid var(--pink);
    cursor: pointer;
  }

  .quiz-img-mobile {
    width: 107px;
    height: 107px;
    cursor: pointer;
  }

  .overlay-effect-mobile {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .overlay-effect-mobile4 {
    left: 3px;
    right: 3px;
    top: 1px;
    bottom: 5px;
  }

  .quiz-area-buttons {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step3-img-inner-container {
    /* padding-left: 5px; */
  }

  .step-mobile-img-container {
    padding-left: 0;
    padding-top: 35px;
  }

  .img-txt-centered {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .skin-help-add > div {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .quiz4-input {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    -webkit-appearance: none;
    border-radius: 0;
  }

  .inner-quiz-area4 {
    padding-left: 0;
  }

  .skin-custom-help {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .skin-help-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
  }

  .skin-help-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .quiz-3-img {
    width: 104.28px;
    height: 67.08px;
  }

  .select-sub-title {
    padding-bottom: 20px;
    padding-left: 25px;
  }
}
