/*****Homepage bottom contact form*****/

.form-style-2 {
    background: transparent;
    padding: 30px;
}
.form-style-2 .fl-input-group input,
.form-style-2 .fl-input-group textarea {
    border-radius: 0;
    padding: 15px 0px 10px;
    height: auto;
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
}

.form-style-2 .fl-input-group input:focus,
.form-style-2 .fl-input-group textarea:focus {
    border-bottom: 1px solid #000;
    background-color: transparent;
}

.form-style-2 .fl-input-group input::-webkit-input-placeholder {
    color: #000;
}
.form-style-2 .fl-input-group textarea::-webkit-input-placeholder {
    color: #000;
}
.form-style-2 .fl-input-group {
    margin-bottom: 20px;
}
.form-style-2 label {
    display: none;
}