.ui-front.webform-confirmation-modal .ui-widget-header {
    background: transparent;
    border: 0;
}
.webform-submission-form input.form-control.iot-pill-input{
    border-radius: 9999px;
}
.webform-submission-form .dropdown.bootstrap-select.iot-opselect.-rounded {
    border: 0;
}
.home-page .webform-submission-form .contact-form__label span{
    color: var(--Text-Body-1, #282828);
}

.webform-submission-form .contact-form__label.form-required:after {
    content: '*';
    color: #DD1804;
    margin-left: 5px;
}
.webform-submission-form ul#country-listbox {
    font-size: 14px;
    width: 300px;
    white-space: pre-wrap;
}

.webform-submission-form  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.webform-submission-form .dropdown.bootstrap-select.iot-opselect.-rounded button {
    border: 1px solid var(--Primary-primary-50, #EAECEF);
}
.contact-field.webform-actions {
    margin: 0 auto;
}

 .webform-submission-form .btn.webform-button--submit {
    display: inline-block;
    width: auto;
    line-height: normal;
  border-radius: 30px;
}
 html .home-page .webform-submission-form .form-group {
    margin-bottom: 0;
}
.webform-submission-form .captcha div.description{
    float: left;
    font-size: 13px;
}

.webform-submission-form .captcha input[name="captcha_response"] {
    width: calc(100% - 80px);
    float: right;
}
.webform-submission-form .captcha p#captcha--description {
    font-weight: bold;
    color: #284664;
}
.webform-submission-form .captcha .form-item-captcha-response {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.webform-submission-form .captcha .form-item-captcha-response label {
    font-weight: bold;
        width: 100%;display:none;
}
.webform-submission-form .webform-button--submit span.ajax-throbber {
    font-size: 12px;
}
.webform-submission-form .text-count-message {
    font-size: 14px;
}

.modal-message-contact-us {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.modal-message-contact-us h2 {
    margin: 0 0 20px;
}
.modal-message-contact-us .modal-desc {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    color: #282828;
    font-size: 15px;
}
.modal-message-contact-us .ioticon-x.close-modal-contact-us {
    position: absolute;
    font-size: 25px;
    cursor: pointer;
    top: 10px;
    z-index: 9;
    color: #294563;
    right: 5PX;
}

.webform-submission-form input.webform-counter-warning, .webform-submission-form input.form-text.webform-counter-warning, .webform-submission-form textarea.webform-counter-warning, .webform-submission-form textarea.form-textarea.webform-counter-warning {
background: transparent;
}

.home-page .contact-form span:empty {
    display: none;
}
.webform-submission-form .alert.alert-success.alert-dismissible {
    background: transparent;
    height: 1px;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
}

.home-page .contact-form .form-select.error ~ button.dropdown-toggle {
    border: 1px solid #d0021b !important;
}