@media screen and (min-width: 500px) {
.callfooter {display:none!important;}
}

@media screen and (max-width: 500px) {
.callfooter a {
    font-size: 28px;
    text-align: center!important;
    width: 100%;
    font-family: sans-serif;
    font-weight: 600;
    position: relative;
    top: 9px;
    color: white;}
}

.callfooter {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 111;
    background: #DB953A;
    width: 100%;
    height: 43px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center!important;
    border: 3px solid rgb(0, 0, 0);
    border-bottom: 0px;
}
}

