/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2023 | 11:03:13 */
p:last-child {
	margin-bottom: 0;
}

/*Sign Up Form*/
#hero_register select,
#hero_register input[type="text"],
#hero_register input[type="email"],
#hero_register input[type="tel"] {
	border-radius: 8px;
	width: 100%;
	height: 56px;
	border: 1px solid #ddf3f9;
	margin-bottom: 1em;
	padding: 0 1em;
	color: #58595b;
	font-size: 1.125rem;
	background-color: #FFFFFF;
}

#hero_register select {
	-webkit-appearance: none;
   	-moz-appearance:    none;
	-ms-appearance:     none;
   	appearance:         none;
	background-position: calc(100% - 1em) center !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/> </svg>");
	background-repeat: no-repeat;
}

#hero_register button[type="submit"] {
	border-radius: 5px;
	padding: 16px 32px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875em;
	background-color: #6ac7ba;
	width: 100%;
}
