/*! elementor - v3.28.0 - 22-04-2025 */ (()=>{var e={12470:e=>{"use strict";e.exports=wp.i18n},39805:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},40989:(e,t,r)=>{var o=r(45498);function _defineProperties(e,t){for(var r=0;r{var o=r(45498);e.exports=function _defineProperty(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},96784:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},11327:(e,t,r)=>{var o=r(10564).default;e.exports=function toPrimitive(e,t){if("object"!=o(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},45498:(e,t,r)=>{var o=r(10564).default,i=r(11327);e.exports=function toPropertyKey(e){var t=i(e,"string");return"symbol"==o(t)?t:t+""},e.exports.__esModule=!0,e.exports.default=e.exports},10564:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,__webpack_require__),i.exports}(()=>{"use strict";var e=__webpack_require__(12470).__,t=__webpack_require__(96784),r=t(__webpack_require__(39805)),o=t(__webpack_require__(40989)),i=t(__webpack_require__(85707)),n=function(){return(0,o.default)((function Admin(){(0,r.default)(this,Admin),(0,i.default)(this,"KIT_DATA_KEY","elementor-kit-data"),(0,i.default)(this,"cachedKitData",void 0),(0,i.default)(this,"revertButton",void 0),(0,i.default)(this,"activeKitName",void 0),this.activeKitName=this.getActiveKitName(),this.revertButton=document.getElementById("elementor-import-export__revert_kit"),this.revertButton&&(this.revertButton.addEventListener("click",this.onRevertButtonClick.bind(this)),this.maybeAddRevertBtnMargin()),this.maybeShowReferrerKitDialog()}),[{key:"maybeAddRevertBtnMargin",value:function maybeAddRevertBtnMargin(){new URLSearchParams(this.revertButton.href).get("referrer_kit")&&(this.revertButton.style.marginBottom=this.calculateMargin(),this.scrollToBottom())}},{key:"calculateMargin",value:function calculateMargin(){var e=document.getElementById("wpadminbar"),t=e?e.offsetHeight:0,r=this.revertButton.parentElement.offsetHeight;return document.body.clientHeight-t-r-document.getElementById("wpfooter").offsetHeight-15+"px"}},{key:"scrollToBottom",value:function scrollToBottom(){setTimeout((function(){window.scrollTo(0,document.body.scrollHeight)}))}},{key:"onRevertButtonClick",value:function onRevertButtonClick(t){var r=this;t.preventDefault(),elementorCommon.dialogsManager.createWidget("confirm",{headerMessage:e("Are you sure?","elementor"),message:e("Removing %s will permanently delete changes made to the Kit's content and site settings","elementor").replace("%s",this.activeKitName),strings:{confirm:e("Delete","elementor"),cancel:e("Cancel","elementor")},onConfirm:function onConfirm(){return r.onRevertConfirm()}}).show()}},{key:"onRevertConfirm",value:function onRevertConfirm(){var e=new URLSearchParams(this.revertButton.href).get("referrer_kit");this.saveToCache(null!=e?e:""),location.href=this.revertButton.href}},{key:"maybeShowReferrerKitDialog",value:function maybeShowReferrerKitDialog(){var t=this.getDataFromCache().referrerKitId;if(void 0!==t){if(0===t.length)return this.createKitDeletedWidget({message:e("Try a different Kit or build your site from scratch.","elementor"),strings:{confirm:e("OK","elementor"),cancel:e("Kit Library","elementor")},onCancel:function onCancel(){location.href=elementorImportExport.appUrl}}),void this.clearCache();this.createKitDeletedWidget({message:e("You're ready to apply a new Kit!","elementor"),strings:{confirm:e("Continue to new Kit","elementor"),cancel:e("Close","elementor")},onConfirm:function onConfirm(){location.href=elementorImportExport.appUrl+"/preview/"+t}}),this.clearCache()}}},{key:"createKitDeletedWidget",value:function createKitDeletedWidget(t){var r=this.getDataFromCache().activeKitName;elementorCommon.dialogsManager.createWidget("confirm",{id:"e-revert-kit-deleted-dialog",headerMessage:e("%s was successfully deleted","elementor").replace("%s",r),message:t.message,strings:{confirm:t.strings.confirm,cancel:t.strings.cancel},onConfirm:t.onConfirm,onCancel:t.onCancel}).show()}},{key:"getActiveKitName",value:function getActiveKitName(){var t=elementorImportExport.lastImportedSession;return t.kit_title?t.kit_title:t.kit_name?this.convertNameToTitle(t.kit_name):e("Your Kit","elementor")}},{key:"convertNameToTitle",value:function convertNameToTitle(e){return e.split(/[-_]+/).map((function(e){return e[0].toUpperCase()+e.substring(1)})).join(" ")}},{key:"saveToCache",value:function saveToCache(e){sessionStorage.setItem(this.KIT_DATA_KEY,JSON.stringify({referrerKitId:e,activeKitName:this.activeKitName}))}},{key:"getDataFromCache",value:function getDataFromCache(){var e;if(this.cachedKitData)return this.cachedKitData;try{this.cachedKitData=JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY))}catch(e){return{}}return null!==(e=this.cachedKitData)&&void 0!==e?e:{}}},{key:"clearCache",value:function clearCache(){sessionStorage.removeItem(this.KIT_DATA_KEY)}}])}();window.addEventListener("load",(function(){new n}))})()})(); Immigration -
a

Facebook

Twitter

Copyright 2015 Libero Themes.
All Rights Reserved.

Complimentary Initial Review

Highly experienced team

Law Doctor immigration professionals have years of experience dealing with immigration cases of varying complexity.

Contact Us

Responsive Legal Team

A client focused service

Our immigration lawyers always respond to our clients in an efficient and prompt matter.

Contact Us

Confidential Advice

Providing peace of mind

If you are looking to live or work in the UK, speak to our expert team today we offer a confidential service.

Contact Us

Law Doctor your reliable,

affordable UK immigration lawyers.

Going above and beyond your expectations, providing peace of mind as your trusted partners.

Our immigration lawyers will remove the stress from the immigration process, working with you every step of the way.

Law Doctor provide advice and guidance tailored to your specific needs, we will answer all of your questions to provide peace of mind. With many years of immigration experience our solicitors will help you to compile the documentation required for the Visa you require. Your dedicated advisor will professionally administrate your UK Visa application and submit it to the Home Office.

Contact Us
a
a

Sponsorship Declarations

If you are looking to sponsor someone to the UK, our expert immigration professionals can deal with all elements of your sponsorship declaration process. Law Doctor’s Immigration professional are on hand to discuss your case in detail, and provide professional guidance to assist your individual circumstances. We have a proven track record of successfully advising and guiding clients through the immigration application, both within the UK and abroad.

Contact Us

British Nationality

Law Doctor work with you to assess your eligibility for citizenship, process your supporting documents, and offer legal insight to provide you with expert advice on all elements of your British citizenship application process.

Contact Us

Starting a Business in the UK

Law Doctor’s immigration specialists assist businesses and individuals in the UK and internationally. Working closely with you to solve your issues as well as providing guidance for current and future business ventures.

Contact Us

Immigration Costs

Tier 1 Investor (investing a minimum £2 million in approved UK qualifying investments) - £8,000-£15,000

Tier 1 Exceptional Talent (visas for leaders in the field of science, humanities, engineering, medicine, digital technology or the arts) - £3,000-£15,000

Tier 4 Student - £2,000-£5,000

Tier 5 Youth Mobility Scheme (for 18-30 year olds with certain nationalities) - £1,500-£6,000

Representative of an overseas business - £4,500-£10,000

UK Ancestry - £3,000-£5,000

Family based applications for Spouse, Civil Partner, Unmarried Partner or Child of a British person or settled person (five-year route to settlement) - £1,000-£4,000

Dependant elderly relatives - £1,000-£4,000

Visit visas (business) - £1,000-£3,000

Visit visas (tourism) - £450-£1,500

Settlement on the basis of 5 years residence in the UK - £1,000-£4,000

Settlement on the basis of 10 years long residence in the UK - £1,000-£4,000

Applications for British citizenship/registration - £500-£1,500

Applications for EU nationals and their family members - £750-£3,000

Contact Us

 

We look forward to hearing from you!

 

Fill out our form and one of our experts will get in touch to discuss how we can help.

 

Contact Us

 

For a complimentary consultation contact us today.

 

An innovative firm of solicitors, with a passion for making a difference in our client’s lives.

 

24/7

Opening Hours

info@lawdr.co.uk
Email

01213120036 / +441213120036

24 Hour Phone Number