/* form */
.step-2 ,.step-3{
	display:none;
}
@media screen and (max-width: 390px) {
  .amenities-area {
    display: flex;
    width: 180px !important;
}
}
@media screen and (max-width: 767px) {
  .form-field-area,
  .form-field-area-num,
  .fields-container {
    margin: auto !important;
    justify-content: center !important;
  }
  .sc-gITdmR {
    width: 75% !important;
  }

  .in-fields {
    flex-direction: column;
    column-gap: 15px;
  }
  .in-fields input {
    margin-bottom: 15px;
  }
  .qty-container input {
    width: 105px;
  }
  .form-field-area-num,
  .in-fields,
  .exit-point {
    flex-direction: column !important;
  }
  .in-fields input,
  .exit-point {
    margin-bottom: 15px;
  }
  .loader-btn-txt {
    margin-top: 15px !important;
  }
}

.fields-container {
  display: flex;
  justify-content: start;
  column-gap: 15px;
}
/* Clear floats after the columns */
.form-field-area-num {
  display: flex !important;
  column-gap: 15px;
  flex-direction: row;
}
.amenities-area-main {
  display: flex;
  justify-content: start;
  align-items: end;
	
  column-gap: 15px !important;
}
.amenities-area {
  display: flex;
  width: 240px;
}
.form-next-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.amenity-select-inner {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.selected-amenities {
  padding-left: 25px;
}
.up-down-arrow {
  padding-right: 15px;
}
.previous-button {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  background: transparent;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  color: rgb(255, 255, 255);
}
.in-fields {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}
.form-field-area input:focus-visible {
  outline: none !important;
  border-color: #fff !important;
}
.form-field-area-num h3 {
  font-family: "DM Sans" !important;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 0.5rem !important;
}
.in-fields input {
  padding: 0 8px;
  text-overflow: ellipsis;
  outline: none;
  height: 55px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c3439;
}
.form-step h2 {
  color: white;
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-feature-settings: "ss06", "ss02", "salt", "ss01";
  margin: 0px 0px 32px;
}
.form-step h1,
.response h1 {
  color: white;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: 60px;
  font-size: 40px;
  letter-spacing: 1px;
  font-feature-settings: "ss02", "ss06";
  margin: 33px 0px 50px;
}
@media screen and (max-width: 1000px) {
  .form-step h1,
  .response h1 {
    margin: 26px 30px 40px;
    font-style: normal;
    font-size: 22px !important;
    line-height: 25px;
    text-align: center;
  }
  .form-step h2 {
    font-weight: 400;
    margin: 0px 30px 35px;
    text-align: center;
  }
}
.response p {
  color: #fff;
}
.exit-point {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}
.exit-point p {
  color: white;
  grid-area: terms / terms / terms / terms;
  margin: 0px;
  font-family: "DM Sans";
  font-size: 10px;
}
.exit-point button,
.exit-point button[type="submit"] {
  border: none !important;
  color: #2c3439 !important;
  background-color: #ECBAB4 !important;
  font-family: "DM Sans", Sans-serif !important;
  text-align: center !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  padding: 0.5em 1em !important;
  transition: all 0.2s;
  cursor: pointer;
}

.sc-gITdmR {
  width: 70% !important;
}
.form-field-area {
  width: 100% !important;
}
.exit-point p {
  flex: 1;
  padding-right: 30px;
}
.exit-point button:disabled {
  opacity: 0.65;
}
.amenity-dropdown-flex {
  display: flex !important;
}

.rotate-item svg {
  transform: rotate(180deg);
}

.form-field-area {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
  text-align: left;
}

.form-field-area h3 {
  text-align: left;
  display: flex;
}

.amenities-area {
  /* width: 30%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  position: relative;
}

.amenity-dropdown {
  top: 120px;
  left: 30px;
}

.up-down-arrow {
  padding-left: 30px;
}

.amenity-dropdown {
  position: absolute;
  margin-top: 2px;
  border-radius: 2px;
  color: #2c3439;
  display: none;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.amenity-dropdown .amenity-group-2 {
  margin-left: 32px;
}

.amenity-dropdown .amenity-group .amenity-option {
  white-space: nowrap;
}

.amenity-dropdown .amenity-group > label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.amenity-option input[type="checkbox"] {
  height: 37px !important;
}
.amenity-dropdown .amenity-group .amenity-option > label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.qty-container button {
  width: 50px;
  border: 0;
  background-color: white;
}
.qty-container {
  display: flex;
}
.qty-container button {
  height: 56px;
  border-radius: 0;
  padding: 0px 15px;
}
.qty-container input {
  height: 56px;
  background-color: white;
  border: 0px;
  border-radius: 0;
  text-align: center;
  width: 50px;
}

.amenity-select {
  height: 56px;
  background-color: white;
  border: 0px;
  text-align: center;
  position: relative;
}
/* .amenity-select-inner {
      margin: auto;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    } */
.qty-container input:focus-visible {
  height: 56px;
  background-color: white;
  border-radius: 2px;
  border: 0px;
  outline: none !important;
  text-align: center;
}

/* coppied */
.form-section-area {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.kEvZz > svg {
  height: 24px;
  margin-left: 11px;
  margin-top: 16px;
  position: absolute;
}
.form-next-btn button{
	 height: 56px;
}
.bgxbqb {
  border-radius: 0px 4px 4px 0px;
/*   height: 56px; */
  margin: auto;
  width: 56px;
  padding: 0px;
}

.kEvZz > input {
  border-radius: 4px 0px 0px 4px;
  box-sizing: border-box;
  padding: 0px 41px;
  height: 56px;
  width: 100%;
  color: rgb(112, 117, 121);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.hUSOgG *,
.hUSOgG :focus {
  border: none;
  box-shadow: none;
  outline: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.tpXaC {
  box-sizing: border-box;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  background: #ECBAB4;
  color: rgb(69, 69, 69);
  border: none;
}
