
.text-Footer2 {
    /*color: #db3832;*/
    font-weight: 500;
}

.footer-Text1 {
    /*color: #919191;*/
    font-size: 12px;
}

.footer-responsive {
    text-align: center;
}

.mobile-ezsecure-logo {
    display: none;
}

.footer-background img {
    width: 100%;
    display: block;
    margin-bottom: -5px;
}

.footer-content {
    background: #fff;
    padding: 5px 0px 18px;
    display: flex;
    align-items: center;
}

.footer.unsticky {
    position: relative;
    border-top: 1px solid #e5e5e5;
}

    .footer.unsticky .footer-background {
        display: none;
    }

.footer-mobile-background {
    display: none;
}

    .footer-mobile-background img {
        width: 75px;
    }

    .footer-mobile-background .right-curve {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }


@media (max-width: 450px) {
    .footer-Text1 {
        font-size: 11px;
    }

    .footer-responsive {
        /*display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;*/
        text-align: left;
    }

    .mobile-ezsecure-logo {
        display: block;
        margin-right: 16px;
    }

        .mobile-ezsecure-logo img {
            height: 32px;
        }
}

@media (max-width: 768px) {
    .footer-mobile-background {
        display: flex;
    }

    .footer-background {
        display: none;
    }
}


@media (max-width: 450px) {
    .footer-content span {
        font-size: 9px;
    }
}