.footer {
    height: auto;
    border-top: 1px solid #e9e9e9;
    position: relative;
    background-color: rgb(35, 47, 62);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #aab7b8;
}


.bottom_menu {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--primary);
}


.footer .copyright_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: var(--primary-text);
    background-color: var(--primary);
    font-weight: 500;
    background-size: cover;
    background-position: center;
    /* background-image: url('../../public/images/top_header.png'); */
    background-color: var(--primary);
}


.footer .copyright_section a {
    color: var(--primary-text);
    font-weight: 800;
    padding: 0 3px;
}

.footer .copyright_section a:hover {
    color: var(--primary-text) !important;
}


.footer .copyright_section .section {
    display: flex;
    align-items: center;
}

.footer .copyright_section .breaker::after {
    position: relative;
    content: '.';
    margin: 0 5px;
    font-weight: 500;
    bottom: 3px;
}

.footer_detail_section {
    margin: 20px 0 10px 0;
}

.logo_section {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media(max-width: 768px) {


    .logo_section {
        flex-direction: column;
        align-items: start;
        margin-bottom: 30px;
    }

    .footer .copyright_section {
        margin-bottom: 63px;
        display: none;
    }

    .quick_link ul {
        align-items: center;
    }

    .address_section ul {
        align-items: center;
    }

    .footer_detail_section {
        text-align: center;
    }

    .footer {
        padding-bottom: 70px;
    }

    .logo_section img {
        margin: 0 auto;
    }

}

.logo_section p {
    margin-right: 10px;
    font-weight: 300;
}

.logo_section img {
    position: relative !important;
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
}


.address_section ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    padding: 0;
}

.address_section ul li {
    display: flex;
    font-weight: 300;
}

.address_section ul li a {
    color: #aab7b8;
}

.address_section ul span {
    margin-right: 10px;
}

.quick_link ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 0;
}


.quick_link ul li {
    display: flex;
    cursor: pointer;

}

.quick_link ul span {
    margin-right: 10px;
}

.address_section svg {
    stroke: #fff;
}



.accepted {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}

.accepted p {
    margin: 0;
}

.accepted img {
    width: auto !important;
    height: auto !important;
    max-width: 35px;
    position: relative !important;
}

.accepted_images {
    display: flex;
    column-gap: 5px;
}

@media(max-width: 768px) {
    .accepted {
        display: flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 3px;
        margin-bottom: 12px;
        align-items: center;
    }

    .accepted_images {
        display: flex;
        justify-content: center;
        column-gap: 10px;
        margin-top: 5px;
    }

}



.social_network {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}

.social_network p {
    margin: 0;
}

.social_icon {
    display: flex;
    align-items: center;
    column-gap: 7px;
}



.social_icon svg {
    color: #aab7b8;
    font-size: 17px;
    position: relative;
    top: -2px;
}

.social_icon svg:hover {
    color: var(--primary);
    font-size: 17px;
}

.other_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 12px;
}

@media(max-width: 768px) {
    .other_info {
        flex-direction: column;
        row-gap: 10px;
    }

    .hide_phone {
        display: none;
    }
}