#footer {
	width: 100%;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_menu ul {
    display: flex;
    align-items: center;
    border: 0px;
    background-color: transparent;
    border-inline-end: 0px !important;
    padding: 0;
    margin: 0;
}

.sc-braxZu.fOEaeC {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.footer_phone_email a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

ul.ant-menu li {
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
    color: rgb(44, 44, 44);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    transition: color 0.2s ease-in-out 0s;
    margin-bottom: 0px !important;
    list-style: none;
}

span.ant-menu-title-content a {
    color: rgb(44, 44, 44);
    transition: color 0.2s ease-in-out 0s;
    text-decoration: none;
    font-size:14px;
}

.footer_phone_email {
	color: rgb(144, 144, 144);
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 30px;
    display: flex;
}

.footer_phone_email .jGtMvb {
    margin-left: 24px;
    margin-top: 8px;
}

.footer_copyright {
	color: rgb(144, 144, 144);
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 30px;
}

/* Responsive Css */
@media (max-width: 768px) {
    .footer_menu ul {
        flex-direction: column;
    }

    ul.ant-menu li {
        margin: 10px 0;
        text-align: center;
    }

    .sc-braxZu.fOEaeC {
        padding-bottom: 10px;
    }
    
    .footer_phone_email {
        font-size: 14px;
        display: block;
    }
    
    .footer_phone_email .jGtMvb {
        margin: 8px 0;
    }
}

@media (max-width: 480px) {
    .footer_phone_email {
        font-size: 13px;
        display: block;
    }

    ul.ant-menu li {
        font-size: 14px;
        margin: 8px 0;
    }
}


