.friendly_links{
	width: 75%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.friendly_links p{
	/* color: #ff8600; */
}
/* .friendly_links div{
	flex: 1;
} */
.friendly_links a{
	margin-right: 10px;
}
.friendly_links a:hover{
	color: #ff8600;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 4.5625rem 0;
	box-sizing: border-box;
}


.fc-menu-box {
	width: 100%;
	margin-left: 7.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fc-menu-box h5 {
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 1.875rem;
}

.fc-menu-box p {
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1.0625rem;
}

.keep-record-bg {
	width: 100%;
	min-height: 3rem;
	line-height: 3rem;
	background: #00931c;
	color: #FFFFFF;
}

.keep-record {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	flex-wrap: wrap-reverse;
}

.fc-box img {
	margin-bottom: 1.25rem;
}

.fc-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fc-box,
fc-phone {
	text-align: center
}

.fc-logo {
	width: 15rem;
	margin: 0;
}

.fc-code {
	width: 15rem;
}

.fc-phone {
	width: 15rem;
}

.fc-box .fc-logo img {
	width: 100%;
	/* height: 4.875rem; */
}

.fc-box .fc-phone img {
	width: 100%;
}

.fc-box .fc-code img {
	width: 100%;
	/* height: 13.875rem; */
}

.fc-box .fc-code p {
	text-align: center;
}
footer {
    background: #FFFFFF;
}