.contact-us-thank-you-image {
    max-width: 560px;
}

.hubspot-form input,
.hubspot-form textarea,
.hubspot-form select {
    border-radius: 6px;
    border: 1px solid var(--soft-gray);
    padding: 7.5px 10px;
    width: 100%;
}

.hs-form-field>label {
    display: none;
}

.hubspot-form textarea {
    height: 121px;
}

ul.hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-left: 2px;
    color: var(--blueDark);
}

.hubspot-form input::placeholder,
.hubspot-form textarea::placeholder {
    color: #373737;
}

.hubspot-form .hs_phone input {
    position: relative;
    left: -1px;
    border-left: unset;
    border-radius: 0px 6px 6px 0px;
}
.rtl .hubspot-form .hs_phone input ,html[lang="es-ES"] .hubspot-form .hs_phone input ,html[lang="es-MX"] .hubspot-form .hs_phone input ,html[lang="es-ar"] .hubspot-form .hs_phone input ,html[lang="ro-RO"] .hubspot-form .hs_phone input,html[lang="th"] .hubspot-form .hs_phone input ,html[lang="ru-RU"] .hubspot-form .hs_phone input ,html[lang="uk"] .hubspot-form .hs_phone input{
    border-radius: 6px;
    border: 1px solid var(--soft-gray);
    padding: 7.5px 10px;
    width: 100%;
    background-color: var(--white);
}

.rtl .hubspot-form .hs_phone input:focus, html[lang="es-ES"] .hubspot-form .hs_phone input:focus, html[lang="es-MX"] .hubspot-form .hs_phone input:focus, html[lang="es-ar"] .hubspot-form .hs_phone input:focus, html[lang="ro-RO"] .hubspot-form .hs_phone input:focus, html[lang="th"] .hubspot-form .hs_phone input:focus, html[lang="ru-RU"] .hubspot-form .hs_phone input:focus {
    border: 2px solid var(--black);
}
html[lang="ru-RU"] .hubspot-form .hs-fieldtype-booleancheckbox label {
    display: contents;
}
html[lang="th"] .hs-form-booleancheckbox span p {
    margin: 0;
}
.hubspot-form .hs_phone select {
    border-radius: 6px 0px 0px 6px;
    height: 35px
}

.hubspot-form .hs-fieldtype-intl-phone.hs-input select {
    width: 14% !important;
}

.hubspot-form .hs-fieldtype-intl-phone .select2 {
    width: 14% !important;
    min-width: unset;
    z-index: 1;
}

.hubspot-form .hs-fieldtype-intl-phone .select2 .select2-selection {
    height: 35.5px;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    align-items: center;
    border-right: unset;
}

.hubspot-form .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    width: 53px;
    display: block;
    position: absolute;
    left: -33px;
    height: 100%;
    top: -1px;
    z-index: 99999999;
}

.hubspot-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.hubspot-form .hs-fieldtype-intl-phone.hs-input input {
    width: 86% !important;
}

.hubspot-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.hs_error_rollup {
    order: 1;
}

.hubspot-form form input[type="radio"] {
    width: 14px;
    padding: 10px;
    margin: 0 10px;
}

/*footer_contact_us*/
.footer_contact_us .hs_firstname,
.footer_contact_us .hs_lastname,
.footer_contact_us .hs_company {
    flex: 1;
    min-width: calc(33.333% - 10px);
    /* Adjusted for spacing */
}

.footer_contact_us .hs_phone,
.footer_contact_us .hs_email {
    flex: 1;
    min-width: calc(50% - 10px);
}

.footer_contact_us .hs_message {
    flex-basis: 100%;
}

/* .contact_us_page .hs_country_region___new_version */
.footer_contact_us .hs_country_region___new_version{
    display: none;
}

/*footer_contact_us*/

.hubspot-form .hs-button.primary {
    font-family: var(--secondary-font);
    border-radius: 100px;
    padding: 10px 32px;
    width: fit-content;
    background: var(--main-color);
    color: var(--white) !important;
    border: 1px solid var(--main-color) !important;
    font-weight: var(--semiBold);
}

.hubspot-form .hs-fieldtype-booleancheckbox {
    min-width: 100%;
}

.hubspot-form .hs-fieldtype-booleancheckbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hubspot-form .hs-fieldtype-booleancheckbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.hubspot-form .hs-fieldtype-booleancheckbox input {
    width: 12px;
}

.hubspot-form .hs-fieldtype-booleancheckbox span a {
    text-decoration: underline;
}



/*form-title-and-info*/

.form-title-and-info .headquarters-information-wrapper {
    display: block !important;
}

.form-title-and-info .form-wrapper {
    flex-direction: column;
    gap: 30px;
}

.form-title-and-info .form-wrapper>div {
    width: 100% !important;
}

.form-title-and-info .headquarters-information-wrapper,
.form-title-and-info .form-wrapper {
    width: 50%;
}

.form-title-and-info .hubspot-thankyou-message-wrapper {
    min-height: 60vh;
}

/*form-title-and-info*/

/*contact_us_page*/
.contact_us_page form .hs-form-field {
    width: calc(50% - 11px)
}


.contact_us_page form .hs-dependent-field .hs-form-field {
    width: 100%;
}

.contact_us_page form .hs-fieldtype-textarea.hs-form-field {
    width: 100%;
}

.quote-modal .modal-content {
    padding: 20px 0;
}

.quote-modal .btn-close {
    position: relative;
    top: -20px;
}

.quote-modal h2 {
    font-size: var(--f40);
}

.quote-modal .quote-sub-title {
    font-size: var(--f24);
}

/*contact_us_page*/

.form-product_form .hs-form-field,
.form-product_form .hs-dependent-field {
    width: calc(50% - 8px);
}


.form-product_form .hs-form-field:nth-child(-n+3) {
    width: calc(33% - 8px);
}

.form-product_form .hs-dependent-field .hs-form-field,
.form-product_form .hs-fieldtype-textarea {
    width: 100%;
}

.thumbnail-product-modal-wrap {
    max-width: 140px;
}

.thumbnail-product-modal-wrap img {
    width: 120px;
    height: 80px;
    object-position: center;
    object-fit: cover;
}


.headquarters-information p {
    margin-bottom: 0;
}
html[lang="th"] .contact_us_page .hs-fieldtype-booleancheckbox span{
    display: contents;
}

html[lang="ru-RU"] .contact_us_page.hubspot-form  .hs-fieldtype-booleancheckbox input {
    margin-right: 10px;
}
@media (max-width: 992px) {
    .headquarters-information {
    padding-top: 125px;
    padding-bottom: 50px;
    }
    html[lang="ro-RO"] .contact_us_page .hs-fieldtype-booleancheckbox span ,html[lang="th"] .contact_us_page .hs-fieldtype-booleancheckbox span , html[lang="uk"] .contact_us_page .hs-fieldtype-booleancheckbox span{
        display: flex;
        position: relative;
        top: 10px;
    }
    html[lang="ru-RU"] .contact_us_page.hubspot-form .hs-fieldtype-booleancheckbox label{
        display: flex;
        position: relative;
        top: 10px;
    }
    html[lang="ru-RU"] .contact_us_page .hs-fieldtype-booleancheckbox span {
    display: flex;
    padding-top: 4px;
    }

    html[lang="es-MX"] .contact_us_page .hs-fieldtype-booleancheckbox span{
        display: block;
        position: relative;
        top: 10px
    }
    html[lang="ro-RO"] .contact_us_page span.hs-form-required ,html[lang="th"] .contact_us_page span.hs-form-required {
    margin-top: -8px;
    }
    html[lang="es-MX"] .contact_us_page span.hs-form-required{
        display: contents;
    }
    html[lang="uk"] .footer_contact_us .hs-form-booleancheckbox label{
        display: flex;
        position: relative;
        top: 10px;
    }
     html[lang="uk"] .footer_contact_us .hs-fieldtype-booleancheckbox span {
    display: contents;
    }
    .hs_error_rollup {
        bottom: 116px !important;
        display: none;
    }
    .footer_contact_us .hs_firstname,
    .footer_contact_us .hs_lastname,
    .footer_contact_us .hs_company,
    .footer_contact_us .hs_phone,
    .footer_contact_us .hs_email {
        width: 100%;
        min-width: 100%;
    }

    .footer_contact_us .hs-fieldtype-intl-phone.hs-input>input.hs-input {
        min-width: 86%;
    }

    .footer_contact_us .hs-fieldtype-booleancheckbox label {
        display: block;
        align-items: start;
    }
    .footer_contact_us.hubspot-form .hs-fieldtype-booleancheckbox input {
    margin-right: 10px;
    }

    .footer_contact_us .hs-fieldtype-booleancheckbox span {
        margin-top: -4px;
    }

    .hs-submit,
    .hs-submit .actions {
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .hubspot-form .select2-container--open .select2-dropdown--below,
    span.select2-dropdown.select2-dropdown--above {
        width: 335px !important;
        top: 0;
    }

    .form-wrapper {
        width: 100% !important;
    }

    .contact_us_page form .hs-form-field {
        width: 100% !important;
    }

    .acf-contact-us-section .headquarters-information {
        width: 100% !important;
    }

    .acf-contact-us-section .contact-information {
        width: 100% !important;
    }

    .contact-us-page-section .contact-form-wrapper {
        /* min-height: 694px; */
        max-height: 694px;
    }

    .hubspot-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 50px !important;
    }

    .hubspot-form img.flag-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .hubspot-form li.select2-results__option img {
        height: 28px !important;
        width: 28px !important;
    }
}

.hs_error_rollup {
    order: initial;
    width: 100%;
}

.hs-fieldtype-booleancheckbox span,
ul.hs-error-msgs {
    font-size: var(--f12);
}

/* Phone field Css */
.hs-fieldtype-intl-phone.hs-input {
    border: 1px solid var(--soft-gray) !important;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hs-fieldtype-intl-phone.hs-input:focus-within {
    border: 2px solid var(--bs-body-color) !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    outline: none !important;
    background: transparent;
}

.hs-input[type="tel"] {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
}

.hs-dependent-field {
    width: 100%;
}

.hs-fieldtype-intl-phone.hs-input {
    background-color: var(--white) !important;
    height: 40px !important;
}

.hubspot-form .hs-fieldtype-booleancheckbox {
    position: relative;
    bottom: 15px;
}

.hubspot-form span.selection {
    position: relative;
    left: 6px;
}

.hubspot-form label.hs-error-msg {
    position: absolute;
}

.hubspot-form .select2-selection__rendered span.country-name {
    display: none;
}

@media (min-width: 992px) {
.hubspot-form .select2-container--open .select2-dropdown--below, span.select2-dropdown.select2-dropdown--above {
    top: 0;
    width: 395px !important;
}
.contact-us-page-section.min-vh-100-md {
    min-height: 85vh;
}
.search-results  .acf-contact-us-section {
    min-height: 70vh;
	}
    .headquarters-information {
    max-width: 80%;
    padding-bottom: 225px;
}
}

.hubspot-form ul.hs-error-msgs {
    width: -webkit-fill-available;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
}

.hs_error_rollup {
    order: 1 !important;
    bottom: 131px;
    width: -webkit-fill-available !important;
    /* position: absolute; */
    height: 0;
}

@media (min-width: 992px) {

    .contact_us_page .hs_firstname,
    .contact_us_page .hs_lastname,
    .contact_us_page .hs_company,
    .contact_us_page .hs-email,
    .contact_us_page .hs-dependent-field {
        flex: 1;
        min-width: calc(33.333% - 10px);
    }

    /* .contact_us_page .hs_firstname {
        order: 1;
    }

    .contact_us_page .hs_lastname {
        order: 2;
    }

    .contact_us_page .hs_company {
        order: 3;
    }

    .contact_us_page .hs_phone {
        order: 4;
    }

    .contact_us_page .hs_email {
        order: 5;
    } */

    .contact_us_page .hs-dependent-field {
        order: 6;
    }

    .contact_us_page .hs-business_segment___new__v2_ {
        order: 7;
    }

    .contact_us_page .hs_message {
        order: 8;
    }

    .contact_us_page .hs-fieldtype-booleancheckbox {
        order: 9;
    }

    .contact_us_page .hs-submit {
        order: 10;
    }

    .contact_us_page .select2-container--open .select2-dropdown--below,
    .contact_us_page span.select2-dropdown.select2-dropdown--above {
        top: 0;
        width: 330px !important;
    }

    .contact_us_page .hs_other__i_am_a_ {
        width: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }
    .product_form_ip form .hs-dependent-field {
        width: 100%;
    }

    .contact-us-page-section .contact-form-wrapper {
        min-height: 488px; 
        max-height: 600px;
    }
    
}
.contact_us_page.contact_form_ip .hs-dependent-field form > .hs-fieldtype-radio {
    width: 100% !important;
}
.contact_us_page .hs_other___israel_business_segment___v2____________,
.contact_us_page .hs_other__i_am_a_ {
    margin-top: 20px;
}

.hs_crops ul.inputs-list.multi-container {
    display: none;
}

.contact_us_page .hs-fieldtype-intl-phone .select2 {
    width: 16% !important;
}

.contact_us_page .select2-selection--multiple {
    margin-top: 20px;
    background-color: var(--white) !important;
    right: 5px;
    position: relative !important;
    border-radius: 6px;
    border: 1px solid var(--soft-gray) !important;
    padding: 0;
    width: 100%;
    border-radius: 5px !important;
}

.contact_us_page .select2-selection__choice {
    display: block;
}

.contact_us_page .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 25px;
}

.contact_us_page .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background-color: var(--white);
    color: var(--bs-black) !important;
    font-size: var(--f12);
}

.contact_us_page input.select2-search__field::placeholder {
    color: var(--bs-blackr) ! important;
    font-size: var(--f16);
    padding-left: 10px;
}

.contact_us_page .select2-container--default .select2-selection--multiple::after {
    color: var(--bs-black) !important;
    font-size: 11px !important;
    right: 6px;
}

.select2-container--default .select2-results>.select2-results__options {
    color: var(--bs-black);
}

.logged-in .footer_contact_us span.select2-dropdown.select2-dropdown--below {
    top: 10px;
}

.footer_contact_us span .select2-dropdown.select2-dropdown--below,
.contact_us_page span .select2-dropdown.select2-dropdown--below {
    top: 10px;
}

.footer_contact_us span input.select2-search__field,
.contact_us_page span input.select2-search__field {
    border-radius: 6px !important;
}

.footer_contact_us .select2-container--default .select2-results>.select2-results__options,
.contact_us_page .select2-container--default .select2-results>.select2-results__options {
    width: 100%;
}

.footer_contact_us .select2-search__field:focus,
.contact_us_page .select2-search__field:focus {
    outline: none !important;
    box-shadow: none !important;
}

.footer_contact_us .select2-search__field,
.contact_us_page .select2-search__field {
    height: 33px;
    padding: 7.5px 10px !important;
}

.hubspot-form.contact_us_page .hs-dependent-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 11px top 12px;
    background-size: 17px;
}
.rtl .hubspot-form.contact_us_page .hs-dependent-field select {
    background-position: left 11px top 12px;
}
.hubspot-form.contact_us_page .select2-container--default .select2-selection--multiple,.hubspot-form.contact_us_page .select2-container--default.select2-container--focus .select2-selection--multiple {
    padding-right: 0;
    height: 44px;
}

.hubspot-form.contact_us_page .select2-container .select2-search--inline .select2-search__field {
    right: 13px;
    display: none;
    position: relative;
    top: -2px;
}

.hubspot-form.contact_us_page {
    opacity: 0;
    visibility: hidden;
    min-height: 600px;
    transition: opacity 0.3s ease-in-out;
}
.hs-fieldtype-checkbox .select2-container, .hs-fieldtype-checkbox .select2-container input {
    width: 100% !important;
}
.form-product_form .hubspot-form form {
    row-gap: 15px!important;
    gap: 15px;
}
.product_form .form-product-title {
    font-weight: var(--font-weight-semi-bold);
    font-family: var(--secondary-font);
}
.product_form .quote-sub-title {
    font-size: var(--f24);
    font-weight: var(--font-weight-light);
    font-family: var(--secondary-font);
}
.product_form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 11px;
}
.hubspot-form.footer_contact_us .hs-form-booleancheckbox input[type="checkbox"]:checked ,.hubspot-form.contact_us_page .hs-form-booleancheckbox input[type="checkbox"]:checked{
    accent-color: #079cd4;
}
/* .hubspot-form.contact_us_page .hs_error_rollup label.hs-main-font-element ,.hubspot-form.footer_contact_us .hs_error_rollup label.hs-main-font-element{
    display: none;
} */
 @media (max-width: 992px) {
 .contact-us-page-section .contact-title-wrapper {
    margin-top: 60px;
}
 }
 .acf-contact-us-section .hs_error_rollup{
    display: none !important;
 }
   

 /* Project Form Customization */
.hubspot-form.project_page input ,.hubspot-form.project_page select { width: calc(50% - 10px);}
.hubspot-form.project_page select[name="i_am_a_"] {width: 100%!important;}
.hubspot-form.project_page .hs-form {display: flex;flex-wrap: wrap;gap: 20px; }
.hubspot-form.project_page .hs-form-field {width: calc(50% - 10px); box-sizing: border-box;}
.hubspot-form.project_page input,.hubspot-form.project_page select,.hubspot-form.project_page textarea {width: 100%;}
.hubspot-form.project_page select[name="i_am_a_"],.hubspot-form.project_page .hs_i_am_a_ {width: 100% !important;flex: 0 0 100%;}
.hubspot-form.project_page .hs-fieldtype-textarea {width: 100% !important;}
.hubspot-form.project_page .hs-fieldtype-intl-phone .hs-input {width: 100%;}
.hubspot-form.project_page .hs_submit {flex: 0 0 100%;}
.hubspot-form.project_page .hs-fieldtype-booleancheckbox input{width: 12px!important;}
.hubspot-form.project_page .hs-dependent-field .select2 .select2-selection {margin-top: 20px;border-radius: 6px;border: 1px solid var(--soft-gray);width: 100%;background-color: white;}
.hubspot-form.project_page .select2-selection__choice {display: block !important;}
.hubspot-form.project_page .select2-container--default .select2-selection--multiple .select2-selection__rendered li {background-color: var(--white);color: var(--bs-black) !important;font-size: var(--f12);}
.hubspot-form.project_page span.selection {left: unset !important;}
.hubspot-form.project_page [name="other__i_am_a_"] {margin-top: 20px;}
.hubspot-form.project_page .select2-container--default{width: 100% !important;}
.hubspot-form.project_page .hs_crops___for_projects.hs-crops___for_projects {width: 100% !important;}
.hubspot-form.project_page  .hs-fieldtype-intl-phone .select2{width: 14%!important;}
.hubspot-form.project_page .custom-field-grid{display: flex; flex-wrap: wrap; gap: 16px;width: 100%;}
.hubspot-form.project_page .custom-field-grid select{width: calc(50% - 8px);padding: 8px;border: 1px solid #ccc;borderRadius: 6px;appearance: none;}

.hubspot-form.project_page select {-webkit-appearance: none ! Important;-moz-appearance: none;background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat: no-repeat;background-position: right 11px top 12px;background-size: 17px;}
.rtl .hubspot-form.project_page select {   background-position: left 11px top 12px;}
.hubspot-form.project_page  span.hs-form-required ,.hubspot-form.product_form span.hs-form-required {display: none;}
.hubspot-form.project_page .hs_other__i_am_a_ {width: 100% !important;}
 /* Project Form  Responsive */
@media (max-width: 991px) {
.hubspot-form.project_page .hs-form-field {width: 100%;}
.hubspot-form.project_page .custom-field-grid select {width: 100%;}
.hubspot-form.project_page .hs-fieldtype-intl-phone .select2 {width: 16% !important;}
.hubspot-form.project_page .select2-container--default .select2-selection--single .select2-selection__arrow b{left: 70%;}
#main-container:not(:has(> *)) {height: 50px;}
}

/* New Crop Gated form css */
#crop-gated-form .modal-body { padding: 0; }
#crop-gated-form .modal-content { border-radius: 22px; position: relative; border: 0; }
#crop-gated-form .modal-header { z-index: 1; top: 3%; right: 1.5%; position: absolute; padding: 0; }
#crop-gated-form .popup-right-image { border-bottom-right-radius: 20px; border-top-right-radius: 20px; }
.rtl #crop-gated-form .popup-right-image {     transform: scaleX(-1); }
#crop-gated-form .hs_submit.hs-submit { display: flex; justify-content: flex-end; width: 100%; }
#crop-gated-form .hubspot-form .hs-fieldtype-booleancheckbox label { align-items: baseline; }
html[lang="uk"] #crop-gated-form .hubspot-form .hs-fieldtype-booleancheckbox label { display: inline; }
html[lang="uk"] #crop-gated-form li.hs-form-booleancheckbox label input {margin-right: 10px;}
#crop-gated-form li.hs-form-booleancheckbox label input { position: relative; top: 2px; }
#crop-gated-form li.hs-form-booleancheckbox { padding-top: 12px; }
#crop-gated-form .hs_submit.hs-submit input { font-weight: var(--font-weight-regular); }
#crop-gated-form .hs_error_rollup { bottom: 93px !important; }
#crop-gated-form .modal-header .btn-close {display: none;}
a.btn.processing[data-cta="crop-gated-form"] {justify-self: left!important;}
@media (max-width: 992px) {
  #crop-gated-form .popup-right-image { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }
  #crop-gated-form .modal-header { top: 3%; right: 3.5%; }
}
.project_page select[name="crops___for_projects"] ,.project_page [name="other__i_am_a_"] {
    display: none!important;
}
/* .hs_business_segment___new__v2_.hs-business_segment___new__v2_.hs-fieldtype-radio.field.hs-form-field {
    display: none;
} */
.hubspot-form .hs-fieldtype-radio ul.inputs-list.multi-container {
    padding-right: 0 !important;
    list-style: none !important;
}
.hubspot-form .hs_error_rollup {
    display: none;
}
.hs-error-msgs, .hs-error-msg{
visibility: hidden;
opacity: 0;
height: 0;
overflow: hidden;
}
.contact_us_page .select2-container--default .select2-selection--multiple:focus,
.contact_us_page .select2-container--default .select2-selection--multiple.select2-selection--focus {
    border: 2px solid var(--bs-black)!important;
}
.rtl .hubspot-form .unit-system-container {
    display: none;
}
.hs_crops .select2-container .select2-search--inline .select2-search__field{display: block !important;}
/* .contact_us_page .hs-fieldtype-checkbox .select2-container{ position: static; min-height: 55px; }
.contact-us-page-section .contact-form-wrapper { position: relative; }
.contact_us_page.hubspot-form .hs_crops span.selection { position: absolute; width: 100%; margin-top: 0; }
.contact-us-page-section  .select2-selection--multiple { max-width: 100% ; margin-left: 0; padding-left: 0; } */
@media (max-width: 992px) {
    .contact-us-page-section  .contact-information{
min-height: 34vh;
}
}
