.pas-steps {
  max-width: 100%;
  margin: 0 auto;
  font-family: inherit;
}

.main_title {
  text-align: center;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  font-family: Jost;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #117554;
}

.pas-field label {
  font-family: Jost;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1E1E1E;
}

.pas-grid {
  background: #F5F5F5;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  padding: 30px 35px;
}

.pas-header {
  text-align: center;
  padding: 10px 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pas-progress {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
  margin: 12px 0 24px;
  max-width: 844px;
}

.pas-step {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 280px;
}

.pas-step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border: 2px solid #e0e0e0;
}

.pas-step.is-active .pas-step-icon {
  border: 2px solid #FFD700;
  background: #17805A;
}

.pas-step-label {
  color: #888;
  font-size: 18px;
  margin-top: 4px;
}

.pas-step.is-active .pas-step-label {
  color: #17805A;
  font-weight: 500;
}

.pas-step.is-active .pas-step-icon {
  position: relative;
  background: #17805A;
  border: 1px solid #FFD700;
  color: #fff;
}

.pas-step.is-active .pas-step-icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'><path d='M866.133333 258.133333L362.666667 761.6l-204.8-204.8L98.133333 618.666667 362.666667 881.066667l563.2-563.2z' fill='white'/></svg>");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.pas-step.is-active .pas-step-icon {
  color: transparent;
}

.pas-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.pas-grid label {
  width: 184px !important;
  height: 163px;
  gap: 10px;
  opacity: 1;
  border-radius: 10px;
  padding: 20px;
  border-width: 1px;

}

.pas-pest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 4px;
  cursor: pointer;
  background: #fff;
  transition: .2s;
  text-align: center;
}

.pas-pest img {
  width: 100px;
  height: 100px;
  opacity: 1;
  object-fit: contain;
}

.pas-pest span {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

.pas-pest input {
  display: none;
}

.pas-pest:hover {
  border-color: #0e7a4b;
  background: #f5fffb;
  transform: translateY(-1px);
}

.pas-pest.is-selected {
  border-color: #ffd700;
  box-shadow: inset 0 0 0 2px #17805a;
  background: #17805a;
}

.pas-pest.is-selected span {
  color: #fff;
}

.pas-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  border-radius: 12px;
}

.step1 .pas-field {
  opacity: 1;
  border-radius: 10px;
  padding: 30px;
  background-color: #F5F5F5;
}

.step2 .pas-rows,
.step3 .summery_main_div {
  opacity: 1;
  border-radius: 10px;
  padding: 30px;
  background-color: #F5F5F5;
}

.pas-rows .full {
  grid-column: 1 / -1;
}

.pas-summary-col,
.pas-note {
  border-bottom: 3px solid #CCCCCC;
}

.pas-summary-col strong {
  font-size: 19px;
  font-weight: 600;
  color: #3c3c3c;
}

.pas-summary-col span {
  font-size: 18px;
  margin-left: 7px;
  font-weight: 500;
  color: #5e5e5e;
}

.pas-summary-col-inner {
  margin-bottom: 8px;
  border-bottom: 2px solid #6666662e;
  padding: 5px;
}

.pas-note strong {
  font-weight: 600;
  color: #2a2a2a;
  border-bottom: 1px solid #6666;
  line-height: 30px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-size: 22px;
}

.pas-field input,
.pas-field textarea,
.pas-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  outline: 0;
  box-sizing: border-box;
  margin-top: 10px;
  height: 50px;
}

.pas-field textarea {
  resize: vertical;
  height: auto;
  min-height: 100px;
}

.pas-field input[type="checkbox"],
.pas-field input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.pas-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.pas-btn {
  border: 0;
  border-radius: 10px;
  padding: 20px 25px;
  font-weight: 600;
  cursor: pointer;
}

.pas-btn--primary {
  background: #ffc400;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.pas-btn--primary svg {
  width: 20px;
  fill: #000;
  stroke: #000;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}

.pas-btn--primary:hover {
  background: #0e7a4b;
  color: #fff;
}

.pas-btn--primary:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.pas-btn--ghost {
  background: #0e7a4b;
  color: #fff;
}

.pass-field-chekbox {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.pass-field-chekbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pass-field-chekbox span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}

.pass-field-chekbox input {
  width: 16px;
  height: 16px;
}

.pas-kv {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
  padding: 12px 16px;
}

.pas-kv strong {
  display: block;
  color: #222;
}

.pas-note {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
  padding: 16px;
}

.pas-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.pas-row input[type="text"] {
  width: 220px;
}

.pas-summary-title {
  font-weight: 600;
  color: #2a2a2a;
  border-bottom: 1px solid #6666;
  line-height: 30px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  font-size: 22px;
}

@media (max-width:900px) {
  .pas-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pas-summary {
    grid-template-columns: 1fr;
  }

  .pas-rows {
    display: flex;
    flex-direction: column;
  }
}

.pas-btn {
  outline: none;
}

.pas-choice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 18px;
  cursor: pointer;
}

.pas-radio-as-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.pas-choice .box {
  width: 24px;
  height: 24px;
  border: 2px solid #cfd3d7;
  border-radius: 6px;
  display: inline-block;
  background: #fff;
  position: relative;
  transition: all .15s ease;
}

.pas-radio-as-checkbox:focus+.box {
  border-color: #0060df;
}

.pas-radio-as-checkbox:checked+.box {
  background: #0060df;
  border-color: #0060df;
}

.pas-radio-as-checkbox:checked+.box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.pas-radio-as-checkbox:disabled+.box {
  opacity: .5;
  cursor: not-allowed;
}

.pas-summary-row {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .pas-summary-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .step2 .pas-rows,
  .step3 .summery_main_div {
    text-align: start;
  }
}

@media (min-width: 992px) {
  .pas-summary-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pas-summary-col {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.pas-date {
  position: relative;
}

.pas-date input {
  width: 100%;
  padding-right: 40px;
}

.pas-date .calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-24%);
  color: #666;
  pointer-events: none;
  font-size: 16px;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.highlight-pest {
  border: 2px solid #1e82ec;
  background: #1e82ec30;
  animation: blink-pest 2s ease-in-out 2;
}

@keyframes blink-pest {
  0% {
    outline-color: red;
  }

  50% {
    outline-color: transparent;
  }

  100% {
    outline-color: red;
  }
}

@media screen and (max-width: 991px) {
  .pas-progress {
    max-width:100%;
  }

  .pas-step {
    justify-content: start;
    align-items: center;
    max-width: 242px;
    width: 116px;
  }

  .main_title {
    font-size: 24px;
    line-height: 28px;
  }

  .pas-grid {
    padding: 30px;
  }

  .pas-grid label {
    width: 172px !important;
    height: 172px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding: 15px;
    border-width: 1px;
  }

  .tablet_row {
    display: flex;
    flex-wrap: wrap;
  }

  .tablet_full_col {
    width: 100%;
  }

  .tablet_half_col {
    width: 49%;
  }
}

@media screen and (max-width: 375px) {
  .pas-step {
    justify-content: start;
    align-items: center;
    max-width: 242px;
    width: 125px;
  }

  .pas-grid {
    padding: 20px;
    gap: 10px;
  }

  .pas-grid label {
    width: 159.5px !important;
    height: 159.5px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding: 15px;
    border-width: 1px;
  }

  .pas-rows {
    display: flex !important;
    flex-direction: column !important;
  }

}

@media screen and (max-width: 699px) {
  .tablet_full_col .pass-field-chekbox {
    flex-direction: column;
    align-items: start;
  }

  .tablet_half_col {
    width: 100%;
  }

  .pas-rows {
    gap: 8px 0px;
  }

  .step2 .pas-rows,
  .step3 .summery_main_div {
    opacity: 1;
    border-radius: 10px;
    padding: 16px 0px;
    background-color: #F5F5F5;
    width: 100%;
    text-align: center;
  }

  .pas-date .calendar-icon {
    right: 30px;
  }

  .pas-field input,
  .pas-field textarea,
  .pas-field select {
    width: 90%;
  }

  .pas-pest img {
    width: 80px;
    height: 83px;
  }

  .pas-pest span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .pas-grid label {
    width: 145px !important;
    height: 145px;
    gap: 10px;
    opacity: 1;
    border-radius: 10px;
    padding: 15px;
    border-width: 1px;
  }

  .pas-field.full .pass-field-chekbox {
    flex-direction: column !important;
    align-items: start;
  }
  .step1 .pas-field {padding: 20px 10px;}

  .pas-actions {
    flex-direction: column;
  }

  .pas-btn {
    justify-content: space-between;
  }
}