.about-map iframe {
    border-width: 0px;
    overflow: hidden;
    margin: 0px;
}

.topbar-content .search-box {
    position: absolute;
    top: 100%;
    right: 0px;
    background: rgb(255, 69, 0);
    z-index: 999;
    padding: 10px;
    text-align: left;
    display: none;
}

.topbar-content .search-box label {
    display: inline-block;
    width: 74%;
    margin-bottom: 0;
}

.topbar-content .search-box label .search-field {
    background: #fff;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    border: none;
}

.topbar-content .search-box label .search-field::placeholder {
    font-size: 14px;
}

.topbar-content .search-box .search-submit {
    width: 25%;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    background: #fff;
    color: #ff4400 !important;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
    margin-left: -4px;
    border-left: 1px solid #ddd;
    transition: 0.3s;
}

.topbar-content .search-box .search-submit:hover {
    background: #00408e;
    color: #fff !important;
    cursor: pointer;
}

a.search-icon:hover {
    cursor: pointer;
    border: 2px solid #fff;
}

a.search-icon i {
    color: #048be9;
}

a.search-icon:hover i {
    color: #606060;
}

.inline-inputs.company-inputs label:first-child span {
    width: 45%;
}

.footer .contact-form label,
.distributor-contact .contact-form label {
    position: relative;
}

.footer .contact-form label span.wpcf7-form-control-wrap,
.distributor-contact .contact-form label span.wpcf7-form-control-wrap,
.seo-banner-form .contact-form label span.wpcf7-form-control-wrap {
    position: unset;
}

.footer .contact-form label span.wpcf7-not-valid-tip,
.distributor-contact .contact-form label span.wpcf7-not-valid-tip,
.seo-banner-form .contact-form label span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: 100% !important;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
    border-right: 0 !important;
    font-weight: normal !important;
    color: red !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #f7e700 !important;
}

.wpcf7-mail-sent-ok {
    color: green !important;
}

@media (max-width: 575px) {

    .inline-inputs label,
    .inline-inputs.company-inputs label {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .inline-inputs.company-inputs label:first-child span:first-child {
        width: 35%;
    }

    span.wpcf7-form-control-wrap.company-name {
        width: 85% !important;
    }
}