/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 13:36:06 */
.contact-form-styling .wpcf7-form {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.contact-form-styling .wpcf7-form p{
     width:49%!important;
}
.contact-form-styling .wpcf7-form p:nth-child(2){
    width:100% !important;
}
.contact-form-styling .wpcf7-form p label textarea,
.contact-form-styling .wpcf7-form p label input{
    border-radius:15px;
    border-top:2px solid #294145 !important;
    border-bottom:2px solid #294145 !important;
    border-left:1px solid #86b85e !important;
    border-right:1px solid #86b85e !important;
    background-image:unset !important;
}
.contact-form-styling .wpcf7-form p label textarea:hover,
.contact-form-styling .wpcf7-form p label input:hover{
    border-bottom:2px solid #86b85e !important;
    border-top:2px solid #86b85e !important;
    border-left:1px solid #294145 !important;
    border-right:1px solid #294145 !important;
}
@media (max-width:576px){
    .contact-form-styling .wpcf7-form p{
     width:100%!important;
}
}