.footer1 {
	background:#D80000;
	box-shadow: 0px -3px 15px -3px rgba(0, 0, 0, 0.10);
	padding:20px; padding-bottom:0;
	z-index:9999;
	width:100%;
}
.footer1_logo {
	min-width:70px; width:24%; max-width:150px;
	height:100%;
}
.footer1_logo img {
	width:100%;
}
.footer1_btn_div {
	width:24%; max-width:210px;
}
.footer1_btn_div span {
	margin-top:17px;
	font-size: 14px;
	color: #f5f5f5;

}
.footer1_btn {
	background: #fff;
	border-radius: 20px;
	font-size:18px;
	text-align: center;
	color: #000;
	padding:10px 30px;
	white-space:nowrap;
}
.footer1_btn:hover {
	background:#B80000;
	color:#fff;
}
.footer1_right {
	width:50%; height:100%;
}
.footer1_copyright {
	font-size: 14px;
	color:#E2E2E2;
	padding-bottom:10px;
}
.footer1_link {
	white-space:nowrap;
	font-size:16px;
	color:#E2E2E2;
	text-decoration:none;
	font-weight:500;
	margin-left:15px;
}
.footer1_link:hover {
	text-decoration:underline;
	color:#fff;
}
.footer1_phone, .footer1_phone:hover {
	font-weight: 700;
	font-size:24px;
	color:#fff;
	margin-top:15px;
	text-align:right;
	text-decoration:none;
}
.footer1_email, .footer1_email:hover {
	font-weight: 500;
	font-size:16px;
	color:#e2e2e2;
	margin-top:0;
	text-align:right;
	text-decoration:underline;
}
.footer1_email:hover, .footer1_phone:hover {color:#333;}
.footer1_btn_lk {
	background: #B80000;
	border-radius: 20px;
	font-size:16px;
	text-align: center;
	color: #FFF;
	padding:8px 20px;
	margin-top:10px;
	white-space:nowrap;
}
.footer1_btn_lk:hover {
	background: #900000;
	color:#fff;
	cursor:pointer;
}

@media only screen and (max-width:880px) {
	.footer1_right {
		width:100%;
		order:1;
	}	
	.footer1_logo {
		min-width:280px; width:100%; max-width:880px;
		order:2;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		padding:20px; margin-top:20px;
	}
	.footer1_logo img {width:50%; max-width:200px; text-align:center;}
	.footer1_btn_div {
		width:100%; max-width:880px;
		order:3;
		margin-top:20px;
		margin-bottom:40px;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	.footer1_btn_div div {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		width:100%;
	}
	.footer1_btn_div div div {
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	.footer1_link {
		white-space:nowrap;
		font-size:15px;
		margin-left:12px;
	}
}