.customtop-button {
    line-height: 36px;
    margin-top: 21px!important;
    height: 39px;
    width: 140px;
    background: transparent;
    padding: 0px;
    text-align: center;
    border: 1px solid white;
    color: white!important;
      right: 5px!important;
    position: absolute;
  	transition: 0.3s ease;
    }

.customtop-button:hover {
    transition: 0.3s ease;
    background: #ca9d37;
    box-shadow:1px 2px 8px #ca9d37;;
}


.customtop-button a{
    color: white!important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;}

@media screen and (min-width:768px) and (max-width:991px){
.customtop-button {
    line-height: 37px;
    margin-top: 20px!important;
    position: absolute;
    right: -57px!Important;}
}

@media screen and (min-width:992px) and (max-width:992px){
.customtop-button {
    line-height: 37px;
    margin-top: 20px!important;
    position: absolute;
    right: 27px!Important;}
}


.sppb-btn.sppb-btn-default {
    background: #00235a!important;
    padding:10px 50px 10px 30px!important;
    border-color:#00235a!important;
}

.sppb-btn.sppb-btn-default:hover{
    color: white!important;
    cursor:pointer;
}


.sppb-btn-primary{
    background: #fff!important;
    padding:10px 50px 10px 30px!important;
    border-color:#00235a!important;   
}

.sppb-btn-primary:hover{
    background: #00235a!important;
    padding:10px 50px 10px 30px!important;   
    color:white;
}

button#bfSubmitButton {
    border-radius: 0px;
    background: #00235a;
    border: 0px;
    padding:8px 20px;

}

button#bfSubmitButton:hover{
    border-radius: 0px;
    background: #cb9e38;
    border: 0px;
}