
/* Button Model 1 */
.btn-1 {
	text-align: center;
	margin: 0;
}

@media (max-width: 767px) {
	.btn-1 .elementor-button {
		width: 100%;
	}
}

.btn-1 .elementor-button {
	background-color: #f9e800 !important;
	border-color: #f9e800;
	color: #0a1254;
	height: 60px;
	min-width: 340px;
	font-family: "Helvetica", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px;
	text-decoration: unset;
	border-style: solid;
	border-width: 3px;
	border-radius: 6px;
	padding: 6px 24px;
	display: inline-block;
	align-content: center;
	align-items: center;
}

.btn-1 .elementor-button:hover {
	background-color: white !important;
	color: #0a1254;
	border-color: white;
}

.btn-1.on-white-section .elementor-button:hover {
	background-color: #0a1254 !important;
	color: white;
	border-color: #0a1254;
}

.btn-1 .elementor-button path {
	fill: #0a1254;
}

/* Button Model 2 */
.btn-2 {
	text-align: center;
	margin: 0;
	height: 60px;
}

@media (max-width: 767px) {
	.btn-2 .elementor-button {
		width: 100%;
	}
}

.btn-2 .elementor-button {
	background-color: transparent !important;
	color: #0a1254;
	border-color: #0a1254;
	height: 60px;
	min-width: 340px;
	font-family: "Helvetica", Sans-serif !important;
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 24px;
	text-decoration: unset;
	border-style: solid;
	border-width: 3px;
	border-radius: 6px;
	padding: 6px 24px;
	display: inline-block;
	align-content: center;
	align-items: center;
}

.btn-2 .elementor-button:hover {
	background-color: #f9e800 !important;
	border-color: #f9e800 !important;
	color: #0a1254;
}

.btn-2.on-white-section .elementor-button {
	color: #0a1254 !important;
}
