jQuery(document).ready((function(e){e('input[name="your-phone-harvey"]').each((function(t,a){var n=e(a).val();n.startsWith("(+44)")||e(a).val("(+44)"+n)})),setTimeout((function(){e('input[name="your-phone-harvey"]').each((function(t,a){e(a).val().startsWith("(+44)")||e(a).val("(+44)"+e(a).val())}))}),800),e('input[name="your-phone-harvey"]').on("focus click keyup keydown change",(function(t){e(t)[0].target;var a=t.target.selectionStart,n=t.target.selectionEnd,i=e(this).val();return i.startsWith("(+44)")||e(this).val("(+44)"+i),("Backspace"!=t.key&&8!=t.keyCode||!(a<6))&&(!(t.keyCode>57&&t.keyCode<91&&86!=t.keyCode||32==t.keyCode||t.keyCode>185&&t.keyCode<193||t.keyCode>218&&t.keyCode<223)&&void(a<5&&(n<5&&(n=5),e(this).selectRange(5,n))))})),e('input[name="your-phone-harvey"]').on("blur click keyup keydown change",(function(){var t=e(this).val();t=t.replace("/s+|-/g",""),e(this).val(t),15!=t.length||"1"!=t.charAt(5)&&"2"!=t.charAt(5)&&"7"!=t.charAt(5)?e(this).parent().find(".wpcf7-not-valid-tip").length||(5==t.length?e(this).after('<span class="wpcf7-not-valid-tip" aria-hidden="true">Phone number is mandatory</span>'):e(this).after('<span class="wpcf7-not-valid-tip" aria-hidden="true">Invalid phone number format</span>')):e(this).parent().find(".wpcf7-not-valid-tip").remove()})),e.fn.selectRange=function(e,t){return void 0===t&&(t=e),this.each((function(){if("selectionStart"in this)this.selectionStart=e,this.selectionEnd=t;else if(this.setSelectionRange)this.setSelectionRange(e,t);else if(this.createTextRange){var a=this.createTextRange();a.collapse(!0),a.moveEnd("character",t),a.moveStart("character",e),a.select()}}))}}));