body .sppb-btn, body .btn {
    font-size: 16px;
    border-radius: 0px!important;
    padding: 10px 30px;
}

body .sppb-btn.sppb-btn-secondary, body .sppb-btn.btn-seconday, body .sppb-btn.btn-primary, body .btn.sppb-btn-secondary, body .btn.btn-seconday, body .btn.btn-primary {
    background: rgb(10, 62, 164);
}

body .btn.btn-primary:hover {
    background: #90111e;
}

body .sppb-btn.sppb-btn-default:before, body .sppb-btn.sppb-btn-primary:before, body .btn.sppb-btn-default:before, body .btn.sppb-btn-primary:before {
    background: #0a3ea4;
}


/*---------------Slideshow Button--------------*/

.pitech-slider .sp-slider-btn-text:before {
    background: #be1f2f;
}

/*---------------End Slideshow Button--------------*/

/*-------------------------Custom Button------------------------*/

.sppb-btn-custom {
    background-color: #0a3ea4;
    padding: 10px 30px!important;
  	color: #fafafa;
  	font-size: 14px!important;
}

.sppb-btn-custom:hover {
    background-color: #90111e;
  	color: #fafafa;
}

/*-------------------------End Custom Button------------------------*/

/*----------------------------------Get Direction Button----------------------------*/
.leaflet-popup-content a {
    background: rgb(10, 62, 164);
    padding: 12px 25px;
    color: #fff;
}

.leaflet-popup-content a:hover{
    background: #90111e;
}
/*----------------------------------End Get Direction Button----------------------------*/
