.contact-background {
    z-index: -1;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: calc(100vh - 245px);
}

.contactus-out-background {
    width: 100%;
    background: url(../img/contactus/body_background.jpg);
}

.contactus-body {
    min-height: calc(100vh - 601px);
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 70px;
}

.contactus-map {
    width: 50%;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #afc0b8;
    box-shadow: 2px 2px 2px #b6b6b6;
}

.headline-public {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #a2a2a2;
    overflow: hidden;
}

.contactus-call {
    padding-left: 40px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.h-public {
    margin-bottom: 20px;
}

.h-public table td{
    font-weight:normal;
    text-align: center;

}
.h-public:last-child {
    margin-bottom: auto;
}

.footer-class {
    margin-top: auto;
}

.contactus-call-in {
    margin-bottom: 20px;
}
.contactus-call-in:last-child {
    margin-bottom: 0px;
}
