.select2-search__field {
  display: none;
}
.select2-container--default .select2-selection--single {
  display: none;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: inherit;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: none;
}
.form-actions.webform-actions.js-form-wrapper.form-wrapper {
  position: relative;
  display: block;
}
.form-actions.webform-actions.js-form-wrapper.form-wrapper::after {
  content: "Once submitted, a member of our sales team will be in contact with you in 2-3 working days.";
  display: block;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
  clear: both;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e91c24;
}
div.chosen-container.chosen-container-single {
  width: 1108px!important;
}