:root {
  --primary-color: #0c7d13;
}
.form-container-web {
  padding: 60px;
  background-color: #fff;
  border-radius: 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.button-area {
  margin-top: 30px;
  display: flex;
  align-items: ce;
}
.next-btn,
.defer-pg {
  display: inline-block;
  padding: 12px 62px;
}
.heading-basket-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.showTimeSlow {
  display: block;
}
.container {
  height: 100%;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wrapper {
  min-width: 920px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h1-form {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}
.options-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 280px;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 auto;
}
.options-card i {
  font-size: 60px;
  line-height: 1.7;
  color: #bababa;
  margin-block-end: 20px;
}
.options-card .svg-icon {
  display: block;
  margin: 2rem 0;
  line-height: 1.7;
  height: 70px;
}
.item-input-group {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.item-input-group label {
  font-size: inherit;
  font-weight: 500;
}
.item-input-group select {
  padding: 10px 12px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #a1a1a1;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.item-input-group select option {
  font-size: 16px;
}
.select-option button {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0c7d13;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.flex-group-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.flex-group-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.input__element input {
  border: 0;
  font-size: 18px;
  padding: 11px 11px 9px;
  outline: 0;
  outline-offset: 0;
  border-radius: 8px;
  color: #484848;
  background-color: #fff;
  border-bottom: 2px solid transparent;
}
.time-slote-select {
  font-weight: 400;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0 2px 1px;
  color: #555;
}
#clock-slote {
  width: 80%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: #000 0 1px 1px inset;
}
.time-block {
  width: 100%;
  display: none;
}
.input__element {
  width: 70%;
}
.input__element select {
  font-size: 18px;
  padding: 11px 15px 9px;
  outline: 0;
  outline-offset: 0;
  border-radius: 8px;
  color: #484848;
  background-color: #fff;
  display: block;
  border-color: #ccc;
  width: 80%;
  height: 52px;
}
.booking-time-group {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
}
.form__element-group input {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  outline-offset: 0;
  outline: 0;
  appearance: none;
  display: block;
}
.form__element-group .check-box-item {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  height: 32px;
  line-height: 2px;
  font-size: 18px;
  width: 70%;
  min-width: 40px;
  padding-left: 15px;
  padding-right: 15px;
  outline-offset: 0;
  outline: 0;
  appearance: auto !important;
}
.box-styling {
  padding: 10px 15px 10px 0;
  background-color: #fff;
  border-radius: 8px;
  display: grid;
  gap: 30px;
}
.box-styling p {
  font-style: italic;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #333;
}
.step-wrapper {
  display: grid;
  gap: 10px;
}
.form__element-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.form__element-group label {
  line-height: 32px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
  width: 30%;
  margin-bottom: auto;
}
.check-box-element {
  margin-left: auto;
}
.m-left-auto {
  margin-left: auto;
}
.extra-text {
  display: none;
}
.extra-text.show-parking {
  display: flex;
}
.extra-text textarea {
  margin-top: 4px;
  min-height: 58px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-radius: 8px;
  resize: none;
  vertical-align: top;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 6px 12px;
}
.extra-junk-notes {
  display: block;
}
.best-contact-block {
  display: grid;
  display: none;
  gap: 10px;
}
.next-btn,
.prev-btn,
.subBTN,
.ctr-bypass,
.defer-pg {
  display: inline-block;
  padding: 12px 62px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: #0c7d13;
  margin: 0 10px;
  color: #fff;
  border-radius: 6px;
  opacity: 1;
  text-decoration: none;
}
.btn-wrapper,
.button-area {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cta-text-item a {
  color: inherit;
  font-weight: 600;
}
.notice-block {
  margin-bottom: 30px;
}
.notice-block p {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
.show-best-contact-block {
  display: grid !important;
}
.items-form-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}
.item-input-group {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}
.item-IMG {
  display: block;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100px;
  max-height: 100px;
}
.total-price {
  text-align: right;
}
.service-type-text {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}
.item-input-group label {
  font-size: inherit;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.file-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-input-group .file-input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .options-card {
    padding: 15px;
    min-height: 285px;
    justify-content: space-between;
  }
  .flex-group-2 {
    gap: 20px;
  }
  .options-card i {
    font-size: 48px;
    line-height: 1;
    margin: 0 auto;
  }
  .service-type-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .options-card {
    padding: 15px;
    min-height: 285px;
    justify-content: space-between;
  }
  .h1-form {
    line-height: 1.2;
    font-size: 26px;
  }
  .form__element-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .form__element-group label {
    text-align: left;
    width: 100%;
  }
  .input__element {
    width: 100%;
  }
  .selected_time {
    width: 100%;
  }
  .flex-group-2,
  .flex-group-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .options-card i {
    font-size: 48px;
    line-height: 1;
    margin: 0 auto;
  }
  .service-type-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form__element-group input {
    width: 100%;
  }
  .form-container-web {
    padding: 30px;
    margin: 0 auto;
  }
  .next-btn,
  .prev-btn,
  .subBTN,
  .ctr-bypass,
  .defer-pg {
    padding: 12px 32px;
    font-weight: 500;
  }
}

._2-form-div {
  display: none;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  position: fixed;
  z-index: 9999999999999999;
  width: 100%;
  height: 100%;
  max-width: 920px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding: 60px 0;
  border-radius: 6px;
}
._3-form-div {
  max-width: 920px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  overflow: auto;
  width: 100%;
  height: 55vh;
}

.form-code {
  display: block;
  padding: 20px;
  margin-top: auto;
  border-radius: 6px;
}

.close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border: 1px solid #0c7d13;
  background-color: white;
  border-radius: 100px;
  margin-bottom: 20px;
}

.step-1 {
  position: relative;
}
