#hero {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	background-color: #f5fdff;
	border-top: 2px solid #00b4d8;
}

.hero-header {
	font-size: 2em;
	text-align: center;
	color: #007f99;
}

.hero-text {
	margin-top: 20px;
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	text-align: center;
}

.wrapper {
	background-color: #ffffff;
	padding: 5px;
}

.contact-form-header {
	text-align: center;
	font-size: 1em;
	margin-bottom: 25px;
	padding-top: 50px;
	padding-bottom: 20px;
}

form {
	padding: 25px;
}

input[type="text"],
input[type="tel"],
input[type="date"],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: sans-serif;
}

label {
	font-size: 0.8em;
	line-height: 1.6em;
}

.form-button {
	background-color: #caf0f8;
	color: #03045e;
	padding: 14px 20px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
	width: 12.5em;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.form-button:hover {
	background-color: #03045e;
	color: #ffffff;
}

.work-time {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
	padding: 8px;
}

.work-time-header {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1.3em;
	font-family: sans-serif;
	padding-left: 15px;
	color: #404040;
}

.work-time-text {
	margin-bottom: 5px;
	font-size: 1em;
	font-family: sans-serif;
	padding-left: 15px;
	text-decoration: none;
}

.circle {
	background-color: #f5fdff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	border-radius: 50%;
}

.check {
	width: 20px;
	height: auto;
	max-width: 20px;
}

.service-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-item {
	margin-right: 25px;
	margin-bottom: 50px;
}

.service-list-header,
.service-list-text {
	margin-bottom: 0px;
}

.service-list-header {
	font-size: 1em;
	font-weight: 600;
}

.contact-social {
	margin-right: 25px;
	margin-bottom: 50px;
}

.social {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.social:hover {
	opacity: 0.5;
}

.social-icons {
	margin-left: -5px;
	margin-top: 25px;
}

/** Desktop and tablet screen **/
@media (min-width: 768px) {
	#hero {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.hero-header {
		font-size: 2.2em;
	}

	.contact-form-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 50px;
		padding-right: 50px;
	}

	.wrapper-item-1 {
		width: 50%;
		margin: 0 auto;
	}

	.wrapper-item-2 {
		width: 50%;
	}
}

@media (min-width: 1028px) {
	#hero {
		padding-left: 50px;
		padding-right: 50px;
	}

	.work-time {
		border-right: 1px solid #ccc;
	}
}
