.footer-8- {
	background: var(--f8_FOOTER_BG);
	color: var(--f8_FOOTER_TXT_COLOR)
}

.footer-8- .dstg-footer {
	padding: 3rem 0;
}

.footer-8- .dstg-footer .dotted-line {
	position: relative;
    margin: 3rem 15px;
    width: 100%;
	border-top: var(--f8_FOOTER_SEPERATOR_LINE)
}

.footer-8- .dstg-footer .footer-block- {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0
}

.footer-8- .dstg-footer .footer-title {
	font-size: var(--SUBHEADER_FONT_SIZE);
	font-weight: var(--MED_FONT_WEIGHT);
	margin-bottom: 1rem;
	font-family: var(--PRIMARY_FONT_FAMILY);
}

.footer-8- .dstg-footer .footer-content {
	font-size: var(--SUBBODY_TXT_FONT_SIZE)
}

.footer-8- .dstg-footer .images-box- {
	gap: .5rem
}

.footer-8- .dstg-footer .images-box- .images-withlbl- {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    gap: 1rem
}

.footer-8- .dstg-footer .partner-sponsors img {
	width: 60px
}

.footer-8- .dstg-footer .footer-icon {
	width: 50px;
	height: 50px
}

.footer-8- .dstg-footer .payment-mtd img {
	width: 60px;
	height: max-content;
	cursor: pointer;
	filter: grayscale(100%)
}

.footer-8- .dstg-footer .payment-mtd img:hover {
	filter: grayscale(0);
}

.footer-8- .dstg-footer .contact-us img {
	filter: grayscale(100%);
	transition: none;
	cursor: pointer;
	width: 40px
}

.footer-8- .dstg-footer .contact-us img:hover {
	filter: grayscale(0)
}

.footer-8- .dstg-footer .copyright- {
	margin-top: 3rem;
	font-size: var(--BODY_SMALL_TXT_FONT_SIZE)
}

.footer-8- .dstg-footer .aboutus- {
	font-size: var(--BODY_SMALL_TXT_FONT_SIZE)
}

.footer-8- .dstg-footer .aboutus- a:hover {
	color: var(--color23);
	text-decoration: none;
}