.cta-phone a{display: none;}
.cta-offer{
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 80px;
    overflow: hidden;
    padding: 7px 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(201,72,113);
    border: 1px #fff solid;
    z-index: 9999;
    width:150px;
}
.cta-offer a{
    cursor: pointer;
    color:#fff;
}
@media only screen and (max-width : 768px) {
    .cta-offer {display: none;}
    .cta-phone { display: block; position: fixed; bottom: 0; width: 100%; height: 58px; z-index: 10000; }
    .cta-phone a:first-child{ background: #2589F7; }
    .cta-phone a{
        display: inline-block;
        width: 50%;
        background: #1478E6;
        padding: 15px 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 20px;
    }
    .cta-phone a:hover,.cta-phone a:active{ color: #fff;}
}
