@media (max-width: 575px){
.cellphone {
    display: block !important;
}
}
.cellphone {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}

.cellphone ul {
    margin: 0;
    padding: 0;
}

.cellphone ul li {
    float: left;
    width: 50%;
    overflow: hidden;
    background: #177A86;
    padding: 0px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 1px;
}

.cellphone ul li:last-child {
    background: #0DA501;
}

.cellphone ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}

.cellphone ul li a span {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}

.cellphone ul li a span img {
    width: 100%;
}