@media screen and (max-width:992px){
.sppb-btn {
    font-size: 14px!important;
}}

.sppb-btn:hover{
  cursor:pointer;
}
.sppb-btn-secondary {
    border-radius: 0px;
    border: 1px solid;
    border-color: white;
    background: transparent;
    padding: 12px 20px;
}

.sppb-btn-secondary:hover{
    border-radius: 0px;
    border: 1px solid;
    border-color: white;
    background: white;
    padding: 12px 20px;
    color:#222467;
    cursor:pointer;
}

.sppb-modal-selector.sppb-magnific-popup{
    border-radius:0px!important;
    height: 45px!important;
    width: 161px!important;
    background: transparent!important;
}

.sppb-modal-selector.sppb-magnific-popup:hover, .sppb-modal-selector.sppb-magnific-popup:focus{
    border-radius:0px!important;
    height: 45px!important;
    width: 161px!important;
    color:#fff!important;
    background: #222467!important;
}

button#bfSubmitButton {
    background: transparent;
    color: #222467;
    border: 1px solid #222467;
}

button#bfSubmitButton:hover {
    background: #222467;
    color: #fff;
    border: 1px solid #222467;
}

.videoslide-home .videoslide-btn{
    background: transparent!important;
    color:white!important;
    border:1px solid white!important;
}
.videoslide-home .videoslide-btn:hover{
    background: #fff!important;
    color:#252478!important;
    border:1px solid white!important;
}