.foot {
	background: #242424;
	height: 22.5rem;
}

.foot .type_area {
	padding: 0 15rem 0 10rem;
}

.foot .type_area .r a {
	color: #fff;
	font-weight: bold;
	font-size: 1.125rem;
	margin-top: 1.875rem;

}

.foot .type_area .form {
	width: 31.25rem;
}

.foot .type_area .form .title {
	margin-bottom: 1.25rem;
	font-size: 1.375rem;
}
.foot .type_area .form .input-group-prepend img {
	width: 1.375rem;
	height: 1.375rem;
	padding: 0;
	background: transparent;
	border: none;
}

.foot .type_area .form .input-group {
	height: 2.75rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	padding-left: 0.625rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.input-group .form-control {
	border: none;
	height: 100%;
	margin-left: 0.625rem;
	padding-left: 0;
	background: transparent;
}

.foot .type_area .form .row {
	margin-top: 1.875rem;
	margin-left: 0 !important;
}

.foot .type_area .form .row .input-group {
	width: calc(50% - 10px);
}

.foot .type_area .form .btn {
	width: 13.75rem;
	height: 2.75rem;
	background: #CA0100;
	border: none;
}
.foot .type_area .form .btn span {
	font-size: 1.125rem;
	color: #fff;
}