﻿.footer {
    height: 355px;
    width: 100%;
    background-image: url(/Sites/Uploaded/UserUpLoad/20220815/20220815103151.png);
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo_footer {
    margin-top: 32px;
    margin-bottom: 24px;
}

.footer_top {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_top .mobileNumber {
    display: flex;
    align-items: center;
}
.footer_top .mobileNumber a{
    color: #fff;
}
.footer_top .mobileNumber img {
    margin-right: 8px;
}

.footer_location {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.footer_link .friendlyLinkTitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    display: block;
    margin-top: 24px;
    margin-bottom: 10px;
}

.footer_link ul {
    display: flex;
    justify-content: center;
}

.footer_link ul li {
    margin: 0 12px;
}

.footer_link ul li a {
    font-size: 16px;
    color: #fff;
}

.beian {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    margin-top: 16px;
}

.beian a {
    color: rgba(255, 255, 255, 0.85);
}
.contact{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
@media only screen and (max-width: 768px){
    .footer {
        height: auto;
        background: #4F8AFD;
        padding: 20px;
        box-sizing: border-box;
    }
    .logo_footer {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .footer_top {
        font-size: 16px;
        display: block;
    }
    .footer_top .mobileNumber img {
        width: 20px;
    }
    .footer_top .mobileNumber {
        margin: 10px 0;
    }
    .footer_location{
        margin-top: 0;
        padding-bottom: 10px;
    }
    .footer_location,.footer_location span{
        display: block;
        margin-bottom: 10px;
    }
    .footer_link .friendlyLinkTitle {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
    .footer_link ul {
        display: block;
    }
    .footer_link ul li {
        margin: 10px 0;
    }
    .beian {
        font-size: 14px;
        text-align: left;
        margin-top: 10px;
    }
    .beian a {
        display: block;
        margin: 10px 0;
    }
    .contact{
        justify-content: flex-start;
    }
}