{"id":16356,"date":"2023-04-10T22:44:01","date_gmt":"2023-04-11T05:44:01","guid":{"rendered":"https:\/\/www.pillaicenter.com\/specials\/?p=16356"},"modified":"2023-12-18T08:21:00","modified_gmt":"2023-12-18T15:21:00","slug":"transit-of-jupiter","status":"publish","type":"post","link":"https:\/\/www.pillaicenter.com\/specials\/transit-of-jupiter","title":{"rendered":"Jupiter Transit in Aries &#8211; April 22, 2023"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Cut Off Timer&#8221; module_id=&#8221;menu-enable&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"offer\" id=\"timer\"><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"timerwap\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"head-timer\"><!-- [et_pb_line_break_holder] -->         <\/p>\n<h4>Event Sign-up Closes In<\/h4>\n<p><!-- [et_pb_line_break_holder] -->         <\/p>\n<ul style=\"padding:0;margin:0;padding-right: 25px;\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<li><!-- [et_pb_line_break_holder] -->               <span id=\"days\" class=\"value\">1<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">D<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<li><!-- [et_pb_line_break_holder] -->               <span id=\"hours\" class=\"value\">10<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">H<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<li><!-- [et_pb_line_break_holder] -->               <span id=\"minutes\" class=\"value\">43<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">M<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<li><!-- [et_pb_line_break_holder] -->               <span id=\"seconds\" class=\"value\">3<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">S<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li>\n<p><!-- [et_pb_line_break_holder] -->         <\/ul>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"signup-button\"><a href=\"#\" class=\"js-open-modal\">SIGN UP NOW<\/a><\/div>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->   <\/div>\n<p><!-- [et_pb_line_break_holder] -->   <script type=\"text\/javascript\" src=\"https:\/\/momentjs.com\/downloads\/moment.min.js\"><\/script> <!-- [et_pb_line_break_holder] -->   <script type=\"text\/javascript\" src=\"https:\/\/momentjs.com\/downloads\/moment-timezone-with-data.min.js\"><\/script><!-- [et_pb_line_break_holder] --><script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->   var userTimeZone = moment.tz.guess();<!-- [et_pb_line_break_holder] -->   var eventEndDate = moment.tz(\"2023-04-22 05:30\", \"Asia\/Kolkata\");<!-- [et_pb_line_break_holder] -->   eventEndDate = eventEndDate.tz(userTimeZone).format();<!-- [et_pb_line_break_holder] -->   eventEndDate = moment(eventEndDate).valueOf();<!-- [et_pb_line_break_holder] -->   var second = 1000, minute = second * 60, hour = minute * 60, day = hour * 24;<!-- [et_pb_line_break_holder] -->   var countDown = eventEndDate;<!-- [et_pb_line_break_holder] -->   var x = setInterval(function () {<!-- [et_pb_line_break_holder] -->   var currenDateTime = moment().tz(userTimeZone);<!-- [et_pb_line_break_holder] -->   currenDateTime = moment(currenDateTime).valueOf();<!-- [et_pb_line_break_holder] -->   distance = countDown - currenDateTime;<!-- [et_pb_line_break_holder] -->   var test = Math.floor((distance % (minute)) \/ (second));<!-- [et_pb_line_break_holder] -->   document.getElementById('days').innerHTML = Math.floor(distance \/ (day));<!-- [et_pb_line_break_holder] -->   document.getElementById('hours').innerHTML = Math.floor((distance % (day)) \/ (hour));<!-- [et_pb_line_break_holder] -->   document.getElementById('minutes').innerHTML = Math.floor((distance % (hour)) \/ (minute));<!-- [et_pb_line_break_holder] -->   document.getElementById('seconds').innerHTML = Math.floor((distance % (minute)) \/ (second));<!-- [et_pb_line_break_holder] -->   if (distance < 0) {<!-- [et_pb_line_break_holder] -->   clearInterval(x);<!-- [et_pb_line_break_holder] -->   jQuery(\"#timer\").remove();<!-- [et_pb_line_break_holder] -->   jQuery(\".avlp-coupon\").remove();<!-- [et_pb_line_break_holder] -->   jQuery(\"#avbonus-section\").remove();<!-- [et_pb_line_break_holder] -->   }<!-- [et_pb_line_break_holder] -->   }, second); <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;Dsk Header&#8221; module_id=&#8221;menu-enable&#8221; module_class=&#8221;dsk-tit-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475b&#8221; background_image=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-Dsk-Lp.jpg&#8221; background_position=&#8221;top_right&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;3_4,1_4&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_id=&#8221;dsk-header&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;50px||60px||false|false&#8221; custom_padding_tablet=&#8221;10px||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;18px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>JUPITER TRANSIT IN ARIES<\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;24px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;18px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>12-Month Period Brings New Initiatives, <br \/>Inner Growth, &amp; Prosperity<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#FFCC00&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Fortune Planet Jupiter is Favorably Placed in Mars-Ruled Aries<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>40 Remedial Rituals to Boost the Positive <br \/>Aspects of Jupiter, Mitigate Afflictions,  <br \/>Attain Success, Good Fortune &#038; Accomplish Goals <\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>  Guru Chandala Dosha Pariharam<br \/> (Jupiter-Rahu Affliction Remedial Rituals)<br \/>Individual 2-Priest Jupiter-Rahu Fire Lab <br \/>2 Sacred Hymns Chanting to Overlords of Jupiter &#038; Rahu<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffffff&#8221; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>6-Priest Grand Fire Lab to Guru of Gods Jupiter <br \/>Sacred Hymns Chanting to Invoke Supreme <br \/>Sustainer Vishnu &#038; Invincible Destroyer of Evil Goddess <bR>Durga for Protection, Wisdom, Prosperity &#038; Progress<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3> Jupiter Yantra Pooja to Fulfill Wishes &#038; <br \/>Empower Abundance Blessings <\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.3em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_3_font=&#8221;Open Sans||||||||&#8221; header_3_text_color=&#8221;#ffffff&#8221; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>18 Special Poojas &#038; Hydration Ceremonies <br \/>4 Powerspot Poojas| Personalized Jupiter Transit Report <br \/>4 Sacred Offerings |  Donations | Food Feeding <\/h3>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;40%&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<span class=\"et-pb-icon\" style=\"font-size: 16px; padding-right: 5px; color: #fff;\">\ue023<\/span> LIVE on Apr. 22, 2023[\/et_pb_text][et_pb_button button_url=&#8221;#ordernow&#8221; button_text=&#8221;VIEW JUPITER TRANSIT IN ARIES PACKAGES&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;16px&#8221; button_text_color=&#8221;#18475B&#8221; button_bg_color=&#8221;#FFCC00&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;5px&#8221; button_font=&#8221;|||on|||||&#8221; button_use_icon=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;10px|38px|10px|38px|true|true&#8221; custom_padding_tablet=&#8221;|20px||20px|true|true&#8221; custom_padding_phone=&#8221;|20px||20px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; button_text_size_tablet=&#8221;15px&#8221; button_text_size_phone=&#8221;15px&#8221; button_text_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; button_text_color__hover_enabled=&#8221;off|hover&#8221; button_text_color__hover=&#8221;#FFFFFF&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|on&#8221; admin_label=&#8221;Resp Banner Image&#8221; module_class=&#8221;resp-tit-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; background_image=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-Dsk-Resp.jpg&#8221; background_size=&#8221;initial&#8221; width=&#8221;100%&#8221; height=&#8221;333px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;339px||||false|false&#8221; custom_padding_phone=&#8221;140px||||false|false&#8221; background_last_edited=&#8221;off|desktop&#8221; background_image_phone=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2022\/12\/rahu-ketu-transit-mob-banner.jpg&#8221; background_enable_image_phone=&#8221;on&#8221; parallax_phone=&#8221;off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Event Details&#8221; module_class=&#8221;resp-tit-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"font-weight: 600; font-size: 15px !important;\">EVENT DETAILS<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|on&#8221; admin_label=&#8221;Resp Banner Header&#8221; module_class=&#8221;resp-tit-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;12px||12px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row module_id=&#8221;resp-header&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;93%&#8221; custom_padding=&#8221;10px|12px|23px|12px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FBBC2C&#8221; header_font_size=&#8221;24px&#8221; header_line_height=&#8221;1.7rem&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#ffcc00&#8243; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.5em&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>JUPITER TRANSIT IN ARIES<\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.4rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>12-Month Period Brings New Initiatives, Inner Growth, &#038; Prosperity<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FBBC2C&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Fortune Planet Jupiter is Favorably Placed in Mars-Ruled Aries<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>40 Remedial Rituals to Boost the Positive Aspects of Jupiter, Mitigate Afflictions,  <br \/>Attain Success, Good Fortune &#038; Accomplish Goals <\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FBBC2C&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>  Guru Chandala Dosha Pariharam (Jupiter-Rahu Affliction Remedial Rituals)<br \/>Individual 2-Priest Jupiter-Rahu Fire Lab <br \/>2 Sacred Hymns Chanting to Overlords of Jupiter &#038; Rahu<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2> 6-Priest Grand Fire Lab to Guru of Gods Jupiter <br \/>Sacred Hymns Chanting to Invoke Supreme Sustainer Vishnu &#038; Invincible Destroyer of Evil Goddess Durga for Protection, Wisdom, Prosperity &#038; Progress <\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFCC00&#8243; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Jupiter Yantra Pooja to Fulfill Wishes &#038; Empower Abundance Blessings <\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;16px&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#ffcc00&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;18px&#8221; header_2_line_height=&#8221;1.7rem&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>18 Special Poojas &#038; Hydration Ceremonies | 4 Powerspot Poojas| <br \/>Personalized Jupiter Transit Report | 4 Sacred Offerings |<br \/> Donations | Food Feeding <\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<span class=\"et-pb-icon\" style=\"font-size: 16px; padding-right: 5px; color: #fff;\">\ue023<\/span> LIVE on Apr. 22, 2023[\/et_pb_text][et_pb_button button_url=&#8221;#ordernow&#8221; button_text=&#8221;VIEW JUPITER TRANSIT IN ARIES PACKAGES&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;16px&#8221; button_text_color=&#8221;#18475B&#8221; button_bg_color=&#8221;#FFCC00&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;5px&#8221; button_font=&#8221;|||on|||||&#8221; button_use_icon=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;10px|15px|10px|15px|true|true&#8221; custom_padding_tablet=&#8221;|20px||20px|true|true&#8221; custom_padding_phone=&#8221;|20px||20px|true|true&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; button_text_size_tablet=&#8221;15px&#8221; button_text_size_phone=&#8221;15px&#8221; button_text_size_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_color__hover_enabled=&#8221;off|hover&#8221; button_text_color__hover=&#8221;#FFFFFF&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Bonus Section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;30px||20px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;15px||||false|false&#8221; custom_margin_phone=&#8221;15px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; link_option_url=&#8221;#bonus&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/bonus-gift-lp-title.jpg&#8221; alt=&#8221;SPECIAL BONUS GIFT&#8221; title_text=&#8221;bonus-gift-lp-title&#8221; align=&#8221;center&#8221; admin_label=&#8221;Image&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;off|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;20px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">72 Preparatory Bonus Poojas to Invoke Jupiter\u2019s Benevolent Blessings <\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Resp Overview&#8221; module_id=&#8221;quote&#8221; module_class=&#8221;overviews&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; box_shadow_style=&#8221;preset3&#8243; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#000000&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"rotate\" style=\"font-weight: bold;\">OVERVIEW<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Overview&#8221; module_class=&#8221;overview-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px||20px||false|false&#8221; custom_padding_tablet=&#8221;45px||30px||false|false&#8221; custom_padding_phone=&#8221;25px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;Overview &#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||10px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Montserrat Medium||||||||&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;off|desktop&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;off|desktop&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>OVERVIEW<\/h3>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#d4d4d4&#8243; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;20%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; module_id=&#8221;light&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Fortune Planet Jupiter in Aries after 12 Years: Brings New Initiatives, Inner Growth &amp; Prosperity<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">The transit of Jupiter, the planet of happiness, expansion, education, luck, and fortune, from the sign Pisces to Aries will happen on Apr. 22, 2023, till May. 1, 2024. During its 12-month stay in the Aries sign, Jupiter\u2019s benevolent blessings can help you fulfill your ambitions by boosting your drive, determination, and faith in your skill and abilities and attract success and wealth by utilizing good opportunities coming your way.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]After 12 years, Fortune Planet Jupiter returns to Aries, the fiery and passionate sign ruled by action planet Mars who is very friendly toward Jupiter. Thus, you can experience the combined benefic blessings of these two power planets to help bring a positive shift in your perception, take the initiative to expand your horizons, enhance your belief in yourself and the Divine, embrace change, and move forward to materialize your goals.[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_id=&#8221;video&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#0c1232&#8243; text_font_size=&#8221;15px&#8221; text_letter_spacing=&#8221;-1px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;-20px||10px||false|false&#8221; custom_margin_phone=&#8221;-10px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]How Will Jupiter Transit 2023 Impact You | Pillai Center Astrologer Vijayalakshmi[\/et_pb_text][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=nj9QYWtIrb4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; module_id=&#8221;conjunction&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter-Rahu Conjunction in Aries Creates Malefic Guru Chandala Affliction<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">On the negative side, Jupiter will join shadow planet Rahu (happening after 94 years, approximately), which is already in the sign Aries. This is considered a malefic combination as per Vedic Astrology. <\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">The adverse influence of this affliction is based on Jupiter&#8217;s position in an individual\u2019s birth chart and the aspects of other planets in the birth chart. However, it is believed that Jupiter\u2019s pure and benefic nature may be tainted by Rahu&#8217;s presence, and this conjunction may enhance Rahu\u2019s undesirable qualities.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">As a result, it may make an individual self-centered, pleasure-oriented, accident-prone, overconfident, insensitive, and lacking focus and financial stability.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_id=&#8221;video&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#0c1232&#8243; text_font_size=&#8221;15px&#8221; text_letter_spacing=&#8221;-1px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;-20px||10px||false|false&#8221; custom_margin_phone=&#8221;-10px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Jupiter Transit in Aries 2023: 12-Month Period Brings New Initiatives, Inner Growth &amp; Prosperity<\/p>\n<p>[\/et_pb_text][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=CMPlJ8B9e7A&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Attributes Section&#8221; module_id=&#8221;transit&#8221; module_class=&#8221;overview-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffcc00&#8243; width=&#8221;100%&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px||20px||false|false&#8221; custom_padding_tablet=&#8221;45px||30px||false|false&#8221; custom_padding_phone=&#8221;25px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; module_id=&#8221;light&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;center&#8221; header_3_text_align_phone=&#8221;center&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit 2023 to 2024<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;9px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">How<\/span><span> Jupiter Transit in Aries 2023 <\/span><span>Impacts You<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter&#8217;s transit in the Aries sign is favorable because it enters the 1st House of the natural zodiac. The 1st House signifies self, physical appearance, personality traits, and your personal path in life. Jupiter here can trigger all the positive and auspicious prospects of the 1st House. During its stay in Aries, Jupiter will transit in three stars- Ashwini, Bharani, and <\/span><span>Krittika<\/span><span>.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><b>Jupiter in Aries transiting Ashwini Star-<\/b> From Revati, Jupiter will move to Ashwini star. Ketu rules Ashwini star. Jupiter here can help boost knowledge, wisdom, intelligence, and spirituality. However, due to Ketu&#8217;s influence on Ashwini, success will come only with hard work and some delay.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><b>Jupiter in Aries transiting Bharani Star-<\/b> Jupiter will transit in the star Bharani after visiting Ashwini star. Jupiter is not very comfortable in this placement and can give mixed results. Venus-ruled Bharani is the star of death and destruction, and Jupiter is the significator of wealth. It can provide you with material comforts but also make you greedy leading to an insatiable desire for monetary growth.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Jupiter in Aries transiting Krittika Star-<\/b> Krittika is a Sun-ruled star. Jupiter is comfortable residing in Krittika star, the star of passion and purity. Jupiter here can help boost passion, make you self-motivated and create your own opportunities, and enhance self-belief[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; admin_label=&#8221;Row&#8221; module_id=&#8221;benefit&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Who Will Benefit f<\/span><span>rom<\/span><span> This <\/span><span>Jupiter Transit <\/span><span>in Aries<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">During the transit, Jupiter will aspect:<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul style=\"padding-bottom: 0; padding-top: 0;\">\n<li>Leo, the 5th House of creativity, Purva Punya (Past Life Good Karma), and intelligence. Jupiter&#8217;s aspect on the 5th House of the natural zodiac can bring favorable results for increasing good Karma through good deeds, help you to be realistic, honest and follow ethical values, and increase wisdom.<\/li>\n<li>Libra, the 7th House of relationships and partnerships. Jupiter\u2019s aspect on the 7th House of the natural zodiac can bring peace and harmony to your personal and professional relationships.<\/li>\n<li>Sagittarius, the 9th House of luck, fortune, and Guru (Teacher). Jupiter\u2019s aspect on the 9th House can bring luck, fortune, and spiritual advancement with the help of Gurus\u2019 blessing.<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; admin_label=&#8221;Resp Services&#8221; module_id=&#8221;services&#8221; module_class=&#8221;service&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; background_color_phone=&#8221;#ffbede&#8221; background_last_edited=&#8221;off|desktop&#8221; background_enable_color_phone=&#8221;on&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; box_shadow_style=&#8221;preset3&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600||on|||||&#8221; text_text_color=&#8221;#ffcc00&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]Jupiter Transit 2023 Remedial Services [\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Services1&#8243; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;40px||15px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||25px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||10px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Montserrat Medium||||||||&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;off|desktop&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;off|desktop&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit 2023 <\/span><span>Remedial Services <\/span><\/h3>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;20%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;firelab&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||20px||false|false&#8221; custom_padding_tablet=&#8221;10px||||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;-10px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_text_color_tablet=&#8221;#FFFFFF&#8221; text_text_color_phone=&#8221;#FFFFFF&#8221; text_text_color_last_edited=&#8221;on|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Pillai Center\u2019s<\/span><span> suite of remedial services has been recommended by our astrologers and will be performed according to sacred texts, <\/span><span>Powerspot beliefs, and traditional practices <\/span><span>on Jupiter Transit Day (Apr. 22, 2023), and <\/span><span>can bestow the following blessings:<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"> 3 Grand Fire Labs for Protection, Wisdom, Prosperity &amp; Progress <\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;serv-ul&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Priest-Brihaspati-Kavacham.jpg&#8221; alt=&#8221;Brihaspati Kavacham  Chanting &#038; 6-Priest Brihaspati Graha Beejakshara Maha Mantra Homa&#8221; title_text=&#8221;Brihaspati Kavacham  Chanting &#038; 6-Priest Brihaspati Graha Beejakshara Maha Mantra Homa&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Brihaspati<\/span><span> Kavacham (Protective Armor of Jupiter) Chanting &amp; <\/span><span>6-Priest <\/span><span>Brihaspati <\/span><span>Graha Beejakshara Maha Mantra Fire Lab (By Chanting Seed Sound of Jupiter)<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">According to the sacred protection hymn, Brihaspati (Jupiter) is the Deva Guru (Guru of the Gods), Master of Speech, Preceptor of the Vedas, and Fulfiller of Wishes. He represents wisdom, fortune, fame, luck, devotion, eloquence, and spirituality.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>Chanting Jupiter\u2019s powerful \u2018Armor of Protection\u2019 hymn has the power to enhance the positive frequencies of Jupiter in the birth chart, bestow happiness, and grant success in every front of life. <\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Brihaspati <\/span><span>Graha<\/span><span>\u00a0<\/span><span>Beejakshara<\/span><span>\u00a0<\/span><span>Maha<\/span><span> Mantra comprises the seed (Beej) sounds that glorify the magnificence of Jupiter, who is known as Dhana Karaka (an Indicator of Wealth), appeases the planet, and empowers him to bestow his positive blessings and nullify afflictions caused by all other planets.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Negates adverse effects of Jupiter &#038; boosts its positive aspects<\/li>\n<li>Opens the doors for higher learning &#038; knowledge <\/li>\n<li>Enables growth &#038; expansion in life<\/li>\n<li>Bestows power, authority &#038; prosperity<\/li>\n<li>Helps alleviate fears &#038; boosts confidence<\/li>\n<li>Clears confusion &#038; bestows clarity of thought<\/li>\n<li>Removes obstacles that cause delays in progress<\/li>\n<li>Dispels pain, afflictions &#038; problems in life<\/li>\n<li>Brings harmony, bliss &#038; satisfaction in career<\/li>\n<li>Uplifts spiritual growth &#038; enhances thinking process<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#888888&#8243; divider_style=&#8221;dashed&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;left&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|20px|0px|20px|false|true&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<pee class=\"event-date\" style=\"color:#000;\"><span class=\"et-pb-icon\" style=\"font-size: 16px; padding-right: 5px;color:#000;\">\ue023<\/span> Apr. 21, 2023 at 4:00 pm HDT\n<\/pee>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Guru-Chandala-Dosha-Pariharam.jpg&#8221; alt=&#8221;Guru Chandala Dosha Pariharam Vishnu Sahasranamam Parayanam  &#038; Durga Suktam Chanting with Individual 2-Priest Rahu-Jupiter Homa &#8221; title_text=&#8221;Guru Chandala Dosha Pariharam Vishnu Sahasranamam Parayanam  &#038; Durga Suktam Chanting with Individual 2-Priest Rahu-Jupiter Homa &#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">*Guru Chandala Dosha <\/span><span>Pariharam<\/span><span> (Remedial Rituals for Jupiter-Rahu Combination) Vishnu <\/span><span>Sahasranamam<\/span><span>\u00a0<\/span><span>Parayanam<\/span><span> (1000 Names of Vishnu) &amp; Durga <\/span><span>Suktam<\/span><span> (Sacred Hymn in Praise of Goddess Durga) Chanting with Individual 2-Priest Rahu-Jupiter Fire Lab<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>Guru Chandala Dosha (Affliction) occurs when Jupiter and Rahu are in the same house in your birth chart. Also called Guru <\/span><span>Chandal<\/span><span> Yoga, it creates a very difficult and challenging period in your life and hampers any positive changes or outcomes despite all your efforts and hard work. It also affects your attitude and hinders your decision-making skills leading to misfortune and hardships. <\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>According to Vedic Astrology, chanting the Vishnu <\/span><span>Sahasranamam<\/span><span> (1000 Names of Vishnu) and offering prayers to Vishnu (Overlord of Jupiter) can mitigate the malefic aspects and increase the beneficial aspects of Jupiter.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>According to the Vishnu system of worship, Vishnu can control Jupiter. Through Vishnu worship, you can invoke the positive blessings of Jupiter <\/span><span>to fulfill<\/span><span> your wishes, solve litigation issues, clear debts, and help you create wealth.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Durga <\/span><span>Suktam<\/span><span>, found in the Devi <\/span><span>Mahatmyam<\/span><span> from Markandeya Purana, is a powerful hymn that can bless you with the Divine Protection of Durga, Supreme Protectress and Overlord of Rahu and Agni (Fire God), to purify your mind and body from internal and external negativities and help you overcome obstacles to progress.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>Performing the Rahu-Jupiter Fire Lab with chanting the sacred hymns of Vishnu and Durga can bring an aura of positivity and create a dramatic reversal in your spiritual and material fortunes.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Removes planetary afflictions of Jupiter &#038; Rahu<\/li>\n<li>Brings good luck, health, fortune, happiness &#038; prosperity<\/li>\n<li>Empowers with knowledge, wisdom &#038; success<\/li>\n<li>Maximizes your potential &#038; helps utilize opportunities<\/li>\n<li>Reverses unfavorable situations to your advantage<\/li>\n<li>Calms your mind &#038; sharpens your focus<\/li>\n<li>Boosts your inner energies &#038; elevates positive thinking and self- confidence<\/li>\n<li>Grants liberation<\/li>\n<li>Offers a protective shield against evil &#038; negativity<\/li>\n<li>Destroys illusions &#038; fulfills aspirations<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||on||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-left=\"0.5in\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">*Part of Advanced Plus Package Services<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Individual-Jupiter-Homa.jpg&#8221; alt=&#8221;Individual Jupiter Homa&#8221; title_text=&#8221;Individual Jupiter Homa&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">*Individual Jupiter Fire Lab (Jupiter Planetary Blessings Fire Lab)<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter is one among the Navagraha, the nine dominant planets, and is believed to be the most auspicious among them. He represents the lofty mind, the vision of truth, optimism, desire, and wisdom.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Turns around your fortunes in life for the better<\/li>\n<li>Helps gain knowledge &#038; spiritual upliftment <\/li>\n<li>Bestows children, happiness &#038; success<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||on||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]*Part of Advanced Package Services[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Services2&#8243; module_id=&#8221;powerspot&#8221; module_class=&#8221;service-section white-bg&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffcc00&#8243; width=&#8221;100%&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;20px||15px||false|false&#8221; custom_padding_phone=&#8221;20px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;pooja&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475B&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">4 Powerspot Poojas<\/span><span> to Boost Positives &amp; Reduce Adverse Effects of Jupiter<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to Guru (Jupiter) at 2 <\/span><span>Powerspots<\/span><span>:<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;serv-ul&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;50%&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;10px||30px||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Guru-at-Tanjore-Powerspot.jpg&#8221; alt=&#8221;Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot&#8221; title_text=&#8221;Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to Guru (Jupiter) at Tanjore <\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Grants relief from adverse effects of Jupiter<\/li>\n<li>Gives excellence in academic pursuits<\/li>\n<li>Confers prosperity &#038; abundance<\/li>\n<li>Bestows eloquence &#038; oratorical skills<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Guru-at-Kumbakonam-Powerspot.jpg&#8221; alt=&#8221;Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot&#8221; title_text=&#8221;Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to Guru (Jupiter) at <\/span><span>Kumbakonam<\/span><span>\u00a0<\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Removes obstacles preventing growth &#038; progress<\/li>\n<li>Grants relief from all adverse planetary effects &#038; afflictions<\/li>\n<li>Helps attain good education &#038; career goals<\/li>\n<li>Confers success in endeavors &#038; prosperity<\/li>\n<li>Gives good health &#038; wealth<\/li>\n<li>Removes delays in seeking ideal life partner<\/li>\n<li>Wards off evil<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;dakshinamurthy&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to <\/span><span>Dakshinamurthy<\/span><span> at 2 <\/span><span>Powerspots<\/span><span>:<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;serv-ul&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;50%&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;10px||30px||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Dakshinamurthy-at-Tiruvarur-Powerspot.jpg&#8221; alt=&#8221;Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot&#8221; title_text=&#8221;Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to <\/span><span>Dakshinamurthy<\/span><span> at <\/span><span>Tiruvarur<\/span><span>\u00a0<\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Grants relief from adverse aspects of Snake Planets Rahu &#038; Ketu<\/li>\n<li>Gives intelligence, excellence in academics &#038; fine arts <\/li>\n<li>Confers success in profession<\/li>\n<li>Removes bad luck, misfortune &#038; decreases mental stress<\/li>\n<li>Dispels fear &#038; confusion<\/li>\n<li>Awards longevity, successful unions, positivity &#038; wealth<\/li>\n<li>Blesses with child welfare &#038; parenthood<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Medha-Dakshinamurthy-at-Powerspot.jpg&#8221; alt=&#8221;Archana (Pooja) to Medha Dakshinamurthy at Powerspot&#8221; title_text=&#8221;Archana (Pooja) to Medha Dakshinamurthy at Powerspot&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) to Medha <\/span><span>Dakshinamurthy<\/span><span> at <\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Bestows excellence in chosen field <\/li>\n<li>Expands fortune, wealth, good health &#038; prosperity<\/li>\n<li>Mitigates adverse impact of planets<\/li>\n<li>Empowers with knowledge, intellect &#038; wisdom<\/li>\n<li>Helps develop focus &#038; concentration abilities<\/li>\n<li>Materializes sincere wishes<\/li>\n<li>Dispels ignorance &#038; boosts higher consciousness and self-realization<\/li>\n<li>Enhances spiritual sense &#038; peace<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Services3&#8243; module_id=&#8221;special&#8221; module_class=&#8221;service-section white-bg&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;20px||15px||false|false&#8221; custom_padding_phone=&#8221;20px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;pooja&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFCC00&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFCC00&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">18 Special Poojas &amp; Hydration Ceremonies to Resolve Karmic Issues Associated with the Planets &amp; Strengthen Their Position in the Birth Chart<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;one-sec&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;15px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||20px||false|false&#8221; background_color_phone=&#8221;#FFFFFF&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_color_phone=&#8221;on&#8221; border_radii_tablet=&#8221;&#8221; border_radii_phone=&#8221;on|10px|10px|10px|10px&#8221; border_radii_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Archana-Abishekam-to-Navagraha.jpg&#8221; alt=&#8221;Archana (Pooja) &#038; Abishekam (Hydration Ceremony) to Navagraha on Jupiter Transit Day &#8221; title_text=&#8221;Archana (Pooja) &#038; Abishekam (Hydration Ceremony) to Navagraha on Jupiter Transit Day &#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_radii_tablet=&#8221;on|20px|20px|20px|20px&#8221; border_radii_phone=&#8221;on|0px|0px|0px|0px&#8221; border_radii_last_edited=&#8221;on|phone&#8221; box_shadow_style=&#8221;preset3&#8243; box_shadow_vertical_tablet=&#8221;&#8221; box_shadow_vertical_phone=&#8221;0px&#8221; box_shadow_vertical_last_edited=&#8221;on|phone&#8221; box_shadow_blur_tablet=&#8221;&#8221; box_shadow_blur_phone=&#8221;0px&#8221; box_shadow_blur_last_edited=&#8221;on|phone&#8221; box_shadow_spread_tablet=&#8221;&#8221; box_shadow_spread_phone=&#8221;0px&#8221; box_shadow_spread_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;-10px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;20px||0px||false|true&#8221; custom_padding_tablet=&#8221;0px||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_text_color_tablet=&#8221;#FFFFFF&#8221; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#FFFFFF&#8221; header_3_text_color_phone=&#8221;#000000&#8243; header_3_text_color_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Archana (Pooja) &amp; <\/span><span>Abishekam<\/span><span> (Hydration Ceremony) to Navagraha on Jupiter Transit Day<\/span><span>\u00a0<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; ul_text_color=&#8221;#FFFFFF&#8221; ul_font_size=&#8221;16px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|20px||20px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;on|desktop&#8221; ul_text_color_tablet=&#8221;#FFFFFF&#8221; ul_text_color_phone=&#8221;#000000&#8243; ul_text_color_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul style=\"padding-bottom: 0; padding-top: 0;\">\n<li>Neutralizes malefic effects &amp; promotes positive aspects of planets<\/li>\n<li>Prevents bad luck &amp; misfortunes<\/li>\n<li>Enables growth &amp; progress in career &amp; business<\/li>\n<li>Bestows success, power, prosperity &amp; fulfillment of wishes<\/li>\n<li>Pacifies malefic planets &amp; mitigates their afflictions<\/li>\n<li>Bestows good health, longevity &amp; intellect<\/li>\n<li>Grants peace, harmony &amp; joy<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;wishes&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>2 Special Services to Absolve Sins, Enhance Career &#038; Relationships &#038; Fulfill Wishes<br \/>\n<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;serv-ul&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;50%&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;10px||30px||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Yantra-Pooja.jpg&#8221; alt=&#8221;12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)&#8221; title_text=&#8221;12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)<br \/>\n<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter is a most influential and benefic planet and rules Thursday (<\/span><span>Guruvar<\/span><span>). Performing Pooja to Jupiter Yantra helps strengthen its weakened aspects and can help you harness its Divine energies to develop discernment and pragmatism, bestow success in ventures, acquire wealth through hard work, and enhance your mind power and <\/span><span>thoughts.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Protects from negative impact of a poorly-placed Jupiter in the birth chart<\/li>\n<li>Helps dissolve financial crises &#038; empowers material abundance <\/li>\n<li>Changes troubled career into a peaceful &#038; successful experience<\/li>\n<li>Bestows wisdom, knowledge &#038; helps become learned<\/li>\n<li>Enhances spiritual growth &#038; gives direction in life<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Dwadasakshara-Pushpanjali.jpg&#8221; alt=&#8221;Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu&#8221; title_text=&#8221;Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu <\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">According to <\/span><span>Srimad<\/span><span> Bhagavatam and Vishnu Purana, Vishnu <\/span><span>Dwadasakshari<\/span><span> Mantra is a twelve-syllable mantra to <\/span><span>Maha<\/span><span> Vishnu which reveres him as Vasudeva, \u2018the One Who is Infinite,\u2019 \u2018Resides in All Beings,\u2019 and \u2018Bestows <\/span><span>Splendor.&#8217;<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Helps fulfill sincere wishes<\/li>\n<li>Bestows prosperity, longevity &#038; good health<\/li>\n<li>Grants relief from sins &#038; gives Mukthi (Salvation)<\/li>\n<li>Offers freedom from worldly bondage &#038; attachments<\/li>\n<li>Awards auspiciousness &#038; prosperity<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Services2&#8243; module_id=&#8221;sacred&#8221; module_class=&#8221;service-section white-bg&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffcc00&#8243; width=&#8221;100%&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;20px||15px||false|false&#8221; custom_padding_phone=&#8221;20px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;pooja&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475b&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">3 Sacred Offerings for Overall Well-Being, Longevity &amp; Auspiciousness<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;serv-ul&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;10px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Pal-Payasam.jpg&#8221; alt=&#8221;Pal Payasam&#8221; title_text=&#8221;Pal Payasam&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Pal <\/span><span>Payasam<\/span><span> (Sweet Milk Rice Pudding Offering) to Guruvayurappan at Kerala <\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Offering Sweet Milk Rice Pudding to <\/span><span>Guruvayurappa<\/span><span> (an Infant Form of Vishnu) can bestow his benevolent blessings.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Grant Ayush (Longevity), Aarogya (Health) &#038; Soukhyam (Overall Well-Being)<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Yellow-Silk-Cloth.jpg&#8221; alt=&#8221;Yellow Silk Cloth (Manja Patu Vastram) to Guruvayurappan at Kerala Powerspot&#8221; title_text=&#8221;Yellow Silk Cloth (Manja Patu Vastram) to Guruvayurappan at Kerala Powerspot&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Yellow Silk Cloth (Manja Patu Vastram) to Guruvayurappan at Kerala Powerspot<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Guruvayurappa<\/span><span> is the infant form of Krishna (an Avatar of Vishnu) and is associated with <\/span><span>Haridra<\/span><span> (Turmeric), and hence he is hailed as <\/span><span>Pitambar<\/span><span>\u00a0<\/span><span>Dhari<\/span><span> (One Who Wears Yellow). Krishna\u2019s aura of Divinity glows in his yellow attire and represents direction and <\/span><span>light.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Yellow also represents the auspicious energy of Jupiter, who is associated with knowledge and enlightenment, which is symbolized by the yellow rays of light and positivity<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Strengthens prosperity &#038; abundance<\/li>\n<li>Grants success &#038; good health<\/li>\n<li>Empowers victory, hope &#038; auspiciousness<\/li>\n<li>Purifies mind &#038; body<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;||20px||false|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Chickpea-Garland-Offering-to-Guru.jpg&#8221; alt=&#8221;Chickpea Garland Offering to Guru&#8221; title_text=&#8221;Chickpea Garland Offering to Guru&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Chickpea Garland Offering to Guru (Jupiter) &amp; <\/span><span>Dakshinamurthy<\/span><span> at Tanjore &amp; <\/span><span>Tiruvarur<\/span><span>\u00a0<\/span><span>Powerspot<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Chickpeas are the favored offering of Jupiter, and invoking the blessings of <\/span><span>Dakshinamurthy<\/span><span> (Controller of Jupiter) can help you connect deeply with them and receive their two-fold Divine blessings.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#606060&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|20px||20px|false|true&#8221; border_color_bottom=&#8221;#b2b2b2&#8243; border_style_bottom=&#8221;dashed&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Removes negative karmic burden &#038; mental stress<\/li>\n<li>Helps fulfill sincere desires &#038; all kinds of prosperity<\/li>\n<li>Grants good health, happiness, strength &#038; longevity<\/li>\n<li>Helps seek suitable life partner<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; module_id=&#8221;donation&#8221; module_class=&#8221;service-section white-bg&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;20px||15px||false|false&#8221; custom_padding_phone=&#8221;20px||30px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;pooja&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;2px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Donation &amp; Food Feeding to Attract Divine Blessings, Good Karma, &amp; Positivity<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_id=&#8221;blessings&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;10px||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||30px||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2 &#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><b>Vedic Books Donation to Vedic Boys<\/b><br \/>According to scriptures, donating books can please Jupiter and compel his blessings.<\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Grants success in education &amp; good health<\/li>\n<li>Bestows prosperity<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><b>Food Feeding to Vedic Boys<\/b><br \/>According to sacred texts, this charitable act of feeding Vedic boys grants merit to your life, empowers Divine blessings of Jupiter, and can help you receive the blessings of your Gurus and teachers.<\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Helps overcome Guru\/Mentor\u2019s curses in your previous births<\/li>\n<li>Attracts good Karma, positive energy &amp; peace of mind<\/li>\n<li>Transforms life positively by resolving problems<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;report&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#ffcc00&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#ffff0b&#8221; header_3_text_color_phone=&#8221;#ffe000&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Personalized Jupiter Transit Report<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;9px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Personalized Jupiter Transit Report<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||10px||false|false&#8221; custom_margin_tablet=&#8221;0px||10px||false|false&#8221; custom_margin_phone=&#8221;0px||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Your personalized Jupiter transit 2023-2024 will identify the potential opportunities and challenges coming your way and how to handle them efficiently and navigate this period successfully.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; module_id=&#8221;bonus&#8221; module_class=&#8221;overview-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffcc00&#8243; width=&#8221;100%&#8221; custom_padding=&#8221;0px||15px||false|false&#8221; custom_padding_tablet=&#8221;20px||15px||false|false&#8221; custom_padding_phone=&#8221;20px||30px||false|false&#8221; background_color_phone=&#8221;#fff04c&#8221; background_enable_color_phone=&#8221;on&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;pooja&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||3px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475b&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#5a0906&#8243; header_3_text_color_phone=&#8221;#5a0906&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>SPECIAL BONUS GIFT<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_margin_tablet=&#8221;||10px||false|false&#8221; custom_margin_phone=&#8221;||10px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_color_tablet=&#8221;#5a0906&#8243; header_3_text_color_phone=&#8221;#5a0906&#8243; header_3_text_color_last_edited=&#8221;off|desktop&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>72 Preparatory Bonus Poojas to Invoke Jupiter\u2019s Benevolent Blessings <br \/>(Apr. 13 &#8211; Apr. 21, 2023)<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;-10px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_text_color_tablet=&#8221;#FFFFFF&#8221; text_text_color_phone=&#8221;#FFFFFF&#8221; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data_styles=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" class=\"zw-paragraph\" data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\"><span>The 72 Bonus Poojas have been chosen specifically to help prepare you to receive the grace of the <\/span><span>Luck and Fortune Planet Jupiter <\/span><span>and his Overlord <\/span><span>Dakshinamurthy before its transit. These Poojas will be performed for nine days on your behalf and include 54 <\/span><span>Powerspot<\/span><span> Poojas, 9 Special Poojas, and 9 Sacred Offerings, which, according <\/span><span>to traditional<\/span><span> belief, can bestow the following blessings<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_id=&#8221;blessings&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;30px||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||30px||false|false&#8221; custom_margin_phone=&#8221;20px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2 &#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Brihaspati (Jupiter) at Kumbakonam Powerspot<\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Mitigates Jupiter afflictions in the birth chart<\/li>\n<li>Enhances benefic blessings of Jupiter<\/li>\n<li>Bestows knowledge, wisdom &#038; perceptiveness<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Brihaspati (Jupiter) at Tanjore Powerspot <\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Helps overcome badly placed Jupiter in birth chart<\/li>\n<li>Strengthens meaningful relationships &#038; long-term partnerships<\/li>\n<li>Grants progeny boons<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Brihaspati (Jupiter) at Chennai Powerspot<\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Bestows expansive blessings to overcome curses<\/li>\n<li>Absolves sins &#038; negative energy<\/li>\n<li>Mitigates malefic effects of Jupiter &#038; bestows benefic blessings<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Dakshinamurthy at Powerspot<\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Awards career progress, business growth &amp; job promotions<\/li>\n<li>Fulfills sincere wishes<\/li>\n<li>Helps alleviate mental health concerns &amp; enhances resilience<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||true|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;-35px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|false&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Dakshinamurthy at Kumbakonam Powerspot<\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Confers educational opportunities for progress<\/li>\n<li>Strengthens meaningful relationships<\/li>\n<li>Grants mental peace<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Dakshinamurthy at Tanjore Powerspot<\/b><\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Relieves sins, curses &#038; bad Karma<\/li>\n<li>Boosts educational prospects &#038; success<\/li>\n<li>Materializes boons &#038; long-term partnerships<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Archana (Pooja) to Jupiter (9 Days)<\/b><br \/>\nJupiter is the planet of happiness, wealth, and fortune whose blessings can be invoked through daily Special Poojas to connect deeply with his energy and receive his immense blessings<\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Bestows prosperity, abundance &#038; auspiciousness<\/li>\n<li>Enhances good fortune &#038; luck<\/li>\n<li>Helps gain success, renown &#038; insightfulness through hard work<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Archana (Pooja) to Sarangapani Perumal at Tanjore Powerspot<br \/>\n<\/b><\/p>\n<p>Sarangapani is a special form of Vishnu who holds a bow in his hand. This Boon-Bestowing benevolent form of Vishnu incarnated to wed his consort Goddess Lakshmi as Komavalli<\/p>\n<ul>\n<li>Helps fulfill earnest desires<\/li>\n<li>Removes sorrow &#038; distress in life<\/li>\n<li>Destroys obstacles to progress<\/li>\n<\/ul>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pa-bullet-list-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; ul_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;20px|20px|5px|20px|false|true&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; text_text_color_tablet=&#8221;#000000&#8243; text_text_color_phone=&#8221;#000000&#8243; text_text_color_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; ul_font_size_tablet=&#8221;&#8221; ul_font_size_phone=&#8221;15px&#8221; ul_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<b>Chickpea Mala Offering to Jupiter (9 Days)<\/b><br \/>\nChickpea is considered the grain of Jupiter and can invoke his benefic blessings to reduce negative karmic influences and fulfill your dreams, desires, and aspirations<\/p>\n<ul style=\"padding-bottom: 0;\">\n<li>Bestows good prospects &#038; success in business &#038; career<\/li>\n<li>Confers educational excellence &#038; academic progress<\/li>\n<li>Improves knowledge &#038; memory power<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; admin_label=&#8221;Resp Package&#8221; module_id=&#8221;order&#8221; module_class=&#8221;orders&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#18475B&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; background_color_phone=&#8221;#daf7f5&#8243; background_last_edited=&#8221;off|desktop&#8221; background_enable_color_phone=&#8221;on&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; box_shadow_style=&#8221;preset3&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFCC00&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"rotate\" style=\"font-weight: bold;\">VIEW PACKAGES<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Package &#8221; module_id=&#8221;ordernow&#8221; module_class=&#8221;order-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#daf7f5&#8243; width=&#8221;100%&#8221; custom_padding=&#8221;50px||20px||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;30px||35px||false|false&#8221; background_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;10px||||false|false&#8221; custom_padding_phone=&#8221;20px||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475B&#8221; header_3_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;30px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">JUPITER TRANSIT IN ARIES 2023 PACKAGES<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pkg-bg-color&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#ffcc00&#8243; text_font_size=&#8221;25px&#8221; background_enable_color=&#8221;off&#8221; text_orientation=&#8221;center&#8221; width=&#8221;270px&#8221; width_tablet=&#8221;300px&#8221; width_phone=&#8221;300px&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;5px||5px||true|false&#8221; custom_css_main_element=&#8221;width: 270px !important;&#8221; border_radii=&#8221;off|10px|10px||&#8221; border_width_bottom=&#8221;4px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7rem;\">Advanced Plus Package<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-in-Aries-Advanced-Plus-Package400.jpg&#8221; alt=&#8221;Jupiter Transit in Aries Advanced Plus Package&#8221; title_text=&#8221;Jupiter Transit in Aries Advanced Plus Package&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit in Aries Advanced Plus Package<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='69790' data-template='16' id='product_69790_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Join Pillai Center<\/span><span>\u2019s<\/span><span> Jupiter Transit <\/span><span>in Aries <\/span><span>Advanced Plus Program to invoke the blessings of Jupiter, Vishnu, Durga, <\/span><span>Dakshinamurthy<\/span><span>, and Navagraha, which includes an Individual Fire Lab with 2 Sacred Hymns Chanting, a Grand Fire Lab with a Sacred Hymn Chanting, 18 Special Poojas and Hydration Ceremonies for Navagraha,\u00a0\u00a07 Special Offerings, 4 <\/span><span>Powerspot<\/span><span> Poojas, 4 Special Poojas, Donation and Food Feeding and a Personalized Jupiter Transit Report to invoke blessings for success in new initiatives, empower inner growth and prosperity, good fortune and goal accomplishments.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3 pa-toggle-text&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Vishnu Sahasranamam Parayanam (Chanting Invoking 1000 Glorious Names of Vishnu) and Durga Suktam Chanting (Vedic Hymn Invoking Goddess Durga) and 2-Priest Individual Rahu-Jupiter Fire Lab (For Jupiter &#038; Rahu Planetary Blessings) (Scheduled Per Order Rank)<\/li>\n<li>Brihaspati Kavacham (Armor of Jupiter) Chanting with 6-Priest Brihaspati Graha Beejakshara Maha Mantra Fire Lab (By Chanting Jupiter\u2019s Seed Sound) on  Apr. 21, 2023 at 6:00 pm PDT<\/li>\n<li>Abishekam (Hydration Ceremony) &#038; Archana (Pooja) to Navagraha on Transit Day<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot <\/li>\n<li>Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot  <\/li>\n<li>Archana (Pooja) to Medha Dakshinamurthy at Powerspot  <\/li>\n<li>12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)<\/li>\n<li>Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu <\/li>\n<li>Manja Pattu Vastaram (Yellow Silk Cloth) Offering to Guruvayurappan at Kerala Powerspot <\/li>\n<li>Chickpea Garland Offering to Guru (Jupiter) at Tanjore &#038; Tiruvarur Powerspot <\/li>\n<li>Chickpea Garland Offering to Dakshinamurthy at Tanjore &#038; Tiruvarur Powerspot<\/li>\n<li>Pal Payasam (Sweet Milk Rice Pudding Offering) to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Donation of Vedic Books to Vedic Boys<\/li>\n<li>Food Feeding (Vedic Boys)<\/li>\n<li>Personalized Jupiter Transit Report <\/li>\n<li>Energized Product: Citrine Bracelet<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;30px||0px||false|true&#8221; custom_padding_tablet=&#8221;||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;What Will I Receive? &#8221; open_toggle_text_color=&#8221;#000000&#8243; icon_color=&#8221;#000000&#8243; toggle_icon=&#8221;&#x33;||divi||400&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;22px&#8221; open_icon_color=&#8221;#000000&#8243; open_toggle_icon=&#8221;&#x32;||divi||400&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;22px&#8221; icon_font_size_tablet=&#8221;22px&#8221; icon_font_size_phone=&#8221;20px&#8221; icon_font_size_last_edited=&#8221;on|phone&#8221; open_icon_font_size_tablet=&#8221;22px&#8221; open_icon_font_size_phone=&#8221;20px&#8221; open_icon_font_size_last_edited=&#8221;on|phone&#8221; module_id=&#8221;recommended&#8221; module_class=&#8221;toggle-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Open Sans|700|||||||&#8221; title_font_size=&#8221;18px&#8221; closed_title_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans||||||||&#8221; body_font_size=&#8221;17px&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;||14px||false|false&#8221; title_font_size_tablet=&#8221;18px&#8221; title_font_size_phone=&#8221;16px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;17px&#8221; body_font_size_phone=&#8221;15px&#8221; body_font_size_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Liberation Serif,Times New Roman&quot;,&quot;size&quot;:12}\" data-margin-bottom=\"10.0pt\" data-doc-id=\"7392660000009315013\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">You will receive sacred grey ash from the Fire Lab and energized product blessed in the rituals. Keep this on your meditation altar and wear it on your forehead during meditation or at other times to expand the Divine blessings into your life.<\/span><\/p>\n<p><strong>Dr. Pillai explains this:<\/strong><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000007951021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010307041\" data-doc-type=\"writer\">The ritual is the carbonization of thoughts. Carbon is our information-bearing atoms. The carbon residue (ash) given out as Prasad is to be placed on the third eye area of the participants and carries the blessings of the archetypes invoked.<\/span><\/p>\n<p><span style=\"font-weight: 600; color: #fd0000;\">Please note:<\/span><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-doc-id=\"7392660000009968021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">Pillai Center is not the Official Representative of the Powerspots and hence does not charge its members for the <\/span>Powerspot Poojas and Prasad shipment included in the packages. However, the package cost includes proxy service delivery\/ Pooja materials\/ facilitation charges.<\/p>\n<p class=\"zw-paragraph heading0\" data-linerule=\"auto\" data-line-height=\"1.15\" data-header=\"0\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;,&quot;fgc&quot;:&quot;rgb(14,16,26)&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-hd-info=\"0\" data-doc-id=\"7392660000009908005\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">The domestic shipment of Prasad starts from Chennai, Tamil Nadu, a week after the entire set of rituals has been completed.<\/span><\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pkg-bg-color&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#ffcc00&#8243; text_font_size=&#8221;25px&#8221; background_enable_color=&#8221;off&#8221; text_orientation=&#8221;center&#8221; width=&#8221;270px&#8221; width_tablet=&#8221;300px&#8221; width_phone=&#8221;300px&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;5px||5px||true|false&#8221; custom_css_main_element=&#8221;width: 270px !important;&#8221; border_radii=&#8221;off|10px|10px||&#8221; border_width_bottom=&#8221;4px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7rem;\">Advanced Package<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-in-Aries-Advanced-Package400.jpg&#8221; alt=&#8221;Jupiter Transit in Aries Advanced Package&#8221; title_text=&#8221;Jupiter Transit in Aries Advanced Package&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit in Aries Advanced Package<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='69792' data-template='16' id='product_69792_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000010372001\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Join <\/span><span>Pillai Center\u2019s<\/span><span> Jupiter Transit <\/span><span>in Aries <\/span><span>Advanced Program to invoke the blessings of Jupiter, Vishnu, Durga, <\/span><span>Dakshinamurthy<\/span><span>, and Navagraha, which includes an Individual Fire Lab, a Grand Fire Lab with a Sacred Hymn Chanting, 7 Special Offerings, 4 <\/span><span>Powerspot<\/span><span> Poojas, 4 Special Poojas, 18 Special Poojas and Hydration Ceremonies for Navagraha, Donation and Food Feeding and a Personalized Jupiter Transit Report to invoke blessings for banishing negative energies, enhancing the benefic blessings of Jupiter to overcome obstacles to success and empowering clarity of thought and academic success.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3 pa-toggle-text&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Individual Jupiter Fire Lab (Scheduled Per Order Rank)<\/li>\n<li>Brihaspati Kavacham (Armor of Jupiter) Chanting with 6-Priest Brihaspati Graha Beejakshara Maha Mantra Fire Lab (Fire Lab by Chanting Jupiter\u2019s Seed Sound) on  Apr. 21, 2023 at 6:00 pm PDT<\/li>\n<li>Abishekam (Hydration Ceremony) &amp; Archana (Pooja) to Navagraha on Transit Day<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot<\/li>\n<li>Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot<\/li>\n<li>Archana (Pooja) to Medha Dakshinamurthy at Powerspot<\/li>\n<li>12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)<\/li>\n<li>Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu<\/li>\n<li>Manja Pattu Vastaram (Yellow Silk Cloth) Offering to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Chickpea Garland Offering to Guru (Jupiter) at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Chickpea Garland Offering to Dakshinamurthy at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Pal Payasam (Sweet Milk Rice Pudding Offering) to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Donation of Vedic Books to Vedic Boys<\/li>\n<li>Food Feeding (Vedic Boys)<\/li>\n<li>Personalized Jupiter Transit Report<\/li>\n<li>Energized Product: Citrine Bracelet<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;30px||0px||false|true&#8221; custom_padding_tablet=&#8221;||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;What Will I Receive? &#8221; open_toggle_text_color=&#8221;#000000&#8243; icon_color=&#8221;#000000&#8243; toggle_icon=&#8221;&#x33;||divi||400&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;22px&#8221; open_icon_color=&#8221;#000000&#8243; open_toggle_icon=&#8221;&#x32;||divi||400&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;22px&#8221; icon_font_size_tablet=&#8221;22px&#8221; icon_font_size_phone=&#8221;20px&#8221; icon_font_size_last_edited=&#8221;on|phone&#8221; open_icon_font_size_tablet=&#8221;22px&#8221; open_icon_font_size_phone=&#8221;20px&#8221; open_icon_font_size_last_edited=&#8221;on|phone&#8221; module_id=&#8221;recommended&#8221; module_class=&#8221;toggle-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Open Sans|700|||||||&#8221; title_font_size=&#8221;18px&#8221; closed_title_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans||||||||&#8221; body_font_size=&#8221;17px&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;||14px||false|false&#8221; title_font_size_tablet=&#8221;18px&#8221; title_font_size_phone=&#8221;16px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;17px&#8221; body_font_size_phone=&#8221;15px&#8221; body_font_size_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Liberation Serif,Times New Roman&quot;,&quot;size&quot;:12}\" data-margin-bottom=\"10.0pt\" data-doc-id=\"7392660000009315013\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">You will receive sacred grey ash from the Fire Lab and energized product blessed in the rituals. Keep this on your meditation altar and wear it on your forehead during meditation or at other times to expand the Divine blessings into your life.<\/span><\/p>\n<p><strong>Dr. Pillai explains this:<\/strong><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000007951021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010307041\" data-doc-type=\"writer\">The ritual is the carbonization of thoughts. Carbon is our information-bearing atoms. The carbon residue (ash) given out as Prasad is to be placed on the third eye area of the participants and carries the blessings of the archetypes invoked.<\/span><\/p>\n<p><span style=\"font-weight: 600; color: #fd0000;\">Please note:<\/span><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-doc-id=\"7392660000009968021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">Pillai Center is not the Official Representative of the Powerspots and hence does not charge its members for the <\/span>Powerspot Poojas and Prasad shipment included in the packages. However, the package cost includes proxy service delivery\/ Pooja materials\/ facilitation charges.<\/p>\n<p class=\"zw-paragraph heading0\" data-linerule=\"auto\" data-line-height=\"1.15\" data-header=\"0\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;,&quot;fgc&quot;:&quot;rgb(14,16,26)&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-hd-info=\"0\" data-doc-id=\"7392660000009908005\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">The domestic shipment of Prasad starts from Chennai, Tamil Nadu, a week after the entire set of rituals has been completed.<\/span><\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pkg-bg-color&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#ffcc00&#8243; text_font_size=&#8221;25px&#8221; background_enable_color=&#8221;off&#8221; text_orientation=&#8221;center&#8221; width=&#8221;270px&#8221; width_tablet=&#8221;300px&#8221; width_phone=&#8221;300px&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;5px||5px||true|false&#8221; custom_css_main_element=&#8221;width: 270px !important;&#8221; border_radii=&#8221;off|10px|10px||&#8221; border_width_bottom=&#8221;4px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7rem;\">Enhanced Package<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-in-Aries-Enhanced-Package400.jpg&#8221; alt=&#8221;Jupiter Transit in Aries Enhanced Package&#8221; title_text=&#8221;Jupiter Transit in Aries Enhanced Package&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit in Aries Enhanced Package<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='69793' data-template='16' id='product_69793_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Join Pillai Center<\/span><span>\u2019s<\/span><span> Jupiter Transit <\/span><span>in Aries <\/span><span>Enhanced Program to invoke the blessings of Jupiter, Vishnu, Durga, <\/span><span>Dakshinamurthy<\/span><span>, and Navagraha, which includes a Grand Fire Lab with a Sacred Hymn Chanting, 7 Special Offerings, 4 <\/span><span>Powerspot<\/span><span> Poojas, 4 Special Poojas, 18 Special Poojas and Hydration Ceremonies for Navagraha, and a Personalized Jupiter Transit Report to invoke blessings to help expand your good fortune, gain abundance and prosperity, empower opportunities for growth and success.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3 pa-toggle-text&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Brihaspati Kavacham (Armor of Jupiter) Chanting with 6-Priest Brihaspati Graha Beejakshara Maha Mantra Fire Lab (Fire Lab By Chanting Jupiter\u2019s Seed Sound) on <span>Apr. 21, 2023 at 6:00 pm PDT<\/span><\/li>\n<li>Abishekam (Hydration Ceremony) &amp; Archana (Pooja) to Navagraha on Transit Day<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot<\/li>\n<li>Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot<\/li>\n<li>Archana (Pooja) to Medha Dakshinamurthy at Powerspot<\/li>\n<li>12-Inch Jupiter Yantra Pooja (4 Thursdays from Transit Day)<\/li>\n<li>Dwadasakshara Pushpanjali (Sacred Yellow Flowers Offering) to Maha Vishnu<\/li>\n<li>Manja Pattu Vastaram (Yellow Silk Cloth) Offering to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Chickpea Garland Offering to Guru (Jupiter) at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Chickpea Garland Offering to Dakshinamurthy at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Pal Payasam (Sweet Milk Rice Pudding Offering) to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Personalized Jupiter Transit Report<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;30px||0px||false|true&#8221; custom_padding_tablet=&#8221;||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;What Will I Receive? &#8221; open_toggle_text_color=&#8221;#000000&#8243; icon_color=&#8221;#000000&#8243; toggle_icon=&#8221;&#x33;||divi||400&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;22px&#8221; open_icon_color=&#8221;#000000&#8243; open_toggle_icon=&#8221;&#x32;||divi||400&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;22px&#8221; icon_font_size_tablet=&#8221;22px&#8221; icon_font_size_phone=&#8221;20px&#8221; icon_font_size_last_edited=&#8221;on|phone&#8221; open_icon_font_size_tablet=&#8221;22px&#8221; open_icon_font_size_phone=&#8221;20px&#8221; open_icon_font_size_last_edited=&#8221;on|phone&#8221; module_id=&#8221;recommended&#8221; module_class=&#8221;toggle-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Open Sans|700|||||||&#8221; title_font_size=&#8221;18px&#8221; closed_title_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans||||||||&#8221; body_font_size=&#8221;17px&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;||14px||false|false&#8221; title_font_size_tablet=&#8221;18px&#8221; title_font_size_phone=&#8221;16px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;17px&#8221; body_font_size_phone=&#8221;15px&#8221; body_font_size_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Liberation Serif,Times New Roman&quot;,&quot;size&quot;:12}\" data-margin-bottom=\"10.0pt\" data-doc-id=\"7392660000009315013\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">You will receive sacred grey ash from the Fire Lab, blessed in the rituals. Keep this on your meditation altar and wear it on your forehead during meditation or at other times to expand the Divine blessings into your life.<\/span><\/p>\n<p><strong>Dr. Pillai explains this:<\/strong><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000007951021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010307041\" data-doc-type=\"writer\">The ritual is the carbonization of thoughts. Carbon is our information-bearing atoms. The carbon residue (ash) given out as Prasad is to be placed on the third eye area of the participants and carries the blessings of the archetypes invoked.<\/span><\/p>\n<p><span style=\"font-weight: 600; color: #fd0000;\">Please note:<\/span><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-doc-id=\"7392660000009968021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">Pillai Center is not the Official Representative of the Powerspots and hence does not charge its members for the <\/span>Powerspot Poojas and Prasad shipment included in the packages. However, the package cost includes proxy service delivery\/ Pooja materials\/ facilitation charges.<\/p>\n<p class=\"zw-paragraph heading0\" data-linerule=\"auto\" data-line-height=\"1.15\" data-header=\"0\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;,&quot;fgc&quot;:&quot;rgb(14,16,26)&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-hd-info=\"0\" data-doc-id=\"7392660000009908005\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">The domestic shipment of Prasad starts from Chennai, Tamil Nadu, a week after the entire set of rituals has been completed.<\/span><\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; module_class=&#8221;pkg-bg-color&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#ffcc00&#8243; text_font_size=&#8221;25px&#8221; background_enable_color=&#8221;off&#8221; text_orientation=&#8221;center&#8221; width=&#8221;270px&#8221; width_tablet=&#8221;300px&#8221; width_phone=&#8221;300px&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;5px||5px||true|false&#8221; custom_css_main_element=&#8221;width: 270px !important;&#8221; border_radii=&#8221;off|10px|10px||&#8221; border_width_bottom=&#8221;4px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7rem;\">Essential Package<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Jupiter-Transit-in-Aries-Essential-Package400.jpg&#8221; alt=&#8221;Jupiter Transit in Aries Essential Package&#8221; title_text=&#8221;Jupiter Transit in Aries Essential Package&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Jupiter Transit in Aries Essential Package<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='69794' data-template='16' id='product_69794_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Join <\/span><span>Pillai Center\u2019s<\/span><span> Jupiter Transit <\/span><span>in Aries <\/span><span>Essential Program to invoke the blessings of Jupiter, Vishnu, Durga, <\/span><span>Dakshinamurthy<\/span><span>, and Navagraha, which includes a Grand Fire Lab with a Sacred Hymn Chanting, 6 Special Offerings, 4 <\/span><span>Powerspot<\/span><span> Poojas, 18 Special Poojas and Hydration Ceremonies for Navagraha to invoke blessings to bestow success in new ventures, banish obstacles, grant boons to fulfill your sincere wishes and empower wealth, good fortune and prosperity.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3 pa-toggle-text&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Brihaspati Kavacham (Armor of Jupiter) Chanting with 6-Priest Brihaspati Graha Beejakshara Maha Mantra Fire Lab (By Chanting Jupiter\u2019s Seed Sound) on <span>Apr. 21, 2023 at 6:00 pm PDT<\/span><\/li>\n<li>Abishekam (Hydration Ceremony) &amp; Archana (Pooja) to Navagraha on Transit Day<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Tanjore Powerspot<\/li>\n<li>Archana (Pooja) to Guru (Jupiter) at Kumbakonam Powerspot<\/li>\n<li>Archana (Pooja) to Dakshinamurthy at Tiruvarur Powerspot<\/li>\n<li>Archana (Pooja) to Medha Dakshinamurthy at Powerspot<\/li>\n<li>Manja Pattu Vastaram (Yellow Silk Cloth) Offering to Guruvayurappan at Kerala Powerspot<\/li>\n<li>Chickpea Garland Offering to Guru (Jupiter) at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Chickpea Garland Offering to Dakshinamurthy at Tanjore &amp; Tiruvarur Powerspot<\/li>\n<li>Pal Payasam (Sweet Milk Rice Pudding Offering) to Guruvayurappan at Kerala Powerspot<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;30px||0px||false|true&#8221; custom_padding_tablet=&#8221;||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;What Will I Receive? &#8221; open_toggle_text_color=&#8221;#000000&#8243; icon_color=&#8221;#000000&#8243; toggle_icon=&#8221;&#x33;||divi||400&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;22px&#8221; open_icon_color=&#8221;#000000&#8243; open_toggle_icon=&#8221;&#x32;||divi||400&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;22px&#8221; icon_font_size_tablet=&#8221;22px&#8221; icon_font_size_phone=&#8221;20px&#8221; icon_font_size_last_edited=&#8221;on|phone&#8221; open_icon_font_size_tablet=&#8221;22px&#8221; open_icon_font_size_phone=&#8221;20px&#8221; open_icon_font_size_last_edited=&#8221;on|phone&#8221; module_id=&#8221;recommended&#8221; module_class=&#8221;toggle-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Open Sans|700|||||||&#8221; title_font_size=&#8221;18px&#8221; closed_title_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans||||||||&#8221; body_font_size=&#8221;17px&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;||14px||false|false&#8221; title_font_size_tablet=&#8221;18px&#8221; title_font_size_phone=&#8221;16px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;17px&#8221; body_font_size_phone=&#8221;15px&#8221; body_font_size_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Liberation Serif,Times New Roman&quot;,&quot;size&quot;:12}\" data-margin-bottom=\"10.0pt\" data-doc-id=\"7392660000009315013\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">You will receive sacred grey ash from the Fire Lab, blessed in the rituals. Keep this on your meditation altar and wear it on your forehead during meditation or at other times to expand the Divine blessings into your life.<\/span><\/p>\n<p><strong>Dr. Pillai explains this:<\/strong><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000007951021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010307041\" data-doc-type=\"writer\">The ritual is the carbonization of thoughts. Carbon is our information-bearing atoms. The carbon residue (ash) given out as Prasad is to be placed on the third eye area of the participants and carries the blessings of the archetypes invoked.<\/span><\/p>\n<p><span style=\"font-weight: 600; color: #fd0000;\">Please note:<\/span><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-doc-id=\"7392660000009968021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">Pillai Center is not the Official Representative of the Powerspots and hence does not charge its members for the <\/span>Powerspot Poojas and Prasad shipment included in the packages. However, the package cost includes proxy service delivery\/ Pooja materials\/ facilitation charges.<\/p>\n<p class=\"zw-paragraph heading0\" data-linerule=\"auto\" data-line-height=\"1.15\" data-header=\"0\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;,&quot;fgc&quot;:&quot;rgb(14,16,26)&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-hd-info=\"0\" data-doc-id=\"7392660000009908005\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">The domestic shipment of Prasad starts from Chennai, Tamil Nadu, a week after the entire set of rituals has been completed.<\/span><\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;10px||||false|false&#8221; custom_padding_phone=&#8221;20px||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#3F0D46&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475B&#8221; header_3_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;30px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">ADDITIONAL RECOMMENDED SERVICES<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Individual-Jupiter-Homa-JTA400.jpg&#8221; alt=&#8221;Individual Jupiter Homa*&#8221; title_text=&#8221;Individual Jupiter Homa*&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Individual Jupiter Fire Lab*<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='66046' data-template='16' id='product_66046_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7em;\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Book your Individual Fire Lab to Jupiter during its transit from Pisces to Aries to negate Jupiter afflictions in the birth chart and invoke benefic blessings of Jupiter to gain prosperity, abundance, good fortune, knowledge, hope, spiritual growth, and happiness.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<span style=\"color:#fd0000;\":>*Please Note<\/span>: Individual Fire Lab will be Scheduled Per Order Rank between Apr. 22 &#8211; Apr. 24, 2023[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;30px||0px||false|true&#8221; custom_padding_tablet=&#8221;||0px||false|true&#8221; custom_padding_phone=&#8221;|20px|0px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;What Will I Receive? &#8221; open_toggle_text_color=&#8221;#000000&#8243; icon_color=&#8221;#000000&#8243; toggle_icon=&#8221;&#x33;||divi||400&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;22px&#8221; open_icon_color=&#8221;#000000&#8243; open_toggle_icon=&#8221;&#x32;||divi||400&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;22px&#8221; icon_font_size_tablet=&#8221;22px&#8221; icon_font_size_phone=&#8221;20px&#8221; icon_font_size_last_edited=&#8221;on|phone&#8221; open_icon_font_size_tablet=&#8221;22px&#8221; open_icon_font_size_phone=&#8221;20px&#8221; open_icon_font_size_last_edited=&#8221;on|phone&#8221; module_id=&#8221;recommended&#8221; module_class=&#8221;toggle-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Open Sans|700|||||||&#8221; title_font_size=&#8221;18px&#8221; closed_title_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans||||||||&#8221; body_font_size=&#8221;17px&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;||14px||false|false&#8221; title_font_size_tablet=&#8221;18px&#8221; title_font_size_phone=&#8221;16px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;17px&#8221; body_font_size_phone=&#8221;15px&#8221; body_font_size_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Liberation Serif,Times New Roman&quot;,&quot;size&quot;:12}\" data-margin-bottom=\"10.0pt\" data-doc-id=\"7392660000009315013\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">You will receive sacred grey ash from the Fire Lab, blessed in the rituals. Keep this on your meditation altar and wear it on your forehead during meditation or at other times to expand the Divine blessings into your life.<\/span><\/p>\n<p><strong>Dr. Pillai explains this:<\/strong><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-window-control-info=\"false\" data-doc-id=\"7392660000007951021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010307041\" data-doc-type=\"writer\">The ritual is the carbonization of thoughts. Carbon is our information-bearing atoms. The carbon residue (ash) given out as Prasad is to be placed on the third eye area of the participants and carries the blessings of the archetypes invoked.<\/span><\/p>\n<p><span style=\"font-weight: 600; color: #fd0000;\">Please note:<\/span><\/p>\n<p class=\"zw-paragraph\" data-linerule=\"auto\" data-line-height=\"1.15\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-doc-id=\"7392660000009968021\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">Pillai Center is not the Official Representative of the Powerspots and hence does not charge its members for the <\/span>Powerspot Poojas and Prasad shipment included in the packages. However, the package cost includes proxy service delivery\/ Pooja materials\/ facilitation charges.<\/p>\n<p class=\"zw-paragraph heading0\" data-linerule=\"auto\" data-line-height=\"1.15\" data-header=\"0\" data-textformat=\"{&quot;ff&quot;:&quot;Carlito,Calibri&quot;,&quot;fgc&quot;:&quot;rgb(14,16,26)&quot;}\" data-margin-bottom=\"0pt\" data-margin-top=\"12.0pt\" data-hd-info=\"0\" data-doc-id=\"7392660000009908005\" data-doc-type=\"writer\"><span data-doc-id=\"7392660000010012010\" data-doc-type=\"writer\">The domestic shipment of Prasad starts from Chennai, Tamil Nadu, a week after the entire set of rituals has been completed.<\/span><\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; custom_padding_tablet=&#8221;10px||||false|false&#8221; custom_padding_phone=&#8221;20px||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#3F0D46&#8243; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#18475B&#8221; header_3_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;30px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">ADDITIONAL RECOMMENDED PRODUCTS<\/span><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/citrine-bracelet400.jpg&#8221; alt=&#8221;Energized Citrine Bracelet&#8221; title_text=&#8221;Energized Citrine Bracelet&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Energized Citrine Bracelet<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='66809' data-template='16' id='product_66809_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]Citrine, the gemstone associated with Jupiter, is seen as auspicious. Guru&#8217;s (Jupiter) auspicious gemstone is used in this energizing bracelet, which can bestow his grace and unending blessings for prosperity, happiness, learning, and spiritual growth.[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;parent&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;30px|25px|30px|25px|false|true&#8221; custom_padding_tablet=&#8221;|25px|20px|25px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.pillaicenter.com\/specials\/wp-content\/uploads\/2023\/04\/Personalized-Jupiter-Transit-Report400.jpg&#8221; alt=&#8221;Personalized Jupiter Transit Report&#8221; title_text=&#8221;Personalized Jupiter Transit Report&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;300px&#8221; border_radii=&#8221;off|||10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-23px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"package-section-head\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Personalized Jupiter Transit Report<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_code module_class=&#8221;sp-code-module&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;30px&#8221; min_height_tablet=&#8221;30px&#8221; min_height_phone=&#8221;30px&#8221; min_height_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||15px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class='product-placeholder' data-id='48117' data-template='16' id='product_48117_template_16'><\/div>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|700|||||||&#8221; header_3_text_align=&#8221;left&#8221; header_3_text_color=&#8221;#393c40&#8243; header_3_font_size=&#8221;25px&#8221; header_4_font=&#8221;Open Sans|600|||||||&#8221; header_4_text_color=&#8221;#000000&#8243; header_4_font_size=&#8221;20px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_4_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||18px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;20px&#8221; header_4_font_size_phone=&#8221;17px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#efefef&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Package Description<\/h4>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;pa-bullet-list-3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"line-height: 1.7em;\"><span data-doc-id=\"7392660000010365068\" data-doc-type=\"writer\">Our experienced Astrologer can help you determine the positioning of Jupiter in your birth chart, assess the influence of this Jupiter Transit on major parts of your life such as finances, career progress, academic performance, and relationships, and recommend remedies to help you overcome negative repercussions and reinforce advantages of this Transit.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;54px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"sticker\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"title-btn\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"dynamic-title\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><pee class=\"dynamic-title-text\">Jupiter Transit in Aries 2023  <\/pee><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"fixed-btn-package\"><a class=\"view-btn\" href=\"#ordernow\">VIEW PACKAGES<\/a><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(document).ready(function() {<!-- [et_pb_line_break_holder] -->\tvar s = $(\".sticker\");<!-- [et_pb_line_break_holder] -->\tvar pos = s.position();\t\t\t\t\t   <!-- [et_pb_line_break_holder] -->\t$(window).scroll(function() {<!-- [et_pb_line_break_holder] -->\t\tvar windowpos = $(window).scrollTop();<!-- [et_pb_line_break_holder] -->\t\t\/\/if (windowpos >= pos.top & windowpos <=8300)<!-- [et_pb_line_break_holder] -->   \/\/ console.log('test', windowpos);<!-- [et_pb_line_break_holder] -->    \/\/console.log('a', window.pageYOffset);<!-- [et_pb_line_break_holder] -->    console.log('b', $('#menu-enable').position().top);<!-- [et_pb_line_break_holder] -->    if (window.pageYOffset <= $('#menu-enable').position().top){<!-- [et_pb_line_break_holder] -->\t\t\ts.removeClass(\"stick\");<!-- [et_pb_line_break_holder] -->\t\t} else if (window.pageYOffset <= $('#ordernow').position().top) {<!-- [et_pb_line_break_holder] -->\t\t\ts.addClass(\"stick\");\t<!-- [et_pb_line_break_holder] -->\t\t}<!-- [et_pb_line_break_holder] -->    else{<!-- [et_pb_line_break_holder] -->      s.removeClass(\"stick\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->\t});<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Javascript&#8221; module_id=&#8221;script-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Package Read More\/Less&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Read More\/Less&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->    jQuery(document).ready(function() {<!-- [et_pb_line_break_holder] -->        var text_expand_text = \"Read More\";<!-- [et_pb_line_break_holder] -->        var text_collapse_text = \"Read Less\";<!-- [et_pb_line_break_holder] -->        var text_expand_icon = \"3\";<!-- [et_pb_line_break_holder] -->        var text_collapse_icon = \"2\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        jQuery(\".pa-toggle-text\").each(function() {<!-- [et_pb_line_break_holder] -->            jQuery(this).append('<\/p>\n<div class= \"pa-text-expand-button\"><span class= \"pa-text-collapse-button\">' + text_expand_text + ' <span class= \"pa-text-toggle-icon\">' + text_expand_icon + '<\/span><\/div>\n<p>');<!-- [et_pb_line_break_holder] -->            jQuery(this).find(\".pa-text-collapse-button\").on(\"click\", function() {<!-- [et_pb_line_break_holder] -->                jQuery(this).parent().siblings(\".et_pb_text_inner\").toggleClass(\"pa-text-toggle-expanded\");<!-- [et_pb_line_break_holder] -->                if (jQuery(this).parent().siblings(\".et_pb_text_inner\").hasClass(\"pa-text-toggle-expanded\")) {<!-- [et_pb_line_break_holder] -->                    jQuery(this).html(text_collapse_text + \"<span class= 'pa-text-toggle-icon'>\" + text_collapse_icon + \"<\/span>\");<!-- [et_pb_line_break_holder] -->                } else {<!-- [et_pb_line_break_holder] -->                    jQuery(this).html(text_expand_text + \"<span class= 'pa-text-toggle-icon'>\" + text_expand_icon + \"<\/span>\");<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            })<!-- [et_pb_line_break_holder] -->        })<!-- [et_pb_line_break_holder] -->    }) <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Sign In Form&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][signupform]<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\".js-open-modal\").click(function(){<!-- [et_pb_line_break_holder] -->  $(\".modal\").addClass(\"visible\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(\".js-close-modal\").click(function(){<!-- [et_pb_line_break_holder] -->  $(\".modal\").removeClass(\"visible\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).click(function(event) {<!-- [et_pb_line_break_holder] -->  \/\/if you click on anything except the modal itself or the \"open modal\" link, close the modal<!-- [et_pb_line_break_holder] -->  if (!$(event.target).closest(\".modal,.js-open-modal\").length) {<!-- [et_pb_line_break_holder] -->    $(\"body\").find(\".modal\").removeClass(\"visible\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;off|on|on&#8221; admin_label=&#8221;Toggle&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#quote\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".overview-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".overviews\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".overviews\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".overviews\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(\"#services\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".service-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".service\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".service\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".service\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#order\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".order-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".orders\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".orders\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".orders\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#sponsor\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".sponsor-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".sponsors\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".sponsors\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".sponsors\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#ad\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".rec-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".ads\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".ads\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".ads\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\".rotate\").click(function () {<!-- [et_pb_line_break_holder] -->    $(this).toggleClass(\"down\");<!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"sticker-mob\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"fixed-btn-package-mob\"><a href=\"#order\">VIEW PACKAGES<\/a><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(document).ready(function() {<!-- [et_pb_line_break_holder] -->\tvar s = $(\".sticker-mob\");<!-- [et_pb_line_break_holder] -->\tvar pos = s.position();\t\t\t\t\t   <!-- [et_pb_line_break_holder] -->\t$(window).scroll(function() {<!-- [et_pb_line_break_holder] -->\t\tvar windowpos = $(window).scrollTop();<!-- [et_pb_line_break_holder] -->\t\t\/\/if (windowpos >= pos.top & windowpos <=8300)<!-- [et_pb_line_break_holder] -->   \/\/ console.log('test', windowpos);<!-- [et_pb_line_break_holder] -->    \/\/console.log('a', window.pageYOffset);<!-- [et_pb_line_break_holder] -->    console.log('b', $('#quote').position().top);<!-- [et_pb_line_break_holder] -->    if (window.pageYOffset <= $('#quote').position().top){<!-- [et_pb_line_break_holder] -->\t\t\ts.removeClass(\"stick-mob\");<!-- [et_pb_line_break_holder] -->\t\t} else if (window.pageYOffset <= $('#order').position().top) {<!-- [et_pb_line_break_holder] -->\t\t\ts.addClass(\"stick-mob\");\t<!-- [et_pb_line_break_holder] -->\t\t}<!-- [et_pb_line_break_holder] -->    else{<!-- [et_pb_line_break_holder] -->      s.removeClass(\"stick-mob\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->\t});<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code raw_content_phone=&#8221;<\/p>\n<style>\n.read-more-service, .read-less-service {\n  cursor: pointer;\n}\n  .read-toggle-service li {\n    padding-left: 5px;\n}\n  span.read-less-service {\n    display: inline-block;\n    margin-top: 0px;\n    color: #f78d06!important;\n    font-weight: 600;\n    font-size: 15px;\n    padding-left: 20px;\n}\n<\/style>\n<p><script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'><\/script><br \/>\n<script>\n$(document).ready( function () {\nvar contentArray=%91%93;\nvar index=%22%22;\nvar clickedIndex=%22%22;  \nvar minimumLength=$('.read-more-less-service').attr('data-id');\nvar initialContentLength=%91%93;\nvar initialContent=%91%93;  \nvar readMore=%22....<span class='read-more-service'>Read More<\/span>%22;\nvar readLess=%22<span class='read-less-service'>Read Less<\/span>%22;  \n  $('.read-toggle-service').each(function(){\n  index = $(this).attr('data-id');  \n  contentArray%91index%93 = $(this).html();\n  initialContentLength%91index%93 = $(this).html().length;\n  if(initialContentLength%91index%93>minimumLength) {\n    initialContent%91index%93=$(this).html().substr(0,minimumLength);\n  }else {\n    initialContent%91index%93=$(this).html();\n  } \n    $(this).html(initialContent%91index%93+readMore);\n  \/\/console.log(initialContent%910%93);  \n});\n  $(document).on('click','.read-more-service',function(){\n    $(this).fadeOut(500, function(){\n    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');\n    $(this).parents('.read-toggle-service').html(contentArray%91clickedIndex%93+readLess);  \n    });\n  });\n $(document).on('click','.read-less-service',function(){\n    $(this).fadeOut(500, function(){\n    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');\n    $(this).parents('.read-toggle-service').html(initialContent%91clickedIndex%93+readMore);  \n    });\n  }); \n});\n<\/script><br \/>\n&#8221; raw_content_last_edited=&#8221;off|phone&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function(){<!-- [et_pb_line_break_holder] -->    function resizeForm(){<!-- [et_pb_line_break_holder] -->        var width = (window.innerWidth > 0) ? window.innerWidth : document.documentElement.clientWidth;<!-- [et_pb_line_break_holder] -->        if(width < 768){<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        var contentArray=[];<!-- [et_pb_line_break_holder] -->var index=\"\";<!-- [et_pb_line_break_holder] -->var clickedIndex=\"\";  <!-- [et_pb_line_break_holder] -->var minimumLength = 80;<!-- [et_pb_line_break_holder] -->\/\/ var minimumLength=$('.read-more-less-service').attr('data-id');<!-- [et_pb_line_break_holder] -->var initialContentLength=[];<!-- [et_pb_line_break_holder] -->var initialContent=[];  <!-- [et_pb_line_break_holder] -->var readMore=\"....<span class='read-more-service'>Read More<\/span>\";<!-- [et_pb_line_break_holder] -->var readLess=\"\u00a0<span class='read-less-service'>Read Less<\/span>\";  <!-- [et_pb_line_break_holder] -->  $('.read-toggle-service').each(function(){<!-- [et_pb_line_break_holder] -->  index = $(this).attr('data-id');  <!-- [et_pb_line_break_holder] -->  contentArray[index] = $(this).html();<!-- [et_pb_line_break_holder] -->  initialContentLength[index] = $(this).html().length;<!-- [et_pb_line_break_holder] -->  if(initialContentLength[index]>minimumLength) {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html().substr(0,minimumLength);<!-- [et_pb_line_break_holder] -->  }else {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html();<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] -->    $(this).html(initialContent[index]+readMore);<!-- [et_pb_line_break_holder] -->  \/\/console.log(initialContent[0]);  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(document).on('click','.read-more-service',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service').html(contentArray[clickedIndex]+readLess);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> $(document).on('click','.read-less-service',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service').html(initialContent[clickedIndex]+readMore);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }); <!-- [et_pb_line_break_holder] -->        }   <!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    window.onresize = resizeForm;<!-- [et_pb_line_break_holder] -->    resizeForm();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The transit of Jupiter, the planet of happiness, expansion, education, luck, and fortune, from the sign Pisces to Aries will happen on Apr. 22, 2023, till May. 1, 2024. During its 12-month stay in the Aries sign, Jupiter\u2019s benevolent blessings can help you fulfill your ambitions by boosting your drive, determination, and faith in your skill and abilities and attract success and wealth by utilizing good opportunities coming your way.<\/p>\n","protected":false},"author":130,"featured_media":11399,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-16356","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/posts\/16356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/users\/130"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/comments?post=16356"}],"version-history":[{"count":11,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/posts\/16356\/revisions"}],"predecessor-version":[{"id":19710,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/posts\/16356\/revisions\/19710"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/media\/11399"}],"wp:attachment":[{"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/media?parent=16356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/categories?post=16356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pillaicenter.com\/specials\/wp-json\/wp\/v2\/tags?post=16356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}