.sppb-btn-default {
    margin: 0;
    background: #f79828;
    border: unset;
    border-radius: 30px 0px 30px 0px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    color: #fff;
    padding: 15px 25px;
    position: relative;
}

.sppb-btn-default:hover {
    background: none;
    color: #fff;
}

.sppb-btn-default i {
    position: absolute;
    content: "";
    right: 20px;
}

.sppb-btn-primary{
    margin: 0;
    background: #337ab7;
    /* border: unset; */
    /* border-radius: 30px 0px 30px 0px; */
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
    color: #fff;
    padding: 12px 25px;
    position: relative;
}

@media(max-width: 1200px) and (min-width: 991px){
    .sppb-btn-primary{
    font-size: 12px;
    font-weight: 400;
    padding: 15px 5px;
}}

.sppb-btn-primary:hover {
    background: #f79828;
    color: #fff;
}


button#bfSubmitButton {
    margin: 0;
    background: #337ab7;
    /* border: unset; */
    /* border-radius: 30px 0px 30px 0px; */
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
    color: #fff;
    padding: 12px 25px;
    position: relative;
}


button#bfSubmitButton:hover {
    background: #fff;
    color:#337ab7;
}