.elementor-cta, .elementor-widget-call-to-action .elementor-widget-container {
	overflow: hidden;
	text-decoration: none !important;
}

.cmt-contact-us {
	background-color: #e9f3f8;
	padding: 15px;
}

.row-1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.column-1 {
	flex: 1;
	margin-right: 10px;
}

.column-1:last-child {
	margin-right: 0;
}

@media (max-width: 768px) {
	.row-1 {
		flex-direction: column;
	}
	
	.column-1 {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
	border-radius: 35px;
}

.form-contactpg {
	opacity: .8;
}

@media (max-width: 768px) {}