.common-form .ffl-row {
    margin-bottom: 4%;
}

.common-form .ffl-row .ffl-wrapper {
    width: 48%;
    display: inline-block;
    margin-bottom: 0px;
}
.common-form .ffl-wrapper {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 4%;
}
.common-form .ffl-row .ffl-wrapper:nth-child(odd) {
    float: left;
}
.common-form .ffl-row .ffl-wrapper:nth-child(even) {
    float: right;
}
.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    left: 3px;
    font-size: 18px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 0px;
    color: #757575;
    line-height: 1.2;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    width: calc(100% - 30px);
    text-align: left;
    padding-left: 30px;
}
.common-form .ffl-floated .ffl-label {
    top: -16px;
  }
.ffl-wrapper input[type="text"] {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: none;
    outline: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    background: transparent;
    border-bottom: 1px solid;
    border-color: #757575;
    transition: color .5s, border-color .5s;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}
.ffl-wrapper textarea {
    height: 45px;
    resize: none;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: none;
    outline: 0;
    font-weight: 300;
    font-size: 18px;
    color: #757575;
    background: transparent;
    border-bottom: 1px solid;
    border-color: #757575;
    transition: border-color .5s;
}

.contact-bottom-block .flex-wrapper  {
    float: left;
}
@media (max-width: 568px) {
    .header .search-form {
        display: none;
    }
}

