.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-flex {
    display: flex;
}

.footer-top {
    width: 100%;
    align-items: unset;
}

.footer-top-left-items > span > a {
    text-decoration: none;
    color:black;
}

.footer-top-center-items {
    border-left: 2px solid #6b6e71;
    border-right: 2px solid #6b6e71;
    margin: 0px 35px 0px 35px;
    width: 720px;
}

.footer-top-right-items, .footer-top-left-items {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  max-width: 250px;
}

.footer-top-right-items > * {
    width: 100%;
    text-align: left;
}

.social-media-links {
    align-items: center;
    gap: 10px;
}

.footer-bottom{
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.footer-bottom-center-items {
    flex: 1;
    width: 100%;
}

.footer-logo-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo-image {
    width: 280px;
}

.footer-images {
    width: 25px;
}

.padd-left-35 {
    padding-left: 35px;
}

.padd-top-10 {
    padding-top: 10px;
}

.info-checkbox-input, .footer-left-info-bubble{
    display: none;
}

@media (width <= 810px) {
    .footer-top {
        flex-direction: column-reverse;
        align-items: center;
        /* gap: 25px; */
    }

    .footer-top-center-items {
        border-left: unset;
        border-right: unset;
        /* border-top: 2px solid #dee2e6;
        border-bottom: 2px solid #dee2e6; */
        margin: 35px 0px 35px 0px;
    }

    .footer-dv {
        gap: 10px;
    }
}

@media (width <= 780px) {
    .footer-bottom {
        flex-direction: column-reverse;
    }
}
