.footer {
    margin-top: 3.125rem;
    width: 100%;
    height: 390px;
    /*border-top: 0.625rem solid #4B78ED;*/
    background: url("../images/footer-bg-all.png") no-repeat center center / cover;
    position: relative;
    }

.footer .content {
    display: flex;
    height: 300px;
}


.select-container {
    display: flex;
    padding: 50px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 157, 77, 1);;
}

.custom-select {
    width: 220px;
    height: 43px;
    background-color: transparent;
    border: 1px solid rgba(219, 219, 219, 1);
    color: #FFFFFF;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 14px !important;
    margin-right: 20px;
}


.footer-contact {
    display: flex;
    margin-top: 3.125rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.footer-contact-item .icon {
    width: 54px;
    height: 54px;
}

.footer-icon-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 45px;
    margin-left: 10px;
    font-size: 16px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-logo {
    height: 70px;
    display: block;
}

.bq {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AD4E00;
    width: 100%;
    font-size: 16px;
}

.footer-bottom-location {
    color: #FFFFFF;
    padding-left: 60px;
    padding-top: 50px;
}
.location-container {
    display: flex;
    color: rgba(255,255,255,.8);
    flex-direction: column;
    margin-top: 3.125rem;
   font-size: 0.875rem;
}
.location-wrapper {
    margin-bottom: 20px
}
.location-wrapper img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.footer-bottom-left {
    padding-right: 60px;
    border-right: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-direction: column;
}
.icon-mail {
    width: 3.75rem!important;
    height: 3.75rem;
}
.footer-logo {
    width: 45%;
    object-fit: cover;
    height: auto;
    margin-top: 50px;

}

@media screen and (max-width: 900px) {
    .footer {
        margin-top: 3.125rem;
        width: 100%;
        height: auto;
        padding-bottom: 8rem;
        /*border-top: 0.625rem solid #4B78ED;*/
        background: url("../images/footer-bg-all.png") no-repeat center center / cover;
        position: relative;
    }

    .footer .content {
        display: flex;
        flex-direction: column;
        height: auto;
    }


    .select-container {
        display: flex;
        flex-direction: column;
        padding: 3.125rem 0rem 2rem 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 157, 77, 1);
    }



    .custom-select::after {
        content: '';
        position: absolute;
        right: 0.5rem;
        top: calc(50% - 2px);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
        transform: rotate(90deg);
    }

    .footer-contact {
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column;*/
    }

    .footer-contact-item {
        display: flex;
        align-items: center;
        margin-right: 1rem;
        margin-top: 2rem;
    }

    .footer-contact-item .icon {
        width: 3rem;
        height: 3rem;
    }

    .footer-icon-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 2.8125rem;
        margin-left: 0.625rem;
        font-size: 1rem;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-logo {
        height: 3.75rem;
        display: none;
    }

    .bq {
        position: absolute;
        bottom: 0;
        height: 70px;
        display: flex;
        flex-direction: column;
        background-color: #AD4E00;
        width: 100%;
        font-size: 1rem;
    }
    .location {
        margin-top: 1rem;
    }
    .footer-bottom-left {
        border-right: 0px;
        padding-right: 0;
    }
    .footer-contact {
        flex-direction: row;
    }
    .custom-select-wrapper {
        margin-top: 2rem;
    }
    .custom-select {
        width: 100%;
        height: 2.6875rem;
        background-color: transparent;
        border: 1px solid rgba(219, 219, 219, 1);
        color: #FFFFFF;
        border-radius: 2px;
        padding: 0 1.25rem;
        font-size: 12px !important;
    }
    .footer-bottom-location {
        color: #FFFFFF;
        padding-left: 0px;
        padding-top: 3rem;
    }
    .hidden-text {
        display: none;
    }
}