#wdcmsfooter {
	float: right;
	text-align: center;
	position: absolute;
	right: 0;
	left: auto;
	bottom: auto;
	top: -30%;
	z-index: 1;
}
#wdcmsfooter .footer-desc {
	margin: 20px 0 0;
	float: none;
	width: 75%;
	font: 400 13px/24px var(--secondary-font);
	color: var(--footer-color);
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}
@media (max-width: 1300px) {
#wdcmsfooter {
	top: -10%;
}
}
@media (max-width: 991px) {
#wdcmsfooter {
	position: static;
	margin-top: 45px !important;
}
#wdcmsfooter .footer-desc {
	margin: 20px 0;
	width: 100%;
}
}