a .hb-planity-btn
{
display: none;
}

.hb-planity-btn {
    clear: both;
    width: auto !important;
    height: auto;
    padding: 8px;
    font-size: 18px !important;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 1px #000;
    font-weight: 100 !important;
    text-decoration: none;
    border-top: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    background: #f29c62;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

    .hb-planity-btn:hover 
    {
        background-color: #1d90bf;
        border-color: #1d90bf;
    }

.btn-primary 
{
    display: none;
}

.btn 
{
    display: inline-block;
}
