{"id":31938,"date":"2025-08-13T13:38:13","date_gmt":"2025-08-13T05:38:13","guid":{"rendered":"https:\/\/35.220.194.77\/?page_id=31938"},"modified":"2025-09-06T17:36:50","modified_gmt":"2025-09-06T09:36:50","slug":"enquiry","status":"publish","type":"page","link":"https:\/\/www.ukimms.com\/zh_cn\/enquiry\/","title":{"rendered":"\u7b7e\u8bc1\u67e5\u8be2"},"content":{"rendered":"\n<figure class=\"wp-block-image alignfull size-large\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/banner_enquiry_en-1024x185.webp\" alt=\"\"\/><\/figure>\n\n\n\n<div class=\"wp-block-columns padding_0_140_mobile_10_20 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"form_container\" style=\"max-width: 1024px; margin: auto\">\n    <style>\n        .form_container {\n            max-width: 1024px;\n            margin: auto;\n        }\n\n        .flex_column {\n            display: flex;\n            flex-direction: column;\n            max-width: 80%;\n            margin-bottom: 20px;\n        }\n\n        .flex_row {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .button_panel,\n        .name_row.flex_row {\n            max-width: 80%;\n        }\n\n        .name_row .flex_column {\n            flex: 50%;\n        }\n\n        .flex_row label {\n            flex-shrink: 0;\n        }\n\n        .contact_form input[type=checkbox] {\n            accent-color: #1d3a77;\n        }\n\n        .contact_form select,\n        .contact_form input:focus,\n        .contact_form textarea:focus,\n        .contact_form input,\n        .contact_form textarea {\n            padding: 6px;\n            font-size: medium;\n            outline-color: #d1a665;\n            color: black;\n            border-radius: 5px;\n        }\n\n        .contact_form input::checked {\n            opacity: 0;\n        }\n\n        .contact_form button {\n            background-color: #1d3a77;\n            padding: 16px 22px;\n            border-radius: 9999px;\n        }\n\n        .contact_form button:hover {\n            background-color: #d1a665;\n            text-decoration: underline;\n        }\n\n        @media only screen and (max-width: 768px) {\n\n            .contact_form select,\n            .contact_form input:focus,\n            .contact_form textarea:focus,\n            .contact_form input,\n            .contact_form textarea {\n                font-size: normal;\n            }\n\n            .name_row.flex_row,\n            .flex_column,\n            .button_panel {\n                max-width: 100%;\n            }\n        }\n    <\/style>\n    <script>\n\n        document.addEventListener(\"DOMContentLoaded\", (event) => {\n            const contactMethodSelect = document.querySelector(\"[name=contact_method]\");\n            const phoneInput = document.querySelector(\"[name=phone]\");\n            const phoneText = document.querySelector(\".phone_text\");\n\n            function updatePhonePlaceholder() {\n                const selectedOption = contactMethodSelect.options[contactMethodSelect.selectedIndex];\n                const v = selectedOption.text;\n\n                if (phoneText) {\n                    phoneText.textContent = v;\n                }\n\n                if (v === \"Line\" || v === \"WeChat\") {\n                    phoneInput.setAttribute(\"placeholder\", \"\");\n                } else {\n                    phoneInput.setAttribute(\"placeholder\", \"+1 (555) 1234-567\");\n                }\n            }\n\n            contactMethodSelect.addEventListener(\"change\", updatePhonePlaceholder);\n            contactMethodSelect.addEventListener(\"keyup\", updatePhonePlaceholder);\n            const form = document.getElementById(\"form\");\n            const result = document.getElementById(\"result\");\n\n            form.addEventListener(\"submit\", function (e) {\n                var form = $(this);\n                const formData = new FormData(form);\n                e.preventDefault();\n                var object = {};\n                formData.forEach((value, key) => {\n                    object[key] = value;\n                });\n                var json = JSON.stringify(object);\n                json[\"country\"] = $.map(form.find(\"[name=country]\"), function (o) {\n                    return o.text();\n                }).join(\", \");\n                result.innerHTML = \"Please wait...\";\n\n                fetch(\"\", {\n                    method: \"POST\",\n                    headers: {\n                        \"Content-Type\": \"application\/json\",\n                        Accept: \"application\/json\"\n                    },\n                    body: json\n                })\n                    .then(async (response) => {\n                        let json = await response.json();\n                        if (response.status == 200) {\n                            result.innerHTML = json.message;\n                            result.classList.remove(\"text-gray-500\");\n                            result.classList.add(\"text-green-500\");\n                        } else {\n                            console.log(response);\n                            result.innerHTML = json.message;\n                            result.classList.remove(\"text-gray-500\");\n                            result.classList.add(\"text-red-500\");\n                        }\n                    })\n                    .catch((error) => {\n                        console.log(error);\n                        result.innerHTML = \"Something went wrong!\";\n                    })\n                    .then(function () {\n                        form.reset();\n                        setTimeout(() => {\n                            result.style.display = \"none\";\n                        }, 5000);\n                    });\n            });\n        })\n\n    <\/script>\n    <div class=\"margin_top_20 margin_bottom_20\">\n        <div class=\"has-medium-font-size\">\n            Please fill in the following form, our team will get back to you as soon as possible.\n        <\/div>\n        <div class=\"has-medium-font-size\">\n            Thank you very much.\n        <\/div>\n    <\/div>\n    <form action=\"https:\/\/api.web3forms.com\/submit\" method=\"POST\" id=\"form\" class=\"contact_form\">\n        <input type=\"hidden\" name=\"access_key\" value=\"a9c124c5-f437-42bf-808f-5c65f8676d3d\" \/>\n        <input type=\"hidden\" name=\"subject\" value=\"Janine &#038; Co Website Enquiry\" \/>\n        <input type=\"checkbox\" name=\"botcheck\" id=\"\" style=\"display: none;\" \/>\n\n        <div class=\"name_row flex_row\">\n            <div class=\"flex_column\">\n                <label for=\"first_name\" class=\"has-medium-font-size\">First\n                    Name<\/label>\n                <input type=\"text\" name=\"first_name\" id=\"first_name\" required class=\"\" \/>\n            <\/div>\n            <div class=\"flex_column\">\n                <label for=\"last_name\" class=\"has-medium-font-size\">Last\n                    Name<\/label>\n                <input type=\"text\" name=\"last_name\" id=\"last_name\" required class=\"\" \/>\n            <\/div>\n        <\/div>\n        <div class=\"flex_column\">\n            <label for=\"email\" class=\"has-medium-font-size\">Email\n                Address<\/label>\n            <input type=\"email\" name=\"email\" id=\"email\" placeholder=\"you@company.com\" required class=\"\" \/>\n        <\/div>\n        <div class=\"flex_column\">\n            <label for=\"contact_method\" class=\"has-medium-font-size\">Contact\n                Method<\/label>\n            <div class=\"contact_method_row flex_row\">\n                <select class=\"has-medium-font-size\" name=\"contact_method\" style=\"height: 36px;\" id=\"contact_method\">\n                    <option value=\"phone\">Phone<\/option>\n                    <option value=\"whatsapp\">WhatsApp<\/option>\n                    <option value=\"Line\">Line<\/option>\n                    <option value=\"WeChat\">WeChat<\/option>\n                <\/select>\n                <input type=\"text\" name=\"phone\" id=\"phone\" placeholder=\"+1 (555) 1234-567\" required class=\"\" \/>\n            <\/div>\n        <\/div>\n\n        <div class=\"flex_column\">\n            <label class=\"has-medium-font-size\">Please select\n                your interested country<\/label>\n            <div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"uk\" name=\"country\" value=\"uk\" \/>\n                    <label for=\"uk\" class=\"has-medium-font-size\">United Kingdom<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"iom\" name=\"country\" value=\"iom\" \/>\n                    <label for=\"iom\" class=\"has-medium-font-size\">Isle of Man<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"ireland\" name=\"country\" value=\"ireland\" \/>\n                    <label for=\"ireland\" class=\"has-medium-font-size\">Ireland<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"portugal\" name=\"country\" value=\"portugal\" \/>\n                    <label for=\"portugal\" class=\"has-medium-font-size\">Portugal<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"greece\" name=\"country\" value=\"greece\" \/>\n                    <label for=\"greece\" class=\"has-medium-font-size\">Greece<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"malta\" name=\"country\" value=\"malta\" \/>\n                    <label for=\"malta\" class=\"has-medium-font-size\">Malta<\/label>\n                <\/div>\n <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"malta\" name=\"country\" value=\"hungary\" \/>\n                    <label for=\"malta\" class=\"has-medium-font-size\">Hungary<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"malta\" name=\"country\" value=\"cyprus\" \/>\n                    <label for=\"malta\" class=\"has-medium-font-size\">Cyprus<\/label>\n                <\/div>\n               \n   \n            <\/div>\n        <\/div>\n        <div class=\"flex_column\">\n            <label for=\"message\" class=\"has-medium-font-size\">Please fill in\n                your visa enquiry and questions<\/label>\n            <textarea rows=\"5\" name=\"message\" id=\"message\" placeholder=\"Your Message\" required><\/textarea>\n        <\/div>\n        <div class=\"flex_column\">\n            <label class=\"has-medium-font-size\">How did you learn about our company?<\/label>\n            <div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"facebook\" name=\"referral\" value=\"facebook\" \/>\n                    <label class=\"has-medium-font-size\" for=\"facebook\">Facebook<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"instagram\" name=\"referral\" value=\"instagram\" \/>\n                    <label class=\"has-medium-font-size\" for=\"instagram\">Instagram<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"youtube\" name=\"referral\" value=\"youtube\" \/>\n                    <label class=\"has-medium-font-size\" for=\"youtube\">YouTube<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"linkedin\" name=\"referral\" value=\"linkedin\" \/>\n                    <label class=\"has-medium-font-size\" for=\"linkedin\">LinkedIn<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"google\" name=\"referral\" value=\"google\" \/>\n                    <label class=\"has-medium-font-size\" for=\"google\">Google<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"referral\" name=\"referral\" value=\"referral\" \/>\n                    <label class=\"has-medium-font-size\" for=\"referral\">Referral<\/label>\n                <\/div>\n                <div class=\"checkbox_row flex_row\">\n                    <input type=\"checkbox\" id=\"other\" name=\"referral\" value=\"other\" \/>\n                    <label class=\"has-medium-font-size\" for=\"other\">Other<\/label>\n                    <input type=\"text\" name=\"other_referral\" id=\"other_referral\" \/>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"text_center padding_30 button_panel\">\n            <button type=\"submit\" class=\"has-medium-font-size\">\n                Submit\n            <\/button>\n        <\/div>\n        <p id=\"result\"><\/p>\n    <\/form>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-text-color has-background has-link-color wp-elements-811a99aa3d05df1b1414ddd2eea66b3f is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-8adbaf51 wp-block-group-is-layout-flex\" style=\"background-color:#002237;min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide footer has-small-font-size is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top padding_30 is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-left margin_bottom_10 has-text-color has-link-color wp-elements-e1f7a7d95d7aec465133dca6e3dcc707\" style=\"color:#d1a665\">Follow us<\/h3>\n\n\n\n<div class=\"flex flex-row items-center gap-x-6 follow\">\n    <a href=\"https:\/\/www.youtube.com\/@janinemiu\" aria-label=\"Follow Janine &#038; Co on YouTube\"\n        title=\"Follow Janine &#038; Co on YouTube\"> <svg width=\"32\" height=\"32\" fill=\"#FFFFFF\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n            <path\n                d=\"M12.08,3.57h.13c1.23,0,7.48.05,9.17.5,1.04.28,1.85,1.09,2.12,2.13.16.69.28,1.39.33,2.1v.16s.05.39.05.39v.16c.11,1.37.12,2.66.12,2.94v.11c0,.29-.01,1.66-.12,3.09v.16s-.03.16-.03.16c-.05.79-.17,1.57-.35,2.34-.28,1.04-1.09,1.85-2.12,2.13-1.74.47-8.35.5-9.27.5h-.21c-.46,0-2.38,0-4.39-.08h-.26s-.13-.02-.13-.02h-.26s-.26-.02-.26-.02c-1.34-.02-2.67-.15-3.98-.39-1.04-.28-1.85-1.09-2.12-2.13-.18-.77-.3-1.55-.35-2.34v-.16s-.03-.16-.03-.16c-.07-1.02-.11-2.04-.12-3.06v-.18c0-.32.01-1.44.1-2.67v-.15s.01-.08.01-.08v-.16s.04-.39.04-.39v-.16c.07-.71.18-1.41.34-2.1.28-1.04,1.09-1.85,2.12-2.13,1.31-.24,2.64-.37,3.98-.39h.26s.26-.02.26-.02h.13s.26-.01.26-.01c1.43-.05,2.86-.07,4.29-.08h.29ZM9.6,8.39v7.23l6.24-3.61-6.24-3.61Z\">\n            <\/path>\n        <\/svg> <\/a>\n    <a href=\"https:\/\/www.facebook.com\/mhtjanine\/\" aria-label=\"Follow Janine &#038; Co on Facebook\"\n        title=\"Follow Janine &#038; Co on Facebook\"> <svg width=\"32\" height=\"32\" fill=\"#FFFFFF\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n            <path\n                d=\"M4.38,0C1.97,0,0,1.95,0,4.36c0,0,0,.01,0,.02v15.24c0,2.42,1.95,4.38,4.36,4.38,0,0,.01,0,.02,0h8.26v-9.38h-2.48v-3.38h2.48v-2.89c0-2.27,1.47-4.35,4.84-4.35.79,0,1.59.04,2.38.13l-.08,3.16s-1.03-.01-2.16-.01c-1.22,0-1.41.56-1.41,1.49v2.47h3.67l-.16,3.38h-3.51v9.38h3.41c2.42,0,4.38-1.95,4.38-4.36,0,0,0-.01,0-.02V4.38C24,1.97,22.05,0,19.64,0c0,0-.01,0-.02,0H4.38Z\">\n            <\/path>\n        <\/svg> <\/a> <a href=\"https:\/\/www.instagram.com\/janine.miu\/\" aria-label=\"Follow Janine &#038; Co on Instagram\"\n        title=\"Follow Janine &#038; Co on Instagram\"> <svg width=\"32\" height=\"32\" fill=\"#FFFFFF\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n            <path\n                d=\"M12,0c-3.26,0-3.67.01-4.95.07-1,.02-1.98.21-2.91.56-.8.3-1.53.77-2.12,1.38-.61.6-1.08,1.33-1.39,2.13-.35.93-.54,1.92-.56,2.91-.06,1.28-.07,1.69-.07,4.95s.01,3.67.07,4.94c.02,1,.21,1.98.56,2.92.62,1.61,1.9,2.89,3.51,3.51.93.35,1.92.54,2.91.56,1.28.06,1.69.07,4.95.07s3.67-.01,4.95-.07c1-.02,1.98-.21,2.91-.56,1.61-.62,2.89-1.9,3.51-3.51.35-.93.54-1.92.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95c-.02-1-.21-1.98-.56-2.91-.3-.8-.77-1.53-1.38-2.13-.6-.61-1.32-1.08-2.13-1.38-.93-.35-1.92-.54-2.92-.56-1.28-.06-1.69-.07-4.94-.07h0ZM10.92,2.16h1.08c3.2,0,3.58,0,4.85.07.76,0,1.52.15,2.23.41.52.19.99.5,1.38.9.4.39.71.86.9,1.38.26.71.4,1.47.41,2.23.06,1.26.07,1.64.07,4.85s-.01,3.58-.07,4.85c0,.76-.15,1.51-.41,2.23-.4,1.05-1.23,1.87-2.28,2.27-.71.27-1.47.41-2.23.41-1.26.06-1.64.07-4.85.07s-3.59-.01-4.85-.07c-.76,0-1.51-.15-2.23-.41-.52-.19-.99-.5-1.38-.9-.4-.39-.71-.86-.9-1.38-.26-.71-.4-1.47-.41-2.23-.06-1.27-.07-1.64-.07-4.85s.01-3.58.07-4.85c0-.76.15-1.52.41-2.23.19-.52.5-.99.9-1.38.39-.4.86-.71,1.38-.9.71-.26,1.47-.4,2.23-.41,1.11-.05,1.54-.07,3.77-.07h0ZM18.41,4.16c-.8,0-1.44.64-1.44,1.44,0,.8.64,1.44,1.44,1.44s1.44-.64,1.44-1.44-.64-1.44-1.44-1.44h0ZM12,5.84c-3.4,0-6.16,2.76-6.16,6.17,0,3.4,2.76,6.16,6.17,6.16,3.4,0,6.16-2.76,6.16-6.16,0-3.4-2.76-6.16-6.16-6.16,0,0,0,0,0,0ZM12,8c2.21,0,4,1.79,4,4s-1.79,4-4,4-4-1.79-4-4,1.79-4,4-4Z\">\n            <\/path>\n        <\/svg> <\/a> <a href=\"https:\/\/hk.linkedin.com\/company\/janine-co-immigration-specialist\"\n        aria-label=\"Follow Janine &#038; Co on LinkedIn\" title=\"Follow Janine &#038; Co on LinkedIn\"> <svg width=\"32\" height=\"32\"\n            fill=\"#FFFFFF\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n            <path\n                d=\"M4.7,0C2.11.01.01,2.11,0,4.7v14.6c0,2.59,2.11,4.69,4.7,4.7h14.59c2.59,0,4.69-2.11,4.7-4.7V4.7C23.99,2.11,21.89.01,19.3,0H4.7ZM5.89,3.96c1.04-.08,1.95.71,2.02,1.75.08,1.04-.71,1.95-1.75,2.02-.1,0-.2,0-.3,0h-.02c-1.04.06-1.94-.73-2-1.77s.73-1.94,1.77-2c.09,0,.18,0,.27,0ZM16.57,8.96c2.39,0,4.17,1.56,4.17,4.91v6.25h-3.63v-5.84c0-1.47-.52-2.47-1.84-2.47-.84,0-1.58.54-1.86,1.32-.09.29-.13.58-.12.88v6.09h-3.62s.05-9.88,0-10.91h3.62v1.54c.67-1.16,1.93-1.85,3.27-1.8ZM4.05,9.22h3.62v10.9h-3.62v-10.9Z\">\n            <\/path>\n        <\/svg> <\/a>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column padding_30 is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-left margin_bottom_10 has-text-color has-link-color wp-elements-09f7e72aa4e36bc247cda059e6fc54a2\" style=\"color:#d1a665\">Contact us<\/h3>\n\n\n\n<div class=\"wp-block-group alignfull margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-font-awesome-icon wp-font-awesome-icon wp-container-content-c42f3963\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"phone\" class=\"svg-inline--fa fa-phone \" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" style=\"font-size:1.5em\" color=\"#ffffff\"><path fill=\"currentColor\" d=\"M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z\"><\/path><\/svg><\/div>\n\n\n\n<p class=\"has-medium-font-size\">+852 3488 3336<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-font-awesome-icon wp-font-awesome-icon wp-container-content-c42f3963\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"envelope\" class=\"svg-inline--fa fa-envelope \" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" style=\"font-size:1.5em\"><path fill=\"currentColor\" d=\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\"><\/path><\/svg><\/div>\n\n\n\n<p class=\"has-medium-font-size\">info@ukimms.com<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-font-awesome-icon wp-font-awesome-icon wp-container-content-c42f3963\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"whatsapp\" class=\"svg-inline--fa fa-whatsapp \" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" style=\"font-size:1.5em\" color=\"#ffffff\"><path fill=\"currentColor\" d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg><\/div>\n\n\n\n<p class=\"has-medium-font-size\">+852&nbsp;9468&nbsp;9323<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex\">\n<div class=\"wp-block-font-awesome-icon wp-font-awesome-icon\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"line\" class=\"svg-inline--fa fa-line \" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" style=\"font-size:1.5em\" color=\"#ffffff\"><path fill=\"currentColor\" d=\"M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z\"><\/path><\/svg><\/div>\n\n\n\n<div class=\"wp-block-font-awesome-icon wp-font-awesome-icon\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"weixin\" class=\"svg-inline--fa fa-weixin \" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\" style=\"font-size:1.5em\" color=\"#ffffff\"><path fill=\"currentColor\" d=\"M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z\"><\/path><\/svg><\/div>\n\n\n\n<p class=\"has-medium-font-size\">ukimms<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column padding_30 is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-left margin_bottom_10 has-text-color has-link-color wp-elements-3f9cbf8cd2cf0903dbdccda80b4a830b\" style=\"color:#d1a665\">Locate us<\/h3>\n\n\n\n<div class=\"wp-block-group margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-64989fb1 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/Flag_of_Hong_Kong.svg_-1024x683.png\" alt=\"\" style=\"width:48px\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/maps.app.goo.gl\/wHpB6fWhSLW4EKke8\" target=\"_blank\" rel=\"noreferrer noopener\">19\/F, CS Tower, 50 Wing Lok Street, Sheung Wan, Hong Kong<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group margin_bottom_10 is-nowrap is-layout-flex wp-container-core-group-is-layout-64989fb1 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-6388d5dc\"><\/div>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94bc23d7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\">Copyright \u00a9 2025&nbsp;Janine &amp; Co Immigration Specialist Limited.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94bc23d7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\">All right reserved.<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Please fill in the following form, our team will get back to you as soon as possible. Thank you very [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-31938","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Visa Enquiry | Janine &amp; Co Immigration Specialist<\/title>\n<meta name=\"description\" content=\"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ukimms.com\/zh_cn\/enquiry\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visa Enquiry | Janine &amp; Co Immigration Specialist\" \/>\n<meta property=\"og:description\" content=\"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ukimms.com\/zh_cn\/enquiry\/\" \/>\n<meta property=\"og:site_name\" content=\"Janine &amp; Co | UK and EU Immigration Specialist\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mhtjanine\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-06T09:36:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/enquiry\\\/\",\"url\":\"https:\\\/\\\/www.ukimms.com\\\/enquiry\\\/\",\"name\":\"Visa Enquiry | Janine & Co Immigration Specialist\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#website\"},\"datePublished\":\"2025-08-13T05:38:13+00:00\",\"dateModified\":\"2025-09-06T09:36:50+00:00\",\"description\":\"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/enquiry\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.ukimms.com\\\/enquiry\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/enquiry\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ukimms.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enquiry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#website\",\"url\":\"https:\\\/\\\/www.ukimms.com\\\/\",\"name\":\"Janine & Co | UK and EU Immigration Specialist\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.ukimms.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#organization\",\"name\":\"Janine & Co | UK and EU Immigration Specialist\",\"url\":\"https:\\\/\\\/www.ukimms.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.ukimms.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-Janine-Co-Logo-e1752734880867.png\",\"contentUrl\":\"https:\\\/\\\/www.ukimms.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-Janine-Co-Logo-e1752734880867.png\",\"width\":512,\"height\":417,\"caption\":\"Janine & Co | UK and EU Immigration Specialist\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ukimms.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mhtjanine\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@janinemiu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visa Enquiry | Janine & Co Immigration Specialist","description":"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ukimms.com\/zh_cn\/enquiry\/","og_locale":"zh_CN","og_type":"article","og_title":"Visa Enquiry | Janine & Co Immigration Specialist","og_description":"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.","og_url":"https:\/\/www.ukimms.com\/zh_cn\/enquiry\/","og_site_name":"Janine &amp; Co | UK and EU Immigration Specialist","article_publisher":"https:\/\/www.facebook.com\/mhtjanine\/","article_modified_time":"2025-09-06T09:36:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ukimms.com\/enquiry\/","url":"https:\/\/www.ukimms.com\/enquiry\/","name":"Visa Enquiry | Janine & Co Immigration Specialist","isPartOf":{"@id":"https:\/\/www.ukimms.com\/#website"},"datePublished":"2025-08-13T05:38:13+00:00","dateModified":"2025-09-06T09:36:50+00:00","description":"Complete the enquiry form for your visa enquiry, and our team will respond as soon as possible.","breadcrumb":{"@id":"https:\/\/www.ukimms.com\/enquiry\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ukimms.com\/enquiry\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ukimms.com\/enquiry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ukimms.com\/"},{"@type":"ListItem","position":2,"name":"Enquiry"}]},{"@type":"WebSite","@id":"https:\/\/www.ukimms.com\/#website","url":"https:\/\/www.ukimms.com\/","name":"Janine & Co | UK and EU Immigration Specialist","description":"","publisher":{"@id":"https:\/\/www.ukimms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ukimms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/www.ukimms.com\/#organization","name":"Janine & Co | UK and EU Immigration Specialist","url":"https:\/\/www.ukimms.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.ukimms.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.ukimms.com\/wp-content\/uploads\/2025\/07\/cropped-Janine-Co-Logo-e1752734880867.png","contentUrl":"https:\/\/www.ukimms.com\/wp-content\/uploads\/2025\/07\/cropped-Janine-Co-Logo-e1752734880867.png","width":512,"height":417,"caption":"Janine & Co | UK and EU Immigration Specialist"},"image":{"@id":"https:\/\/www.ukimms.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mhtjanine\/","https:\/\/www.youtube.com\/@janinemiu"]}]}},"_links":{"self":[{"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/pages\/31938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/comments?post=31938"}],"version-history":[{"count":125,"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/pages\/31938\/revisions"}],"predecessor-version":[{"id":34150,"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/pages\/31938\/revisions\/34150"}],"wp:attachment":[{"href":"https:\/\/www.ukimms.com\/zh_cn\/wp-json\/wp\/v2\/media?parent=31938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}