.footer_notfil {
	width: 100%;
    height: 55px;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 8px #CCCCCC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	transform-style: preserve-3d;
}
/* .footer_notfil::after{
	content: "";
	display: block;
	width: 15%;
	height: 33px;
	border-radius: 30px 30px 0 0;
	box-shadow: 0px 0px 8px #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%) translateZ(-1px);
	z-index: 1;
} */
.footer_notfil .footer-con {
	width: 15%;
	height: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer_notfil .footer-con span {
    display: block;
}
.footer_notfil .footer-con .footicon{
	display: block;
	width: 25px;
	height: 24px;
	margin-top: 5px;
}
.footer_notfil .footer-con .navText{
	font-size: 15px;
}
.footer_notfil .foot-con_2 {
	height: 77px;
	border-radius: 40px 40px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	justify-content: space-around;
	z-index: 90;
}

.footer_notfil .footer-margin{
	margin-right: 20%;
}
/* .footer_notfil .foot-con_2::after{
	content: "";
	display: block;
	width: 56px;
	height: 33px;
	border-radius: 30px 30px 0 0;
	box-shadow: 0px 0px 8px #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%) translateZ(-1px);
	z-index: 1;
} */
.footer_notfil .foot-con_2 img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.footer_notfil .foot-con_2 .navText{
	margin-bottom: 2px;
}

.footer_notfil .footeractive span{
	color: #ff8800 !important;
}

.footer_integral {
	width: 100%;
    height: 55px;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 8px #CCCCCC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	transform-style: preserve-3d;
}

.footer_integral .footer-con {
	width: 15%;
	height: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer_integral .footer-con span {
    display: block;
}
.footer_integral .footer-con .footicon{
	display: block;
	width: 25px;
	height: 24px;
	margin-top: 5px;
}
.footer_integral .footer-con .navText{
	font-size: 15px;
}
.footer_integral .foot-con_2 {
	height: 77px;
	border-radius: 40px 40px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	justify-content: space-around;
	z-index: 90;
}
.footer_integral .foot-con_2 img{
	width: 50px;
	height: 50px;
}
.footer_integral .foot-con_2 .navText{
	margin-bottom: 2px;
}

.footer_integral .footeractive span{
	color: #ff8800 !important;
}