{"id":40082,"date":"2026-01-23T16:19:46","date_gmt":"2026-01-23T16:19:46","guid":{"rendered":"https:\/\/nbosteokin.com\/?page_id=40082"},"modified":"2026-01-23T16:22:53","modified_gmt":"2026-01-23T16:22:53","slug":"elementor-page-40082","status":"publish","type":"page","link":"https:\/\/nbosteokin.com\/?page_id=40082","title":{"rendered":"Elementor Page #40082"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"40082\" class=\"elementor elementor-40082\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2776780 e-flex e-con-boxed cmsmasters-block-default e-con e-parent\" data-id=\"2776780\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d18a105 cmsmasters-block-default cmsmasters-sticky-default elementor-widget elementor-widget-html\" data-id=\"d18a105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Services & Pricing - NB Osteo\/Kin | Laval & L'\u00cele-Perrot<\/title>\n    <meta name=\"description\" content=\"NB Osteo\/Kin services and pricing. Treatment packages for laser therapy, hair rejuvenation, arthritis, psoriasis, eczema. Special offers available.\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .hero {\n            background: linear-gradient(135deg, #a4c4d4 0%, #c4dae6 100%);\n            color: white;\n            padding: 80px 20px 60px;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n        \n        .hero .subtitle {\n            font-size: 1.3rem;\n            opacity: 0.95;\n        }\n        \n        .section {\n            padding: 60px 20px;\n        }\n        \n        .section-alt {\n            background: #f7f7f7;\n        }\n        \n        .section h2 {\n            font-size: 2rem;\n            margin-bottom: 40px;\n            color: #5f7179;\n            text-align: center;\n        }\n        \n        .promo-banner {\n            background: linear-gradient(135deg, #ff6b9d 0%, #c06c84 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            text-align: center;\n            margin-bottom: 60px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n        \n        .promo-banner h2 {\n            color: white;\n            margin-bottom: 15px;\n            font-size: 2.5rem;\n        }\n        \n        .promo-banner p {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .promo-banner .promo-code {\n            background: rgba(255,255,255,0.2);\n            padding: 10px 20px;\n            border-radius: 5px;\n            display: inline-block;\n            margin-top: 15px;\n            font-weight: 600;\n            font-size: 1.3rem;\n        }\n        \n        .packages-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n        \n        .package-card {\n            background: white;\n            padding: 40px;\n            border-radius: 10px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.1);\n            transition: transform 0.2s;\n            border-top: 4px solid #a4c4d4;\n        }\n        \n        .package-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n        \n        .package-card.featured {\n            border-top: 4px solid #5f7179;\n            position: relative;\n        }\n        \n        .package-card.featured::before {\n            content: \"BEST VALUE\";\n            position: absolute;\n            top: -15px;\n            right: 20px;\n            background: #5f7179;\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n        }\n        \n        .package-card h3 {\n            color: #a4c4d4;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .package-card .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #5f7179;\n            margin-bottom: 10px;\n        }\n        \n        .package-card .price-detail {\n            color: #999;\n            font-size: 0.9rem;\n            margin-bottom: 20px;\n        }\n        \n        .package-card .original-price {\n            text-decoration: line-through;\n            color: #999;\n            font-size: 1.2rem;\n            margin-right: 10px;\n        }\n        \n        .package-card ul {\n            list-style: none;\n            margin: 20px 0;\n        }\n        \n        .package-card ul li {\n            padding: 10px 0;\n            border-bottom: 1px solid #e8e8e8;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .package-card ul li:last-child {\n            border-bottom: none;\n        }\n        \n        .package-card ul li::before {\n            content: \"\u2713\";\n            color: #a4c4d4;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 15px 35px;\n            background: #a4c4d4;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: transform 0.2s, box-shadow 0.2s;\n            margin-top: 20px;\n            text-align: center;\n            width: 100%;\n        }\n        \n        .btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n        }\n        \n        .services-table {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.1);\n            margin-top: 40px;\n        }\n        \n        .services-table table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .services-table th {\n            background: #5f7179;\n            color: white;\n            padding: 20px;\n            text-align: left;\n            font-size: 1.1rem;\n        }\n        \n        .services-table td {\n            padding: 20px;\n            border-bottom: 1px solid #e8e8e8;\n        }\n        \n        .services-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .services-table tr:hover {\n            background: #f7f7f7;\n        }\n        \n        .service-name {\n            font-weight: 600;\n            color: #5f7179;\n        }\n        \n        .service-duration {\n            color: #999;\n            font-size: 0.9rem;\n        }\n        \n        .service-price {\n            font-weight: 700;\n            color: #a4c4d4;\n            font-size: 1.2rem;\n        }\n        \n        .info-box {\n            background: linear-gradient(135deg, #a4c4d420 0%, #c4dae620 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin-top: 40px;\n            text-align: center;\n        }\n        \n        .info-box h3 {\n            color: #5f7179;\n            margin-bottom: 15px;\n        }\n        \n        .info-box p {\n            color: #555;\n            line-height: 1.8;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"hero\">\n        <div class=\"container\">\n            <h1>Services & Pricing<\/h1>\n            <p class=\"subtitle\">Transparent Pricing & Special Treatment Packages<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Valentine's Special -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <div class=\"promo-banner\">\n                <h2>\ud83d\udc95 Valentine's Day Special \ud83d\udc95<\/h2>\n                <p><strong>Give the Gift of Wellness<\/strong><\/p>\n                <p>15% OFF all treatment packages when booked in February<\/p>\n                <p>Perfect for you or your loved one!<\/p>\n                <div class=\"promo-code\">Use Code: LOVE2026<\/div>\n                <p style=\"font-size: 0.9rem; margin-top: 15px; opacity: 0.9;\">Valid February 1-28, 2026 \u2022 Mention code when booking<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Treatment Packages -->\n    <div class=\"section section-alt\">\n        <div class=\"container\">\n            <h2>Treatment Packages - Best Value<\/h2>\n            <p style=\"text-align: center; color: #555; margin-bottom: 40px;\">Save more when you commit to your wellness journey with our multi-session packages<\/p>\n            \n            <div class=\"packages-grid\">\n                <!-- Hair Rejuvenation Package -->\n                <div class=\"package-card featured\">\n                    <h3>Hair Rejuvenation Package<\/h3>\n                    <div class=\"price\">$540<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$600<\/span>\n                        Save $60\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">Complete 6-session starter package<\/p>\n                    <ul>\n                        <li>6 laser therapy sessions<\/li>\n                        <li>Theralase LLLT technology<\/li>\n                        <li>Scalp assessment included<\/li>\n                        <li>At-home care guidance<\/li>\n                        <li>Progress tracking<\/li>\n                        <li>Valid for 8 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n\n                <!-- TMJ Relief Package -->\n                <div class=\"package-card\">\n                    <h3>TMJ Relief Package<\/h3>\n                    <div class=\"price\">$600<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$750<\/span>\n                        Save $150\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">5-session jaw pain relief package<\/p>\n                    <ul>\n                        <li>5 targeted TMJ sessions<\/li>\n                        <li>Reduces jaw tension<\/li>\n                        <li>Relieves headaches<\/li>\n                        <li>Improves jaw function<\/li>\n                        <li>Personalized treatment plan<\/li>\n                        <li>Valid for 8 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n\n                <!-- Skin Wellness Package -->\n                <div class=\"package-card\">\n                    <h3>Skin Wellness Package<\/h3>\n                    <div class=\"price\">$450<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$500<\/span>\n                        Save $50\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">5-session skin rejuvenation bundle<\/p>\n                    <ul>\n                        <li>5 skin treatment sessions<\/li>\n                        <li>For psoriasis, eczema, acne<\/li>\n                        <li>Anti-aging benefits<\/li>\n                        <li>Reduces inflammation<\/li>\n                        <li>Improves skin texture<\/li>\n                        <li>Valid for 8 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n\n                <!-- Rehabilitative Laser Package -->\n                <div class=\"package-card\">\n                    <h3>Pain Relief Package<\/h3>\n                    <div class=\"price\">$360<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$400<\/span>\n                        Save $40\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">5-session rehabilitative laser therapy<\/p>\n                    <ul>\n                        <li>5 laser therapy sessions<\/li>\n                        <li>For pain & inflammation<\/li>\n                        <li>Accelerates recovery<\/li>\n                        <li>Drug-free relief<\/li>\n                        <li>All body areas<\/li>\n                        <li>Valid for 6 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n\n                <!-- Osteo-Kin Fusion Package -->\n                <div class=\"package-card\">\n                    <h3>Ost\u00e9o-Kin Fusion Package<\/h3>\n                    <div class=\"price\">$550<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$600<\/span>\n                        Save $50\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">5-session comprehensive care bundle<\/p>\n                    <ul>\n                        <li>5 Ost\u00e9o-Kin with Laser sessions<\/li>\n                        <li>Manual therapy + laser<\/li>\n                        <li>Holistic full-body approach<\/li>\n                        <li>Addresses root causes<\/li>\n                        <li>Personalized treatment<\/li>\n                        <li>Valid for 8 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n\n                <!-- Hair Intensive Package -->\n                <div class=\"package-card\">\n                    <h3>Hair Restoration - Intensive<\/h3>\n                    <div class=\"price\">$1,350<\/div>\n                    <div class=\"price-detail\">\n                        <span class=\"original-price\">$1,500<\/span>\n                        Save $150\n                    <\/div>\n                    <p style=\"color: #555; margin-bottom: 20px;\">Complete 15-session transformation<\/p>\n                    <ul>\n                        <li>15 laser therapy sessions<\/li>\n                        <li>Comprehensive protocol<\/li>\n                        <li>Maximum hair restoration<\/li>\n                        <li>Monthly progress photos<\/li>\n                        <li>Nutritional guidance<\/li>\n                        <li>Valid for 16 weeks<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/www.fresha.com\/book-now\/nb-osteo-kin-fjecywnm\/services?lid=2775510&eid=4901336&share=true&pId=2684641\" class=\"btn\">Book Package<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Individual Services -->\n    <div class=\"section\">\n        <div class=\"container\">\n            <h2>Individual Services & Pricing<\/h2>\n            \n            <div class=\"services-table\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Service<\/th>\n                            <th>Duration<\/th>\n                            <th>Price<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Ost\u00e9o-Kin Fusion with Laser (First Session)<\/div>\n                                <div class=\"service-duration\">Full-body treatment with assessment<\/div>\n                            <\/td>\n                            <td>1 hr, 30 min<\/td>\n                            <td class=\"service-price\">$150<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Ost\u00e9o-Kin Fusion with Laser (Follow-up)<\/div>\n                                <div class=\"service-duration\">Manual therapy + laser treatment<\/div>\n                            <\/td>\n                            <td>1 hr<\/td>\n                            <td class=\"service-price\">$120<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">TMJ Treatment \/ Troubles Temporo-Mandibulaires<\/div>\n                                <div class=\"service-duration\">Jaw tension, headaches, facial discomfort relief<\/div>\n                            <\/td>\n                            <td>1 hr<\/td>\n                            <td class=\"service-price\">$150<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Rehabilitative Laser Therapy<\/div>\n                                <div class=\"service-duration\">Non-invasive treatment for recovery<\/div>\n                            <\/td>\n                            <td>30 min<\/td>\n                            <td class=\"service-price\">$80<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Laser Hair Rejuvenation<\/div>\n                                <div class=\"service-duration\">Cold laser hair restoration treatment<\/div>\n                            <\/td>\n                            <td>1 hr<\/td>\n                            <td class=\"service-price\">$100<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Clear Skin Recovery \/ R\u00e9cup\u00e9ration Peau Claire<\/div>\n                                <div class=\"service-duration\">Clinical photobiomodulation red light therapy<\/div>\n                            <\/td>\n                            <td>1 hr<\/td>\n                            <td class=\"service-price\">$100<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\n                                <div class=\"service-name\">Skin Rejuvenation & Anti-aging Laser Treatment<\/div>\n                                <div class=\"service-duration\">Supports collagen production & skin health<\/div>\n                            <\/td>\n                            <td>1 hr<\/td>\n                            <td class=\"service-price\">$100<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Insurance Info -->\n    <div class=\"section section-alt\">\n        <div class=\"container\">\n            <div class=\"info-box\">\n                <h3>Insurance Coverage<\/h3>\n                <p>Most services are covered by extended health insurance plans under osteopathy (CPMDQ) and kinesiology (ANQ) benefits. We provide detailed receipts for insurance submission. Please check with your insurance provider for specific coverage details.<\/p>\n            <\/div>\n\n            <div class=\"info-box\" style=\"margin-top: 30px;\">\n                <h3>Payment & Booking<\/h3>\n                <p>We accept cash, debit, and all major credit cards. Payment is due at time of service. Packages must be paid in full at time of purchase. No refunds on packages, but sessions can be transferred to family members.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services &#038; Pricing &#8211; NB Osteo\/Kin | Laval &#038; L&#8217;\u00cele-Perrot Services &#038; Pricing Transparent Pricing &#038; Special Treatment Packages \ud83d\udc95 Valentine&#8217;s Day Special \ud83d\udc95 Give the Gift of Wellness 15% OFF all treatment packages when booked in February Perfect for you or your loved one! Use Code: LOVE2026 Valid February 1-28, 2026 \u2022 Mention code&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-40082","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40082"}],"version-history":[{"count":4,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40082\/revisions"}],"predecessor-version":[{"id":40087,"href":"https:\/\/nbosteokin.com\/index.php?rest_route=\/wp\/v2\/pages\/40082\/revisions\/40087"}],"wp:attachment":[{"href":"https:\/\/nbosteokin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}