.footer {
    /* background-color: #003049; */
    background-color: #003049;
    padding-left: 1rem;
    padding-top: 1.5rem;
}

.footer .row .col-lg-3 h4 {
    font-weight: 600;
    font-size: 25px;
    color: #fcfcfc !important;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
}

.footer .row .col-lg-3 ul .list-group-item {
    list-style: none;
    background-color: transparent !important;
    padding: 10px 16px 10px 0px;
}

.footer .row .col-lg-3 ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    gap: 0.8rem;
    transition: 0.6s ease-in-out;
}

.footer-div {
    padding: 0px !important;
    margin-bottom: 10px !important;
}

.footer.footer-wrapper {
    padding-bottom: 25px;
}


@media only screen and (max-width: 992px) {
    .footer {
        padding: 20px;
    }

    .footer .footer-div {
        margin: 0px 0px 20px 0px;
    }

    .footer-div {
        padding: 0px !important;
        margin-bottom: 10px !important;
    }

    .footer.footer-wrapper {
        padding-bottom: 15px;
    }

}


@media (max-width: 640px) {
    .bottom-footer-social ul li:first-child {
        padding-left: 0px !important;
    }

    .bottom-footer-social {
        display: block !important;
    }

    .footer {
        padding: 20px 0px;
    }

    .footer.footer-wrapper {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding-left: 0;
    }

}

@media (max-width: 320px) {
    .footer {
        padding-left: 0;
    }
}


@media only screen and (max-width: 1200px) {
    .container {
        width: 100% !important;
        padding: 0px 20px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .container {
        width: 100% !important;
        padding: 0px 30px !important;
    }
}

.container {
    max-width: 1700px !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px 30px;
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100% !important;
        padding: 0px 20px !important;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1700px;
    padding: 0px 30px;
}