
.b2b-footer {
    color: #fff;
    background-color: #1674A4;
    width: 100%;
    height: 100% !important;
    position: relative;
    bottom: 0;
}

.b2b-logo {
    height: 50px;
    margin: 20px;
}

.content-wrap {
    padding-bottom: 180px;
}

.body1 {
    position: relative;
    min-height: 350px;
}


@media screen and (max-width:375px) {
    .content-wrap {
        padding-bottom: 210px;
    }

    .b2b-footer {
        font-size: 14px;
    }
}

@media screen and (max-width:376px) {
    .content-wrap {
        padding-bottom: 180px;
    }
}
