{"id":287,"date":"2019-11-05T16:55:20","date_gmt":"2019-11-05T16:55:20","guid":{"rendered":"http:\/\/pureivhealth.com\/?page_id=287"},"modified":"2023-07-03T17:07:30","modified_gmt":"2023-07-03T17:07:30","slug":"pure-iv-drips","status":"publish","type":"page","link":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/","title":{"rendered":"Pure IV Drips"},"content":{"rendered":"\n<div class=\"container\">\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper\" id=\"advgb-cols-76d14e32-d0fa-43a1-846b-218b792ffd2a\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile advgb-columns-2 layout-23-13 mbl-layout-stacked vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column advgb-is-two-thirds-tablet advgb-is-full-mobile\" id=\"advgb-col-7ec9597d-ffaa-428d-8418-c520227e8582\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<h2 class=\"wp-block-heading\">PURE IV DRIPS in Lubbock, TX  <\/h2>\n\n\n\n<p><strong>How it works<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-thumbnail is-style-default\"><img decoding=\"async\" width=\"150\" height=\"5\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg\" alt=\"\" class=\"wp-image-1052\"\/><\/figure>\n\n\n\n<p>IV vitamin therapy is the only delivery method where you get 100% bioavailability directly into the bloodstream while bypassing the GI tract for instant benefits.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-a85c7132-d8b0-41a3-8fcf-87e8d2f2044f\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<h2 style=\"text-align:center;\">ABSORPTION<\/h2>\n<div><img decoding=\"async\" class=\"img-responsive center-block\" src=\"\/wp-content\/uploads\/2019\/12\/TitleLine.jpg\" alt=\"\"><\/div>\n<div class=\"absorbptionContainer\">\n<div class=\"fillerBg\">\n<div class=\"blueBg animated slideInUp duration5 eds-on-scroll\"><\/div>\n<div class=\"counterUp\"><h2 class=\"timer count-title count-number\" data-to=\"100\" data-speed=\"2000\"><\/h2><\/div>\n<div class=\"outline\"><img decoding=\"async\" class=\"center-block\" src=\"\/wp-content\/uploads\/2020\/01\/IV-2.png\" alt=\"\"><\/div>\n<div class=\"counter\"><\/div>\n<\/div>\n<div class=\"fillerBg\">\n<div class=\"blueBg2 animated slideInUp duration5 eds-on-scroll\"><\/div>\n<div class=\"counterUp2\"><h2 class=\"timer count-title count-number\" data-to=\"20\" data-speed=\"2000\"><\/h2><\/div>\n<div class=\"outline\"><img decoding=\"async\" class=\"center-block\" src=\"\/wp-content\/uploads\/2020\/01\/Oral-1.png\" alt=\"\"><\/div>\n<div class=\"counter\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<script>\n(function ($) {\n\t$.fn.countTo = function (options) {\n\t\toptions = options || {};\n\t\t\n\t\treturn $(this).each(function () {\n\t\t\t\/\/ set options for current element\n\t\t\tvar settings = $.extend({}, $.fn.countTo.defaults, {\n\t\t\t\tfrom:            $(this).data('from'),\n\t\t\t\tto:              $(this).data('to'),\n\t\t\t\tspeed:           $(this).data('speed'),\n\t\t\t\trefreshInterval: $(this).data('refresh-interval'),\n\t\t\t\tdecimals:        $(this).data('decimals')\n\t\t\t}, options);\n\t\t\t\n\t\t\t\/\/ how many times to update the value, and how much to increment the value on each update\n\t\t\tvar loops = Math.ceil(settings.speed \/ settings.refreshInterval),\n\t\t\t\tincrement = (settings.to - settings.from) \/ loops;\n\t\t\t\n\t\t\t\/\/ references & variables that will change with each update\n\t\t\tvar self = this,\n\t\t\t\t$self = $(this),\n\t\t\t\tloopCount = 0,\n\t\t\t\tvalue = settings.from,\n\t\t\t\tdata = $self.data('countTo') || {};\n\t\t\t\n\t\t\t$self.data('countTo', data);\n\t\t\t\n\t\t\t\/\/ if an existing interval can be found, clear it first\n\t\t\tif (data.interval) {\n\t\t\t\tclearInterval(data.interval);\n\t\t\t}\n\t\t\tdata.interval = setInterval(updateTimer, settings.refreshInterval);\n\t\t\t\n\t\t\t\/\/ initialize the element with the starting value\n\t\t\trender(value);\n\t\t\t\n\t\t\tfunction updateTimer() {\n\t\t\t\tvalue += increment;\n\t\t\t\tloopCount++;\n\t\t\t\t\n\t\t\t\trender(value);\n\t\t\t\t\n\t\t\t\tif (typeof(settings.onUpdate) == 'function') {\n\t\t\t\t\tsettings.onUpdate.call(self, value);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif (loopCount >= loops) {\n\t\t\t\t\t\/\/ remove the interval\n\t\t\t\t\t$self.removeData('countTo');\n\t\t\t\t\tclearInterval(data.interval);\n\t\t\t\t\tvalue = settings.to;\n\t\t\t\t\t\n\t\t\t\t\tif (typeof(settings.onComplete) == 'function') {\n\t\t\t\t\t\tsettings.onComplete.call(self, value);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tfunction render(value) {\n\t\t\t\tvar formattedValue = settings.formatter.call(self, value, settings);\n\t\t\t\t$self.html(formattedValue);\n\t\t\t}\n\t\t});\n\t};\n\t\n\t$.fn.countTo.defaults = {\n\t\tfrom: 0,               \/\/ the number counter starts at\n\t\tto: 0,                 \/\/ the number counter ends\n\t\tspeed: 1000,           \/\/ how long it takes to count\n\t\trefreshInterval: 100,  \/\/ how often the element should be updated\n\t\tdecimals: 0,           \/\/ the number of decimal places to show\n\t\tformatter: formatter,  \/\/ handler for formatting the value before rendering\n\t\tonUpdate: null,        \/\/ callback method for every time the element is updated\n\t\tonComplete: null       \/\/ callback method for when the element finishes updating\n\t};\n\t\n\tfunction formatter(value, settings) {\n\t\treturn value.toFixed(settings.decimals);\n\t}\n}(jQuery));\n\njQuery(function ($) {\n  \/\/ custom formatting example\n  $('.count-number').data('countToOptions', {\n\tformatter: function (value, options) {\n\t  return value.toFixed(options.decimals).replace(\/\\B(?=(?:\\d{3})+(?!\\d))\/g, ',');\n\t}\n  });\n  \n  \/\/ start all the timers\n  $('.timer').each(count);  \n  \n  function count(options) {\n\tvar $this = $(this);\n\toptions = $.extend({}, options || {}, $this.data('countToOptions') || {});\n\t$this.countTo(options);\n  }\n});\n<\/script>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<\/div><div class=\"pureContainer container\">\n\n\n\n<figure class=\"wp-block-image size-large is-style-default pureContainer\"><img decoding=\"async\" width=\"1024\" height=\"7\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/pageBreak-1024x7.jpg\" alt=\"\" class=\"wp-image-1269\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/pageBreak-1024x7.jpg 1024w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/pageBreak-300x2.jpg 300w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/pageBreak-768x5.jpg 768w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/pageBreak.jpg 1342w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper pureContainer\" id=\"advgb-cols-cb48231a-ae13-426e-82b4-1a5ef4725fae\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile columns-valign-top advgb-columns-3 layout-13-13-13 mbl-layout-stacked gutter-20 vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-cd2dcf40-298d-4e54-8703-2155873386cc\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-immunity\/\"><img decoding=\"async\" width=\"157\" height=\"157\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/immunity.jpg\" alt=\"\" class=\"wp-image-1278\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/immunity.jpg 157w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/immunity-150x150.jpg 150w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/immunity-oi4cso07omppp0kdw9bdoz7r5hwpxgo9c8vcywvnuc.jpg 50w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/immunity-oi4cso07do0lsiiyaj3l5yi5w5ut9ivbvaq2fk9cu2.jpg 25w\" sizes=\"(max-width: 157px) 100vw, 157px\" \/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>PURE Immunity<\/strong><\/h4>\n\n\n\n<p>Beat that cold or flu with this immune boosting drip <\/p>\n\n\n\n<div class=\"wp-block-advgb-button alignundefined\"><a class=\"wp-block-advgb-button_link advgbbtn-845c201c-6ac5-467b-a7e0-5909e9255d48\" href=\"\/services\/pure-iv-drips\/pure-immunity\/\" target=\"_self\" rel=\"noopener noreferrer\">Click for more info<\/a><\/div>\n\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-cacce438-827b-4425-a4fb-b01ad0cf8bb1\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-beauty\/\"><img loading=\"lazy\" decoding=\"async\" width=\"126\" height=\"157\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Beauty.jpg\" alt=\"\" class=\"wp-image-1271\"\/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>PURE Beauty<\/strong><\/h4>\n\n\n\n<p>Keep your skin, hair and nails radiant with this drip. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button alignundefined\"><a class=\"wp-block-advgb-button_link advgbbtn-845c201c-6ac5-467b-a7e0-5909e9255d48\" href=\"\/services\/pure-iv-drips\/pure-beauty\/\" target=\"_self\" rel=\"noopener noreferrer\">Click for more info<\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-cb96b8b3-8048-47b8-8c41-d96c30a8604d\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-hydrate\/\"><img loading=\"lazy\" decoding=\"async\" width=\"156\" height=\"156\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Hydrate.jpg\" alt=\"\" class=\"wp-image-1277\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Hydrate.jpg 156w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Hydrate-150x150.jpg 150w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/Hydrate-oi4cso07omppp0kdw9bdoz7r5hwpxgo9c8vcywvnuc.jpg 50w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/Hydrate-oi4cso07do0lsiiyaj3l5yi5w5ut9ivbvaq2fk9cu2.jpg 25w\" sizes=\"(max-width: 156px) 100vw, 156px\" \/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>PURE Hydrate<\/strong><\/h4>\n\n\n\n<p>Replenish your electrolytes with this drip. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button alignundefined\"><a class=\"wp-block-advgb-button_link advgbbtn-845c201c-6ac5-467b-a7e0-5909e9255d48\" href=\"\/services\/pure-iv-drips\/pure-hydrate\/\" target=\"_self\" rel=\"noopener noreferrer\">Click for more info<\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div style=\"height:75px\" aria-hidden=\"true\" class=\"wp-block-spacer pureContainer\"><\/div>\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper pureContainer\" id=\"advgb-cols-5ba63d84-d611-47c5-9ff1-0345cd5568a7\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile columns-valign-top advgb-columns-3 layout-13-13-13 mbl-layout-stacked gutter-20 vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-67c898d1-9c11-44c9-bf4a-cdf13b188a75\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-performance\/\"><img loading=\"lazy\" decoding=\"async\" width=\"138\" height=\"157\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Performance.jpg\" alt=\"\" class=\"wp-image-1280\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE Performance<\/strong><\/p>\n\n\n\n<p>Muscle building &amp; recovery with the ultimate amino acid mix. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-c0c12795-26c5-414f-ad85-771cccd469c2\" href=\"\/services\/pure-iv-drips\/pure-performance\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-324a7d60-bc38-4ec2-9cda-f6e3a1782aa3\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-hangover\/\"><img loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"158\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Hangover.jpg\" alt=\"\" class=\"wp-image-1275\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE Recovery<\/strong><\/p>\n\n\n\n<p>Recover faster by reviving yourself with the ultimate liver detox &amp; energy boost. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-d6a47a9e-a3db-4ab1-ab58-7b39e3fc3062\" href=\"services\/pure-iv-drips\/pure-recovery\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-ee1fd306-9afb-49b6-9be5-6a1672dcdc6d\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-myers-plus\/\"><img loading=\"lazy\" decoding=\"async\" width=\"189\" height=\"158\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/MyersPlus.jpg\" alt=\"\" class=\"wp-image-1279\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE Myers Plus<\/strong><\/p>\n\n\n\n<p>Restore balance &amp; harmony to your mind, body &amp; soul. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-3680a4d8-6799-4061-aab2-303fbd00e84d\" href=\"\/services\/pure-iv-drips\/pure-myers-plus\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div style=\"height:75px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper\" id=\"advgb-cols-524fac72-57a5-40ac-be86-6436e2413fcc\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile columns-valign-top advgb-columns-3 layout-13-13-13 mbl-layout-stacked gutter-20 vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-1fc7fa20-663a-419c-bc5b-adcde5f61da9\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-slim\/\"><img loading=\"lazy\" decoding=\"async\" width=\"154\" height=\"145\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Slim.jpg\" alt=\"\" class=\"wp-image-1281\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Slim.jpg 154w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/Slim-oi4cspvvrc36fqg7zjwuay132xljox2sjk11e46khm.jpg 25w\" sizes=\"(max-width: 154px) 100vw, 154px\" \/><\/a><\/figure>\n\n\n\n<p><strong>PURE Slim<\/strong><\/p>\n\n\n\n<p>Skip the fad diets.&nbsp; Get the ultimate fat burner, increase metabolism &amp; curb appetite with this drip. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-51cf2aea-78ed-4ebd-a77d-c26c42f25232\" href=\"http:\/\/pureivhealth.com\/services\/pure-iv-drips\/pure-slim\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-9edb3b55-196e-4953-a511-a88e50167522\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-health\/\"><img loading=\"lazy\" decoding=\"async\" width=\"136\" height=\"146\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Health.jpg\" alt=\"\" class=\"wp-image-1276\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE HEALTH<\/strong><\/p>\n\n\n\n<p>Optimize overall mental &amp; physical performance<\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-1e776c5a-9684-42bc-93ab-2ea43de8a235\" href=\"\/services\/pure-iv-drips\/pure-health\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-079912e9-232c-4654-a2ef-01b9fd561038\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-glutathione\/\"><img loading=\"lazy\" decoding=\"async\" width=\"139\" height=\"139\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Glutathione.jpg\" alt=\"\" class=\"wp-image-1274\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Glutathione.jpg 139w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/Glutathione-oi4csm4jayn51sn478i4jzotyq5zi2gsnzke0cyg6s.jpg 50w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/Glutathione-oi4csm4izzy15aloliac0yz8pe42u4nv71f3h0c56i.jpg 25w\" sizes=\"(max-width: 139px) 100vw, 139px\" \/><\/a><\/figure>\n\n\n\n<p><strong>PURE Glutathione<\/strong><\/p>\n\n\n\n<p>This master antioxidant helps reduce inflammation, detoxify the liver &amp; brightens skin. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-940bc674-0a1b-4e1d-afff-681fac809163\" href=\"\/services\/pure-iv-drips\/pure-glutathione\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div style=\"height:75px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper\" id=\"advgb-cols-b445fdb2-8df5-4d97-b763-2b0cb9a462e6\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile columns-valign-top advgb-columns-3 layout-13-13-13 mbl-layout-stacked gutter-20 vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-d6ebed6d-d54e-40d1-9241-2a9a0c78fb03\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-vitamin-c\/\"><img loading=\"lazy\" decoding=\"async\" width=\"193\" height=\"155\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/VitamineC.jpg\" alt=\"\" class=\"wp-image-1282\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE Vitamin C<\/strong><\/p>\n\n\n\n<p>Assist your cells\u2019 metabolic function and immune system with high doses of Vitamin C. <\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-dca888e5-83f0-4b25-8b11-ab1856f96293\" href=\"http:\/\/pureivhealth.com\/services\/pure-iv-drips\/pure-vitamin-c\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-3fe5f696-209d-4f13-92de-2f23ffdd745e\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-energy\/\"><img loading=\"lazy\" decoding=\"async\" width=\"83\" height=\"140\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/Energy.jpg\" alt=\"\" class=\"wp-image-1273\"\/><\/a><\/figure>\n\n\n\n<p><strong>PURE Energy<\/strong><\/p>\n\n\n\n<p>Discover the natural way to energize your life&nbsp;without that foggy, shaky feeling you get from&nbsp;caffeine!&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-513e3f1d-3110-4081-b233-a8eb8514be4b\" href=\"http:\/\/pureivhealth.com\/services\/pure-iv-drips\/pure-energy\/\" target=\"_self\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column advgb-is-one-third-tablet advgb-is-full-mobile\" id=\"advgb-col-10806fec-dd4a-493e-988f-e54b56c82389\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"\/services\/pure-iv-drips\/pure-hydrate-plus\/\"><img loading=\"lazy\" decoding=\"async\" width=\"161\" height=\"156\" src=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/HyrdratePlusIcon.jpg\" alt=\"\" class=\"wp-image-1416\" srcset=\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/HyrdratePlusIcon.jpg 161w, https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/elementor\/thumbs\/HyrdratePlusIcon-oi9mguxa7bap4c72g1y84vyrxykd6ubinply5o14je.jpg 25w\" sizes=\"(max-width: 161px) 100vw, 161px\" \/><\/a><\/figure>\n\n\n\n<p><strong>PURE Hydrate Plus<\/strong><\/p>\n\n\n\n<p>Replenish your electrolytes with a boost of energy.<\/p>\n\n\n\n<div class=\"wp-block-advgb-button aligncenter\"><a class=\"wp-block-advgb-button_link advgbbtn-979d6ad2-365b-4e7a-bc85-d23cfc4c4a33\" href=\"\/services\/pure-iv-drips\/pure-hydrate-plus\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span>Click for more info<\/span><\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>IV FAQS:<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-advgb-accordions advgb-accordions-c9463189-e5d8-432c-b354-fc9fc51b2ae5 advgb-accordion-wrapper\" data-collapsed=\"true\">\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span><strong> What is the most popular IV Drip and why? <\/strong><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n\n<p>The PURE HEALTH Drip is an all-time favorite! It is the ultimate vitamin infusion that contains the most studied vitamin mixture created by Dr. John Meyer in the 1950s plus the added touch of our specially formulated anti-oxidants. The PURE HEALTH Drip contains multiple high dose vitamins for optimizing your immunity, neuro-function, metabolic energy, and cell recovery. It has been studied in terms of efficacy for treatment of symptoms related to multiple chronic fatigue and life debilitating disorders such as Parkinson&#8217;s disease, cancer, fibromyalgia, and dementia just to name a few. The high dose glutathione, which is the mother of all antioxidants and master detoxifier, is touted for its benefits alone. We top this with vitamin C and B-Complex to help boost your immune system as well as DNA replication. <\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span><h4 class=\"advgb-accordion-header-title\" style=\"color:inherit\"> <strong>What is the difference between an IV Drip, IV Push and a Booster? <\/strong><\/h4><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n<p>IV drips at Pure Health consist of 500ml-1000ml of fluid. IV drips usually take 30-60min.<\/p>\n\n\n\n<p>IV pushes are approx. 30ml of fluid, vitamins, and glutathione with minimal hydration. These pushes take approximately 15-20min. Pure Health has four IV pushes available. Immunity Push, Executive Push, Detox Push, and Executive Plus Push.<\/p>\n\n\n\n<p>Vitamin boosters are additional vitamins added to your IV drip that you are about to receive.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span> <strong>How does IV Vitamin Therapy work? <\/strong><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n\n<p>IV Vitamin Therapy works by the administration of vitamins and nutrients directly into the bloodstream, bypassing the digestive system. It provides increased cell absorption and 100% bioavailability of vitamins via IV infusion. Booster shots get administered via intramuscular (IM) injection, so there is no GI metabolism, which also allows for increased absorption. With oral supplements, you only get about 20% absorption after filtering through your digestive system, which pales in comparison to IV vitamins. <\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span> <strong>How long does IV drip therapy last? <\/strong><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n\n<p>After an IV infusion, the vitamins remain in your system and maintain your levels for 2-3 weeks because it is absorbed directly into your bloodstream and bypasses the GI tract. One IM (intramuscular) vitamin booster shot is equivalent to taking one week\u2019s worth of oral vitamin supplements. <\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span> <strong>Who administers the IV drip treatment? <\/strong><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n\n<p>At PURE HEALTH,  registered nurses certified by the Board of Nursing administer our IV treatments. <\/p>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-accordion-item advgb-accordion-item\" style=\"margin-bottom:15px\"><div class=\"advgb-accordion-header\" style=\"background-color:#0496cd;color:#ffffff;border-style:solid;border-width:0px;border-radius:2px\"><span class=\"advgb-accordion-header-icon\"><svg fill=\"#ffffff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><path fill=\"none\" d=\"M0,0h24v24H0V0z\"><\/path><path d=\"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z\"><\/path><\/svg><\/span> <strong>How often should I have an IV Drip? <\/strong><\/div><div class=\"advgb-accordion-body\" style=\"background-color:#ffffff;color:#333333;border-style:solid !important;border-width:0px !important;border-color:undefined !important;border-top:none !important;border-radius:2px !important\">\n\n<p>The frequency of IV Drip therapy is determined on a patient by patient basis and we take a customized approach to suit your individual needs. For preventative health and wellness, we recommend two to four IV drips per month to help balance out any vitamin deficiencies.<\/p>\n\n<\/div><\/div>\n<\/div>\n\n\n\n<\/div>\n<style class=\"advgb-styles-renderer\">\n.fullwidth {\n    background-color: #fff;\n}\n\n.absorbptionContainer {\n    display: grid;\n    grid-template-columns: 50% 50%;\n    grid-gap: 15px;\n    grid-auto-rows: auto;\n    margin-top: 25px;\n    margin-bottom: 50px;\n}\n\n.fillerBg {\n\tposition: relative;\n\twidth: 128px;\n\theight: 220px;\n}\n\n.blueBg {\n\tbackground-color: #29a2dd;\n\tposition: absolute;\n\tz-index: 10;\n\twidth: 128px;\n\theight:220px;\n}\n\n.blueBg2 {\n\tbackground-color: #29a2dd;\n\tposition: absolute;\n\tz-index: 10;\n\twidth: 128px;\n\theight:220px;\n}\n\n.outline {\n    position: absolute;\n    z-index: 15;\n    width: 128px;\n    height: 220px;\n}\n\n.counterUp {\n    position: absolute;\n    bottom: 20%;\n    left: 19%;\n\tcolor: #333;\n}\n\n.counterUp2 {\n    position: absolute;\n    bottom: 20%;\n    left: 25%;\n\tcolor: #333;\n}\n\nh2.timer.count-title.count-number {\n    color: #333;\n    z-index: 30;\n    position: relative;\n}\n\n\nh2.timer.count-title.count-number:after {\n    content: '%';\n}\n\n\n.pureContainer {\n    z-index: 25;\n\tbackground-color: #fff!important;\n}\n\n.wp-block-image {\n\tbackground-color: #fff!important;\n\tmargin-bottom: 0px!important;\n}\n#advgb-cols-76d14e32-d0fa-43a1-846b-218b792ffd2a{}@media screen and (max-width: 1023px) {#advgb-cols-76d14e32-d0fa-43a1-846b-218b792ffd2a{}}@media screen and (max-width: 767px) {#advgb-cols-76d14e32-d0fa-43a1-846b-218b792ffd2a{}}#advgb-col-7ec9597d-ffaa-428d-8418-c520227e8582>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-7ec9597d-ffaa-428d-8418-c520227e8582>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-7ec9597d-ffaa-428d-8418-c520227e8582>.advgb-column-inner{}}#advgb-col-a85c7132-d8b0-41a3-8fcf-87e8d2f2044f>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-a85c7132-d8b0-41a3-8fcf-87e8d2f2044f>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-a85c7132-d8b0-41a3-8fcf-87e8d2f2044f>.advgb-column-inner{}}\n.pureContainer {\n    position: relative;\n    z-index: 105;\n}\n#advgb-cols-cb48231a-ae13-426e-82b4-1a5ef4725fae{}@media screen and (max-width: 1023px) {#advgb-cols-cb48231a-ae13-426e-82b4-1a5ef4725fae{}}@media screen and (max-width: 767px) {#advgb-cols-cb48231a-ae13-426e-82b4-1a5ef4725fae{}}#advgb-col-cd2dcf40-298d-4e54-8703-2155873386cc>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-cd2dcf40-298d-4e54-8703-2155873386cc>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-cd2dcf40-298d-4e54-8703-2155873386cc>.advgb-column-inner{}}#advgb-col-cacce438-827b-4425-a4fb-b01ad0cf8bb1>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-cacce438-827b-4425-a4fb-b01ad0cf8bb1>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-cacce438-827b-4425-a4fb-b01ad0cf8bb1>.advgb-column-inner{}}#advgb-col-cb96b8b3-8048-47b8-8c41-d96c30a8604d>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-cb96b8b3-8048-47b8-8c41-d96c30a8604d>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-cb96b8b3-8048-47b8-8c41-d96c30a8604d>.advgb-column-inner{}}#advgb-cols-5ba63d84-d611-47c5-9ff1-0345cd5568a7{}@media screen and (max-width: 1023px) {#advgb-cols-5ba63d84-d611-47c5-9ff1-0345cd5568a7{}}@media screen and (max-width: 767px) {#advgb-cols-5ba63d84-d611-47c5-9ff1-0345cd5568a7{}}#advgb-col-67c898d1-9c11-44c9-bf4a-cdf13b188a75>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-67c898d1-9c11-44c9-bf4a-cdf13b188a75>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-67c898d1-9c11-44c9-bf4a-cdf13b188a75>.advgb-column-inner{}}.advgbbtn-c0c12795-26c5-414f-ad85-771cccd469c2{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-c0c12795-26c5-414f-ad85-771cccd469c2:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-c0c12795-26c5-414f-ad85-771cccd469c2 > i {display: none !important;}#advgb-col-324a7d60-bc38-4ec2-9cda-f6e3a1782aa3>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-324a7d60-bc38-4ec2-9cda-f6e3a1782aa3>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-324a7d60-bc38-4ec2-9cda-f6e3a1782aa3>.advgb-column-inner{}}.advgbbtn-d6a47a9e-a3db-4ab1-ab58-7b39e3fc3062{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-d6a47a9e-a3db-4ab1-ab58-7b39e3fc3062:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-d6a47a9e-a3db-4ab1-ab58-7b39e3fc3062 > i {display: none !important;}#advgb-col-ee1fd306-9afb-49b6-9be5-6a1672dcdc6d>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-ee1fd306-9afb-49b6-9be5-6a1672dcdc6d>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-ee1fd306-9afb-49b6-9be5-6a1672dcdc6d>.advgb-column-inner{}}.advgbbtn-3680a4d8-6799-4061-aab2-303fbd00e84d{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-3680a4d8-6799-4061-aab2-303fbd00e84d:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-3680a4d8-6799-4061-aab2-303fbd00e84d > i {display: none !important;}#advgb-cols-524fac72-57a5-40ac-be86-6436e2413fcc{}@media screen and (max-width: 1023px) {#advgb-cols-524fac72-57a5-40ac-be86-6436e2413fcc{}}@media screen and (max-width: 767px) {#advgb-cols-524fac72-57a5-40ac-be86-6436e2413fcc{}}#advgb-col-1fc7fa20-663a-419c-bc5b-adcde5f61da9>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-1fc7fa20-663a-419c-bc5b-adcde5f61da9>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-1fc7fa20-663a-419c-bc5b-adcde5f61da9>.advgb-column-inner{}}.advgbbtn-51cf2aea-78ed-4ebd-a77d-c26c42f25232{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-51cf2aea-78ed-4ebd-a77d-c26c42f25232:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-51cf2aea-78ed-4ebd-a77d-c26c42f25232 > i {display: none !important;}#advgb-col-9edb3b55-196e-4953-a511-a88e50167522>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-9edb3b55-196e-4953-a511-a88e50167522>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-9edb3b55-196e-4953-a511-a88e50167522>.advgb-column-inner{}}.advgbbtn-1e776c5a-9684-42bc-93ab-2ea43de8a235{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-1e776c5a-9684-42bc-93ab-2ea43de8a235:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-1e776c5a-9684-42bc-93ab-2ea43de8a235 > i {display: none !important;}#advgb-col-079912e9-232c-4654-a2ef-01b9fd561038>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-079912e9-232c-4654-a2ef-01b9fd561038>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-079912e9-232c-4654-a2ef-01b9fd561038>.advgb-column-inner{}}.advgbbtn-940bc674-0a1b-4e1d-afff-681fac809163{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-940bc674-0a1b-4e1d-afff-681fac809163:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-940bc674-0a1b-4e1d-afff-681fac809163 > i {display: none !important;}#advgb-cols-b445fdb2-8df5-4d97-b763-2b0cb9a462e6{}@media screen and (max-width: 1023px) {#advgb-cols-b445fdb2-8df5-4d97-b763-2b0cb9a462e6{}}@media screen and (max-width: 767px) {#advgb-cols-b445fdb2-8df5-4d97-b763-2b0cb9a462e6{}}#advgb-col-d6ebed6d-d54e-40d1-9241-2a9a0c78fb03>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-d6ebed6d-d54e-40d1-9241-2a9a0c78fb03>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-d6ebed6d-d54e-40d1-9241-2a9a0c78fb03>.advgb-column-inner{}}.advgbbtn-dca888e5-83f0-4b25-8b11-ab1856f96293{font-size:18px;color:#eeeeee !important;background-color:#29a2dd !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-dca888e5-83f0-4b25-8b11-ab1856f96293:hover{color:#eeeeee !important;background-color:#313131 !important;box-shadow:1px 1px 12px 0px #313131;opacity:1;transition:all 0.2s ease;}.advgbbtn-dca888e5-83f0-4b25-8b11-ab1856f96293 > i {display: none !important;}#advgb-col-3fe5f696-209d-4f13-92de-2f23ffdd745e>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-3fe5f696-209d-4f13-92de-2f23ffdd745e>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-3fe5f696-209d-4f13-92de-2f23ffdd745e>.advgb-column-inner{}}.advgbbtn-513e3f1d-3110-4081-b233-a8eb8514be4b{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-513e3f1d-3110-4081-b233-a8eb8514be4b:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-513e3f1d-3110-4081-b233-a8eb8514be4b > i {display: none !important;}#advgb-col-10806fec-dd4a-493e-988f-e54b56c82389>.advgb-column-inner{text-align:center;}@media screen and (max-width: 1023px) {#advgb-col-10806fec-dd4a-493e-988f-e54b56c82389>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-10806fec-dd4a-493e-988f-e54b56c82389>.advgb-column-inner{}}.advgbbtn-979d6ad2-365b-4e7a-bc85-d23cfc4c4a33{font-size:18px;color:#fff !important;background-color:#2196f3 !important;margin:0px 0px 0px 0px !important;padding:10px 30px 10px 30px;border-width:1px !important;border-style:none;border-radius:50px !important;}.advgbbtn-979d6ad2-365b-4e7a-bc85-d23cfc4c4a33:hover{box-shadow:1px 1px 12px 0px #ccc;opacity:1;transition:all 0.2s ease;}.advgbbtn-979d6ad2-365b-4e7a-bc85-d23cfc4c4a33 > i {display: none !important;}<\/style>","protected":false},"excerpt":{"rendered":"<p>IV FAQS:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":36,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pure IV Drips | Lubbock, TX | Pure Health<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pure IV Drips | Lubbock, TX | Pure Health\" \/>\n<meta property=\"og:description\" content=\"IV FAQS:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/\" \/>\n<meta property=\"og:site_name\" content=\"Pure Health\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-03T17:07:30+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/\",\"url\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/\",\"name\":\"Pure IV Drips | Lubbock, TX | Pure Health\",\"isPartOf\":{\"@id\":\"https:\/\/pureivhealth.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg\",\"datePublished\":\"2019-11-05T16:55:20+00:00\",\"dateModified\":\"2023-07-03T17:07:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage\",\"url\":\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg\",\"contentUrl\":\"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pureivhealth.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SERVICES\",\"item\":\"https:\/\/pureivhealth.com\/services\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Pure IV Drips\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pureivhealth.com\/#website\",\"url\":\"https:\/\/pureivhealth.com\/\",\"name\":\"Pure Health\",\"description\":\"Optimizing Human Potential\",\"publisher\":{\"@id\":\"https:\/\/pureivhealth.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pureivhealth.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pureivhealth.com\/#organization\",\"name\":\"Pure Health\",\"url\":\"https:\/\/pureivhealth.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureivhealth.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/07\/Logo.png\",\"contentUrl\":\"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/07\/Logo.png\",\"width\":363,\"height\":71,\"caption\":\"Pure Health\"},\"image\":{\"@id\":\"https:\/\/pureivhealth.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pure IV Drips | Lubbock, TX | Pure Health","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:\/\/pureivhealth.com\/services\/pure-iv-drips\/","og_locale":"en_US","og_type":"article","og_title":"Pure IV Drips | Lubbock, TX | Pure Health","og_description":"IV FAQS:","og_url":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/","og_site_name":"Pure Health","article_modified_time":"2023-07-03T17:07:30+00:00","og_image":[{"url":"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/","url":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/","name":"Pure IV Drips | Lubbock, TX | Pure Health","isPartOf":{"@id":"https:\/\/pureivhealth.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage"},"image":{"@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage"},"thumbnailUrl":"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg","datePublished":"2019-11-05T16:55:20+00:00","dateModified":"2023-07-03T17:07:30+00:00","breadcrumb":{"@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pureivhealth.com\/services\/pure-iv-drips\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#primaryimage","url":"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg","contentUrl":"http:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/12\/TitleLine-150x5.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/pureivhealth.com\/services\/pure-iv-drips\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pureivhealth.com\/"},{"@type":"ListItem","position":2,"name":"SERVICES","item":"https:\/\/pureivhealth.com\/services\/"},{"@type":"ListItem","position":3,"name":"Pure IV Drips"}]},{"@type":"WebSite","@id":"https:\/\/pureivhealth.com\/#website","url":"https:\/\/pureivhealth.com\/","name":"Pure Health","description":"Optimizing Human Potential","publisher":{"@id":"https:\/\/pureivhealth.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pureivhealth.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pureivhealth.com\/#organization","name":"Pure Health","url":"https:\/\/pureivhealth.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureivhealth.com\/#\/schema\/logo\/image\/","url":"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/07\/Logo.png","contentUrl":"https:\/\/pureivhealth.com\/wp-content\/uploads\/2019\/07\/Logo.png","width":363,"height":71,"caption":"Pure Health"},"image":{"@id":"https:\/\/pureivhealth.com\/#\/schema\/logo\/image\/"}}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/pureivhealth.com\/author\/i4developer\/","display_name":"i4developer"},"relative_dates":{"created":"Posted 5 years ago","modified":"Updated 1 year ago"},"absolute_dates":{"created":"Posted on November 5, 2019","modified":"Updated on July 3, 2023"},"absolute_dates_time":{"created":"Posted on November 5, 2019 4:55 pm","modified":"Updated on July 3, 2023 5:07 pm"},"featured_img_caption":"","featured_img":false,"series_order":"","_links":{"self":[{"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/pages\/287"}],"collection":[{"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/comments?post=287"}],"version-history":[{"count":148,"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/pages\/287\/revisions"}],"predecessor-version":[{"id":23838,"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/pages\/287\/revisions\/23838"}],"up":[{"embeddable":true,"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/pages\/36"}],"wp:attachment":[{"href":"https:\/\/pureivhealth.com\/wp-json\/wp\/v2\/media?parent=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}