.footer-bottom {
    font-family: "Alexandria", sans-serif;
    background: white;
    padding: 7px;
    font-weight: 300;
    font-size: var(--font-size-card-subtitle);
    line-height: 35px;
    color: #959E7B;
    text-align: center;
}

@media (min-width: 1900px) {
    .container {
        max-width: none;
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.bold-home {
    font-weight: 600 !important;
    opacity: 1 !important;
    font-size: var(--font-size-nav-main) !important;
    line-height: 40px !important;
}
.footer-social p {
    font-size: var(--font-size-body) !important;
}

@media(max-width:400px) {
    .footer-social {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width:768px) {
    .footer-bottom {
        font-size: var(--font-size-body);
        line-height: 24px !important;
    }
}

.footer-bottom1 {
    width: 100%;
    background: #959e7b;
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 1px solid white
}

.social-icon {
    color: white;
    font-size: var(--font-size-body-large);
}

.footer-descripiton {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body-small);
    margin-top: 30px;
    text-align: left;
    color: white;
    line-height: 24px;
}

.navbar-nav1 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link1 {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body) !important;
    line-height: 32px;
    letter-spacing: 0%;
    color: white;
    opacity: 0.8;
    text-transform: capitalize;
}

.services-title-footer {
    font-family: "Alexandria", sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: var(--font-size-body) !important;
    line-height: 40px;
    color: white;
    opacity: 1;
}

.services-list {
    display: flex;
    flex-direction: column;
}

    .services-list a {
        font-weight: 200;
        font-size: var(--font-size-body) !important;
        line-height: 32px;
        opacity: 0.8;
        text-align: left;
        color: white;
        font-family: "Alexandria", sans-serif;
    }

/* Other ul elements in footer-drop are regular links */
.custom-dropdown-menu.footer-drop > ul .nav-link1 {
    font-size: var(--font-size-body) !important;
    font-weight: 200;
    line-height: 32px;
    opacity: 0.8;
}

.footer-drop {
    padding-top: 0;
}

@media(max-width:768px) {
    .left-footer {
        margin-bottom: 20px;
    }

    .footer-descripiton {
        font-weight: 100;
        font-size: var(--font-size-body-small);
        line-height: 20px;
        opacity: 0.8;
        color: white;
        margin-top: 20px;
    }

    .services-list a,
    .nav-link1 {
        line-height: 28px !important;
        font-size: var(--font-size-body-small) !important;
    }

    .services-title-footer, .footer-social p {
        font-size: var(--font-size-body-small) !important;
    }

    .custom-dropdown-menu.footer-drop > ul .nav-link1 {
        font-size: var(--font-size-body-small) !important;
        line-height: 28px !important;
    }

    .footer-bottom1 {
        padding-top: 20px !important;
    }

    .navbar-nav1 {
        padding: 0 !important;
    }
}

@media(min-width:768px) {
    .selfend-footer {
        justify-self: self-end;
    }
    .selfcenter-footer {
        justify-self: center;
    }
}
