jQuery(document).ready(function(){
// jQuery(window).load(function() {
// jQuery('#tab-title-get-a-quote-custom-embroidery').addClass('active');
// });
jQuery('.fpd-done').click(function() {
window.location.href = "#tab-get-a-quote-custom-embroidery";
});
});