.webform-submission-form input, select, textarea {outline:none; resize: vertical;max-height:850px;}
.webform-submission-form textarea {height: 100px;min-height: 100px !important;}
.webform-submission-form .messages--error {color: red;padding: 10px;border: 1px solid;}
.webform-submission-form .form-required:after  {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 0.3em;
      content: "";
      vertical-align: super;
      background-image: url(/themes/contrib/seven/images/icons/ee0000/required.svg);
      background-repeat: no-repeat;
      background-size: 6px 6px;
  }
.webform-submission-form .article-text div:after {
    content: none;
}
.webform-confirmation__message .webform-progress + p {margin-left: -6px;margin-right: -6px}
.webform-submission-contact-our-sales-team-form.webform-submission-form .form-item:not(.fieldgroup) .o-row > div:first-child,
.webform-submission-contact-our-sales-team-form.webform-submission-form .js-webform-type-radios > div:first-child {width: auto !important;padding-bottom: 0;
    padding-top: 0;}
.form-item--error-message {color: red;}
div > span.required,
.form-item-visitor-key,
.form-item-visitor-value,
.form-item-enquiry .o-row > div:last-child,
.form-item-company-email .o-row > div:last-child,
.form-item-company-name .o-row > div:last-child {
    display: none; 
}
.select2-container--default .select2-results__option[aria-disabled=true],
.select2-results__options [data-select2-id$="--"] {
    display: none;
}
.o-row {
  flex-direction: column;
}
 .custom-select select,
 .custom-select .select2-container,
.custom-select .select2-selection {
  height: 40px;
}
.select2-search__field[aria-controls*="job-title"],
.select2-search__field[aria-controls*="edit-department"] {
    display:none !important;
}
 .custom-select .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
.custom-select .select2-container .select2-selection__rendered {
  line-height: 40px;
}

.custom-select .select2-container .select2-selection__arrow {
  height:38px;
}
.webform-submission-contact-our-sales-team-form.webform-submission-form .form-wrapper > .form-item,
.webform-submission-contact-our-sales-team-form.webform-submission-form .form-wrapper > #container_number_table,
.webform-submission-contact-our-sales-team-form.webform-submission-form .form-wrapper > #ajax-wrapper {border: none;padding: 0 0 10px 0;}

.webform-submission-contact-our-sales-team-form.webform-submission-form .form-wrapper > .form-item:last-child {
  padding: 0;
}

.webform-submission-form textarea,.webform-submission-form select,.webform-submission-form input {
    padding: 8px !important;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.webform-button--previous {
  position: relative;
  background-color: transparent !important;
  color: #444 !important;
}

.webform-submission-contact-our-sales-team-form .webform-button--previous::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 1.3em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.webform-submission-contact-our-sales-team-form .webform-button--previous::after {
 z-index: 1 !important;
 content: "";
 position: absolute;
 display: inline-block;
 width: 14px !important;
 height: 0px !important;
 border-bottom: 2px solid currentColor;
 margin-right: 0.3em;
 vertical-align: middle;
 opacity: 1 !important;
 transform: translateY(-50%) !important;
 left: 5px !important;
 top: 50% !important;
 background: transparent !important;
}

.webform-submission-form.webform-submission-contact-our-sales-team-form .form-actions {
    display: flex;
    margin-top: 20px;
}
.webform-submission-form .form-actions button.webform-button--submit,
.webform-submission-form .form-actions button.webform-button--next{
   margin-left: auto;
}
.webform-submission-form .form-actions .btn {
    text-transform: capitalize;
    border-radius: 5px;
}

.webform-submission-contact-our-sales-team-form.webform-submission-form .custom-select {
    border-color: #ccc;
    border-radius: 5px;
  border: none;
}
.webform-submission-contact-our-sales-team-form.webform-submission-form .custom-select::after {
    border-color: #999;
  content: none;
}
.ajax-progress {
    width: 60px;
    height: 30px;
}
.webform-submission-form {
    background-color: white;
    padding: 10px 32px 20px 32px;
    margin: 0 13% 20px 13%;
    font-size: 15px;
    border-radius: 5px;
}

.ajax-progress-throbber .throbber,
.ajax-progress-throbber .message {
    display:block;
    padding: 10px 5px 2px;
}
.progress-tracker {
  display: flex;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px;
}
.progress-step:last-child {
  flex-grow: 0;
}
.progress-step:last-child .progress-marker::after {
  display: none;
}

.progress-marker {
  display: block;
  position: relative;
}
.progress-marker::before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  border-radius: 50%;
      border: 2px solid #ccc;
    background-color: white !important;
}
.progress-marker::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 9px;
  right: -12px;
  width: 100%;
  height: 2px;
}

.progress-text {
  display: block;    
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
   text-align: center;
  font-weight: 600;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
}
.progress-step .progress-marker::before {
  background-color: #b6b6b6;
}
.progress-step .progress-marker::after {
  background-color: #b6b6b6;
}
.progress-step .progress-text {
  color: #333;
}
.progress-step.is-active .progress-marker::before {
  border-color: dodgerblue;
}

.progress-step.is-active .progress-text {
  color: dodgerblue;
}
.progress-step.is-complete .progress-marker::before {
  border-color: #28a745;
}

.progress-step.is-complete .progress-text {
  color: #28a745;
}complete

.progress-tracker--center {
  text-align: center;
}
.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
  margin-left: auto;
  margin-right: auto;
}
.progress-tracker--center .progress-marker::after {
  right: -50%;
}
.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
    flex-grow: 1;
}
.progress-tracker--vertical {
  flex-direction: column;
}
.progress-tracker--vertical .progress-step {
  display: flex;
  flex: 1 1 auto;
}
.progress-tracker--vertical.progress-tracker--right .progress-step {
  flex-direction: row-reverse;
}
.progress-tracker--vertical .progress-marker::after {
  right: auto;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 100%;
}
.progress-tracker--vertical .progress-text {
  padding: 0 12px 24px 12px;
}

.progress-step.is-complete .anim--path .progress-marker::after {
  background-position: -100% 100%;
}
.anim--path .progress-step.is-complete .progress-marker::after {
  background-position: -100% 100%;
}

[dir=rtl] .progress-marker::after {
  right: auto;
  left: -12px;
}
[dir=rtl] .progress-tracker--center .progress-marker::after {
  left: -50%;
}
.js-form-item-enquiry textarea + .text-count-wrapper {text-align: right;}

.icon-check {
  color: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 21;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6px;
  height: 0;
}

.icon-check::before {
  content: "";
  width: 6px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.phone-number-container .webform-flex--container:first-child {
  margin-right: 0;
}

.phone-number-container .webform-flex--container:first-child select {
  height: 38px;
}

.phone-number-container .webform-flex--container:first-child .custom-select .select2-container--default .select2-selection--single {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.phone-number-container .webform-flex--container:last-child input {
  border-radius: 0 5px 5px 0;
}

.phone-number-container .webform-flex--container:last-child {
  margin-left: 0;
}
.phone-number-container input {height: 40px;}
.phone-number-container {display:flex;margin: 0!important;}
.phone-number-container .webform-flex--3 {flex:3}
.phone-number-container .webform-flex--12 {flex:12}
input:disabled,input.disabled,textarea:disabled,textarea.disabled,select:disabled,select.disabled,
select.readonly + .select2-container {
    resize: none;
    opacity: .6;
    cursor: not-allowed;
    background-color: #8080801a !important;
    pointer-events: none;
}
select.readonly + .select2-container .select2-selection--single {background-color: #8080801a !important;}
input.webform-counter-warning, input.form-text.webform-counter-warning, textarea.webform-counter-warning, textarea.form-textarea.webform-counter-warning {
    border-color: #ccc;
    background: white;
}
.text-count-wrapper.webform-counter-warning {
    color: #444;
    font-weight: normal;
}

.in-iframe,
.form-item-phonelabel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.in-iframe header,
.in-iframe footer,
.in-iframe .block-region-breadcrumb,
.in-iframe .article-aside,
.in-iframe .country-popup,
.in-iframe .chat-with-us,
.in-iframe div#block-one-page-title,
.in-iframe div#block-one-local-tasks {
  display: none !important;
}

body.in-iframe {overflow: hidden;}
body.in-iframe.responsive-preview-frame {
    background-color: #f8f6f4;
}
body.in-iframe .container {padding: 0;}

@media (max-width: 575px) {
  .webform-submission-form {padding: 10px 4% 20px 4%;margin: 0;}
}
@media (max-width: 575px) {
  .progress-tracker-wrapper {
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .progress-tracker-wrapper .progress-step {
    min-width: 50%;
    scroll-snap-align: start;
  }
}
@media (min-width: 575px) {
    .webform-flexbox {
        display:flex;
        margin: 0 -0.5em;
    }

    .webform-flexbox.js-webform-states-hidden[style*="display: block"] {
        display: flex !important;
    }

    .webform-flexbox .webform-flexbox {
        margin: 0;
    }

    .webform-flexbox--flex-start {
        align-items: flex-start;
    }

    .webform-flexbox--flex-end {
        align-items: flex-end;
    }

    .webform-flexbox--center {
        align-items: center;
    }

    .webform-flex {
        min-width: 0;
    }

    .webform-flex--container {
        margin: 0 0.5em;
    }

    .webform-flex--container > .form-item {
        margin: 0;
    }

    .webform-flex--container > .form-item > input:not([type="checkbox"]),.webform-flex--container > .form-item > select {
        width: 100%;
    }

    .container-inline .webform-flex--container > .form-item > input:not([type="checkbox"]),.container-inline .webform-flex--container > .form-item > select,.webform-flex--container > .form-item.webform-element--title-inline > input:not([type="checkbox"]),.webform-flex--container > .form-item.webform-element--title-inline > select {
        width: inherit;
    }

    .webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix > select,.webform-flex--container > .webform-has-field-suffix > select {
        width: 85%;
    }

    .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select {
        width: 70%;
    }

    .webform-flex--container > .webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-element-help-container--element > select {
        width: 85%;
    }

    .webform-flex--container > .webform-has-field-prefix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix.webform-element-help-container--element > select {
        width: 70%;
    }

    .webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > select {
        width: 50%;
    }

    .webform-flex--1 {
        flex: 1;
    }

    .webform-flex--2 {
        flex: 2;
    }

    .webform-flex--3 {
        flex: 3;
    }

    .webform-flex--4 {
        flex: 4;
    }

    .webform-flex--5 {
        flex: 5;
    }

    .webform-flex--6 {
        flex: 6;
    }

    .webform-flex--7 {
        flex: 7;
    }

    .webform-flex--8 {
        flex: 8;
    }

    .webform-flex--9 {
        flex: 9;
    }

    .webform-flex--10 {
        flex: 10;
    }

    .webform-flex--11 {
        flex: 11;
    }

    .webform-flex--12 {
        flex: 12;
    }

    .webform-flex--container > .form-type-webform-select-other select {
        width: 100%;
    }

    .webform-flex--container > .form-type-webform-select-other .form-item {
        margin: 0;
    }

    .webform-flex--container > .form-type-webform-select-other .form-item + .form-item {
        margin-top: 0.5em;
    }

    .webform-flex--container > .form-type-range-output > .form-range-output {
        width: 66%;
    }

    .form-composite > .webform-flexbox {
        margin: 1em -0.5em;
    }

    .webform-flex--container .form-type-checkbox,.webform-flex--container .form-type-radio {
        white-space: nowrap;
    }
}