/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpforms-form button{
    background-color:#19a2bf !important; 
    color:#fff !important;
    }
.wpforms-page-button:hover{
    background-color:transparent !important;
    border:1px solid #000 !important;
    }
.wpforms-field-container .wpforms-page .wpforms-clear .wpforms-page-button:hover,
.wpforms-field-container .wpforms-page .wpforms-clear .wpforms-page-button:active,
.wpforms-field-container .wpforms-page .wpforms-clear .wpforms-page-button:focus{
    background: #ecbb59 !important;
    border: 1px solid #ecbb59  !important;
	outline:0px !important;
    }
.wpforms-field-container .wpforms-page .wpforms-clear .wpforms-page-button:before,
.wpforms-field-container .wpforms-page .wpforms-clear .wpforms-page-button:after{
	content:inherit !important;
	border:0px !important;
	}
.loan-col .ekit-wid-con {
    border: 1px solid #9e9e9e5e;
    box-shadow: 0px 0px 10px 0px #347a82;
    border-radius: 5px;
	transition-duration: .3s;
    transition-timing-function: ease-out;
    }
.loan-col .ekit-wid-con:hover {
    transform: translateY(-8px);
	}
