#results ul {
  list-style-type: none;
  padding-left: 0;
}
.p-one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
  color: #535353;
}
input {
  margin-bottom: 20px;
}
.p-one img,
.p-one p,
.p-one span {
  flex-basis: 33%;
}
.p-one img {
  width: 200px;
}
.order_head {
  display: flex;
  flex-direction: column;
}
.form-wrapper {
  background: #f7f3e7;
}
.form-wrapper input {
  border-color: #e6e6e6 !important;
}
.form-wrapper .show-form,
input.wpcf7-submit {
  font-size: 14px !important;
  line-height: 50px !important;
  letter-spacing: 2.8px;
  transition: all 0.3s ease;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px !important;
  background-color: #b3cbadff !important;
  transition: 0.3s ease;
  color: #384554;
  width: auto !important;
  padding-top: 0 !important;
}
.form-wrapper .show-form:hover,
input.wpcf7-submit:hover {
  color: #fff;
}
.collapse-wrap {
  padding: 16px;
  margin-right: 12px;
}
.sum p,
#results {
  color: #535353;
}
.flex-basis-20 {
  flex-basis: 20%;
}
.flex-basis-40 {
  flex-basis: 40%;
}
.show-form:before {
  content: "\e602";
  font-family: "thegem-icons";
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  font-size: 24px;
  margin-right: 5px;
}
.show-form:hover {
  cursor: pointer;
}
.form-wrapper {
  position: sticky;
  top: 80px;
}
.wpcf7-form input:not(.gem-button-wpcf-custom) {
  padding-right: 12px;
}
.show-form.open:before {
  transform: rotate(180deg);
  display: inherit;
}
@media screen and (min-width: 940px) {
  .row_first {
    width: 47%;
    float: left;
    margin-right: 3%;
    padding-top: 16px;
  }
  .form-wrapper {
    width: 50%;
    float: right;
  }
}

.elementor-7
  .elementor-element.elementor-element-3e0e825
  .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.chosen-container,
.select2-container,
.checkbox-sign,
.radio-sign {
  background-color: #f6f6f6 !important;
}
