footer {
    background-color: #dfe2fc;
    padding: 40px 20px;

    .footer-header {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #303681;

    }

    .footer-content {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        a {
            text-decoration: none;
            color: #000000;
            display: block;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        a:hover {
            color: #303681;
        }

        img {
            float: left;
            margin-right: 9px;
            margin-top: 5px;
        }
    }

    #social-media-section {
        a {
            margin: auto !important;
        }
    }

    @media only screen and (max-width: 576px) {
        footer {
            overflow: hidden !important;
        }

        .footer-header {
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
            text-align: center;

        }

        .footer-content,
        .footer-header {
            text-align: center !important;
        }

        .footer-content {
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            text-align: center;

            img {
                float: none;
            }
        }
    }
}

.blog-footer {
    padding: 80px 0 0;

    .sub-footer {
        border-top: 1px solid #cdd0eb;
        padding: 1rem 0;
        margin-top: 1.5rem;
    }
 
}
footer {
    .footer-content {
        a {
            margin-top: 0;
            margin-bottom: 10px;
        }
    }
 
    .list-menus {
        list-style-type: none;
        padding: 0;

        li {

            font-weight: bold;

            a {
                padding-top: .75rem;
                margin: 0;
            }

            ul {
                padding-left: 18px;

                li {
                    font-weight: normal;

                    a {
                        padding-top: 0;
                    }
                }
            }
        }
    }
}

.branch-adresses {
    border-top: 1px solid #cdd0eb;
    padding-top: 2rem; 

    span {
        display: block;
        font-size: 14px;
        color: #303681;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    .office-city {
        margin-bottom: 1rem;
        font-weight: 600;
        font-size: 16px;
        text-transform: capitalize;
    }
}

@media (min-width:1200px) {
    .branch-adresses {
        border-top: 1px solid #cdd0eb;
        padding-top: 3rem; 

        .row>* {
            padding-left: 28px;
            padding-right: 28px;
            border-right: 1px solid #cdd0eb;

            &:first-child {
                padding-left: calc(var(--bs-gutter-x) * .5);
            }

            &:last-child {
                padding-right: calc(var(--bs-gutter-x) * .5);
                border-right: none;
            }
        }
        span{
            margin-bottom: 0;
        }
    }

    .col-lg-delhi {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-lg-mumbai {
        flex: 0 0 auto;
        width: 32%;
    }

    .col-lg-hydra {
        flex: 0 0 auto;
        width: 28%;
    }
}

@media (max-width: 575px) {
    .blog-footer {
        padding: 40px 0 0;
        .sub-footer {
            margin-top: 0;
            padding-top: .5rem;
        }
    }

    .social-icons {
        border-top: 1px solid #cdd0eb;
        margin-top: 1rem;
    }
    .branch-adresses {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        span{
            margin-bottom: 1rem;
        }
        .office-city {
            margin-bottom: 0rem;
            font-size: 13px;
        }
    }
    .list-menus {
        & li {
            & ul {
                li {
                    list-style-type: none;
                }
            }
        }
    }
    footer {
        & .footer-content {
            a {
                margin-top: 6px;
                margin-bottom: 2px;
            }
        }
    }
}

.legal-compliance{
    display: flex;
    align-items: center;
    border-top: 1px solid #cdd0eb;
    padding: 1rem 0;
    margin-top: 2rem;
}

@media (min-width:991px) {
    .legal-compliance .footer-content a{
        margin-bottom: 0;
    }
}
@media (min-width:1200px) {
    .legal-compliance{
        border-top: 1px solid #cdd0eb;
        padding: 2rem 0;
        margin-top: 3rem;
    }
}