/* custom-style.css */
.wpcf7 textarea.form-control {
    height: 100px !important;
    resize: none;
	border: 1px solid black;
}

.elementor-kit-1317 input[type="submit"]{
	font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 25px 15px 25px !important;
}

.wpcf7 select.wpcf7-form-control {
    padding: 6px 10px;
    border: 1px solid black !important;
}