/* For mobile view css*/
.web-footer {
	padding: unset !important;
	min-height: unset !important;
}
.footer-logo-extension {
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
    .footer-col-right.col-sm-6.col-12.footer-powered {

        margin-top: -40px;
    }
}
