#googleMaps {
	height: 555px;
}
.contact-page-section {
	padding: 100px 0px 160px;
	.contact-form-text {
		max-width: 500px;
		h3 {
			color: #222222;
			font-size: 36px;
			font-weight: 700;
			line-height: 1.333;
			padding-bottom: 25px;
		}
		p {
			color: #555555;
		}
		.el-contact-info {
			margin-top: 40px;
			.contact-address {
				max-width: 500px;
				margin-bottom: 25px;
				padding-bottom: 20px;
				border-bottom: 1px solid #dddddd;
				.contact-icon {
					float: left;
					line-height: 1;
					font-size: 42px;
					color: $base-color2;
					margin-right: 30px;
				}
				.contact-text {
					h4 {
						font-size: 22px;
						color: #000000;
						font-weight: 600;
						padding-bottom: 15px;
					}
					p {
						color: #222222;
						overflow: hidden;
						max-width: 300px;
						font-size: 18px;
						strong {
							font-size: 24px;
							line-height: 1;
						}
					}
				}
				&:last-child {
					border-bottom: none;
				}
			}
		}
	}
	.el-contact-form {
		box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
		padding: 50px 30px;
		h3 {
			color: #222222;
			font-size: 36px;
			font-weight: 700;
			line-height: 1.333;
			padding-bottom: 30px;
		}
		.contact-form-area {
			input,textarea {
				height: 55px;
				width: 100%;
				padding-left: 30px;
				margin-bottom: 20px;
				border: 1px solid #e4e6e9;
			}
			textarea {
				height: 128px;
				padding-top: 20px;
			}
			.sub-button {
				button {
					@extend%button-fix;
					text-transform: uppercase;
					background-color: $base-color2;
					color: #fff;
					font-size: 14px;
					font-weight: 700;
					height: 60px;
					width: 215px;
				}
			}
		}
	}
}