/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 09:29:36 */
.neoweb-mortgage-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 16px 12px 24px;
	width: fit-content;
	border: 0;
	background: transparent;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	background:#45739b14;
	border-radius: 100px!important;
}

.neoweb-mortgage-button:hover {
	background: #45739b33;
	color: #45739b
}

.neoweb-mortgage-button__text {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #45739b;
	text-transform: uppercase;
}

.neoweb-mortgage-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #45739B;
	flex: 0 0 auto;
}

.neoweb-mortgage-button__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.neoweb-mortgage-button:hover,
.neoweb-mortgage-button:focus {
	outline: none;
	text-decoration: none;
}