/*
Theme Name:   FinancePal
Description:  This is a child theme of Hello Elementor, created by Growmodo Team
Author:       Growmodo Team
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  FinancePal
*/

/* Write here your own personal stylesheet */
html, body {
	overflow-x: hidden;
}
.checklist .elementor-icon-list-item {
    align-items: start !important;
}

.banner-form-section,
.banner-form-heading{
	transform: skewY(357deg);
}
.banner-form-col {
	transform: skewY(6deg);
}

.banner-form-col button {
    background: rgb(43,177,213);
    background: linear-gradient(90deg, rgba(43,177,213,1) 0%, rgba(16,212,159,1) 100%);
    box-shadow: 0px 17px 23px -3px rgba(32,191,191,0.35);
    -webkit-box-shadow: 0px 17px 23px -3px rgba(32,191,191,0.35);
    -moz-box-shadow: 0px 17px 23px -3px rgba(32,191,191,0.35);
}
