@-webkit-keyframes rightarrow{0%{-webkit-transform:translateX(0);opacity:1}to{-webkit-transform:translateX(.4em);opacity:1}}@keyframes rightarrow{0%{-webkit-transform:translateX(0);opacity:1}to{-webkit-transform:translateX(.4em);opacity:1}}@-webkit-keyframes fadeFromLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeFromLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeFromRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeFromRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeFromUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeFromUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes Glow_animation_1{0%,50%,to{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-40px);transform:translateX(-40px)}75%{-webkit-transform:translateX(40px);transform:translateX(40px)}}@keyframes Glow_animation_1{0%,50%,to{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-40px);transform:translateX(-40px)}75%{-webkit-transform:translateX(40px);transform:translateX(40px)}}@-webkit-keyframes Glow_animation_2{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-40px);transform:translateY(-40px)}75%{-webkit-transform:translateY(40px);transform:translateY(40px)}}@keyframes Glow_animation_2{0%,50%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-40px);transform:translateY(-40px)}75%{-webkit-transform:translateY(40px);transform:translateY(40px)}}@keyframes floating{0%{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes floating{0%{-webkit-transform:rotate(0deg) translate(-10px) rotate(0deg);transform:rotate(0deg) translate(-10px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translate(-10px) rotate(-360deg);transform:rotate(360deg) translate(-10px) rotate(-360deg)}}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}body{font-family:"Poppins",sans-serif;background-color:transparent;color:#000;font-size:16px;line-height:1.2;cursor:auto}.form-control:focus,a.active,a:focus,a:hover,a:visited,button.active,button:focus,button:hover,button:visited,input.active,input:focus,input:hover,input:visited,select,select:focus,select:hover,select:visited,textarea:focus,textarea:hover{outline:0;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;color:inherit}.ul-li ul li,img{display:inline-block}img{height:auto;max-width:100%}.container{max-width:1200px}.pushalert-body{padding:0;overflow-x:hidden;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;color:#334660;font-family:"Poppins",sans-serif!important}.ul-li ul li{list-style:none}.ul-li ul{margin:0;padding:0}.main-navigation li{margin:0 22px}.pushalert-body,.pushalert-headline h1,.pushalert-headline h2,.pushalert-headline h3,.pushalert-headline h4,.pushalert-headline h5,.pushalert-headline h6{margin:0;font-weight:400}.fadeFromUp{-webkit-animation-name:fadeFromUp;animation-name:fadeFromUp}.fadeFromRight{-webkit-animation-name:fadeFromRight;animation-name:fadeFromRight}.fadeFromLeft{-webkit-animation-name:fadeFromLeft;animation-name:fadeFromLeft}.get-started-form{position:relative;width:410px}.get-started-form input[type=email]{width:100%;border:0;border-radius:30px;font-weight:500;font-size:16px;color:#526a8b;padding:16px 170px 16px 18px}.get-started-form button{position:absolute;top:50%;right:3px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:30px;padding:13px 22px;border:0;font-size:16px;font-weight:500;color:#fff;background-image:-webkit-linear-gradient(137deg,#263465 0,#4964c0 100%);background-image:-o-linear-gradient(137deg,#263465 0,#4964c0 100%);background-image:linear-gradient(313deg,#263465 0,#4964c0 100%);z-index:1;overflow:hidden;cursor:pointer}.get-started-form button i,.get-started-form button svg{top:0;margin-left:5px;position:relative}.get-started-form button svg{margin-bottom:3px}.get-started-form button:before{top:115px;left:-50px;right:-50px;content:"";z-index:-1;height:160px;position:absolute;border-radius:50%;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition-duration:850ms;transition-duration:850ms;background:linear-gradient(90deg,#0090ff 0,#4e70fc 51%,#9b4ff9 100%)}.get-started-form button:hover:before,.pushalert-header-cta-btn a:hover:before{top:0;left:-70px;right:-70px}.get-started-form button:hover i,.get-started-form button:hover svg{-webkit-animation:rightarrow .6s infinite alternate ease-in-out;animation:rightarrow .6s infinite alternate ease-in-out}.get-started-form button:hover{color:#fff}.section-title h2{color:#151515;font-size:48px;font-weight:600;line-height:1.1;text-align:center}.section-title p{margin-top:20px;margin-bottom:30px;text-align:center}.brand-logo img{width:100%;filter:drop-shadow(0 0 5px rgba(0,0,0,.05))}.pushalert-increase-conversion-section{padding:90px 0;background-color:#f7f8fe}.browsers>div,.pera-content p{margin-bottom:0}.pushalert-increase-conversion-shape{top:-50px;left:0;opacity:.3}.pushalert-more-features-shape{top:-5px;left:0;opacity:.5}.pushalert-faqs-section{overflow:hidden;padding:90px 0}.pushalert-faqs-section .s2_faq_content{padding-top:55px}.pushalert-faqs-section .s2_faq_content button{border:0;color:#010101;font-size:18px;font-weight:500;padding:0 20px 20px 0;position:relative;width:100%;text-align:left;background-color:transparent;cursor:pointer}.pushalert-faqs-section .s2_faq_content button:after{top:5px;right:0;color:#1189ff;font-size:16px;font-weight:900;position:absolute;width:16px;height:25px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231189ff' d='M257 0C116.39 0 0 114.39 0 255s116.39 257 257 257 255-116.39 255-257S397.61 0 257 0zm135 285H120c-16.54 0-30-13.46-30-30s13.46-30 30-30h272c16.53 0 30 13.46 30 30s-13.47 30-30 30z'/%3E%3C/svg%3E")}.pushalert-faqs-section .s2_faq_content .collapsed:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 457.47 457.469' style='enable-background:new 0 0 457.47 457.469;'%3E%3Cpath fill='%231189ff' d='M228.734 0C102.41 0 0 102.41 0 228.735s102.41 228.734 228.734 228.734S457.469 355.06 457.469 228.735 355.06 0 228.734 0zm130.534 265.476h-97.326v97.315c0 16.668-13.506 30.186-30.181 30.186-16.668 0-30.189-13.518-30.189-30.186v-97.315h-97.309c-16.674 0-30.192-13.512-30.192-30.187s13.518-30.188 30.192-30.188h97.315v-97.31c0-16.674 13.515-30.183 30.189-30.183s30.187 13.509 30.187 30.183v97.315h97.314c16.669 0 30.192 13.515 30.192 30.188s-13.523 30.182-30.192 30.182z'/%3E%3C/svg%3E")}.pushalert-faqs-section .s2_faq_content .s2_faq{padding-bottom:10px}.pushalert-faqs-section .s2_faq_content .s2_faq .s2_faq-body{padding-bottom:30px;text-align:justify;max-width:530px;color:#383838;line-height:1.625}.pushalert-ecommerce-features-section{padding:90px 0;background:#fff;overflow:hidden}.pushalert-more-features-section{padding:90px 0;overflow:hidden}.pushalert-browser-support-section{padding:90px 0;overflow:hidden;background-color:#f7f8fe}.featured-box{margin-top:15px;margin-bottom:15px}.featured-box .featured-icon{float:left;margin-top:5px}.featured-box .featured-icon i,.featured-box .featured-icon svg{font-size:28px;text-align:center;float:left;margin-right:25px;margin-bottom:85px;display:block;color:#0d6efd;width:28px;height:29px}.featured-box .featured-content{padding-left:40px}.featured-box .featured-content h3{font-size:20px;margin-bottom:8px;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;font-weight:600;color:#151515}.featured-box .featured-content p{display:table-cell}.browsers>div{margin-top:20px}.browsers>div img{height:120px;width:120px}.browsers>div img.platform-devices{margin-top:8px;height:112px;width:133px}.browsers>div h3{margin-top:15px;font-size:22px;font-weight:600;color:#151515}.browsers>div p{font-weight:400}.pushalert-plans-pricing-section{padding:90px 0;overflow:hidden;background-color:#f7f8fe}.modern-pricing-table{padding:0 0 30px;border:1px solid #f1f1f1;background-color:#fcfcfc;text-align:center;margin-top:30px;display:inline-block;vertical-align:top;border-radius:5px}.modern-pricing-table.featured{background-color:#fff;box-shadow:0 0 5px #ccc;border:1px solid #49abff}.modern-pricing-table .table-heading{padding:10px 0 25px;background:#fff;border-radius:5px}.modern-pricing-table.featured .table-heading{position:relative}.modern-pricing-table .table-heading span.best-value{color:#fff;font-size:14px;line-height:20px;font-weight:600;background:#f26c4f;position:absolute;top:-15px;width:130px;padding:5px;border-radius:5px;left:50%;margin-left:-65px;text-transform:uppercase}.modern-pricing-table .table-heading h2{font-size:20px;padding-bottom:5px;color:#222;text-align:center;font-weight:400;text-transform:uppercase;margin:15px 0 0}.modern-pricing-table .table-heading .plan-img{margin-top:15px}.modern-pricing-table .price-container{display:block;position:absolute;top:0;left:0;right:0;transform-origin:top center;transition:all .3s linear;opacity:1}.modern-pricing-table .price-container.inactive{transform:translateY(-20px) rotateX(20deg);opacity:0}.modern-pricing-table .table-pricing{background:#fff;display:block;height:49px;perspective:75px;overflow:visible;position:relative}.button-start-trial:after,.modern-pricing-table .table-pricing .price-currency,.modern-pricing-table .table-pricing .price-currency-old{position:absolute;margin-left:-.5em;font-size:18px;font-weight:400}.modern-pricing-table .table-pricing .price-total{font-size:44px;font-weight:300;line-height:1.03em;color:#333}.modern-pricing-table .table-pricing .price-total-old{font-size:44px;font-weight:300;line-height:1.03em}.modern-pricing-table .table-pricing .price-currency-old,.modern-pricing-table .table-pricing .price-total-old{color:#ccc}.modern-pricing-table .table-pricing .price-total-old{margin-right:20px}.modern-pricing-table .table-pricing .price-frequency{color:#999;font-size:16px}.modern-pricing-table .features-list{padding:30px 12px 30px 15px;text-align:left}.modern-pricing-table.featured .features-list{padding-bottom:50px}.modern-pricing-table .features-list .prev-features{text-align:center;font-weight:600;font-size:16px;line-height:1.5;margin-bottom:10px}.modern-pricing-table .features-list ul{padding:0;list-style:none}.modern-pricing-table .features-list ul li{position:relative;padding:0 0 10px 22px;line-height:1.3em;font-size:15px}.modern-pricing-table .features-list ul li:before,ul.checklist li:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78.369 78.369'%3E%3Cpath fill='%2310d0c2' d='M78.049 19.015L29.458 67.606c-.428.428-1.121.428-1.548 0L.32 40.015c-.427-.426-.427-1.119 0-1.547l6.704-6.704c.428-.427 1.121-.427 1.548 0l20.113 20.112 41.113-41.113c.429-.427 1.12-.427 1.548 0l6.703 6.704c.428.427.428 1.119 0 1.548z'/%3E%3C/svg%3E");width:14px;top:2px}.modern-pricing-table .features-list ul li:before{position:absolute;left:0;display:inline-block;border:0;color:#10d0c2}.modern-pricing .subscribers-in-plan{text-align:center;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #f1f1f1;background:#fff}.modern-pricing .subscribers-in-plan span.subscribers-title{display:block;font-size:16px;color:#333;font-weight:600;margin-bottom:8px}.modern-pricing .subscribers-in-plan span.subscribers-value{display:block;color:#333;font-weight:300;font-size:18px;line-height:22px;height:60px}.modern-pricing .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#0e87ef;-webkit-transition:.4s;transition:.4s}.modern-pricing .slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.pricing-plan-switch{display:-ms-inline-flexbox;display:inline-flex;background:#ebeef0;height:44px;border-radius:22px;font-weight:600;color:#a1aaaf;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 auto .9375rem;font-size:16px;margin-top:50px}.pricing-plan-switch-value{cursor:pointer;width:160px;position:relative;z-index:10;-webkit-tap-highlight-color:transparent;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pricing-plan-switch-value.selected{color:#444}.pricing-plan-switch-indicator{display:inline-block;width:50%;height:38px;background-image:linear-gradient(-180deg,#fff,#fafafa);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);position:absolute;top:3px;left:0;border-radius:17px;transition:all .2s linear;transform:translateX(3px)}.pricing-plan-switch-indicator.slide{transform:translateX(157px)}.button-start-trial{position:relative;padding:.3em 1em;border:2px solid;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:0 0;font-size:20px;font-weight:600;line-height:1.7em!important;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;display:inline-block;color:#0d6efd;margin-bottom:0;margin-top:20px}.button-start-trial.reverse{background:#0d6efd;border-radius:5px;color:#fff;font-size:17px;display:block;margin:20px auto 0}.button-start-trial:hover{color:#fff;background:#0d6efd;padding:.3em 1.75em .3em 1em;border-radius:5px}.button-start-trial.reverse:hover{color:#0d6efd;background:#fff}.button-start-trial:after{font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;opacity:0;font-size:24px;transition:all .2s;margin-left:-1em;width:17px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M17.414 10.586l-8-8a2 2 0 0 0-2.828 2.828L13.172 12l-6.586 6.586a2 2 0 0 0 2.828 2.828l8-8a2 2 0 0 0 0-2.828z'/%3E%3C/svg%3E");right:9px}.button-start-trial:hover:after{margin-left:0;opacity:1}.modern-pricing .slider.slider.slider-horizontal:before{content:initial}.modern-pricing .slider.slider.slider-horizontal{background:0 0;margin-bottom:40px!important}.slider.slider-horizontal .slider-tick-label-container{margin-top:28px!important}.slider.slider-horizontal{margin:0 auto 26px}.slider-handle{background-image:linear-gradient(to bottom,#0e87ef 0,#0062b7 100%)!important}.slider-selection.tick-slider-selection,.slider-tick.in-selection{background-image:linear-gradient(to bottom,#6db6f5 0,#72b2ea 100%)!important}.slider-tick.in-selection{box-shadow:none}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{color:#333;padding-top:8px!important;position:relative}.slider.slider-horizontal,ul.icons.checklist li{position:relative}.slider-handle.min-slider-handle.round:after,.slider-tick-label:before{content:"";height:5px;width:5px;position:absolute;left:50%;margin-left:-2px;border-radius:50%}.slider-tick-label:before{top:0;background:#acd9ff}.slider-handle.min-slider-handle.round:after{background:#0673d1;bottom:-13px}.slider-tick{opacity:0!important}.slider.slider-horizontal .slider-track{height:8px!important;margin-top:-4px!important}#subs-slider-2,#subs-slider-4,#subs-slider-6{visibility:hidden;height:46px;overflow:hidden;margin:0}.modern-pricing-table .table-pricing .price-frequency{margin-left:0}.modern-pricing-table{min-width:250px;width:23.8%;margin-left:.5%;margin-right:.5%}.modern-pricing-table .features-list{height:610px}.save-percentage{color:#049604;font-size:15px;position:absolute;top:15px;width:100%;text-align:center;display:none;text-transform:uppercase;font-weight:600}.no-credit-card{text-align:center;color:#049604;font-size:16px;padding-bottom:5px;margin-top:40px}ul.icons{display:block;list-style-type:none;padding:0}ul.icons.checklist{margin-left:22px}ul.icons.checklist li:before{color:#10d0c2;left:-25px;position:absolute;top:0}ul.checklist li:before{margin-right:5px}.enterprise-soln i{color:#10d0c2}.enterprise-soln svg{width:20px;vertical-align:text-top;color:#1bd0c2}.enterprise-soln{text-align:center;font-size:18px;color:#222;margin-top:50px;margin-bottom:0;font-weight:300;line-height:1.5em}.enterprise-soln span{font-weight:400;font-size:32px;line-height:1.5em}.custom-quote,.lifetime-free{position:absolute;left:0;right:0;text-align:center}.lifetime-free{bottom:10px;color:green}.custom-quote{font-size:24px;line-height:1.1em;background-color:#fff;font-weight:600;display:none}.hidden{display:none!important}.pushalert-footer-section{padding:30px 0;background:#223248}.landing-page-footer,.landing-page-footer a{color:#fff;text-decoration:none}.mobile_logo{top:10px;left:15px;display:none;position:absolute}.mobile_menu_content{top:0;bottom:0;left:-350px;height:100vh;z-index:101;position:fixed;width:310px;overflow-y:scroll;background-color:#fff;padding:20px 35px 35px;-webkit-box-shadow:0 3px 5px rgba(100,100,100,.19);box-shadow:0 3px 5px rgba(100,100,100,.19);-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.mobile_menu_content .mobile-main-navigation,.mobile_menu_content .mobile-main-navigation .navbar-nav{width:100%}.mobile_menu .mobile-main-navigation .navbar-nav li a:after,.mobile_menu_content .dropdown:after{display:none}.mobile_menu_content .navbar-nav .dropdown-menu{position:static!important;-webkit-transform:none!important;transform:none!important}.mobile_menu_content .mobile-main-navigation .navbar-nav li{width:100%;display:block;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.mobile_menu_content .mobile-main-navigation .navbar-nav li a{width:100%;color:#000;display:block;font-weight:600;font-size:16px;text-transform:uppercase;padding:10px 30px 10px 0}.mobile_menu_content .m-brand-logo{width:200px;margin:50px auto}.mobile_menu_wrap.mobile_menu_on .mobile_menu_content{left:0;-webkit-transition:all .7s ease-out;transition:all .7s ease-out}#snackbar,.mobile_menu_overlay{visibility:hidden;position:fixed}.mobile_menu_overlay{top:0;width:100%;height:100%;z-index:100;right:0;height:120vh;opacity:0;background-color:rgba(0,0,0,.75);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.mobile_menu_overlay_on{overflow:hidden}.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu,.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay{opacity:1;visibility:visible}.mobile_menu_button{right:0;top:-38px;z-index:5;color:#000;display:none;font-size:24px;cursor:pointer;line-height:38px;position:absolute;text-align:center}.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu{border:0;display:none;-webkit-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;padding:5px 0;width:100%;background-color:transparent}.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li{border:0;padding:0 10px;line-height:1}.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover{background-color:transparent}.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a{color:#000!important}.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover{color:#1189fe;background-color:transparent}.mobile_menu .dropdown{position:relative}.mobile_menu .dropdown .dropdown-btn{color:#9397a7;position:absolute;top:3px;right:0;height:30px;padding:5px 10px}.mobile_menu .dropdown .dropdown-btn.toggle-open{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.mobile_menu .mobile_menu_close{color:#1189fe;cursor:pointer;top:25px;right:25px;font-size:20px;position:absolute}.mobile-search-wrapper{margin-bottom:30px}.mobile-search-wrapper input{width:100%;height:50px;padding-left:20px;border:1px solid rgba(0,0,0,.25)}.mobile-search-wrapper button{top:0;right:0;color:#fff;width:50px;height:50px;border:0;position:absolute;background-color:#1189fe}.inline-error{position:absolute;text-align:center;left:0;right:0;color:#fff000;font-size:14px;font-weight:600;top:-25px}#snackbar{width:250px;margin-left:-140px;color:#fff;text-align:center;padding:10px 15px;z-index:99999;left:50%;bottom:30px;border-radius:3px;background-color:#dd4b39!important}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 4.5s;animation:fadein .5s,fadeout .5s 4.5s}form.direct-register input,form.direct-register select{width:100%;padding:12px 15px;font-size:15px;margin-top:5px;border-radius:3px;border:1px solid #ddd;color:#555;box-sizing:border-box}.center-block{display:block;margin-right:auto;margin-left:auto}#signup .modal-form input[type=submit]{border-radius:0;width:100%;color:#fff;border:0;margin:0;-webkit-transition:all .8s ease;transition:all .8s ease;font-weight:600;background-color:#4caf50;outline:0;height:auto;padding:9px 12px;font-size:17px!IMPORTANT}#signup .modal-form input[type=submit]:hover{background-color:#1f96e0;-webkit-transition:all .8s ease;transition:all .8s ease;background:#429846}#signup .modal-form input{font-size:15px;height:42px;margin-bottom:22px}#signup .modal-form .privacy{font-size:13px}#signup .modal-title{font-weight:600;text-transform:uppercase;text-align:center;float:none;font-size:24px;font-family:"Open Sans"}#signup.modal{margin-top:120px!important}.direct-register{width:85%;margin:15px auto 0}.direct-register label{display:block;line-height:1em;margin-bottom:5px;font-weight:500;text-transform:uppercase}.direct-register input{width:100%;box-shadow:inset 0 0 3px 3px rgb(0 0 0/3%);background:#fff;padding:10px 15px;font-size:15px;margin:0}.direct-register input::placeholder{color:#bbb}.direct-register input:focus{border-color:#0064d4;outline:0}.direct-register button{background:#0081ec;padding:10px 0;text-transform:uppercase;font-size:17px;border-radius:5px;color:#fff;font-weight:700;width:100%;transition:all .2s;border:2px solid #0081ec;margin-bottom:10px}.direct-register button:hover{color:#0081ec;background:#fff;border-color:#0081ec}.direct-register button:after{font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;position:absolute;opacity:0;font-size:24px;transition:all .2s;margin-left:-1em;margin-top:-5px;width:17px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M17.414 10.586l-8-8a2 2 0 0 0-2.828 2.828L13.172 12l-6.586 6.586a2 2 0 0 0 2.828 2.828l8-8a2 2 0 0 0 0-2.828z'/%3E%3C/svg%3E")}.direct-register button:hover:after{margin-left:3px;opacity:1}.direct-register .register-post-message{padding:50px;line-height:1.5em;font-size:16px}.modal-dialog{max-width:600px;margin:30px auto}.direct-register .form-group{margin-bottom:0}.txt-red{color:#dd4b39!important}.txt-green{color:#00a65a!important}.check-status{position:absolute;right:12px;top:20px}.fa-spinner{color:#333}.image-bg .pushalert-customers-section{padding-top:90px;background:#fff}[tooltip],a{font-weight:600}[tooltip]{margin-left:4px;position:relative;border-radius:50%;border:1px solid #0073b7;line-height:1em;width:12px;height:12px;display:inline-block;text-align:center;color:#fff;background:#0073b7;font-size:12px;margin-bottom:3px;cursor:pointer;outline:0}[tooltip]::after,[tooltip]::before{position:absolute;left:50%;top:-6px;opacity:0}[tooltip]::before{content:"";transform:translateX(-50%);border-width:4px 6px 0;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent;z-index:100}[tooltip]::after{content:attr(tooltip);transform:translateX(-50%) translateY(-100%);background:rgba(0,0,0,.7);text-align:center;color:#fff;padding:7px 5px;min-width:150px;border-radius:5px;pointer-events:none;text-transform:none;font-weight:300;line-height:1.1em;font-size:13px}[tooltip-position=left]::before{left:0;top:50%;margin-left:-12px;transform:translatey(-50%) rotate(-90deg)}[tooltip-position=top]::before{left:50%}[tooltip-position=bottom]::before{top:100%;margin-top:8px;transform:translateX(-50%) translatey(-100%) rotate(-180deg)}[tooltip-position=right]::before{left:100%;top:50%;margin-left:1px;transform:translatey(-50%) rotate(90deg)}[tooltip-position=left]::after{left:0;top:50%;margin-left:-8px;transform:translateX(-100%) translateY(-50%)}[tooltip-position=top]::after{left:50%}[tooltip-position=bottom]::after{top:100%;margin-top:8px;transform:translateX(-50%) translateY(0)}[tooltip-position=right]::after{left:100%;top:50%;margin-left:8px;transform:translateX(0) translateY(-50%)}[tooltip]:hover::after,[tooltip]:hover::before{opacity:1}.modal-title{width:100%;font-weight:700!important}@media screen and (max-width:1500px){.pushalert-top-banner-section{background-size:auto}}@media screen and (max-width:1020px){.modern-pricing-table{width:48%}}@media (max-width:768px){.pricing-plan-switch{height:40px;border-radius:20px}.pricing-plan-switch-value{width:150px;font-size:15px}.pricing-plan-switch-indicator{height:34px}.pricing-plan-switch-indicator.slide{transform:translateX(147px)}}@media screen and (max-width:992px){.main-navigation-area{display:none}.brand-logo img{max-width:200px}.pushalert-top-banner-text h1{font-size:36px;padding-bottom:10px}.pushalert-top-banner-text p{padding-bottom:25px;font-size:17px}.get-started-form{width:340px;margin-top:10px}.get-started-form input[type=email]{font-size:15px;padding:12px 145px 12px 15px}.get-started-form button{font-size:15px;padding:10px 16px;right:2px}.pushalert-top-banner-list{padding-top:35px;font-size:15px}.image-bg .pushalert-customers-section,.pushalert-browser-support-section,.pushalert-customers-section,.pushalert-ecommerce-features-section,.pushalert-faqs-section,.pushalert-increase-conversion-section,.pushalert-marketing-automation-section,.pushalert-more-features-section,.pushalert-more-with-webpush-section,.pushalert-plans-pricing-section{padding:50px 0}.section-title h2{font-size:28px;line-height:1.3em}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item .item-inner-text h3,.pushalert-increase-conversion-feature-item .item-inner-text h3{font-size:18px;line-height:1.3em}.pushalert-body{font-size:15px}.pushalert-ecommerce-features-img2 img{max-width:80%!important}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item{margin:25px 0 0}.featured-box{width:95%;margin:0 auto 25px}.featured-box .featured-icon i,.featured-box .featured-icon svg{margin-bottom:0;width:28px;height:29px}.browsers>div:last-child,.pushalert-more-features-text-wrapper>.row>div:last-child .featured-box{margin-bottom:0}.featured-box .featured-content h3{font-size:16px;line-height:1.3em}.browsers>div{margin-top:25px;margin-bottom:25px}.browsers>div img.platform-devices{margin-top:0}.browsers>div h3{font-size:18px}.browsers>div p,.modern-pricing-table .features-list ul{margin-bottom:0}.modern-pricing-table{width:90%;margin:0 auto;display:block}.modern-pricing-table .features-list{height:auto;padding-bottom:0}.modern-pricing-table.featured .features-list{padding-bottom:0}.modern-pricing-table:nth-child(1){margin-top:10px!important}.modern-pricing-table:nth-child(2),.modern-pricing-table:nth-child(3){margin-top:50px!important}.modern-pricing-table .table-heading h2{font-weight:500}.modern-pricing-table .table-heading .plan-img{width:96px;margin-top:8px}.modern-pricing-table .table-pricing .price-currency,.modern-pricing-table .table-pricing .price-currency-old{font-size:16px}.modern-pricing-table .table-heading{padding-bottom:18px}.modern-pricing-table .table-pricing .price-total,.modern-pricing-table .table-pricing .price-total-old{font-size:36px}.modern-pricing .subscribers-in-plan{padding-top:5px}.modern-pricing .slider:before{height:16px;width:16px}.button-start-trial{font-size:18px;line-height:1.6em!important;margin-top:10px;padding:.3em .8em}.button-start-trial.reverse{margin-top:10px}.pricing-plan-switch{margin-top:30px}.ribbon-protector{zoom:.85}.no-credit-card{margin-top:30px}#pricing-list>.no-credit-card{margin-top:15px}.enterprise-soln{margin-top:30px;font-size:18px}.enterprise-soln h3,.enterprise-soln span{font-size:24px}.pushalert-faqs-section .s2_faq_content{padding-top:30px}.pushalert-faqs-section .s2_faq_content button{font-size:16px;padding-bottom:0}.pushalert-faqs-section .s2_faq_content .s2_faq{margin:0 auto}.mobile_menu_button{display:block}.pushalert-top-banner-section{padding-top:100px}}h1{margin-top:20px;font-size:60px;line-height:1.2}blockquote,h1,h2{font-weight:500}h1,h2,h3,h4,h5,h6{margin-bottom:10px}h2{margin-top:22px;font-size:42px}h3,h4,h5,h6{font-weight:400}h2,h3{line-height:1.2}h3{margin-top:20px;font-size:36px}h4,h5,h6{margin-top:10px}h2,h4{color:#16161a}h4{font-size:24px}h5,h6{font-size:20px;line-height:1.2}h6{font-size:18px}.pushalert-home-text p,p{color:#16161a;line-height:1.4}p{font-size:16px;letter-spacing:.7px}a{-webkit-transition:color 350ms ease;transition:color 350ms ease;text-decoration:none}a:hover{color:#494949}blockquote{padding:50px 0;border-left:5px none #e2e2e2;font-family:Georgia,Times,"Times New Roman",serif;font-size:24px;line-height:1.6;font-style:italic}blockquote,figure,p{margin-bottom:10px}figcaption{margin-top:5px;text-align:center}#pushalert-header{position:fixed;left:0;top:0;right:0;bottom:auto;z-index:20;height:80px;background-color:transparent;backdrop-filter:blur(10px);display:flex;align-items:center}#pushalert-header.sticky-on{background-color:rgba(255,255,255,.9);opacity:1}#pushalert-header img.non-sticky{display:inline-block}#pushalert-header img.sticky,#pushalert-header.sticky-on img.non-sticky{display:none}#pushalert-header.sticky-on img.sticky{display:inline-block}#main-nav{display:inherit}.main-navigation .nav-link.active,a{color:#000}.main-navigation .nav-link{display:inline}.main-navigation a{color:#16161b;font-weight:600}.main-navigation a:hover{color:#0d6efd}#pushalert-home{position:relative;background-color:#f7f8fe;padding:150px 0 60px}.image-bg #pushalert-home{padding-bottom:0}#pushalert-home .container{position:relative;z-index:1}.gradient-text{background-image:linear-gradient(90deg,#9b4ff9,#0090ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pushalert-home-text{margin:0 auto}.pushalert-home-text h1{font-size:56px;font-weight:600;padding-bottom:25px;color:#16161a}.pushalert-home-text p{margin:0 auto;max-width:750px;padding-bottom:35px;letter-spacing:.3px}.pushalert-home-list li:before{font-size:.95em;left:0;color:#222;position:absolute;font-weight:900;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78.369 78.369'%3E%3Cpath fill='%2346464f' d='M78.049 19.015L29.458 67.606c-.428.428-1.121.428-1.548 0L.32 40.015c-.427-.426-.427-1.119 0-1.547l6.704-6.704c.428-.427 1.121-.427 1.548 0l20.113 20.112 41.113-41.113c.429-.427 1.12-.427 1.548 0l6.703 6.704c.428.427.428 1.119 0 1.548z'/%3E%3C/svg%3E");width:14px;top:1px}.pushalert-home-list{padding-top:15px}.pushalert-home-list li{color:#222;margin:0 15px;position:relative;padding-left:25px;font-weight:500}.pushalert-home-section .pushalert-home-shape1{top:15%;right:15%;-webkit-animation:Glow_animation_2 12s infinite linear alternate;animation:Glow_animation_2 12s infinite linear alternate}.pushalert-home-section .pushalert-home-shape2{top:30%;left:15%;-webkit-animation:Glow_animation_1 12s infinite linear alternate;animation:Glow_animation_1 12s infinite linear alternate}.pushalert-bg-holder{position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-linear-gradient(to bottom,#9eaef0 0%,rgb(238 222 234/40%) 45%,#f7f8fe 100%);background:linear-gradient(to bottom,#9eaef0 0,rgba(238,222,234,.4) 45%,#f7f8fe 100%)}.image-bg .pushalert-bg-holder{background-image:url(https://cdnj.pushalert.co/pages/img/header-bg-3.webp);background-repeat:no-repeat;background-size:cover}.pushalert-bg-holder img{position:relative;width:100%;height:100%}.pushalert-header-cta-btn{margin-left:15px}.pushalert-header-cta-btn a{color:#fff;height:45px;z-index:1;width:110px;border-radius:5px;position:relative;overflow:hidden;background-color:#263465}.pushalert-header-cta-btn a:before{top:115px;left:-50px;right:-50px;content:"";z-index:-1;height:160px;position:absolute;background:#fff;border-radius:50%;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition-duration:850ms;transition-duration:850ms}.pushalert-header-cta-btn a:hover{-webkit-box-shadow:0 14px 18px 0 rgba(1,105,228,.25);box-shadow:0 14px 18px 0 rgba(1,105,228,.25);color:#000}.pushalert-customers-section{padding:0 0 90px;background:#f7f8fe}.pushalert-customers-section .section-title h2,.pushalert-home-text p{font-size:20px;font-weight:500}.pushalert-customers-slider{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;gap:3%;margin-top:30px}.pushalert-customers-slider img{height:32px}.pushalert-g2-review{margin-top:15px}.pushalert-g2-review img{width:200px}.third-pary-integration p{font-weight:500;margin-top:50px;margin-bottom:40px;font-size:1.2em}.third-pary-integration-logos{display:flex;justify-content:center;gap:40px;flex-direction:row;flex-wrap:wrap;align-items:center}.third-pary-integration-logos img,.third-pary-integration-logos svg{height:44px}.third-pary-integration-logos .integration-woocommerce{aspect-ratio:459.05/92.96}.third-pary-integration-logos .integration-wordpress{aspect-ratio:540/122.52}.third-pary-integration-logos .integration-shopify{aspect-ratio:608.41/173.7}.third-pary-integration-logos .integration-magento{aspect-ratio:179.44/49.8}.third-pary-integration-logos .integration-wix{height:32px;aspect-ratio:75.02/29.18}.third-pary-integration-logos .integration-drupal{aspect-ratio:600.57/149.1}.third-pary-integration-logos .integration-joomla{aspect-ratio:376.2/74.9}.third-pary-integration-logos .integration-bigcommerce{aspect-ratio:480.3/108.15}.third-pary-integration-logos .integration-prestashop{aspect-ratio:172.9/19;height:26px}.third-pary-integration-logos .integration-html{aspect-ratio:1321.41/512.57}.pushalert-feature-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.pushalert-feature-wrapper-item{padding:25px}.pushalert-feature-wrapper-item h4{font-weight:500;font-size:20px;margin-bottom:15px;margin-top:15px}.pushalert-feature-wrapper-item p{font-size:15px}.pushalert-feature-wrapper-item img,.pushalert-feature-wrapper-item svg{width:48px;margin-bottom:10px;height:48px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-wrapper{margin-top:50px;gap:50px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item img{width:72px;height:72px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item svg{width:60px;height:60px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item .item-inner-text{width:fit-content}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item .item-inner-text h3{font-size:20px;color:#151515;font-weight:600;padding-bottom:5px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item{display:flex;flex-direction:row;gap:25px}.web-push-hero-img svg{aspect-ratio:167/66;user-select:none}.web-push-hero-img .notification-restaurant{position:absolute;left:1%;top:11%;width:190px;opacity:.45}.web-push-hero-img .notification-ecomm{position:absolute;left:9%;bottom:16%;width:200px;opacity:.5}.web-push-hero-img .notification-flight{position:absolute;right:13%;top:5%;width:200px;opacity:.5}.web-push-hero-img .notification-abandoned{position:absolute;right:1%;bottom:42%;width:190px;opacity:.45}.web-push-hero-img .notification-blog{position:absolute;right:16%;bottom:8%;width:185px;opacity:.4}.fa-check:before,.fa-times:before{content:"×";font-size:20px;font-weight:600;position:absolute;top:1px;right:-2px;font-style:normal}.fa-check:before{content:"✔";font-size:15px}.fa-spinner{width:16px;height:16px;border:2px solid #000000ab;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;right:0;position:absolute;top:-2px}.web-push-hero-img .hero-image{aspect-ratio:1}.holiday-sale{position:absolute;top:0;left:0;right:0;color:#fbb600;text-align:center;font-size:24px;line-height:60px;font-weight:700;display:none}#pushalert-header.sticky-on .holiday-sale{display:flex;line-height:1.2;flex-wrap:nowrap;flex-direction:row;align-items:center;justify-content:center;align-content:center;position:relative;font-size:18px;font-weight:600;margin-left:15px;color:#ffc52c;background:rgba(0,0,0,.9);padding:8px;border-radius:5px}.holiday-sale img{height:32px;margin:0 8px 0 0}.holiday-sale strong{display:block;font-weight:600;font-size:1.1em}@media screen and (max-width:992px){.pushalert-customers-slider{gap:30px}.pushalert-feature-wrapper-item{padding:20px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-wrapper{padding-left:15px;padding-right:15px}.pushalert-header-cta-btn{margin-right:40px}}@media screen and (max-width:768px){#pushalert-home{padding-top:100px}.pushalert-home-text h1{font-size:32px}.pushalert-home-text p{font-size:18px;padding-bottom:15px}.pushalert-home-list{padding-top:10px;font-size:14px}.pushalert-home-list li{padding-left:20px;margin:0 10px}.web-push-hero-img img,.web-push-hero-img svg{display:none}.holiday-sale>div,.web-push-hero-img .hero-image{display:inline-block}.web-push-hero-img .notification-flight{display:block;width:170px;right:1%;top:51%}.web-push-hero-img .notification-restaurant{display:block;bottom:8%;top:auto;width:170px;left:6%}.pushalert-customers-slider{gap:30px}.pushalert-feature-wrapper-item{padding:0}.pushalert-feature-wrapper-item h4{font-size:18px;margin-bottom:10px;margin-top:10px}.pushalert-feature-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-wrapper{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px;margin-top:0}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item .item-inner-text h3{font-size:18px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item p{font-size:15px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item img{width:64px;height:64px}#pushalert-ecommerce-features .pushalert-increase-conversion-feature-item svg{width:50px;height:50px}.third-pary-integration-logos{gap:25px}.third-pary-integration-logos img{height:36px}.third-pary-integration-logos img.integration-wix{height:24px}.third-pary-integration-logos img.integration-prestashop{height:19px}.pushalert-header-cta-btn a{height:40px;width:90px}.holiday-sale{display:none}#pushalert-header.sticky-on .holiday-sale{position:fixed;top:80px;font-size:20px;display:block;margin:0;line-height:60px;padding:0;border-radius:0}.holiday-sale img{display:inline-block;height:38px;margin:0}.holiday-sale strong{display:inline-block;font-weight:700}}.sale-strip{display:inline-block;background:rgb(10 22 40/95%);padding:12px 20px;border-radius:50vh;font-size:22px;margin-top:25px;margin-bottom:5px;text-transform:uppercase;line-height:1.8em;color:#fae018;font-weight:500}.important-box{background:#eee;background:#fff98c;background:linear-gradient(90deg,#f2ca04 0,#f2b604 100%);font-size:18px;margin-top:60px;margin-left:300px;margin-bottom:-60px;padding:10px 20px;background:radial-gradient(circle at -1% 57.5%,rgb(8 144 64)0,rgb(1 144 61) 90%);color:#fff;font-weight:500}.important-box .btn-warning{background:rgb(40 49 54);background:gold;color:#000!important}.important-box .btn-warning:hover{background:rgb(25 34 38)}.important-box img{height:36px;width:36px;margin-right:7px;margin-top:-2px}.pa-inweb-timer-block{text-align:center;margin-top:0;display:inline-block}.pa-inweb-timer-block .main-label{text-align:center;font-weight:600;display:inline-flex;vertical-align:top;padding-top:11px;padding-right:5px;color:#fae018}.pa-inweb-timer{display:inline-flex;flex-direction:row;font-size:24px;line-height:1em;vertical-align:middle;margin-top:-5px}.pa-inweb-timer>div{display:flex;flex-direction:row}.pa-inweb-timer-data .pa-inweb-timer-label,.pa-inweb-timer-separator .pa-inweb-timer-label{font-size:.55em;line-height:1.5em;font-weight:600;text-align:center;color:#eee}.pa-inweb-timer>div.pa-inweb-timer-separator{display:block;padding-left:2px;padding-right:2px;padding-top:1px}.pa-inweb-timer-separator span{color:#000;font-weight:600;line-height:1.5em;color:rgba(255,255,255,.85)}.pa-inweb-timer-data .pa-inweb-timer-time span{background:rgba(255,255,255,.75);display:inline-block;width:1.15em;height:1.4em;line-height:1.4em;border-radius:.15em;font-weight:600;margin:1.5px;text-align:center;color:#171339;background:#fae018}.timer-container{display:inline-block}.promo-text img{height:36px!important}.spinner-border,i.custom-spinner{display:inline-block;width:32px;height:32px;vertical-align:text-bottom;border:3px solid currentColor;border-right-color:transparent!important;border-radius:50%;animation:spinner-border .75s linear infinite}i.custom-spinner{height:16px;width:16px;opacity:.8;border:2px solid currentColor;animation:spinner-border 1s linear infinite;vertical-align:middle}.btn-md i.custom-spinner{width:12px;height:12px}.direct-register button:has(.custom-spinner):after{display:none}@media screen and (max-width:992px){.pa-inweb-timer-block .main-label{font-size:19px;margin-top:14px}.pa-inweb-timer{font-size:19px;margin-top:6px}.pa-inweb-timer-data .pa-inweb-timer-time span{line-height:1.6em}}@media screen and (max-width:420px){.sale-strip{border-radius:50px;padding:12px 25px;line-height:1.2em;font-size:18px}.promo-text span{font-size:.95em;display:block}.promo-text img{height:32px!important}.sale-strip .container{padding-left:0;padding-right:0}.pa-inweb-timer-block .main-label{margin-top:9px}.pa-inweb-timer{margin-top:1px}}