.sppb-btn, a.btn.btn-primary{
    background: transparent;
    color: #000!important;
    border:none;
    line-height: 0px;
    border-radius: 10px !important;
    padding: 25px 30px;
    border: 2px solid #41b14f;
}
.sppb-btn:hover, a.btn.btn-primary:hover {
    background: #3eb44f;border: 2px solid #41b14f;color: #fff!important;
}


/*slideshow*/
a.btn.btn-primary {
    border-radius: 10px;
}
@media screen and (max-width:768px){
a.videoslide-btn{
    font-size: 14px!important;
    padding: 8px 20px!important;
    line-height: 40px!important;
  }}

/*blog*/
.readmore a.btn {
    background:#3eb44f;
    max-height: 40px;color:#fff!important;
    border:none;
    line-height: 0px;
    border-radius:0 !important;
    padding: 25px 30px;
}
.readmore a.btn:hover {
    background: #3eb44f;
}


/*form*/

button#bfSubmitButton {
    background: transparent;
    color: #000!important;
    border:none; transition:0.5s ease;
    line-height: 0px;
    border-radius: 10px !important;
    padding: 25px 30px;
    border: 2px solid #41b14f;
}
button#bfSubmitButton:hover {
    background: #3eb44f; color:#fff!important;
    transition:0.5s ease;
}