.gformbuilderpro_form {
  margin: 0;
  padding: 30px 0;
  position: relative;
}

.gformbuilderpro_form #gformbuilderpro_overlay {
  opacity: 0;
}

.gformbuilderpro_form .row,
.gformbuilderpro_form .col-md-12,
.gformbuilderpro_form .col-sm-12,
.gformbuilderpro_form .col-xs-12 {
  all: unset;
}

.gformbuilderpro_form .formajaxresult {
  margin-top: -30px;
  margin-bottom: 30px;
}

.gformbuilderpro_form .formbuilder_group {
  margin: 0;
}

.gformbuilderpro_form .itemfield_wp {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.gformbuilderpro_form .itemfield {
  float: none;
  margin: 0;
}

.gformbuilderpro_form #gformbuilderpro_5,
.gformbuilderpro_form #gformbuilderpro_6,
.gformbuilderpro_form #gformbuilderpro_13,
.gformbuilderpro_form #gformbuilderpro_14 {
  width: calc(50% - 7.5px);
}

.gformbuilderpro_form .form-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-1a);
}

.gformbuilderpro_form .form-group {
  margin-bottom: 0;
  position: relative;
}

.gformbuilderpro_form .formbuilder_group + .formbuilder_group {
  margin-top: 30px;
}

.gformbuilderpro_form .form-group label {
  display: none;
}

.gformbuilderpro_form .form-group .form-control {
  box-sizing: border-box;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: var(--grey-1a);
  display: block;
  width: 100%;
  padding: 15px 37px 15px 20px;
  background-color: var(--lighter-grey);
  border: none !important;
  border-radius: 5px;
  outline: none !important;
}

.gformbuilderpro_form .form-group .form-control:autofill,
.gformbuilderpro_form .form-group .form-control:-webkit-autofill {
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
  outline-offset: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0px 100px #fff inset;
}

.gformbuilderpro_form .form-group .form-control:focus {
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
  outline-offset: 0;
  border: none;
  background-color: var(--lighter-grey);
}

.gformbuilderpro_form .form-group textarea.form-control {
  display: block;
  height: 92px;
  min-height: 92px;
  resize: vertical;
}

.gformbuilderpro_form .form-group.select_box {
  position: relative;
}

.gformbuilderpro_form .form-group.select_box:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("/themes/billybelt/img/facet-caret-down.png");
  background-position: center center;
  background-size: 20px 20px;
  pointer-events: none;
}

.gformbuilderpro_form .form-group.select_box .form-control {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  appearance: none;
  font-size: 12px;
  line-height: 20px;
  color: var(--grey-1a);
  display: block;
  width: 100%;
  padding: 14px 30px 14px 19px;
  box-sizing: border-box;
  border: 1px solid var(--outline) !important;
  background: var(--white);
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
  max-width: 100%;
}

.gformbuilderpro_form .form-group.select_box:hover .form-control {
  background-color: var(--lighter-grey);
}

.gformbuilderpro_form .form-group.select_box:hover .form-control:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../../img/facet-caret-down.png");
  background-position: center center;
  background-size: 20px 20px;
  pointer-events: none;
}

.gformbuilderpro_form .checkbox_custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.gformbuilderpro_form .checkbox_custom + .checkbox_custom {
  margin-top: 10px;
}

.gformbuilderpro_form .checkbox_custom:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--outline);
}

.gformbuilderpro_form .checkbox_custom.checked:before {
  border: 1px solid transparent;
  background-image: url("/themes/billybelt/img/facet-checkbox-checked.png");
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.gformbuilderpro_form .checkbox_custom input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--outline);
  margin-top: 0;
  cursor: pointer;
}

.gformbuilderpro_form .checkbox_custom .privacy_des p,
.gformbuilderpro_form .checkbox_custom label {
  margin: 0;
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--main-grey);
  cursor: pointer;
}

.gformbuilderpro_form .checkbox_custom .privacy_des p a {
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--grey-7c);
}

.gformbuilderpro_form #submitForm {
  all: unset;
  box-sizing: border-box;
  inline-size: 100%;
  border-radius: 5px;
  background: var(--main-grey);
  color: var(--white);
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 30px;
  cursor: pointer;
}
