

/* ("Get Free Quotes" transform */

$(document).ready(function() {
    $('.to-selectSmall').selectbox({
        iSelect: 'selectSmall',
        iSelectHover: 'selectSmall'
    });
    $('.to-selectBig').selectbox({
        iSelect: 'selectBig',
        iSelectHover: 'selectBig'
    });
});
        