.footer_main {
    display: flex;
  padding: 2rem 4rem 0rem 4rem;
    background-color: #1560bd;
    /* background-color: #2196f3; */
    /* background: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
    color: white;
    font-family: sans-serif;
    margin-top: 2rem;
}
.footer_main a {
    text-decoration: none;
    font-size: 20px;
    color: white;
}
/* .footer_main a:hover {
    width: 40%;
    border-radius: 5px;
    background-color: rgba(0, 0, 255, 0.293);
} */

.footer_section1,
.footer_section2,
.footer_section3 {
    display: flex;
    flex-direction: column;
}

.footer_section1 img {
    width: 180px;
    height: 65px;
    margin-bottom: 1rem;
    object-fit: contain;
    flex: 0 0 0;
}

.footer_section1 a {
margin-bottom: 3.5rem;
    /* padding: 0rem 2rem; */
    padding-left: 2rem;
}

.footer_section1 .image-anchor {
    padding-left: 0;
    margin-bottom: 0rem;
}

.footer_section2 a {
 margin-bottom: 3.5rem;
}
.footer_section3 h4 {
    margin-bottom: 1rem;
    color: white;
}
.footer_section3 h4::after {
    content: "";
    border: 1px solid white;
    margin-top: 11px;
    border: 1px solid white;
    display: flex;
}
.footer_section3 a {
    font-size: 15px;
    margin-bottom: 0.7rem;
        display: flex;
    align-items: end;
}

.footer_rights {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #4481eb ; */
    background-color: #1560bd;
    font-size: 20px;
    font-family: Avenir-Heavy;
    color: #ffffff;
    opacity: 100%;
    padding: 20px 0px;
    font-family: sans-serif;
    border-top: 1px solid white;
}

@media screen and (max-width: 768px) {
    .footer_main {
        display: flex;
        flex-direction: column;
        padding: 2rem 3rem;
    }
    .footer_section1 img {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }
    .footer_section1 a {
        padding-left: 0;
    }
    .footer_main a {
        margin-bottom: 1.5rem;
        font-size: 17px;
    }

    .footer_rights {
        font-size: 14px;
        text-align: center;
    }
    .footer-contact {
        display: flex;
        align-items: start;
    }
    .footer-contact img{
        margin-top: 5px;
    }
}
.footer-logo{
    padding: 0px !important;
    width: 180px;
    height: 65px;
    object-fit: contain;
    display: flex;
    flex:0 0 0;
}
.footer-contact {
    display: flex;
    align-items: center;
}
.footer-contact img{
    width: 22px;
}

