.bottom-line:after,
.bottom-line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
}

.office-location,
.partners-title {
    text-align: center;
}

.footer-global * {
    font-family: "Open Sans", sans-serif !important;
}

.footer-global .container {
    max-width: 1440px;
}

.footer-global {
    background-color: #000;
    padding: 40px 10px;
    overflow: hidden;
}

.bottom-line,
.bottom-line:after,
.bottom-line:before {
    background-color: #323232;
    height: 1px;
}

.office-location-wrap {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-direction: column;
}

.location-img {
    margin-bottom: 10px;
}

.office-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    line-height: 150%;
    font-weight: 400;
}

.office-address,
.office-contact,
.phone-no {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 150%;
}

.office-address {
    margin-bottom: 16px;
}

.phone-no:hover,
.social-list li a:hover,
.terms-policy a:hover {
    color: #fff;
    text-decoration: underline;
}

.partners-section {
    padding-bottom: 30px;
}

.partners-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
}

.partners-block img {
    width: 90%;
}

.bottom-line {
    display: none;
    width: 100%;
    position: relative;
}

.bottom-line:before {
    left: 100%;
}

.bottom-line:after {
    right: 100%;
}

.partners-global {
    padding-bottom: 50px;
    border-top: 1px solid #323232;
    padding-top: 50px;
}

.partners-title {
    color: #fff;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-bottom {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.copyright {
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

.all-right {
    color: #8f8f8f;
    font-size: 18px;
    margin: 10px 0;
}

.terms-policy {
    display: flex;
    gap: 16px;
}

.social-list li a,
.terms-policy a {
    color: #c9c9c9;
    font-size: 14px;
}

.social-list {
    display: flex;
    gap: 17px;
}

.white-spx {
    display: none;
}

.partners-img {
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .partners-block img {
        width: 80%;
    }

    .copyright-detail,
    .partners-global {
        text-align: center;
    }

    .social-list,
    .terms-policy {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) {
    .office-location-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .office-location {
        width: 44%;
    }

    .location-img {
        min-height: 113px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 992px) {
    .footer-global {
        padding: 50px 0;
    }

    .office-location-wrap {
        flex-wrap: inherit;
        gap: 45px;
        padding-bottom: 30px;
    }

    .office-location {
        width: 24%;
    }

    .footer-nav-grid {
        gap: 23px;
    }

    .footer-bottom,
    .partners-block {
        flex-direction: row;
        gap: 30px;
    }

    .partners-global {
        width: 49%;
        border: none;
        padding: 0 0 15px;
    }

    .partners-block img {
        width: auto;
    }

    .recognized-column {
        border-left: 1px solid #323232;
        padding-left: 40px;
    }

    .partners-title {
        font-size: 16px;
    }

    .copyright-detail,
    .partners-global,
    .partners-title {
        text-align: left;
    }

    .social-list,
    .terms-policy {
        justify-content: initial;
    }

    .bottom-line {
        display: block;
    }

    .white-spx {
        display: flex;
        justify-content: flex-end;
        padding-top: 36px;
    }

    .all-right {
        margin: 18px 0;
    }

    .copyright br {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .location-img {
        justify-content: flex-start;
    }

    .office-location {
        text-align: left;
    }

    .office-address {
        font-size: 15px;
    }

    .footer-nav-grid {
        gap: 50px;
    }

    .recognized-column {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1366px) {
    .footer-global .container {
        padding: 0 40px;
    }



    .location-img {
        margin-bottom: 4px;
    }

    .office-title {
        font-size: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 23px;
    }

    .office-address {
        font-size: 16px;
        margin-bottom: 14px;
        min-height: 72px;
    }

    .office-location {
        width: 21.7%;
    }

    .office-location:nth-child(2) {
        padding-left: 19px;
    }

    .office-location:last-child {
        padding-left: 16px;
    }

    .office-location-wrap {
        padding-bottom: 40px;
    }

    .partners-title {
        margin-bottom: 27px;
    }

    .partners-column {
        width: 40%;
    }

    .recognized-column {
        width: 59%;
        padding-left: 60px;
    }

    .partners-section {
        padding-bottom: 0px;
    }

    .copyright {
        letter-spacing: -0.3px;
    }

    .all-right {
        margin: 24px 0 16px;
    }

    .terms-policy {
        gap: 27px;
    }

    .terms-policy a {
        letter-spacing: 0.1px;
    }

    .social-list {
        gap: 25px;
    }

    .social-list li a {
        font-size: 16px;
    }

    .social-block {
        padding-top: 9px;
    }

    .white-spx {
        padding-top: 59px;
    }
}

@media only screen and (min-width: 1536px) {
    .office-address {
        min-height: auto;
    }
}