#contact-us {
    display: none;
}
.contact-now {
    display: none;
}
.back {
    background-color: #000000;
    color:#fff;
    box-sizing: border-box;
    padding:20px;
}
.back p {
    color:#ccc;
}
#foot ul {
    overflow: hidden;
    transition: .3s;
    border-bottom: 1px solid #ddd;
}
#foot ul li {
    line-height: 28px;
    padding:10px 0;
}

#foot a {
    color: rgba(255,255,255,0.90);
}
#foot div p {
    margin-bottom: 0;
    height:56px;
    line-height: 56px;
}
.statement {
    margin-top:30px;
    text-align: center;
    line-height: 28px;
    color: rgba(255,255,255,0.90);
}
.back .mp {
    margin: 30px auto 0px auto;
    text-align: center;
}
.back .mp .qr {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    border: solid 5px #00acac;

}
.back .mp .title {
    text-align: center;
}
