.iti__country-list {
  border-radius: 16px;
  background: var(--Light-Blue-Gradient, linear-gradient(90deg, #0066AB 0%, var(--primary-light-blue, #00B0DB) 116.77%));
}
.webform-submission-form .messages.messages--error {
  display: none;
}
.site--form .form-item select.error + .select2 .select2-selection {
  border-color: red !important;
}
.webform-hero-section .img-wrapper::before { 
    background-size: 100% 101%;
}

.webform-submission-add-form .js-webform-type-checkbox {
margin-top: 7px;
}

.webform-submission-add-form input[type="checkbox"]{
height: 18px; width: 18px;position: relative;top: 3px;
}
.webform-submission-add-form  a {
    color: #fff;
}