.assessmentSec {
  padding: 35px
}

.assessmentWrapper {
  display: flex;
  flex-direction: column
}

.dsktpLogo {
  display: block;
  margin: 0 auto 30px;
  max-width: 90px
}

.timeline {
  min-height: unset;
  max-width: 100%;
  display: flex;
  border-radius: 10px;
  background: var(--color-bg-warm);
  justify-content: center;
  gap: 38px;
  width: 100%;
  padding: 25px 15px 23px;
  position: unset
}

.singleCategory {
  display: flex;
  gap: 12px;
  position: relative;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  width: 100%;
  margin-bottom: 0
}

.singleCategory::after {
  position: absolute;
  content: '';
  width: 256px;
  height: 1px;
  bottom: unset;
  top: 17px;
  left: 141px;
  background: #FFE0D7
}

.singleCategory.last::after {
  display: none
}

.stepIcon {
  border: 1px solid #FFE0D7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 5px
}

.singleCategory.active .stepIcon {
  border-color: var(--color-orange)
}

.singleCategory.active .stepIcon svg path {
  fill: var(--color-orange)
}

.singleCategory.nofill.active .stepIcon svg path {
  fill: none;
  stroke: var(--color-orange)
}

.stepDetails {
  text-align: center
}

.stepDetails p {
  font-weight: 700;
  font-size: var(--text-base);
  color: var(--color-text-body)
}

.singleCategory.active .stepDetails p {
  color: var(--color-orange)
}

.stepDetails span {
  font-size: var(--text-xs);
  color: var(--color-text-body);
  display: block
}

.timeline .singleCategory:last-child::after {
  display: none
}

.timelineImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 391px;
  height: 297px
}

.questionaireWrapper {
  width: 100%;
  text-align: center
}

.stepsWrapper {
  margin: 60px auto 35px;
  max-width: max-content
}

.stepsCounter {
  display: flex;
  gap: 10px;
  justify-content: center
}

.stepsCounter div {
  width: 44px;
  height: 7px;
  background: #FFEBE5;
  border-radius: 100px
}

.stepsCounter div.active {
  background: var(--color-bg-salmon)
}

.stepsCounter div.completed {
  background: var(--color-orange)
}

.answerPillsWrapper {
  display: flex;
  max-width: 848px;
  justify-content: center;
  gap: 12px
}

.totalStepsText {
  display: block;
  font-size: var(--text-base);
  line-height: 26px;
  color: #8E90A7;
  text-align: center;
  margin: 0 auto;
  max-width: 60px;
  width: 100%
}

.questionHeading {
  font-family: var(--font-serif);
  font-weight: var(--weight-regular);
  font-size: var(--text-3xl);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  margin-bottom: 30px;
  color: var(--color-text-heading);
  text-align: center
}

.assessmentForm input,
.inputReplica {
  padding: 21px 15px;
  border: 1px solid var(--color-orange);
  border-radius: 8px;
  color: var(--color-text-heading);
  font-size: var(--text-lg);
  line-height: 21.6px;
  appearance: none;
  display: block;
  max-width: 333px;
  width: 100%;
  margin: 0 auto 15px;
  height: 61px
}

.assessmentFormInputGroup {
  position: relative
}

.assessmentForm input:disabled {
  cursor: no-drop
}

.assessmentForm input.invalid {
  border-color: #FF0004;
  background: #FFE3E7
}

.assessmentForm p.errorMsg {
  color: var(--error-color);
  font-size: var(--text-sm);
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 5px 0 2px;
  max-width: 333px;
  width: 100%;
  text-align: left;
  margin: -11px auto 0;
  top: -5px;
  left: 5px;
  display: none
}

.assessmentForm input.invalid::placeholder {
  color: #FBB3BC
}

.assessmentForm input::placeholder {
  color: #EFC6B9
}

.assessmentForm input#dob:hover {
  border: 1px solid #FFB7A1
}

.assessmentForm input:focus {
  background: #FFF9F7;
  border-color: var(--color-orange)
}

.addPet {
  display: block;
  text-align: center;
  max-width: 333px;
  width: 100%;
  padding: 20px 0;
  margin: 40px auto 0;
  background: var(--color-bg-salmon);
  border-radius: 8px;
  color: var(--color-text-inverse);
  font-weight: 700;
  font-size: var(--text-lg);
  line-height: 21.6px
}

.addPet:hover {
  background: var(--color-orange)
}

.btnsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: center;
  max-width: 333px;
  width: 100%;
  margin: 10px auto 0;
  background: transparent;
  border-radius: 8px;
  color: var(--color-text-inverse);
  font-weight: 700;
  font-size: var(--text-lg);
  line-height: 21.6px
}

.nextBtn {
  display: block;
  text-align: center;
  background: var(--color-bg-salmon);
  max-width: 45px;
  max-height: 45px;
  width: 100%;
  padding: 8px 7px;
  margin: 0;
  border-radius: 5px
}

.prevBtn {
  display: block;
  text-align: center;
  border: 1px solid #FF8D6B;
  background: transparent;
  max-width: 45px;
  max-height: 45px;
  width: 100%;
  padding: 8px 7px;
  margin: 0;
  border-radius: 5px
}

.prevBtn:hover svg path {
  stroke: var(--color-bg-white)
}

.prevBtn {
  justify-content: center;
  align-items: center;
  margin-left: 0
}

.nextBtn:hover,
.prevBtn:hover {
  background: var(--color-orange)
}

.assessmentForm {
  min-height: 360px;
  max-height: 360px;
  overflow-y: hidden;
  margin: 30px auto 0
}

.singleQuestion {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  will-change: transform, opacity, visibility
}

.singleQuestion.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%)
}

.questionaireWrapper {
  position: relative;
  overflow: hidden
}

.inputGroupAssessmentForm .selection .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: var(--text-lg);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-text-body)
}

.selected-option {
  color: var(--color-text-heading) !important
}

.select2-invalid .selection .select2-selection--single[aria-expanded=true],
.select2-valid .selection .select2-selection--single[aria-expanded=true],
.selection .select2-selection--single[aria-expanded=true] {
  background: #FFFBF9
}

.select2-invalid.select2-container--default .select2-selection--single {
  border: 1px solid #df4d4d
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0
}

.selection .select2-selection--single .select2-selection__rendered {
  font-size: var(--text-md);
  line-height: 19.2px;
  color: var(--color-text-heading);
  text-align: left
}

.changed .select2 .selection .select2-selection .select2-selection--single .select2-selection__rendered {
  color: var(--color-text-heading)
}

.selection .select2-selection--single .select2-selection__rendered.select_value_added {
  line-height: 20px;
  color: #202124
}

.select2-valid .selection .select2-selection--single .select2-selection__rendered {
  color: #202124
}

.select2-container--default .select2-results>.select2-results__options {
  overflow-x: hidden
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: var(--color-bg-white)
}

.select2-search--dropdown {
  padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border: unset;
  width: 13px;
  height: 13px;
  left: 0;
  transform: translateY(7px);
  background: url('../images/orderSelectIcon.svg')
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #FFD0C1;
  color: var(--color-text-heading)
}

.select2-container--default .select2-results__option--selected {
  background: var(--color-bg-white)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border: unset;
  width: 22px;
  height: 22px;
  left: -15px;
  transform: translateY(7px);
  background: url(../images/orderSelectIcon.svg)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border: unset;
  background: url(../images/orderSelectIcon.svg);
  transform: rotateX(160deg) translateY(-5px)
}

.quickSelect {
  font-size: var(--text-base);
  line-height: 16.8px;
  text-align: center;
  color: var(--color-text-body);
  margin: 29px 0 12px
}

.inputReplica {
  color: var(--color-text-body);
  text-align: left;
  cursor: pointer
}

input.hidden {
  display: none
}

.inputReplica.selected {
  position: relative;
  background: var(--color-bg-salmon);
  color: var(--color-text-inverse);
  border-color: transparent
}

.inputReplica.questionOption.selected:hover {
  position: relative;
  background: var(--color-bg-salmon);
  color: var(--color-text-inverse);
  border-color: transparent
}

.inputReplica.selected:hover {
  position: relative;
  background: var(--color-bg-salmon);
  color: var(--color-text-inverse);
  border-color: transparent
}

.inputReplica.selected::after {
  content: '';
  position: absolute;
  background-image: url(../images/selected-icon.svg);
  width: 21px;
  height: 21px;
  right: 20px;
  top: 18px;
  bottom: 20px
}

.petInputWrapper .inputReplica.selected::after,
.singleQuestion.questions .inputReplica.selected::after,
.singleQuestion#planSelect .inputReplica.selected::after,
.inputReplica.questionOption.selected::after {
  content: unset
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background: var(--color-orange)
}

.addAnotherPetModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background: rgba(0, 0, 0, .7);
  display: none
}

.addAnotherPetWrapper {
  max-width: 661px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: var(--color-bg-white);
  border-radius: 20px;
  text-align: center;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.addAnotherText {
  font-family: var(--font-serif);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  font-size: var(--text-3xl);
  line-height: 45.9px;
  color: var(--color-text-heading);
  margin: 30px 0
}

.questionOption {
  padding: 12px 0 13px;
  border: 1px solid var(--color-orange);
  max-width: 258px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto 12px;
  font-size: var(--text-lg);
  line-height: 36px;
  color: var(--color-orange);
  text-align: center
}

.questionOption:hover,
.inputReplica:hover {
  border: 1px solid var(--color-orange);
  background: #FFF2EB;
  color: var(--color-orange);
}

.questions {
  text-align: left;
  max-width: 790px;
  width: 100%;
  margin: 0 auto 40px
}

.prevBtn span {
  display: none;
  font-size: var(--text-xs);
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text-body)
}

.dsktpBack {
  width: 25px;
  height: 20px
}

.prevBtn:hover span {
  color: var(--color-text-heading)
}

.inputReplica.petInputReplica {
  max-width: 160px;
  width: 100%;
  height: 144px;
  padding: 22px;
  margin: 0;
  position: relative;
  border: 1px solid #FFD9CD
}

.inputReplica.petInputReplica:hover {
  border: 1px solid var(--color-orange);
  background: white;
  color: var(--color-text-body)
}

.petInputReplica {
  text-align: center
}

.petInputWrapper {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center
}

.petInputReplica span {
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-bg-salmon);
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.petInputReplica.selected,
.petInputReplica.selected:hover {
  border: 1px solid var(--color-orange);
  background: #FFF2EB;
  color: var(--color-orange)
}

.petInputReplica.selected span {
  background: var(--color-orange)
}

.suicideNote {
  max-width: 438px;
  text-align: center;
  margin: 20px auto 0;
  font-size: var(--text-sm);
  line-height: 26px;
  color: var(--color-text-body)
}

.addedPetsWrapper {
  max-width: 400px;
  width: 100%;
  margin: 0px auto 20px
}

.addedPetsWrapper .questionHeading {
  font-size: var(--text-2xl);
  margin-bottom: 20px
}

.selectedPetsHeading {
  background: var(--color-bg-white);
  margin: 10px auto;
  padding: 9px 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%)
}

.selectedPetsHeading:hover p {
  color: var(--color-text-heading)
}

.selectedPetsHeading:hover svg path {
  stroke: var(--color-text-heading)
}

.selectedPetsHeading p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: var(--text-base);
  line-height: 200%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #8E90A7
}

.selectedPetsHeading svg {
  transition: transform 0.3s ease
}

.selectedPetsHeading svg path {
  stroke: #8E90A7;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-3px)
  }
}

.selectedPetsHeading span svg {
  animation: bounce 1.5s infinite
}

.singlePetEditorWrapper {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 100%);
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  z-index: 10
}

.singlePetEditor {
  display: flex;
  padding: 11px 20px;
  max-width: 333px;
  margin: 0 auto 15px;
  border: 1px solid var(--color-orange);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center
}

.dogPawSvg {}

.singlePetEditor p {
  font-size: var(--text-lg);
  line-height: 36px;
  text-align: center;
  color: var(--color-orange)
}

.petActionsWrapper a {
  display: flex;
  transition: all ease .2s
}

.petActionsWrapper {
  display: flex;
  align-items: center;
  gap: 13px
}

.petActionsWrapper a:hover {
  transform: scale(1.04)
}

.mobBreak {
  display: none
}

.mobLogo {
  display: none
}

.mobBack {
  display: none
}

.loadingOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}

.loadingOverlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px
}

div:where(.swal2-icon).swal2-info {
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important
}

div:where(.swal2-container) div:where(.swal2-actions) {
  flex-direction: row-reverse;
  max-width: 250px;
  width: 100%;
  gap: 12px
}

div:where(.swal2-container) button:where(.swal2-styled) {
  max-width: max-content;
  width: 100%;
  margin: 0
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  color: var(--color-orange)
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background: var(--color-orange)
}

.disabled {
  border: 1px solid #EFC6B9;
  background: transparent;
  pointer-events: none;
  cursor: not-allowed;
  color: #fbbcaa
}

.disabled svg path {
  stroke: #EFC6B9
}

.animating {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  transition: opacity 0.2s ease
}

#backBtn.animating,
.nextBtn.animating,
.noNextBtn.animating {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none
}

.questionNote {
  font-size: var(--text-base);
  line-height: 16.8px;
  text-align: left;
  color: var(--color-text-body);
  margin: 0px auto 0px;
  max-width: 358px
}

.closePetModal span {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}

.closePetModal span img:hover {
  filter: brightness(0) saturate(100%) invert(40%) sepia(22%) saturate(3758%) hue-rotate(340deg) brightness(110%) contrast(101%)
}

.lastQuesBtn {
  max-width: 200px;
  width: 100%;
  margin: 0
}

.anotherPetQues .questionOption {
  max-width: 200px;
  border-radius: 5px
}

#step2Section-1 .questionHeading {
  margin-bottom: 5px
}

.therapistSection .therapistImgs {
  margin: 40px auto 25px;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.therapistSection .therapistImgs img {
  width: 145px;
  height: 86px
}

.therapistSection .therapistUlWrapper {
  max-width: 647px;
  margin: 0 auto
}

.therapistSection .therapistUlWrapper ul {
  list-style: none
}

.therapistSection .therapistUlWrapper ul li {
  position: relative;
  color: var(--color-text-heading);
  font-family: var(--font-sans);
  font-weight: var(--weight-bold);
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  padding-left: 28px
}

.therapistSection .therapistUlWrapper ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/green_tick_li.svg)
}

.therapistSection .therapistUlWrapper ul p {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--color-text-body);
  margin: 6px 0 0px;
  padding-left: 28px
}

.therapistSection .therapistUlWrapper ul p:not(:last-child) {
  margin-bottom: 25px
}

#step2Section-1 .btnPrimary {
  margin-top: 61px
}

#step2Section-1 .btnPrimary {
  max-width: 245px;
  width: 100%
}

.ConfirmInfoContainer ul {
  list-style: none;
  margin: 15px
}

.ConfirmInfoContainer ul li {
  position: relative;
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  padding-left: 28px;
  margin-bottom: 6px
}

.ConfirmInfoContainer ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 8px;
  top: 14px;
  background: var(--color-orange);
  border-radius: 50%
}

.ConfirmInfoContainer ul li strong {
  color: var(--color-text-heading);
  font-weight: var(--weight-bold);
  line-height: var(--leading-body)
}

.ConfirmInfoContainer a {
  color: #1295FF;
  text-decoration: underline;
  font-weight: 500
}

.ConfirmInfoContainer a:hover {
  color: var(--color-text-heading)
}

.loadingSection {
  padding-top: 20px
}

.loadingSection .loadingHeadWrapper {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 50px;
  border: 1px solid #EFC6B9;
  border-radius: 10px;
  padding: 12px 17px
}

.loadingSection .loadingHeadWrapper .loadingHeadContent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px
}

.loadingSection .loadingHeadWrapper .loadingHeadContent img {
  width: 29px;
  height: 29px
}

.loadingSection .loadingHeadWrapper .loadingHeadContent .loadingHeadText {
  font-weight: 700;
  font-style: Italic;
  font-size: var(--text-md);
  line-height: 180%;
  color: var(--color-orange)
}

.loadingScreenSwiper .swiper-wrapper {
  max-width: 627px;
  margin: 0 auto;
  width: 100%
}

.loadingScreenSwiper .swiper-wrapper .swiper-slide {
  width: 100%
}

.loadingScreenSwiper .slide-content {
  max-width: 627px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 32px
}

.loadingScreenSwiper .slide-content .slideHeading {
  font-family: var(--font-serif);
  font-weight: var(--weight-regular);
  font-size: var(--text-2xl);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-snug);
  text-align: center;
  color: var(--color-text-heading)
}

.loadingScreenSwiper .slide-content .slideDesc {
  font-family: var(--font-sans);
  font-weight: var(--weight-regular);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  text-align: center;
  color: var(--color-text-body)
}

.loadingScreenSwiper .slide-content .slideDesc img {
  margin-top: 16px;
  width: 260px;
  height: auto
}

.swiper-pagination-basic .swiper-pagination-bullet-active {
  background: var(--color-orange) !important;
  width: 10px !important;
  height: 10px !important;
  position: relative;
  border-radius: 100px !important
}

.swiper-pagination-basic .swiper-pagination-bullet {
  background: #FFEBE5;
  opacity: unset;
  width: 9px;
  height: 9px
}

.swiper-pagination-basic {
  position: absolute !important;
  text-align: center !important;
  transition: 0.3s opacity !important;
  transform: translate3d(0, 0, 0) !important;
  bottom: 1px !important;
  z-index: 1 !important
}

@media (max-width:575px) {
  #step2Section-1 .questionHeading {
    margin-bottom: 15px
  }

  .therapistSection .therapistImgs {
    margin: 40px auto 50px
  }

  .therapistSection .therapistUlWrapper ul p {
    font-size: var(--text-base);
    line-height: 140%
  }

  #step2Section-1 .btnPrimary {
    max-width: 245px;
    width: 100%;
    margin: 25px 0 5px
  }

  .assessmentSec .answerPillsWrapper {
    gap: 15px;
    flex-direction: column
  }

  .assessmentSec .inputReplica {
    margin: 0 auto
  }

  .assessmentSec .assessmentForm {
    min-height: unset;
    max-height: unset;
    overflow-y: unset;
    margin: 0px auto 0
  }
}

@media (max-width:991px) {
  .assessmentForm p.errorMsg {
    top: -5px
  }

  .assessmentSec {
    padding: 20px 15px 60px
  }

  .dsktpLogo {
    display: none
  }

  .timelineImg {
    display: none
  }

  .assessmentWrapper {
    flex-direction: column
  }

  .timeline {
    min-height: unset;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 38px;
    padding: 25px 15px 23px;
    position: unset
  }

  .singleCategory {
    flex-direction: column;
    align-items: center;
    max-width: 85px;
    width: 100%;
    margin-bottom: 0
  }

  .singleCategory::after {
    width: 90px;
    height: 1px;
    bottom: unset;
    top: 17px;
    left: 59px
  }

  .stepDetails span {
    display: none
  }

  .stepDetails p {
    text-align: center
  }

  .mobBreak {
    display: block
  }

  .mobLogo {
    display: block;
    max-width: max-content;
    margin: 0 auto 30px;
    max-width: 90px
  }

  .mobBack {
    display: block
  }

  .dsktpBack {
    display: none
  }

  .prevBtn span {
    display: none
  }

  .addAnotherPetWrapper {
    max-width: calc(100% - 30px)
  }
}

@media (max-width:575px) {
  .petInfoSection {
    padding-bottom: 75px
  }

  .loadingSection .loadingHeadWrapper .loadingHeadContent img {
    width: 24px;
    height: 24px
  }

  .loadingSection .loadingHeadWrapper .loadingHeadContent .loadingHeadText {
    font-size: var(--text-base)
  }

  div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: var(--text-base)
  }

  div:where(.swal2-container).swal2-center>.swal2-popup {
    max-width: 360px
  }

  .closePetModal span {
    top: 30px
  }

  .stepsCounter div {
    width: 42px
  }

  .stepsWrapper {
    margin: 30px auto 45px
  }

  .questionHeading {
    font-size: 21px;
    line-height: 34.5px;
    max-width: 351px;
    margin: 0 auto 30px;
    text-align: center
  }

  .assessmentForm input,
  .inputReplica {
    height: 59px;
    font-size: var(--text-md);
    line-height: 19.2px;
    padding: 20px 15px;
    margin: 0 auto 13px
  }

  .nextBtn,
  .addPet {
    margin: 35px auto 0;
    padding: 17px 0 19px;
    font-size: var(--text-md);
    line-height: 19.2px
  }

  .nextBtn {
    margin: 0px 0 0;
    padding: 8px 0 19px
  }

  .mobLogo img {
    max-width: 90px
  }

  .quickSelect {
    margin: 30px 0 20px
  }

  .petInfoSection .selection .select2-selection--single {
    min-height: 59px;
    padding: 18px 15px 23px
  }

  .petInputWrapper {
    gap: 12px
  }

  .inputReplica.petInputReplica {
    padding: 30px 22px 24px
  }

  .inputReplica.petInputReplica img {
    width: 55px;
    height: 55px
  }

  .inputReplica.petInputReplica p {
    margin-top: 10px
  }

  .inputReplica {
    padding: 21px 15px
  }

  .addAnotherPetWrapper {
    padding: 30px 15px
  }

  .singlePetEditor {
    width: 90%;
    margin: 0 10px 15px
  }

  .addAnotherText {
    font-size: var(--text-xl);
    margin: 30px 0 15px
  }
}

@media (min-width:1470px) {
  .timelineImg {
    height: 295px
  }
}