/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2021 | 00:08:50 */
.form-nez input {
    height: 40px;
    border-radius: 6px;
    margin: 4px 0;
    width: 100%;
    border: #dcdcdc solid 0.5px;
    padding: 5px 10px !important;
}
.form-nez textarea {
    height: 140px;
    border-radius: 6px;
    margin: 4px 0;
    width: 100%;
    border: #dcdcdc solid 0.5px;
    padding: 5px 10px !important;
    font-family: 'Lato';
    font-size: 17px;
}
.labe-half {
    width: 49.5%;
    display: inline-block;
}
.form-nez .wpcf7-submit {
    width: auto;
    padding: 10px 30px !important;
    background: #ef8503;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.form-nez .wpcf7-submit:focus {
    outline: none;
}
.form-nez .wpcf7-submit:hover {
    background: #c7630d;
  }
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 10px;
    font-weight: normal;
    display: block;
    float: left;
}
.form-nez .btn-contc {
    text-align: left;
}
@media only screen and (max-width: 768px) {
  .labe-half {
    width: 100%;
    display: block;
}
}