/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2024 | 16:49:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* FORM SUCCESS MESSAGE */
.elementor-message.elementor-message-success {
    display: none;
}
.popup-form input,
.popup-form textarea,
.popup-form select{
    outline: 0;
    padding: 17px;
    border-radius: 5px;
    position: relative;
    font-family: 'new-hero', 'sofia-pro', 'arial', var(--bs-font-sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #617798;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
}