.footer {
    background-color: black;
}

.footer-heading {
    color: green;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;

}

.footer-sub-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.address-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.address {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* .hr-line {
    color: white;
} */

.copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.dbl_logo {
    height: 120px;
}

.sb_logo {
    height: 120px;
}

.social_icon {
    height: 32px;
}

.brands_logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around
}


@media screen and (max-width: 1600px) {
    .footer-heading {

        font-size: 15px;


    }

    .footer-sub-heading {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    .address-sub {

        font-size: 12px;
    }

    .address {

        font-size: 13px;

    }

    .copyright {

        font-size: 13px;
    }

    .dbl_logo {

        margin-right: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-heading {

        font-size: 16px;


    }

    .footer-sub-heading {

        font-size: 13px;
    }

    .address-sub {

        font-size: 12px;
    }

    .address {

        font-size: 13px;

    }

    .copyright {

        font-size: 12px;
    }

    .social_icon {
        height: 25px;
    }

    .dbl_logo {
        height: 110px;
        margin-right: 5px;
    }

    .sb_logo {
        height: 110px;
    }

}

@media screen and (max-width: 767px) {
    .main-footer {

        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: center;
        margin: auto;


    }

    .social_icon {
        height: 26px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .brands_logos {

        justify-content: center
    }

    .dbl_logo {
        height: 100px;
        margin-right: 15px;
    }

    .sb_logo {
        height: 100px;
    }

}