#kl__form-container {
    /* background: transparent !important; */
    padding: 0 0px 0 0px !important;
    line-height: 1.5;
    text-align: left;
    width: 100%;
        background-color: #ffffff00 !important;
    min-height: 380px !important;
    color: #fff;
}

h5.kl-form__form-title {
    position: relative;
    text-align: center;
    display: inline-block;
    /* font-family: aAutoSignature, sans-serif !important; */
    color: #2f2c2c !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize !important;
}

button.kl-form__submit-button {
    color: rgb(0, 0, 0);
    border: none;
    padding: 8px 47px;
    background: #ffb300;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: auto;
    font-size: 1.2rem;
    margin-right: auto;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

button.kl-form__submit-button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0)
}

input[type="text"] {
    margin-bottom: 4px;
}

.kl-form .kl-input {
    margin-bottom: 8px !important;
}


.qodef-grid-item input[type="text"],
input[type="url"],
textarea {
    border-bottom: 1px solid #8d8d8d !important;
}

#kl-11-input,
#kl-21-input,
#kl-31-input,
#kl-41-input,
#kl-51-input{
    border: none;
    border-bottom: 1px solid #8d8d8d;
    color: #595959;
    border-radius: 0;
    font-size: 1.1rem;
}

.css-13cymwt-control {
    border: none !important;
    border-bottom: 1px solid #8d8d8d !important;
    border-radius: 0 !important;
    border-width: 0 0 1px 0;
    background: transparent !important;

}

.css-13cymwt-control {
    /* border: none; */
    border-bottom: 1px solid #8d8d8d;
    color: #595959;
    border-radius: 0;
    font-size: 1.5rem;
}

.kl-form .kl-input .form-label {
    display: none !important;
}

.kl-form .kl-input input {
    /* background: transparent !important; */
    background-color: #2f2c2c;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    /* -webkit-appearance:none; */
    box-shadow: none !important;
}

.kl-form__branding {
    display: none;
}

.kl-form__submit-button {
    font-size: 1.5rem;
    font-weight: 400;
    user-select: none;
    line-height: 1.5;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    color: #fff;
    background-color: #0176FF;
    border-color: #0176FF;
    border-radius: 0.267rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.kl-input .form-control.lookup {
    font-size: 1rem !important;
    display: contents;
}

.css-9jq23d {

    font-size: 1rem !important;

}

@media (max-width: 767px) {

    #kl__form-container {
        padding: 0 !important;
    }

    .kl-form {
        min-height: 65% !important;
    }
}

@media only screen and (max-width: 767px) {
    .contact .popUpWindow.active {
        max-height: 75%;
        background: rgba(0, 0, 0, 0.65);
        padding: 10px;
    }
}
