.about-bidnow {
    border-bottom: none;
    margin-bottom: 0px;
}

@media (max-width: 576.98px) {
    /* footer mobile view */
    .firstfooter-heading.text-wrap.pt-5 {
        padding-top: 1rem !important;
    }
    .new-slick-slider.py-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    footer .row.justify-content-center.mt-5.mb-4 {
        margin-top: 1rem !important;
        margin-bottom: 0px !important;
    }
    .mobile-dropdown-divider {
        height: 0;
        margin-bottom: 1rem;
        overflow: hidden;
        border-top: 1px solid #ddd;
        width: 100%;
    }
    .mobile-dropdown-divider-last {
        height: 0;
        margin-top: 1rem;
        overflow: hidden;
        border-top: 1px solid #ddd;
        width: 100%;
    }
    .downfooter-heading {
        margin-bottom: 0px;
        /*vertical-align: revert;*/
        display: contents;
    }
}

/* social media */
.social-media-icon svg {
	fill: #ccc;
}
.social-media-icon svg:hover {
	fill: var(--yellow);
}