.elx-contact-info {
	margin-top: 50px;
	.info-item-area {
		margin-bottom: 40px;
		&:last-child {
			margin-bottom: 0;
		}
		.inner-icon {
			width: 70px;
			height: 70px;
			margin-right: 30px;
			border-radius: 5px;
			background: var(--base-color-2);
			i {
				font-size: 30px;
				color: var(--base-color);
			}
		}
		.inner-text {
			max-width: 210px;
			h4 {
				font-size: 20px;
				font-weight: 600;
				padding-bottom: 10px;
				color: var(--black-color);
			}
		}
	}
}
.elx-contact-cta-info-wrap,
.elx-contact-form-area {
	max-width: 610px;
	padding: 65px 60px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
	.elx-contact-info-title {
		h3 {
			font-size: 36px;
			font-weight: 700;
			padding-bottom: 20px;
			color: var(--base-color-2);
		}
	}
	.elx-comment-form button {
		font-weight: 500;
		padding: 15px 30px;
	}
	.elx-comment-form textarea {
		height: 110px;
	}
}
.elx-contact-form-area {
	padding-bottom: 50px;
}
.elx-contact-page-section {
	z-index: 1;
	bottom: -205px;
	margin-top: -205px;
	padding-bottom: 385px;
}
.elx-google-map {
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	position: absolute;
	iframe {
		width: 100%;
	}
}